1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2018-10-26",
5    "endpointPrefix":"securityhub",
6    "jsonVersion":"1.1",
7    "protocol":"rest-json",
8    "serviceFullName":"AWS SecurityHub",
9    "serviceId":"SecurityHub",
10    "signatureVersion":"v4",
11    "signingName":"securityhub",
12    "uid":"securityhub-2018-10-26"
13  },
14  "operations":{
15    "AcceptAdministratorInvitation":{
16      "name":"AcceptAdministratorInvitation",
17      "http":{
18        "method":"POST",
19        "requestUri":"/administrator"
20      },
21      "input":{"shape":"AcceptAdministratorInvitationRequest"},
22      "output":{"shape":"AcceptAdministratorInvitationResponse"},
23      "errors":[
24        {"shape":"InternalException"},
25        {"shape":"InvalidInputException"},
26        {"shape":"LimitExceededException"},
27        {"shape":"ResourceNotFoundException"},
28        {"shape":"InvalidAccessException"}
29      ],
30      "documentation":"<p>Accepts the invitation to be a member account and be monitored by the Security Hub administrator account that the invitation was sent from.</p> <p>This operation is only used by member accounts that are not added through Organizations.</p> <p>When the member account accepts the invitation, permission is granted to the administrator account to view findings generated in the member account.</p>"
31    },
32    "AcceptInvitation":{
33      "name":"AcceptInvitation",
34      "http":{
35        "method":"POST",
36        "requestUri":"/master"
37      },
38      "input":{"shape":"AcceptInvitationRequest"},
39      "output":{"shape":"AcceptInvitationResponse"},
40      "errors":[
41        {"shape":"InternalException"},
42        {"shape":"InvalidInputException"},
43        {"shape":"LimitExceededException"},
44        {"shape":"ResourceNotFoundException"},
45        {"shape":"InvalidAccessException"}
46      ],
47      "documentation":"<p>This method is deprecated. Instead, use <code>AcceptAdministratorInvitation</code>.</p> <p>The Security Hub console continues to use <code>AcceptInvitation</code>. It will eventually change to use <code>AcceptAdministratorInvitation</code>. Any IAM policies that specifically control access to this function must continue to use <code>AcceptInvitation</code>. You should also add <code>AcceptAdministratorInvitation</code> to your policies to ensure that the correct permissions are in place after the console begins to use <code>AcceptAdministratorInvitation</code>.</p> <p>Accepts the invitation to be a member account and be monitored by the Security Hub administrator account that the invitation was sent from.</p> <p>This operation is only used by member accounts that are not added through Organizations.</p> <p>When the member account accepts the invitation, permission is granted to the administrator account to view findings generated in the member account.</p>",
48      "deprecated":true,
49      "deprecatedMessage":"This API has been deprecated, use AcceptAdministratorInvitation API instead."
50    },
51    "BatchDeleteAutomationRules":{
52      "name":"BatchDeleteAutomationRules",
53      "http":{
54        "method":"POST",
55        "requestUri":"/automationrules/delete"
56      },
57      "input":{"shape":"BatchDeleteAutomationRulesRequest"},
58      "output":{"shape":"BatchDeleteAutomationRulesResponse"},
59      "errors":[
60        {"shape":"InternalException"},
61        {"shape":"InvalidAccessException"},
62        {"shape":"InvalidInputException"},
63        {"shape":"LimitExceededException"},
64        {"shape":"ResourceNotFoundException"}
65      ],
66      "documentation":"<p> Deletes one or more automation rules. </p>"
67    },
68    "BatchDisableStandards":{
69      "name":"BatchDisableStandards",
70      "http":{
71        "method":"POST",
72        "requestUri":"/standards/deregister"
73      },
74      "input":{"shape":"BatchDisableStandardsRequest"},
75      "output":{"shape":"BatchDisableStandardsResponse"},
76      "errors":[
77        {"shape":"InternalException"},
78        {"shape":"InvalidInputException"},
79        {"shape":"InvalidAccessException"},
80        {"shape":"LimitExceededException"},
81        {"shape":"AccessDeniedException"}
82      ],
83      "documentation":"<p>Disables the standards specified by the provided <code>StandardsSubscriptionArns</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards.html\">Security Standards</a> section of the <i>Security Hub User Guide</i>.</p>"
84    },
85    "BatchEnableStandards":{
86      "name":"BatchEnableStandards",
87      "http":{
88        "method":"POST",
89        "requestUri":"/standards/register"
90      },
91      "input":{"shape":"BatchEnableStandardsRequest"},
92      "output":{"shape":"BatchEnableStandardsResponse"},
93      "errors":[
94        {"shape":"InternalException"},
95        {"shape":"InvalidInputException"},
96        {"shape":"InvalidAccessException"},
97        {"shape":"LimitExceededException"},
98        {"shape":"AccessDeniedException"}
99      ],
100      "documentation":"<p>Enables the standards specified by the provided <code>StandardsArn</code>. To obtain the ARN for a standard, use the <code>DescribeStandards</code> operation.</p> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards.html\">Security Standards</a> section of the <i>Security Hub User Guide</i>.</p>"
101    },
102    "BatchGetAutomationRules":{
103      "name":"BatchGetAutomationRules",
104      "http":{
105        "method":"POST",
106        "requestUri":"/automationrules/get"
107      },
108      "input":{"shape":"BatchGetAutomationRulesRequest"},
109      "output":{"shape":"BatchGetAutomationRulesResponse"},
110      "errors":[
111        {"shape":"AccessDeniedException"},
112        {"shape":"InternalException"},
113        {"shape":"InvalidAccessException"},
114        {"shape":"InvalidInputException"},
115        {"shape":"LimitExceededException"},
116        {"shape":"ResourceNotFoundException"}
117      ],
118      "documentation":"<p> Retrieves a list of details for automation rules based on rule Amazon Resource Names (ARNs). </p>"
119    },
120    "BatchGetConfigurationPolicyAssociations":{
121      "name":"BatchGetConfigurationPolicyAssociations",
122      "http":{
123        "method":"POST",
124        "requestUri":"/configurationPolicyAssociation/batchget"
125      },
126      "input":{"shape":"BatchGetConfigurationPolicyAssociationsRequest"},
127      "output":{"shape":"BatchGetConfigurationPolicyAssociationsResponse"},
128      "errors":[
129        {"shape":"InternalException"},
130        {"shape":"InvalidAccessException"},
131        {"shape":"InvalidInputException"},
132        {"shape":"LimitExceededException"},
133        {"shape":"ResourceNotFoundException"},
134        {"shape":"AccessDeniedException"}
135      ],
136      "documentation":"<p> Returns associations between an Security Hub configuration and a batch of target accounts, organizational units, or the root. Only the Security Hub delegated administrator can invoke this operation from the home Region. A configuration can refer to a configuration policy or to a self-managed configuration. </p>"
137    },
138    "BatchGetSecurityControls":{
139      "name":"BatchGetSecurityControls",
140      "http":{
141        "method":"POST",
142        "requestUri":"/securityControls/batchGet"
143      },
144      "input":{"shape":"BatchGetSecurityControlsRequest"},
145      "output":{"shape":"BatchGetSecurityControlsResponse"},
146      "errors":[
147        {"shape":"InternalException"},
148        {"shape":"LimitExceededException"},
149        {"shape":"InvalidAccessException"},
150        {"shape":"InvalidInputException"}
151      ],
152      "documentation":"<p> Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region. </p>"
153    },
154    "BatchGetStandardsControlAssociations":{
155      "name":"BatchGetStandardsControlAssociations",
156      "http":{
157        "method":"POST",
158        "requestUri":"/associations/batchGet"
159      },
160      "input":{"shape":"BatchGetStandardsControlAssociationsRequest"},
161      "output":{"shape":"BatchGetStandardsControlAssociationsResponse"},
162      "errors":[
163        {"shape":"InternalException"},
164        {"shape":"LimitExceededException"},
165        {"shape":"InvalidAccessException"},
166        {"shape":"InvalidInputException"}
167      ],
168      "documentation":"<p> For a batch of security controls and standards, identifies whether each control is currently enabled or disabled in a standard. </p>"
169    },
170    "BatchImportFindings":{
171      "name":"BatchImportFindings",
172      "http":{
173        "method":"POST",
174        "requestUri":"/findings/import"
175      },
176      "input":{"shape":"BatchImportFindingsRequest"},
177      "output":{"shape":"BatchImportFindingsResponse"},
178      "errors":[
179        {"shape":"InternalException"},
180        {"shape":"InvalidInputException"},
181        {"shape":"LimitExceededException"},
182        {"shape":"InvalidAccessException"}
183      ],
184      "documentation":"<p>Imports security findings generated by a finding provider into Security Hub. This action is requested by the finding provider to import its findings into Security Hub.</p> <p> <code>BatchImportFindings</code> must be called by one of the following:</p> <ul> <li> <p>The Amazon Web Services account that is associated with a finding if you are using the <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-custom-providers.html#securityhub-custom-providers-bfi-reqs\">default product ARN</a> or are a partner sending findings from within a customer's Amazon Web Services account. In these cases, the identifier of the account that you are calling <code>BatchImportFindings</code> from needs to be the same as the <code>AwsAccountId</code> attribute for the finding.</p> </li> <li> <p>An Amazon Web Services account that Security Hub has allow-listed for an official partner integration. In this case, you can call <code>BatchImportFindings</code> from the allow-listed account and send findings from different customer accounts in the same batch.</p> </li> </ul> <p>The maximum allowed size for a finding is 240 Kb. An error is returned for any finding larger than 240 Kb.</p> <p>After a finding is created, <code>BatchImportFindings</code> cannot be used to update the following finding fields and objects, which Security Hub customers use to manage their investigation workflow.</p> <ul> <li> <p> <code>Note</code> </p> </li> <li> <p> <code>UserDefinedFields</code> </p> </li> <li> <p> <code>VerificationState</code> </p> </li> <li> <p> <code>Workflow</code> </p> </li> </ul> <p>Finding providers also should not use <code>BatchImportFindings</code> to update the following attributes.</p> <ul> <li> <p> <code>Confidence</code> </p> </li> <li> <p> <code>Criticality</code> </p> </li> <li> <p> <code>RelatedFindings</code> </p> </li> <li> <p> <code>Severity</code> </p> </li> <li> <p> <code>Types</code> </p> </li> </ul> <p>Instead, finding providers use <code>FindingProviderFields</code> to provide values for these attributes.</p>"
185    },
186    "BatchUpdateAutomationRules":{
187      "name":"BatchUpdateAutomationRules",
188      "http":{
189        "method":"PATCH",
190        "requestUri":"/automationrules/update"
191      },
192      "input":{"shape":"BatchUpdateAutomationRulesRequest"},
193      "output":{"shape":"BatchUpdateAutomationRulesResponse"},
194      "errors":[
195        {"shape":"InternalException"},
196        {"shape":"InvalidAccessException"},
197        {"shape":"InvalidInputException"},
198        {"shape":"LimitExceededException"},
199        {"shape":"ResourceNotFoundException"}
200      ],
201      "documentation":"<p> Updates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters. </p>"
202    },
203    "BatchUpdateFindings":{
204      "name":"BatchUpdateFindings",
205      "http":{
206        "method":"PATCH",
207        "requestUri":"/findings/batchupdate"
208      },
209      "input":{"shape":"BatchUpdateFindingsRequest"},
210      "output":{"shape":"BatchUpdateFindingsResponse"},
211      "errors":[
212        {"shape":"InternalException"},
213        {"shape":"InvalidInputException"},
214        {"shape":"LimitExceededException"},
215        {"shape":"InvalidAccessException"}
216      ],
217      "documentation":"<p>Used by Security Hub customers to update information about their investigation into a finding. Requested by administrator accounts or member accounts. Administrator accounts can update findings for their account and their member accounts. Member accounts can update findings for their account.</p> <p>Updates from <code>BatchUpdateFindings</code> do not affect the value of <code>UpdatedAt</code> for a finding.</p> <p>Administrator and member accounts can use <code>BatchUpdateFindings</code> to update the following finding fields and objects.</p> <ul> <li> <p> <code>Confidence</code> </p> </li> <li> <p> <code>Criticality</code> </p> </li> <li> <p> <code>Note</code> </p> </li> <li> <p> <code>RelatedFindings</code> </p> </li> <li> <p> <code>Severity</code> </p> </li> <li> <p> <code>Types</code> </p> </li> <li> <p> <code>UserDefinedFields</code> </p> </li> <li> <p> <code>VerificationState</code> </p> </li> <li> <p> <code>Workflow</code> </p> </li> </ul> <p>You can configure IAM policies to restrict access to fields and field values. For example, you might not want member accounts to be able to suppress findings or change the finding severity. See <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/finding-update-batchupdatefindings.html#batchupdatefindings-configure-access\">Configuring access to BatchUpdateFindings</a> in the <i>Security Hub User Guide</i>.</p>"
218    },
219    "BatchUpdateStandardsControlAssociations":{
220      "name":"BatchUpdateStandardsControlAssociations",
221      "http":{
222        "method":"PATCH",
223        "requestUri":"/associations"
224      },
225      "input":{"shape":"BatchUpdateStandardsControlAssociationsRequest"},
226      "output":{"shape":"BatchUpdateStandardsControlAssociationsResponse"},
227      "errors":[
228        {"shape":"InternalException"},
229        {"shape":"LimitExceededException"},
230        {"shape":"InvalidAccessException"},
231        {"shape":"InvalidInputException"},
232        {"shape":"AccessDeniedException"}
233      ],
234      "documentation":"<p> For a batch of security controls and standards, this operation updates the enablement status of a control in a standard. </p>"
235    },
236    "CreateActionTarget":{
237      "name":"CreateActionTarget",
238      "http":{
239        "method":"POST",
240        "requestUri":"/actionTargets"
241      },
242      "input":{"shape":"CreateActionTargetRequest"},
243      "output":{"shape":"CreateActionTargetResponse"},
244      "errors":[
245        {"shape":"InternalException"},
246        {"shape":"InvalidInputException"},
247        {"shape":"InvalidAccessException"},
248        {"shape":"LimitExceededException"},
249        {"shape":"ResourceConflictException"}
250      ],
251      "documentation":"<p>Creates a custom action target in Security Hub.</p> <p>You can use custom actions on findings and insights in Security Hub to trigger target actions in Amazon CloudWatch Events.</p>"
252    },
253    "CreateAutomationRule":{
254      "name":"CreateAutomationRule",
255      "http":{
256        "method":"POST",
257        "requestUri":"/automationrules/create"
258      },
259      "input":{"shape":"CreateAutomationRuleRequest"},
260      "output":{"shape":"CreateAutomationRuleResponse"},
261      "errors":[
262        {"shape":"AccessDeniedException"},
263        {"shape":"InternalException"},
264        {"shape":"InvalidAccessException"},
265        {"shape":"InvalidInputException"},
266        {"shape":"LimitExceededException"}
267      ],
268      "documentation":"<p> Creates an automation rule based on input parameters. </p>"
269    },
270    "CreateConfigurationPolicy":{
271      "name":"CreateConfigurationPolicy",
272      "http":{
273        "method":"POST",
274        "requestUri":"/configurationPolicy/create"
275      },
276      "input":{"shape":"CreateConfigurationPolicyRequest"},
277      "output":{"shape":"CreateConfigurationPolicyResponse"},
278      "errors":[
279        {"shape":"InternalException"},
280        {"shape":"InvalidAccessException"},
281        {"shape":"InvalidInputException"},
282        {"shape":"LimitExceededException"},
283        {"shape":"AccessDeniedException"},
284        {"shape":"ResourceConflictException"}
285      ],
286      "documentation":"<p> Creates a configuration policy with the defined configuration. Only the Security Hub delegated administrator can invoke this operation from the home Region. </p>"
287    },
288    "CreateFindingAggregator":{
289      "name":"CreateFindingAggregator",
290      "http":{
291        "method":"POST",
292        "requestUri":"/findingAggregator/create"
293      },
294      "input":{"shape":"CreateFindingAggregatorRequest"},
295      "output":{"shape":"CreateFindingAggregatorResponse"},
296      "errors":[
297        {"shape":"InternalException"},
298        {"shape":"LimitExceededException"},
299        {"shape":"InvalidAccessException"},
300        {"shape":"AccessDeniedException"},
301        {"shape":"InvalidInputException"}
302      ],
303      "documentation":"<p>Used to enable finding aggregation. Must be called from the aggregation Region.</p> <p>For more details about cross-Region replication, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/finding-aggregation.html\">Configuring finding aggregation</a> in the <i>Security Hub User Guide</i>. </p>"
304    },
305    "CreateInsight":{
306      "name":"CreateInsight",
307      "http":{
308        "method":"POST",
309        "requestUri":"/insights"
310      },
311      "input":{"shape":"CreateInsightRequest"},
312      "output":{"shape":"CreateInsightResponse"},
313      "errors":[
314        {"shape":"InternalException"},
315        {"shape":"InvalidInputException"},
316        {"shape":"LimitExceededException"},
317        {"shape":"InvalidAccessException"},
318        {"shape":"ResourceConflictException"}
319      ],
320      "documentation":"<p>Creates a custom insight in Security Hub. An insight is a consolidation of findings that relate to a security issue that requires attention or remediation.</p> <p>To group the related findings in the insight, use the <code>GroupByAttribute</code>.</p>"
321    },
322    "CreateMembers":{
323      "name":"CreateMembers",
324      "http":{
325        "method":"POST",
326        "requestUri":"/members"
327      },
328      "input":{"shape":"CreateMembersRequest"},
329      "output":{"shape":"CreateMembersResponse"},
330      "errors":[
331        {"shape":"InternalException"},
332        {"shape":"InvalidInputException"},
333        {"shape":"LimitExceededException"},
334        {"shape":"InvalidAccessException"},
335        {"shape":"ResourceConflictException"},
336        {"shape":"AccessDeniedException"}
337      ],
338      "documentation":"<p>Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the administrator account. If you are integrated with Organizations, then the administrator account is designated by the organization management account.</p> <p> <code>CreateMembers</code> is always used to add accounts that are not organization members.</p> <p>For accounts that are managed using Organizations, <code>CreateMembers</code> is only used in the following cases:</p> <ul> <li> <p>Security Hub is not configured to automatically add new organization accounts.</p> </li> <li> <p>The account was disassociated or deleted in Security Hub.</p> </li> </ul> <p>This action can only be used by an account that has Security Hub enabled. To enable Security Hub, you can use the <code>EnableSecurityHub</code> operation.</p> <p>For accounts that are not organization members, you create the account association and then send an invitation to the member account. To send the invitation, you use the <code>InviteMembers</code> operation. If the account owner accepts the invitation, the account becomes a member account in Security Hub.</p> <p>Accounts that are managed using Organizations do not receive an invitation. They automatically become a member account in Security Hub.</p> <ul> <li> <p>If the organization account does not have Security Hub enabled, then Security Hub and the default standards are automatically enabled. Note that Security Hub cannot be enabled automatically for the organization management account. The organization management account must enable Security Hub before the administrator account enables it as a member account.</p> </li> <li> <p>For organization accounts that already have Security Hub enabled, Security Hub does not make any other changes to those accounts. It does not change their enabled standards or controls.</p> </li> </ul> <p>A permissions policy is added that permits the administrator account to view the findings generated in the member account.</p> <p>To remove the association between the administrator and member accounts, use the <code>DisassociateFromMasterAccount</code> or <code>DisassociateMembers</code> operation.</p>"
339    },
340    "DeclineInvitations":{
341      "name":"DeclineInvitations",
342      "http":{
343        "method":"POST",
344        "requestUri":"/invitations/decline"
345      },
346      "input":{"shape":"DeclineInvitationsRequest"},
347      "output":{"shape":"DeclineInvitationsResponse"},
348      "errors":[
349        {"shape":"InternalException"},
350        {"shape":"InvalidInputException"},
351        {"shape":"InvalidAccessException"},
352        {"shape":"ResourceNotFoundException"}
353      ],
354      "documentation":"<p>Declines invitations to become a member account.</p> <p>A prospective member account uses this operation to decline an invitation to become a member.</p> <p>This operation is only called by member accounts that aren't part of an organization. Organization accounts don't receive invitations.</p>"
355    },
356    "DeleteActionTarget":{
357      "name":"DeleteActionTarget",
358      "http":{
359        "method":"DELETE",
360        "requestUri":"/actionTargets/{ActionTargetArn+}"
361      },
362      "input":{"shape":"DeleteActionTargetRequest"},
363      "output":{"shape":"DeleteActionTargetResponse"},
364      "errors":[
365        {"shape":"InternalException"},
366        {"shape":"InvalidInputException"},
367        {"shape":"InvalidAccessException"},
368        {"shape":"ResourceNotFoundException"}
369      ],
370      "documentation":"<p>Deletes a custom action target from Security Hub.</p> <p>Deleting a custom action target does not affect any findings or insights that were already sent to Amazon CloudWatch Events using the custom action.</p>"
371    },
372    "DeleteConfigurationPolicy":{
373      "name":"DeleteConfigurationPolicy",
374      "http":{
375        "method":"DELETE",
376        "requestUri":"/configurationPolicy/{Identifier}"
377      },
378      "input":{"shape":"DeleteConfigurationPolicyRequest"},
379      "output":{"shape":"DeleteConfigurationPolicyResponse"},
380      "errors":[
381        {"shape":"AccessDeniedException"},
382        {"shape":"InternalException"},
383        {"shape":"InvalidAccessException"},
384        {"shape":"InvalidInputException"},
385        {"shape":"LimitExceededException"},
386        {"shape":"ResourceNotFoundException"},
387        {"shape":"ResourceConflictException"}
388      ],
389      "documentation":"<p> Deletes a configuration policy. Only the Security Hub delegated administrator can invoke this operation from the home Region. For the deletion to succeed, you must first disassociate a configuration policy from target accounts, organizational units, or the root by invoking the <code>StartConfigurationPolicyDisassociation</code> operation. </p>"
390    },
391    "DeleteFindingAggregator":{
392      "name":"DeleteFindingAggregator",
393      "http":{
394        "method":"DELETE",
395        "requestUri":"/findingAggregator/delete/{FindingAggregatorArn+}"
396      },
397      "input":{"shape":"DeleteFindingAggregatorRequest"},
398      "output":{"shape":"DeleteFindingAggregatorResponse"},
399      "errors":[
400        {"shape":"InternalException"},
401        {"shape":"LimitExceededException"},
402        {"shape":"InvalidAccessException"},
403        {"shape":"AccessDeniedException"},
404        {"shape":"InvalidInputException"},
405        {"shape":"ResourceNotFoundException"}
406      ],
407      "documentation":"<p>Deletes a finding aggregator. When you delete the finding aggregator, you stop finding aggregation.</p> <p>When you stop finding aggregation, findings that were already aggregated to the aggregation Region are still visible from the aggregation Region. New findings and finding updates are not aggregated. </p>"
408    },
409    "DeleteInsight":{
410      "name":"DeleteInsight",
411      "http":{
412        "method":"DELETE",
413        "requestUri":"/insights/{InsightArn+}"
414      },
415      "input":{"shape":"DeleteInsightRequest"},
416      "output":{"shape":"DeleteInsightResponse"},
417      "errors":[
418        {"shape":"InternalException"},
419        {"shape":"InvalidInputException"},
420        {"shape":"InvalidAccessException"},
421        {"shape":"LimitExceededException"},
422        {"shape":"ResourceNotFoundException"}
423      ],
424      "documentation":"<p>Deletes the insight specified by the <code>InsightArn</code>.</p>"
425    },
426    "DeleteInvitations":{
427      "name":"DeleteInvitations",
428      "http":{
429        "method":"POST",
430        "requestUri":"/invitations/delete"
431      },
432      "input":{"shape":"DeleteInvitationsRequest"},
433      "output":{"shape":"DeleteInvitationsResponse"},
434      "errors":[
435        {"shape":"InternalException"},
436        {"shape":"InvalidInputException"},
437        {"shape":"LimitExceededException"},
438        {"shape":"ResourceNotFoundException"},
439        {"shape":"InvalidAccessException"}
440      ],
441      "documentation":"<p>Deletes invitations received by the Amazon Web Services account to become a member account.</p> <p>A Security Hub administrator account can use this operation to delete invitations sent to one or more member accounts.</p> <p>This operation is only used to delete invitations that are sent to member accounts that aren't part of an organization. Organization accounts don't receive invitations.</p>"
442    },
443    "DeleteMembers":{
444      "name":"DeleteMembers",
445      "http":{
446        "method":"POST",
447        "requestUri":"/members/delete"
448      },
449      "input":{"shape":"DeleteMembersRequest"},
450      "output":{"shape":"DeleteMembersResponse"},
451      "errors":[
452        {"shape":"InternalException"},
453        {"shape":"InvalidInputException"},
454        {"shape":"InvalidAccessException"},
455        {"shape":"LimitExceededException"},
456        {"shape":"ResourceNotFoundException"}
457      ],
458      "documentation":"<p>Deletes the specified member accounts from Security Hub.</p> <p>You can invoke this API only to delete accounts that became members through invitation. You can't invoke this API to delete accounts that belong to an Organizations organization.</p>"
459    },
460    "DescribeActionTargets":{
461      "name":"DescribeActionTargets",
462      "http":{
463        "method":"POST",
464        "requestUri":"/actionTargets/get"
465      },
466      "input":{"shape":"DescribeActionTargetsRequest"},
467      "output":{"shape":"DescribeActionTargetsResponse"},
468      "errors":[
469        {"shape":"InternalException"},
470        {"shape":"InvalidInputException"},
471        {"shape":"InvalidAccessException"},
472        {"shape":"ResourceNotFoundException"}
473      ],
474      "documentation":"<p>Returns a list of the custom action targets in Security Hub in your account.</p>"
475    },
476    "DescribeHub":{
477      "name":"DescribeHub",
478      "http":{
479        "method":"GET",
480        "requestUri":"/accounts"
481      },
482      "input":{"shape":"DescribeHubRequest"},
483      "output":{"shape":"DescribeHubResponse"},
484      "errors":[
485        {"shape":"InternalException"},
486        {"shape":"LimitExceededException"},
487        {"shape":"InvalidAccessException"},
488        {"shape":"InvalidInputException"},
489        {"shape":"ResourceNotFoundException"}
490      ],
491      "documentation":"<p>Returns details about the Hub resource in your account, including the <code>HubArn</code> and the time when you enabled Security Hub.</p>"
492    },
493    "DescribeOrganizationConfiguration":{
494      "name":"DescribeOrganizationConfiguration",
495      "http":{
496        "method":"GET",
497        "requestUri":"/organization/configuration"
498      },
499      "input":{"shape":"DescribeOrganizationConfigurationRequest"},
500      "output":{"shape":"DescribeOrganizationConfigurationResponse"},
501      "errors":[
502        {"shape":"InternalException"},
503        {"shape":"InvalidInputException"},
504        {"shape":"InvalidAccessException"},
505        {"shape":"LimitExceededException"}
506      ],
507      "documentation":"<p>Returns information about the way your organization is configured in Security Hub. Only the Security Hub administrator account can invoke this operation.</p>"
508    },
509    "DescribeProducts":{
510      "name":"DescribeProducts",
511      "http":{
512        "method":"GET",
513        "requestUri":"/products"
514      },
515      "input":{"shape":"DescribeProductsRequest"},
516      "output":{"shape":"DescribeProductsResponse"},
517      "errors":[
518        {"shape":"InternalException"},
519        {"shape":"LimitExceededException"},
520        {"shape":"InvalidAccessException"},
521        {"shape":"InvalidInputException"}
522      ],
523      "documentation":"<p>Returns information about product integrations in Security Hub.</p> <p>You can optionally provide an integration ARN. If you provide an integration ARN, then the results only include that integration.</p> <p>If you do not provide an integration ARN, then the results include all of the available product integrations. </p>"
524    },
525    "DescribeStandards":{
526      "name":"DescribeStandards",
527      "http":{
528        "method":"GET",
529        "requestUri":"/standards"
530      },
531      "input":{"shape":"DescribeStandardsRequest"},
532      "output":{"shape":"DescribeStandardsResponse"},
533      "errors":[
534        {"shape":"InternalException"},
535        {"shape":"InvalidInputException"},
536        {"shape":"InvalidAccessException"}
537      ],
538      "documentation":"<p>Returns a list of the available standards in Security Hub.</p> <p>For each standard, the results include the standard ARN, the name, and a description. </p>"
539    },
540    "DescribeStandardsControls":{
541      "name":"DescribeStandardsControls",
542      "http":{
543        "method":"GET",
544        "requestUri":"/standards/controls/{StandardsSubscriptionArn+}"
545      },
546      "input":{"shape":"DescribeStandardsControlsRequest"},
547      "output":{"shape":"DescribeStandardsControlsResponse"},
548      "errors":[
549        {"shape":"InternalException"},
550        {"shape":"InvalidInputException"},
551        {"shape":"InvalidAccessException"},
552        {"shape":"ResourceNotFoundException"}
553      ],
554      "documentation":"<p>Returns a list of security standards controls.</p> <p>For each control, the results include information about whether it is currently enabled, the severity, and a link to remediation information.</p>"
555    },
556    "DisableImportFindingsForProduct":{
557      "name":"DisableImportFindingsForProduct",
558      "http":{
559        "method":"DELETE",
560        "requestUri":"/productSubscriptions/{ProductSubscriptionArn+}"
561      },
562      "input":{"shape":"DisableImportFindingsForProductRequest"},
563      "output":{"shape":"DisableImportFindingsForProductResponse"},
564      "errors":[
565        {"shape":"InternalException"},
566        {"shape":"InvalidInputException"},
567        {"shape":"ResourceNotFoundException"},
568        {"shape":"InvalidAccessException"},
569        {"shape":"LimitExceededException"}
570      ],
571      "documentation":"<p>Disables the integration of the specified product with Security Hub. After the integration is disabled, findings from that product are no longer sent to Security Hub.</p>"
572    },
573    "DisableOrganizationAdminAccount":{
574      "name":"DisableOrganizationAdminAccount",
575      "http":{
576        "method":"POST",
577        "requestUri":"/organization/admin/disable"
578      },
579      "input":{"shape":"DisableOrganizationAdminAccountRequest"},
580      "output":{"shape":"DisableOrganizationAdminAccountResponse"},
581      "errors":[
582        {"shape":"InternalException"},
583        {"shape":"InvalidInputException"},
584        {"shape":"InvalidAccessException"},
585        {"shape":"LimitExceededException"},
586        {"shape":"AccessDeniedException"}
587      ],
588      "documentation":"<p>Disables a Security Hub administrator account. Can only be called by the organization management account.</p>"
589    },
590    "DisableSecurityHub":{
591      "name":"DisableSecurityHub",
592      "http":{
593        "method":"DELETE",
594        "requestUri":"/accounts"
595      },
596      "input":{"shape":"DisableSecurityHubRequest"},
597      "output":{"shape":"DisableSecurityHubResponse"},
598      "errors":[
599        {"shape":"InternalException"},
600        {"shape":"LimitExceededException"},
601        {"shape":"InvalidAccessException"},
602        {"shape":"ResourceNotFoundException"},
603        {"shape":"AccessDeniedException"}
604      ],
605      "documentation":"<p>Disables Security Hub in your account only in the current Amazon Web Services Region. To disable Security Hub in all Regions, you must submit one request per Region where you have enabled Security Hub.</p> <p>You can't disable Security Hub in an account that is currently the Security Hub administrator.</p> <p>When you disable Security Hub, your existing findings and insights and any Security Hub configuration settings are deleted after 90 days and cannot be recovered. Any standards that were enabled are disabled, and your administrator and member account associations are removed.</p> <p>If you want to save your existing findings, you must export them before you disable Security Hub.</p>"
606    },
607    "DisassociateFromAdministratorAccount":{
608      "name":"DisassociateFromAdministratorAccount",
609      "http":{
610        "method":"POST",
611        "requestUri":"/administrator/disassociate"
612      },
613      "input":{"shape":"DisassociateFromAdministratorAccountRequest"},
614      "output":{"shape":"DisassociateFromAdministratorAccountResponse"},
615      "errors":[
616        {"shape":"InternalException"},
617        {"shape":"InvalidInputException"},
618        {"shape":"InvalidAccessException"},
619        {"shape":"LimitExceededException"},
620        {"shape":"ResourceNotFoundException"}
621      ],
622      "documentation":"<p>Disassociates the current Security Hub member account from the associated administrator account.</p> <p>This operation is only used by accounts that are not part of an organization. For organization accounts, only the administrator account can disassociate a member account.</p>"
623    },
624    "DisassociateFromMasterAccount":{
625      "name":"DisassociateFromMasterAccount",
626      "http":{
627        "method":"POST",
628        "requestUri":"/master/disassociate"
629      },
630      "input":{"shape":"DisassociateFromMasterAccountRequest"},
631      "output":{"shape":"DisassociateFromMasterAccountResponse"},
632      "errors":[
633        {"shape":"InternalException"},
634        {"shape":"InvalidInputException"},
635        {"shape":"InvalidAccessException"},
636        {"shape":"LimitExceededException"},
637        {"shape":"ResourceNotFoundException"}
638      ],
639      "documentation":"<p>This method is deprecated. Instead, use <code>DisassociateFromAdministratorAccount</code>.</p> <p>The Security Hub console continues to use <code>DisassociateFromMasterAccount</code>. It will eventually change to use <code>DisassociateFromAdministratorAccount</code>. Any IAM policies that specifically control access to this function must continue to use <code>DisassociateFromMasterAccount</code>. You should also add <code>DisassociateFromAdministratorAccount</code> to your policies to ensure that the correct permissions are in place after the console begins to use <code>DisassociateFromAdministratorAccount</code>.</p> <p>Disassociates the current Security Hub member account from the associated administrator account.</p> <p>This operation is only used by accounts that are not part of an organization. For organization accounts, only the administrator account can disassociate a member account.</p>",
640      "deprecated":true,
641      "deprecatedMessage":"This API has been deprecated, use DisassociateFromAdministratorAccount API instead."
642    },
643    "DisassociateMembers":{
644      "name":"DisassociateMembers",
645      "http":{
646        "method":"POST",
647        "requestUri":"/members/disassociate"
648      },
649      "input":{"shape":"DisassociateMembersRequest"},
650      "output":{"shape":"DisassociateMembersResponse"},
651      "errors":[
652        {"shape":"InternalException"},
653        {"shape":"InvalidInputException"},
654        {"shape":"InvalidAccessException"},
655        {"shape":"LimitExceededException"},
656        {"shape":"ResourceNotFoundException"},
657        {"shape":"AccessDeniedException"}
658      ],
659      "documentation":"<p>Disassociates the specified member accounts from the associated administrator account.</p> <p>Can be used to disassociate both accounts that are managed using Organizations and accounts that were invited manually.</p>"
660    },
661    "EnableImportFindingsForProduct":{
662      "name":"EnableImportFindingsForProduct",
663      "http":{
664        "method":"POST",
665        "requestUri":"/productSubscriptions"
666      },
667      "input":{"shape":"EnableImportFindingsForProductRequest"},
668      "output":{"shape":"EnableImportFindingsForProductResponse"},
669      "errors":[
670        {"shape":"InternalException"},
671        {"shape":"InvalidInputException"},
672        {"shape":"InvalidAccessException"},
673        {"shape":"ResourceConflictException"},
674        {"shape":"LimitExceededException"}
675      ],
676      "documentation":"<p>Enables the integration of a partner product with Security Hub. Integrated products send findings to Security Hub.</p> <p>When you enable a product integration, a permissions policy that grants permission for the product to send findings to Security Hub is applied.</p>"
677    },
678    "EnableOrganizationAdminAccount":{
679      "name":"EnableOrganizationAdminAccount",
680      "http":{
681        "method":"POST",
682        "requestUri":"/organization/admin/enable"
683      },
684      "input":{"shape":"EnableOrganizationAdminAccountRequest"},
685      "output":{"shape":"EnableOrganizationAdminAccountResponse"},
686      "errors":[
687        {"shape":"InternalException"},
688        {"shape":"InvalidInputException"},
689        {"shape":"InvalidAccessException"},
690        {"shape":"LimitExceededException"},
691        {"shape":"AccessDeniedException"}
692      ],
693      "documentation":"<p>Designates the Security Hub administrator account for an organization. Can only be called by the organization management account.</p>"
694    },
695    "EnableSecurityHub":{
696      "name":"EnableSecurityHub",
697      "http":{
698        "method":"POST",
699        "requestUri":"/accounts"
700      },
701      "input":{"shape":"EnableSecurityHubRequest"},
702      "output":{"shape":"EnableSecurityHubResponse"},
703      "errors":[
704        {"shape":"InternalException"},
705        {"shape":"LimitExceededException"},
706        {"shape":"InvalidAccessException"},
707        {"shape":"ResourceConflictException"},
708        {"shape":"AccessDeniedException"}
709      ],
710      "documentation":"<p>Enables Security Hub for your account in the current Region or the Region you specify in the request.</p> <p>When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub.</p> <p>When you use the <code>EnableSecurityHub</code> operation to enable Security Hub, you also automatically enable the following standards:</p> <ul> <li> <p>Center for Internet Security (CIS) Amazon Web Services Foundations Benchmark v1.2.0</p> </li> <li> <p>Amazon Web Services Foundational Security Best Practices</p> </li> </ul> <p>Other standards are not automatically enabled. </p> <p>To opt out of automatically enabled standards, set <code>EnableDefaultStandards</code> to <code>false</code>.</p> <p>After you enable Security Hub, to enable a standard, use the <code>BatchEnableStandards</code> operation. To disable a standard, use the <code>BatchDisableStandards</code> operation.</p> <p>To learn more, see the <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-settingup.html\">setup information</a> in the <i>Security Hub User Guide</i>.</p>"
711    },
712    "GetAdministratorAccount":{
713      "name":"GetAdministratorAccount",
714      "http":{
715        "method":"GET",
716        "requestUri":"/administrator"
717      },
718      "input":{"shape":"GetAdministratorAccountRequest"},
719      "output":{"shape":"GetAdministratorAccountResponse"},
720      "errors":[
721        {"shape":"InternalException"},
722        {"shape":"InvalidInputException"},
723        {"shape":"InvalidAccessException"},
724        {"shape":"LimitExceededException"},
725        {"shape":"ResourceNotFoundException"}
726      ],
727      "documentation":"<p>Provides the details for the Security Hub administrator account for the current member account.</p> <p>Can be used by both member accounts that are managed using Organizations and accounts that were invited manually.</p>"
728    },
729    "GetConfigurationPolicy":{
730      "name":"GetConfigurationPolicy",
731      "http":{
732        "method":"GET",
733        "requestUri":"/configurationPolicy/get/{Identifier}"
734      },
735      "input":{"shape":"GetConfigurationPolicyRequest"},
736      "output":{"shape":"GetConfigurationPolicyResponse"},
737      "errors":[
738        {"shape":"InternalException"},
739        {"shape":"InvalidAccessException"},
740        {"shape":"InvalidInputException"},
741        {"shape":"LimitExceededException"},
742        {"shape":"ResourceNotFoundException"},
743        {"shape":"AccessDeniedException"}
744      ],
745      "documentation":"<p> Provides information about a configuration policy. Only the Security Hub delegated administrator can invoke this operation from the home Region. </p>"
746    },
747    "GetConfigurationPolicyAssociation":{
748      "name":"GetConfigurationPolicyAssociation",
749      "http":{
750        "method":"POST",
751        "requestUri":"/configurationPolicyAssociation/get"
752      },
753      "input":{"shape":"GetConfigurationPolicyAssociationRequest"},
754      "output":{"shape":"GetConfigurationPolicyAssociationResponse"},
755      "errors":[
756        {"shape":"InternalException"},
757        {"shape":"InvalidAccessException"},
758        {"shape":"InvalidInputException"},
759        {"shape":"LimitExceededException"},
760        {"shape":"ResourceNotFoundException"},
761        {"shape":"AccessDeniedException"}
762      ],
763      "documentation":"<p> Returns the association between a configuration and a target account, organizational unit, or the root. The configuration can be a configuration policy or self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region. </p>"
764    },
765    "GetEnabledStandards":{
766      "name":"GetEnabledStandards",
767      "http":{
768        "method":"POST",
769        "requestUri":"/standards/get"
770      },
771      "input":{"shape":"GetEnabledStandardsRequest"},
772      "output":{"shape":"GetEnabledStandardsResponse"},
773      "errors":[
774        {"shape":"InternalException"},
775        {"shape":"InvalidInputException"},
776        {"shape":"InvalidAccessException"},
777        {"shape":"LimitExceededException"}
778      ],
779      "documentation":"<p>Returns a list of the standards that are currently enabled.</p>"
780    },
781    "GetFindingAggregator":{
782      "name":"GetFindingAggregator",
783      "http":{
784        "method":"GET",
785        "requestUri":"/findingAggregator/get/{FindingAggregatorArn+}"
786      },
787      "input":{"shape":"GetFindingAggregatorRequest"},
788      "output":{"shape":"GetFindingAggregatorResponse"},
789      "errors":[
790        {"shape":"InternalException"},
791        {"shape":"LimitExceededException"},
792        {"shape":"InvalidAccessException"},
793        {"shape":"AccessDeniedException"},
794        {"shape":"InvalidInputException"},
795        {"shape":"ResourceNotFoundException"}
796      ],
797      "documentation":"<p>Returns the current finding aggregation configuration.</p>"
798    },
799    "GetFindingHistory":{
800      "name":"GetFindingHistory",
801      "http":{
802        "method":"POST",
803        "requestUri":"/findingHistory/get"
804      },
805      "input":{"shape":"GetFindingHistoryRequest"},
806      "output":{"shape":"GetFindingHistoryResponse"},
807      "errors":[
808        {"shape":"InternalException"},
809        {"shape":"InvalidInputException"},
810        {"shape":"InvalidAccessException"},
811        {"shape":"LimitExceededException"}
812      ],
813      "documentation":"<p> Returns history for a Security Hub finding in the last 90 days. The history includes changes made to any fields in the Amazon Web Services Security Finding Format (ASFF). </p>"
814    },
815    "GetFindings":{
816      "name":"GetFindings",
817      "http":{
818        "method":"POST",
819        "requestUri":"/findings"
820      },
821      "input":{"shape":"GetFindingsRequest"},
822      "output":{"shape":"GetFindingsResponse"},
823      "errors":[
824        {"shape":"InternalException"},
825        {"shape":"InvalidInputException"},
826        {"shape":"InvalidAccessException"},
827        {"shape":"LimitExceededException"}
828      ],
829      "documentation":"<p>Returns a list of findings that match the specified criteria.</p> <p>If finding aggregation is enabled, then when you call <code>GetFindings</code> from the aggregation Region, the results include all of the matching findings from both the aggregation Region and the linked Regions.</p>"
830    },
831    "GetInsightResults":{
832      "name":"GetInsightResults",
833      "http":{
834        "method":"GET",
835        "requestUri":"/insights/results/{InsightArn+}"
836      },
837      "input":{"shape":"GetInsightResultsRequest"},
838      "output":{"shape":"GetInsightResultsResponse"},
839      "errors":[
840        {"shape":"InternalException"},
841        {"shape":"InvalidInputException"},
842        {"shape":"InvalidAccessException"},
843        {"shape":"LimitExceededException"},
844        {"shape":"ResourceNotFoundException"}
845      ],
846      "documentation":"<p>Lists the results of the Security Hub insight specified by the insight ARN.</p>"
847    },
848    "GetInsights":{
849      "name":"GetInsights",
850      "http":{
851        "method":"POST",
852        "requestUri":"/insights/get"
853      },
854      "input":{"shape":"GetInsightsRequest"},
855      "output":{"shape":"GetInsightsResponse"},
856      "errors":[
857        {"shape":"InternalException"},
858        {"shape":"InvalidInputException"},
859        {"shape":"InvalidAccessException"},
860        {"shape":"LimitExceededException"},
861        {"shape":"ResourceNotFoundException"}
862      ],
863      "documentation":"<p>Lists and describes insights for the specified insight ARNs.</p>"
864    },
865    "GetInvitationsCount":{
866      "name":"GetInvitationsCount",
867      "http":{
868        "method":"GET",
869        "requestUri":"/invitations/count"
870      },
871      "input":{"shape":"GetInvitationsCountRequest"},
872      "output":{"shape":"GetInvitationsCountResponse"},
873      "errors":[
874        {"shape":"InternalException"},
875        {"shape":"InvalidInputException"},
876        {"shape":"InvalidAccessException"},
877        {"shape":"LimitExceededException"}
878      ],
879      "documentation":"<p>Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation. </p>"
880    },
881    "GetMasterAccount":{
882      "name":"GetMasterAccount",
883      "http":{
884        "method":"GET",
885        "requestUri":"/master"
886      },
887      "input":{"shape":"GetMasterAccountRequest"},
888      "output":{"shape":"GetMasterAccountResponse"},
889      "errors":[
890        {"shape":"InternalException"},
891        {"shape":"InvalidInputException"},
892        {"shape":"InvalidAccessException"},
893        {"shape":"LimitExceededException"},
894        {"shape":"ResourceNotFoundException"}
895      ],
896      "documentation":"<p>This method is deprecated. Instead, use <code>GetAdministratorAccount</code>.</p> <p>The Security Hub console continues to use <code>GetMasterAccount</code>. It will eventually change to use <code>GetAdministratorAccount</code>. Any IAM policies that specifically control access to this function must continue to use <code>GetMasterAccount</code>. You should also add <code>GetAdministratorAccount</code> to your policies to ensure that the correct permissions are in place after the console begins to use <code>GetAdministratorAccount</code>.</p> <p>Provides the details for the Security Hub administrator account for the current member account.</p> <p>Can be used by both member accounts that are managed using Organizations and accounts that were invited manually.</p>",
897      "deprecated":true,
898      "deprecatedMessage":"This API has been deprecated, use GetAdministratorAccount API instead."
899    },
900    "GetMembers":{
901      "name":"GetMembers",
902      "http":{
903        "method":"POST",
904        "requestUri":"/members/get"
905      },
906      "input":{"shape":"GetMembersRequest"},
907      "output":{"shape":"GetMembersResponse"},
908      "errors":[
909        {"shape":"InternalException"},
910        {"shape":"InvalidInputException"},
911        {"shape":"InvalidAccessException"},
912        {"shape":"LimitExceededException"},
913        {"shape":"ResourceNotFoundException"}
914      ],
915      "documentation":"<p>Returns the details for the Security Hub member accounts for the specified account IDs.</p> <p>An administrator account can be either the delegated Security Hub administrator account for an organization or an administrator account that enabled Security Hub manually.</p> <p>The results include both member accounts that are managed using Organizations and accounts that were invited manually.</p>"
916    },
917    "GetSecurityControlDefinition":{
918      "name":"GetSecurityControlDefinition",
919      "http":{
920        "method":"GET",
921        "requestUri":"/securityControl/definition"
922      },
923      "input":{"shape":"GetSecurityControlDefinitionRequest"},
924      "output":{"shape":"GetSecurityControlDefinitionResponse"},
925      "errors":[
926        {"shape":"InternalException"},
927        {"shape":"InvalidInputException"},
928        {"shape":"InvalidAccessException"},
929        {"shape":"LimitExceededException"},
930        {"shape":"ResourceNotFoundException"}
931      ],
932      "documentation":"<p> Retrieves the definition of a security control. The definition includes the control title, description, Region availability, parameter definitions, and other details. </p>"
933    },
934    "InviteMembers":{
935      "name":"InviteMembers",
936      "http":{
937        "method":"POST",
938        "requestUri":"/members/invite"
939      },
940      "input":{"shape":"InviteMembersRequest"},
941      "output":{"shape":"InviteMembersResponse"},
942      "errors":[
943        {"shape":"InternalException"},
944        {"shape":"InvalidInputException"},
945        {"shape":"InvalidAccessException"},
946        {"shape":"LimitExceededException"},
947        {"shape":"ResourceNotFoundException"}
948      ],
949      "documentation":"<p>Invites other Amazon Web Services accounts to become member accounts for the Security Hub administrator account that the invitation is sent from.</p> <p>This operation is only used to invite accounts that do not belong to an organization. Organization accounts do not receive invitations.</p> <p>Before you can use this action to invite a member, you must first use the <code>CreateMembers</code> action to create the member account in Security Hub.</p> <p>When the account owner enables Security Hub and accepts the invitation to become a member account, the administrator account can view the findings generated from the member account.</p>"
950    },
951    "ListAutomationRules":{
952      "name":"ListAutomationRules",
953      "http":{
954        "method":"GET",
955        "requestUri":"/automationrules/list"
956      },
957      "input":{"shape":"ListAutomationRulesRequest"},
958      "output":{"shape":"ListAutomationRulesResponse"},
959      "errors":[
960        {"shape":"AccessDeniedException"},
961        {"shape":"InternalException"},
962        {"shape":"InvalidAccessException"},
963        {"shape":"InvalidInputException"},
964        {"shape":"LimitExceededException"}
965      ],
966      "documentation":"<p> A list of automation rules and their metadata for the calling account. </p>"
967    },
968    "ListConfigurationPolicies":{
969      "name":"ListConfigurationPolicies",
970      "http":{
971        "method":"GET",
972        "requestUri":"/configurationPolicy/list"
973      },
974      "input":{"shape":"ListConfigurationPoliciesRequest"},
975      "output":{"shape":"ListConfigurationPoliciesResponse"},
976      "errors":[
977        {"shape":"InternalException"},
978        {"shape":"InvalidAccessException"},
979        {"shape":"InvalidInputException"},
980        {"shape":"LimitExceededException"},
981        {"shape":"AccessDeniedException"},
982        {"shape":"AccessDeniedException"}
983      ],
984      "documentation":"<p> Lists the configuration policies that the Security Hub delegated administrator has created for your organization. Only the delegated administrator can invoke this operation from the home Region. </p>"
985    },
986    "ListConfigurationPolicyAssociations":{
987      "name":"ListConfigurationPolicyAssociations",
988      "http":{
989        "method":"POST",
990        "requestUri":"/configurationPolicyAssociation/list"
991      },
992      "input":{"shape":"ListConfigurationPolicyAssociationsRequest"},
993      "output":{"shape":"ListConfigurationPolicyAssociationsResponse"},
994      "errors":[
995        {"shape":"InternalException"},
996        {"shape":"InvalidAccessException"},
997        {"shape":"InvalidInputException"},
998        {"shape":"LimitExceededException"},
999        {"shape":"AccessDeniedException"}
1000      ],
1001      "documentation":"<p> Provides information about the associations for your configuration policies and self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region. </p>"
1002    },
1003    "ListEnabledProductsForImport":{
1004      "name":"ListEnabledProductsForImport",
1005      "http":{
1006        "method":"GET",
1007        "requestUri":"/productSubscriptions"
1008      },
1009      "input":{"shape":"ListEnabledProductsForImportRequest"},
1010      "output":{"shape":"ListEnabledProductsForImportResponse"},
1011      "errors":[
1012        {"shape":"InternalException"},
1013        {"shape":"LimitExceededException"},
1014        {"shape":"InvalidAccessException"}
1015      ],
1016      "documentation":"<p>Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.</p>"
1017    },
1018    "ListFindingAggregators":{
1019      "name":"ListFindingAggregators",
1020      "http":{
1021        "method":"GET",
1022        "requestUri":"/findingAggregator/list"
1023      },
1024      "input":{"shape":"ListFindingAggregatorsRequest"},
1025      "output":{"shape":"ListFindingAggregatorsResponse"},
1026      "errors":[
1027        {"shape":"InternalException"},
1028        {"shape":"LimitExceededException"},
1029        {"shape":"InvalidAccessException"},
1030        {"shape":"AccessDeniedException"},
1031        {"shape":"InvalidInputException"}
1032      ],
1033      "documentation":"<p>If finding aggregation is enabled, then <code>ListFindingAggregators</code> returns the ARN of the finding aggregator. You can run this operation from any Region.</p>"
1034    },
1035    "ListInvitations":{
1036      "name":"ListInvitations",
1037      "http":{
1038        "method":"GET",
1039        "requestUri":"/invitations"
1040      },
1041      "input":{"shape":"ListInvitationsRequest"},
1042      "output":{"shape":"ListInvitationsResponse"},
1043      "errors":[
1044        {"shape":"InternalException"},
1045        {"shape":"InvalidInputException"},
1046        {"shape":"InvalidAccessException"},
1047        {"shape":"LimitExceededException"}
1048      ],
1049      "documentation":"<p>Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.</p> <p>This operation is only used by accounts that are managed by invitation. Accounts that are managed using the integration with Organizations do not receive invitations.</p>"
1050    },
1051    "ListMembers":{
1052      "name":"ListMembers",
1053      "http":{
1054        "method":"GET",
1055        "requestUri":"/members"
1056      },
1057      "input":{"shape":"ListMembersRequest"},
1058      "output":{"shape":"ListMembersResponse"},
1059      "errors":[
1060        {"shape":"InternalException"},
1061        {"shape":"InvalidInputException"},
1062        {"shape":"InvalidAccessException"},
1063        {"shape":"LimitExceededException"}
1064      ],
1065      "documentation":"<p>Lists details about all member accounts for the current Security Hub administrator account.</p> <p>The results include both member accounts that belong to an organization and member accounts that were invited manually.</p>"
1066    },
1067    "ListOrganizationAdminAccounts":{
1068      "name":"ListOrganizationAdminAccounts",
1069      "http":{
1070        "method":"GET",
1071        "requestUri":"/organization/admin"
1072      },
1073      "input":{"shape":"ListOrganizationAdminAccountsRequest"},
1074      "output":{"shape":"ListOrganizationAdminAccountsResponse"},
1075      "errors":[
1076        {"shape":"InternalException"},
1077        {"shape":"InvalidInputException"},
1078        {"shape":"InvalidAccessException"},
1079        {"shape":"LimitExceededException"}
1080      ],
1081      "documentation":"<p>Lists the Security Hub administrator accounts. Can only be called by the organization management account.</p>"
1082    },
1083    "ListSecurityControlDefinitions":{
1084      "name":"ListSecurityControlDefinitions",
1085      "http":{
1086        "method":"GET",
1087        "requestUri":"/securityControls/definitions"
1088      },
1089      "input":{"shape":"ListSecurityControlDefinitionsRequest"},
1090      "output":{"shape":"ListSecurityControlDefinitionsResponse"},
1091      "errors":[
1092        {"shape":"InternalException"},
1093        {"shape":"InvalidInputException"},
1094        {"shape":"InvalidAccessException"},
1095        {"shape":"LimitExceededException"}
1096      ],
1097      "documentation":"<p> Lists all of the security controls that apply to a specified standard. </p>"
1098    },
1099    "ListStandardsControlAssociations":{
1100      "name":"ListStandardsControlAssociations",
1101      "http":{
1102        "method":"GET",
1103        "requestUri":"/associations"
1104      },
1105      "input":{"shape":"ListStandardsControlAssociationsRequest"},
1106      "output":{"shape":"ListStandardsControlAssociationsResponse"},
1107      "errors":[
1108        {"shape":"InternalException"},
1109        {"shape":"LimitExceededException"},
1110        {"shape":"InvalidAccessException"},
1111        {"shape":"InvalidInputException"}
1112      ],
1113      "documentation":"<p> Specifies whether a control is currently enabled or disabled in each enabled standard in the calling account. </p>"
1114    },
1115    "ListTagsForResource":{
1116      "name":"ListTagsForResource",
1117      "http":{
1118        "method":"GET",
1119        "requestUri":"/tags/{ResourceArn}"
1120      },
1121      "input":{"shape":"ListTagsForResourceRequest"},
1122      "output":{"shape":"ListTagsForResourceResponse"},
1123      "errors":[
1124        {"shape":"InternalException"},
1125        {"shape":"InvalidInputException"},
1126        {"shape":"ResourceNotFoundException"}
1127      ],
1128      "documentation":"<p>Returns a list of tags associated with a resource.</p>"
1129    },
1130    "StartConfigurationPolicyAssociation":{
1131      "name":"StartConfigurationPolicyAssociation",
1132      "http":{
1133        "method":"POST",
1134        "requestUri":"/configurationPolicyAssociation/associate"
1135      },
1136      "input":{"shape":"StartConfigurationPolicyAssociationRequest"},
1137      "output":{"shape":"StartConfigurationPolicyAssociationResponse"},
1138      "errors":[
1139        {"shape":"InternalException"},
1140        {"shape":"InvalidAccessException"},
1141        {"shape":"InvalidInputException"},
1142        {"shape":"LimitExceededException"},
1143        {"shape":"ResourceNotFoundException"},
1144        {"shape":"AccessDeniedException"}
1145      ],
1146      "documentation":"<p> Associates a target account, organizational unit, or the root with a specified configuration. The target can be associated with a configuration policy or self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region. </p>"
1147    },
1148    "StartConfigurationPolicyDisassociation":{
1149      "name":"StartConfigurationPolicyDisassociation",
1150      "http":{
1151        "method":"POST",
1152        "requestUri":"/configurationPolicyAssociation/disassociate"
1153      },
1154      "input":{"shape":"StartConfigurationPolicyDisassociationRequest"},
1155      "output":{"shape":"StartConfigurationPolicyDisassociationResponse"},
1156      "errors":[
1157        {"shape":"InternalException"},
1158        {"shape":"InvalidAccessException"},
1159        {"shape":"InvalidInputException"},
1160        {"shape":"LimitExceededException"},
1161        {"shape":"ResourceNotFoundException"},
1162        {"shape":"AccessDeniedException"}
1163      ],
1164      "documentation":"<p> Disassociates a target account, organizational unit, or the root from a specified configuration. When you disassociate a configuration from its target, the target inherits the configuration of the closest parent. If there’s no configuration to inherit, the target retains its settings but becomes a self-managed account. A target can be disassociated from a configuration policy or self-managed behavior. Only the Security Hub delegated administrator can invoke this operation from the home Region. </p>"
1165    },
1166    "TagResource":{
1167      "name":"TagResource",
1168      "http":{
1169        "method":"POST",
1170        "requestUri":"/tags/{ResourceArn}"
1171      },
1172      "input":{"shape":"TagResourceRequest"},
1173      "output":{"shape":"TagResourceResponse"},
1174      "errors":[
1175        {"shape":"InternalException"},
1176        {"shape":"InvalidInputException"},
1177        {"shape":"ResourceNotFoundException"}
1178      ],
1179      "documentation":"<p>Adds one or more tags to a resource.</p>"
1180    },
1181    "UntagResource":{
1182      "name":"UntagResource",
1183      "http":{
1184        "method":"DELETE",
1185        "requestUri":"/tags/{ResourceArn}"
1186      },
1187      "input":{"shape":"UntagResourceRequest"},
1188      "output":{"shape":"UntagResourceResponse"},
1189      "errors":[
1190        {"shape":"InternalException"},
1191        {"shape":"InvalidInputException"},
1192        {"shape":"ResourceNotFoundException"}
1193      ],
1194      "documentation":"<p>Removes one or more tags from a resource.</p>"
1195    },
1196    "UpdateActionTarget":{
1197      "name":"UpdateActionTarget",
1198      "http":{
1199        "method":"PATCH",
1200        "requestUri":"/actionTargets/{ActionTargetArn+}"
1201      },
1202      "input":{"shape":"UpdateActionTargetRequest"},
1203      "output":{"shape":"UpdateActionTargetResponse"},
1204      "errors":[
1205        {"shape":"InternalException"},
1206        {"shape":"InvalidInputException"},
1207        {"shape":"ResourceNotFoundException"},
1208        {"shape":"InvalidAccessException"},
1209        {"shape":"ResourceNotFoundException"}
1210      ],
1211      "documentation":"<p>Updates the name and description of a custom action target in Security Hub.</p>"
1212    },
1213    "UpdateConfigurationPolicy":{
1214      "name":"UpdateConfigurationPolicy",
1215      "http":{
1216        "method":"PATCH",
1217        "requestUri":"/configurationPolicy/{Identifier}"
1218      },
1219      "input":{"shape":"UpdateConfigurationPolicyRequest"},
1220      "output":{"shape":"UpdateConfigurationPolicyResponse"},
1221      "errors":[
1222        {"shape":"InternalException"},
1223        {"shape":"InvalidAccessException"},
1224        {"shape":"InvalidInputException"},
1225        {"shape":"LimitExceededException"},
1226        {"shape":"ResourceNotFoundException"},
1227        {"shape":"AccessDeniedException"},
1228        {"shape":"ResourceConflictException"}
1229      ],
1230      "documentation":"<p> Updates a configuration policy. Only the Security Hub delegated administrator can invoke this operation from the home Region. </p>"
1231    },
1232    "UpdateFindingAggregator":{
1233      "name":"UpdateFindingAggregator",
1234      "http":{
1235        "method":"PATCH",
1236        "requestUri":"/findingAggregator/update"
1237      },
1238      "input":{"shape":"UpdateFindingAggregatorRequest"},
1239      "output":{"shape":"UpdateFindingAggregatorResponse"},
1240      "errors":[
1241        {"shape":"InternalException"},
1242        {"shape":"LimitExceededException"},
1243        {"shape":"InvalidAccessException"},
1244        {"shape":"AccessDeniedException"},
1245        {"shape":"InvalidInputException"},
1246        {"shape":"ResourceNotFoundException"}
1247      ],
1248      "documentation":"<p>Updates the finding aggregation configuration. Used to update the Region linking mode and the list of included or excluded Regions. You cannot use <code>UpdateFindingAggregator</code> to change the aggregation Region.</p> <p>You must run <code>UpdateFindingAggregator</code> from the current aggregation Region. </p>"
1249    },
1250    "UpdateFindings":{
1251      "name":"UpdateFindings",
1252      "http":{
1253        "method":"PATCH",
1254        "requestUri":"/findings"
1255      },
1256      "input":{"shape":"UpdateFindingsRequest"},
1257      "output":{"shape":"UpdateFindingsResponse"},
1258      "errors":[
1259        {"shape":"InternalException"},
1260        {"shape":"InvalidInputException"},
1261        {"shape":"LimitExceededException"},
1262        {"shape":"InvalidAccessException"},
1263        {"shape":"ResourceNotFoundException"}
1264      ],
1265      "documentation":"<p> <code>UpdateFindings</code> is deprecated. Instead of <code>UpdateFindings</code>, use <code>BatchUpdateFindings</code>.</p> <p>Updates the <code>Note</code> and <code>RecordState</code> of the Security Hub-aggregated findings that the filter attributes specify. Any member account that can view the finding also sees the update to the finding.</p>"
1266    },
1267    "UpdateInsight":{
1268      "name":"UpdateInsight",
1269      "http":{
1270        "method":"PATCH",
1271        "requestUri":"/insights/{InsightArn+}"
1272      },
1273      "input":{"shape":"UpdateInsightRequest"},
1274      "output":{"shape":"UpdateInsightResponse"},
1275      "errors":[
1276        {"shape":"InternalException"},
1277        {"shape":"InvalidInputException"},
1278        {"shape":"InvalidAccessException"},
1279        {"shape":"LimitExceededException"},
1280        {"shape":"ResourceNotFoundException"}
1281      ],
1282      "documentation":"<p>Updates the Security Hub insight identified by the specified insight ARN.</p>"
1283    },
1284    "UpdateOrganizationConfiguration":{
1285      "name":"UpdateOrganizationConfiguration",
1286      "http":{
1287        "method":"POST",
1288        "requestUri":"/organization/configuration"
1289      },
1290      "input":{"shape":"UpdateOrganizationConfigurationRequest"},
1291      "output":{"shape":"UpdateOrganizationConfigurationResponse"},
1292      "errors":[
1293        {"shape":"InternalException"},
1294        {"shape":"InvalidInputException"},
1295        {"shape":"InvalidAccessException"},
1296        {"shape":"LimitExceededException"},
1297        {"shape":"AccessDeniedException"},
1298        {"shape":"ResourceNotFoundException"},
1299        {"shape":"ResourceConflictException"}
1300      ],
1301      "documentation":"<p>Updates the configuration of your organization in Security Hub. Only the Security Hub administrator account can invoke this operation.</p>"
1302    },
1303    "UpdateSecurityControl":{
1304      "name":"UpdateSecurityControl",
1305      "http":{
1306        "method":"PATCH",
1307        "requestUri":"/securityControl/update"
1308      },
1309      "input":{"shape":"UpdateSecurityControlRequest"},
1310      "output":{"shape":"UpdateSecurityControlResponse"},
1311      "errors":[
1312        {"shape":"InternalException"},
1313        {"shape":"InvalidInputException"},
1314        {"shape":"InvalidAccessException"},
1315        {"shape":"LimitExceededException"},
1316        {"shape":"ResourceNotFoundException"},
1317        {"shape":"ResourceInUseException"},
1318        {"shape":"AccessDeniedException"},
1319        {"shape":"ResourceNotFoundException"},
1320        {"shape":"ResourceInUseException"}
1321      ],
1322      "documentation":"<p> Updates the properties of a security control. </p>"
1323    },
1324    "UpdateSecurityHubConfiguration":{
1325      "name":"UpdateSecurityHubConfiguration",
1326      "http":{
1327        "method":"PATCH",
1328        "requestUri":"/accounts"
1329      },
1330      "input":{"shape":"UpdateSecurityHubConfigurationRequest"},
1331      "output":{"shape":"UpdateSecurityHubConfigurationResponse"},
1332      "errors":[
1333        {"shape":"InternalException"},
1334        {"shape":"InvalidInputException"},
1335        {"shape":"InvalidAccessException"},
1336        {"shape":"LimitExceededException"},
1337        {"shape":"ResourceNotFoundException"},
1338        {"shape":"AccessDeniedException"}
1339      ],
1340      "documentation":"<p>Updates configuration options for Security Hub.</p>"
1341    },
1342    "UpdateStandardsControl":{
1343      "name":"UpdateStandardsControl",
1344      "http":{
1345        "method":"PATCH",
1346        "requestUri":"/standards/control/{StandardsControlArn+}"
1347      },
1348      "input":{"shape":"UpdateStandardsControlRequest"},
1349      "output":{"shape":"UpdateStandardsControlResponse"},
1350      "errors":[
1351        {"shape":"InternalException"},
1352        {"shape":"InvalidInputException"},
1353        {"shape":"InvalidAccessException"},
1354        {"shape":"ResourceNotFoundException"},
1355        {"shape":"AccessDeniedException"}
1356      ],
1357      "documentation":"<p>Used to control whether an individual security standard control is enabled or disabled.</p>"
1358    }
1359  },
1360  "shapes":{
1361    "AcceptAdministratorInvitationRequest":{
1362      "type":"structure",
1363      "required":[
1364        "AdministratorId",
1365        "InvitationId"
1366      ],
1367      "members":{
1368        "AdministratorId":{
1369          "shape":"NonEmptyString",
1370          "documentation":"<p>The account ID of the Security Hub administrator account that sent the invitation.</p>"
1371        },
1372        "InvitationId":{
1373          "shape":"NonEmptyString",
1374          "documentation":"<p>The identifier of the invitation sent from the Security Hub administrator account.</p>"
1375        }
1376      }
1377    },
1378    "AcceptAdministratorInvitationResponse":{
1379      "type":"structure",
1380      "members":{
1381      }
1382    },
1383    "AcceptInvitationRequest":{
1384      "type":"structure",
1385      "required":[
1386        "MasterId",
1387        "InvitationId"
1388      ],
1389      "members":{
1390        "MasterId":{
1391          "shape":"NonEmptyString",
1392          "documentation":"<p>The account ID of the Security Hub administrator account that sent the invitation.</p>"
1393        },
1394        "InvitationId":{
1395          "shape":"NonEmptyString",
1396          "documentation":"<p>The identifier of the invitation sent from the Security Hub administrator account.</p>"
1397        }
1398      }
1399    },
1400    "AcceptInvitationResponse":{
1401      "type":"structure",
1402      "members":{
1403      }
1404    },
1405    "AccessDeniedException":{
1406      "type":"structure",
1407      "members":{
1408        "Message":{"shape":"NonEmptyString"},
1409        "Code":{"shape":"NonEmptyString"}
1410      },
1411      "documentation":"<p>You don't have permission to perform the action specified in the request.</p>",
1412      "error":{"httpStatusCode":403},
1413      "exception":true
1414    },
1415    "AccountDetails":{
1416      "type":"structure",
1417      "required":["AccountId"],
1418      "members":{
1419        "AccountId":{
1420          "shape":"AccountId",
1421          "documentation":"<p>The ID of an Amazon Web Services account.</p>"
1422        },
1423        "Email":{
1424          "shape":"NonEmptyString",
1425          "documentation":"<p>The email of an Amazon Web Services account.</p>"
1426        }
1427      },
1428      "documentation":"<p>The details of an Amazon Web Services account.</p>"
1429    },
1430    "AccountDetailsList":{
1431      "type":"list",
1432      "member":{"shape":"AccountDetails"}
1433    },
1434    "AccountId":{"type":"string"},
1435    "AccountIdList":{
1436      "type":"list",
1437      "member":{"shape":"NonEmptyString"}
1438    },
1439    "Action":{
1440      "type":"structure",
1441      "members":{
1442        "ActionType":{
1443          "shape":"NonEmptyString",
1444          "documentation":"<p>The type of action that was detected. The possible action types are:</p> <ul> <li> <p> <code>NETWORK_CONNECTION</code> </p> </li> <li> <p> <code>AWS_API_CALL</code> </p> </li> <li> <p> <code>DNS_REQUEST</code> </p> </li> <li> <p> <code>PORT_PROBE</code> </p> </li> </ul>"
1445        },
1446        "NetworkConnectionAction":{
1447          "shape":"NetworkConnectionAction",
1448          "documentation":"<p>Included if <code>ActionType</code> is <code>NETWORK_CONNECTION</code>. Provides details about the network connection that was detected.</p>"
1449        },
1450        "AwsApiCallAction":{
1451          "shape":"AwsApiCallAction",
1452          "documentation":"<p>Included if <code>ActionType</code> is <code>AWS_API_CALL</code>. Provides details about the API call that was detected. </p>"
1453        },
1454        "DnsRequestAction":{
1455          "shape":"DnsRequestAction",
1456          "documentation":"<p>Included if <code>ActionType</code> is <code>DNS_REQUEST</code>. Provides details about the DNS request that was detected. </p>"
1457        },
1458        "PortProbeAction":{
1459          "shape":"PortProbeAction",
1460          "documentation":"<p>Included if <code>ActionType</code> is <code>PORT_PROBE</code>. Provides details about the port probe that was detected. </p>"
1461        }
1462      },
1463      "documentation":"<p>Provides details about one of the following actions that affects or that was taken on a resource:</p> <ul> <li> <p>A remote IP address issued an Amazon Web Services API call</p> </li> <li> <p>A DNS request was received</p> </li> <li> <p>A remote IP address attempted to connect to an EC2 instance</p> </li> <li> <p>A remote IP address attempted a port probe on an EC2 instance</p> </li> </ul>"
1464    },
1465    "ActionList":{
1466      "type":"list",
1467      "member":{"shape":"AutomationRulesAction"},
1468      "max":1,
1469      "min":1
1470    },
1471    "ActionLocalIpDetails":{
1472      "type":"structure",
1473      "members":{
1474        "IpAddressV4":{
1475          "shape":"NonEmptyString",
1476          "documentation":"<p>The IP address.</p>"
1477        }
1478      },
1479      "documentation":"<p>Provides information about the IP address where the scanned port is located.</p>"
1480    },
1481    "ActionLocalPortDetails":{
1482      "type":"structure",
1483      "members":{
1484        "Port":{
1485          "shape":"Integer",
1486          "documentation":"<p>The number of the port.</p>"
1487        },
1488        "PortName":{
1489          "shape":"NonEmptyString",
1490          "documentation":"<p>The port name of the local connection.</p>"
1491        }
1492      },
1493      "documentation":"<p>For <code>NetworkConnectionAction</code> and <code>PortProbeDetails</code>, <code>LocalPortDetails</code> provides information about the local port that was involved in the action.</p>"
1494    },
1495    "ActionRemoteIpDetails":{
1496      "type":"structure",
1497      "members":{
1498        "IpAddressV4":{
1499          "shape":"NonEmptyString",
1500          "documentation":"<p>The IP address.</p>"
1501        },
1502        "Organization":{
1503          "shape":"IpOrganizationDetails",
1504          "documentation":"<p>The internet service provider (ISP) organization associated with the remote IP address.</p>"
1505        },
1506        "Country":{
1507          "shape":"Country",
1508          "documentation":"<p>The country where the remote IP address is located.</p>"
1509        },
1510        "City":{
1511          "shape":"City",
1512          "documentation":"<p>The city where the remote IP address is located.</p>"
1513        },
1514        "GeoLocation":{
1515          "shape":"GeoLocation",
1516          "documentation":"<p>The coordinates of the location of the remote IP address.</p>"
1517        }
1518      },
1519      "documentation":"<p>For <code>AwsApiAction</code>, <code>NetworkConnectionAction</code>, and <code>PortProbeAction</code>, <code>RemoteIpDetails</code> provides information about the remote IP address that was involved in the action.</p>"
1520    },
1521    "ActionRemotePortDetails":{
1522      "type":"structure",
1523      "members":{
1524        "Port":{
1525          "shape":"Integer",
1526          "documentation":"<p>The number of the port.</p>"
1527        },
1528        "PortName":{
1529          "shape":"NonEmptyString",
1530          "documentation":"<p>The port name of the remote connection.</p>"
1531        }
1532      },
1533      "documentation":"<p>Provides information about the remote port that was involved in an attempted network connection.</p>"
1534    },
1535    "ActionTarget":{
1536      "type":"structure",
1537      "required":[
1538        "ActionTargetArn",
1539        "Name",
1540        "Description"
1541      ],
1542      "members":{
1543        "ActionTargetArn":{
1544          "shape":"NonEmptyString",
1545          "documentation":"<p>The ARN for the target action.</p>"
1546        },
1547        "Name":{
1548          "shape":"NonEmptyString",
1549          "documentation":"<p>The name of the action target.</p>"
1550        },
1551        "Description":{
1552          "shape":"NonEmptyString",
1553          "documentation":"<p>The description of the target action.</p>"
1554        }
1555      },
1556      "documentation":"<p>An <code>ActionTarget</code> object.</p>"
1557    },
1558    "ActionTargetList":{
1559      "type":"list",
1560      "member":{"shape":"ActionTarget"}
1561    },
1562    "Adjustment":{
1563      "type":"structure",
1564      "members":{
1565        "Metric":{
1566          "shape":"NonEmptyString",
1567          "documentation":"<p>The metric to adjust.</p>"
1568        },
1569        "Reason":{
1570          "shape":"NonEmptyString",
1571          "documentation":"<p>The reason for the adjustment.</p>"
1572        }
1573      },
1574      "documentation":"<p>An adjustment to the CVSS metric.</p>"
1575    },
1576    "AdjustmentList":{
1577      "type":"list",
1578      "member":{"shape":"Adjustment"}
1579    },
1580    "AdminAccount":{
1581      "type":"structure",
1582      "members":{
1583        "AccountId":{
1584          "shape":"NonEmptyString",
1585          "documentation":"<p>The Amazon Web Services account identifier of the Security Hub administrator account.</p>"
1586        },
1587        "Status":{
1588          "shape":"AdminStatus",
1589          "documentation":"<p>The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.</p>"
1590        }
1591      },
1592      "documentation":"<p>Represents a Security Hub administrator account designated by an organization management account.</p>"
1593    },
1594    "AdminAccounts":{
1595      "type":"list",
1596      "member":{"shape":"AdminAccount"}
1597    },
1598    "AdminStatus":{
1599      "type":"string",
1600      "enum":[
1601        "ENABLED",
1602        "DISABLE_IN_PROGRESS"
1603      ]
1604    },
1605    "AdminsMaxResults":{
1606      "type":"integer",
1607      "max":10,
1608      "min":1
1609    },
1610    "AlphaNumericNonEmptyString":{
1611      "type":"string",
1612      "pattern":"^([^\\u0000-\\u007F]|[-_ a-zA-Z0-9])+$"
1613    },
1614    "ArnList":{
1615      "type":"list",
1616      "member":{"shape":"NonEmptyString"}
1617    },
1618    "AssociatedStandard":{
1619      "type":"structure",
1620      "members":{
1621        "StandardsId":{
1622          "shape":"NonEmptyString",
1623          "documentation":"<p>The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html\">DescribeStandards</a> API response. </p>"
1624        }
1625      },
1626      "documentation":"<p> Information about an enabled security standard in which a security control is enabled. </p>"
1627    },
1628    "AssociatedStandardsList":{
1629      "type":"list",
1630      "member":{"shape":"AssociatedStandard"}
1631    },
1632    "AssociationFilters":{
1633      "type":"structure",
1634      "members":{
1635        "ConfigurationPolicyId":{
1636          "shape":"NonEmptyString",
1637          "documentation":"<p> The ARN or UUID of the configuration policy. </p>"
1638        },
1639        "AssociationType":{
1640          "shape":"AssociationType",
1641          "documentation":"<p> Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent. </p>"
1642        },
1643        "AssociationStatus":{
1644          "shape":"ConfigurationPolicyAssociationStatus",
1645          "documentation":"<p> The current status of the association between a target and a configuration policy. </p>"
1646        }
1647      },
1648      "documentation":"<p> Options for filtering the <code>ListConfigurationPolicyAssociations</code> response. You can filter by the Amazon Resource Name (ARN) or universally unique identifier (UUID) of a configuration policy, <code>AssociationType</code>, or <code>AssociationStatus</code>. </p>"
1649    },
1650    "AssociationSetDetails":{
1651      "type":"structure",
1652      "members":{
1653        "AssociationState":{
1654          "shape":"AssociationStateDetails",
1655          "documentation":"<p> The state of the association between a route table and a subnet or gateway. </p>"
1656        },
1657        "GatewayId":{
1658          "shape":"NonEmptyString",
1659          "documentation":"<p> The ID of the internet gateway or virtual private gateway. </p>"
1660        },
1661        "Main":{
1662          "shape":"Boolean",
1663          "documentation":"<p> Indicates whether this is the main route table. </p>"
1664        },
1665        "RouteTableAssociationId":{
1666          "shape":"NonEmptyString",
1667          "documentation":"<p> The ID of the association. </p>"
1668        },
1669        "RouteTableId":{
1670          "shape":"NonEmptyString",
1671          "documentation":"<p> The ID of the route table. </p>"
1672        },
1673        "SubnetId":{
1674          "shape":"NonEmptyString",
1675          "documentation":"<p> The ID of the subnet. A subnet ID is not returned for an implicit association. </p>"
1676        }
1677      },
1678      "documentation":"<p> The associations between a route table and one or more subnets or a gateway. </p>"
1679    },
1680    "AssociationSetList":{
1681      "type":"list",
1682      "member":{"shape":"AssociationSetDetails"}
1683    },
1684    "AssociationStateDetails":{
1685      "type":"structure",
1686      "members":{
1687        "State":{
1688          "shape":"NonEmptyString",
1689          "documentation":"<p> The state of the association. </p>"
1690        },
1691        "StatusMessage":{
1692          "shape":"NonEmptyString",
1693          "documentation":"<p> The status message, if applicable. </p>"
1694        }
1695      },
1696      "documentation":"<p> Describes the state of an association between a route table and a subnet or gateway. </p>"
1697    },
1698    "AssociationStatus":{
1699      "type":"string",
1700      "enum":[
1701        "ENABLED",
1702        "DISABLED"
1703      ]
1704    },
1705    "AssociationType":{
1706      "type":"string",
1707      "enum":[
1708        "INHERITED",
1709        "APPLIED"
1710      ]
1711    },
1712    "AutoEnableStandards":{
1713      "type":"string",
1714      "enum":[
1715        "NONE",
1716        "DEFAULT"
1717      ]
1718    },
1719    "AutomationRulesAction":{
1720      "type":"structure",
1721      "members":{
1722        "Type":{
1723          "shape":"AutomationRulesActionType",
1724          "documentation":"<p> Specifies that the rule action should update the <code>Types</code> finding field. The <code>Types</code> finding field classifies findings in the format of namespace/category/classifier. For more information, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html\">Types taxonomy for ASFF</a> in the <i>Security Hub User Guide</i>. </p>"
1725        },
1726        "FindingFieldsUpdate":{
1727          "shape":"AutomationRulesFindingFieldsUpdate",
1728          "documentation":"<p> Specifies that the automation rule action is an update to a finding field. </p>"
1729        }
1730      },
1731      "documentation":"<p> One or more actions to update finding fields if a finding matches the defined criteria of the rule. </p>"
1732    },
1733    "AutomationRulesActionType":{
1734      "type":"string",
1735      "enum":["FINDING_FIELDS_UPDATE"]
1736    },
1737    "AutomationRulesArnsList":{
1738      "type":"list",
1739      "member":{"shape":"NonEmptyString"},
1740      "max":100,
1741      "min":1
1742    },
1743    "AutomationRulesConfig":{
1744      "type":"structure",
1745      "members":{
1746        "RuleArn":{
1747          "shape":"NonEmptyString",
1748          "documentation":"<p> The Amazon Resource Name (ARN) of a rule. </p>"
1749        },
1750        "RuleStatus":{
1751          "shape":"RuleStatus",
1752          "documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings and finding updates after the rule is created. </p>"
1753        },
1754        "RuleOrder":{
1755          "shape":"RuleOrderValue",
1756          "documentation":"<p> An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub applies rules with lower values for this parameter first. </p>"
1757        },
1758        "RuleName":{
1759          "shape":"NonEmptyString",
1760          "documentation":"<p> The name of the rule. </p>"
1761        },
1762        "Description":{
1763          "shape":"NonEmptyString",
1764          "documentation":"<p> A description of the rule. </p>"
1765        },
1766        "IsTerminal":{
1767          "shape":"Boolean",
1768          "documentation":"<p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal. </p>"
1769        },
1770        "Criteria":{
1771          "shape":"AutomationRulesFindingFilters",
1772          "documentation":"<p> A set of <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html\">Amazon Web Services Security Finding Format</a> finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding. </p>"
1773        },
1774        "Actions":{
1775          "shape":"ActionList",
1776          "documentation":"<p> One or more actions to update finding fields if a finding matches the defined criteria of the rule. </p>"
1777        },
1778        "CreatedAt":{
1779          "shape":"Timestamp",
1780          "documentation":"<p> A timestamp that indicates when the rule was created. </p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
1781        },
1782        "UpdatedAt":{
1783          "shape":"Timestamp",
1784          "documentation":"<p> A timestamp that indicates when the rule was most recently updated. </p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
1785        },
1786        "CreatedBy":{
1787          "shape":"NonEmptyString",
1788          "documentation":"<p> The principal that created a rule. </p>"
1789        }
1790      },
1791      "documentation":"<p> Defines the configuration of an automation rule. </p>"
1792    },
1793    "AutomationRulesConfigList":{
1794      "type":"list",
1795      "member":{"shape":"AutomationRulesConfig"}
1796    },
1797    "AutomationRulesFindingFieldsUpdate":{
1798      "type":"structure",
1799      "members":{
1800        "Note":{"shape":"NoteUpdate"},
1801        "Severity":{"shape":"SeverityUpdate"},
1802        "VerificationState":{
1803          "shape":"VerificationState",
1804          "documentation":"<p> The rule action updates the <code>VerificationState</code> field of a finding. </p>"
1805        },
1806        "Confidence":{
1807          "shape":"RatioScale",
1808          "documentation":"<p> The rule action updates the <code>Confidence</code> field of a finding. </p>"
1809        },
1810        "Criticality":{
1811          "shape":"RatioScale",
1812          "documentation":"<p> The rule action updates the <code>Criticality</code> field of a finding. </p>"
1813        },
1814        "Types":{
1815          "shape":"TypeList",
1816          "documentation":"<p> The rule action updates the <code>Types</code> field of a finding. </p>"
1817        },
1818        "UserDefinedFields":{
1819          "shape":"FieldMap",
1820          "documentation":"<p> The rule action updates the <code>UserDefinedFields</code> field of a finding. </p>"
1821        },
1822        "Workflow":{"shape":"WorkflowUpdate"},
1823        "RelatedFindings":{
1824          "shape":"RelatedFindingList",
1825          "documentation":"<p> The rule action updates the <code>RelatedFindings</code> field of a finding. </p>"
1826        }
1827      },
1828      "documentation":"<p> Identifies the finding fields that the automation rule action updates when a finding matches the defined criteria. </p>"
1829    },
1830    "AutomationRulesFindingFilters":{
1831      "type":"structure",
1832      "members":{
1833        "ProductArn":{
1834          "shape":"StringFilterList",
1835          "documentation":"<p> The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1836        },
1837        "AwsAccountId":{
1838          "shape":"StringFilterList",
1839          "documentation":"<p>The Amazon Web Services account ID in which a finding was generated.</p> <p> Array Members: Minimum number of 1 item. Maximum number of 100 items. </p>"
1840        },
1841        "Id":{
1842          "shape":"StringFilterList",
1843          "documentation":"<p> The product-specific identifier for a finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1844        },
1845        "GeneratorId":{
1846          "shape":"StringFilterList",
1847          "documentation":"<p> The identifier for the solution-specific component that generated a finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 100 items. </p>"
1848        },
1849        "Type":{
1850          "shape":"StringFilterList",
1851          "documentation":"<p> One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html\">Types taxonomy for ASFF</a> in the <i>Security Hub User Guide</i>.</p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1852        },
1853        "FirstObservedAt":{
1854          "shape":"DateFilterList",
1855          "documentation":"<p> A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product. </p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1856        },
1857        "LastObservedAt":{
1858          "shape":"DateFilterList",
1859          "documentation":"<p> A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product. </p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1860        },
1861        "CreatedAt":{
1862          "shape":"DateFilterList",
1863          "documentation":"<p> A timestamp that indicates when this finding record was created. </p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1864        },
1865        "UpdatedAt":{
1866          "shape":"DateFilterList",
1867          "documentation":"<p> A timestamp that indicates when the finding record was most recently updated. </p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1868        },
1869        "Confidence":{
1870          "shape":"NumberFilterList",
1871          "documentation":"<p>The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. <code>Confidence</code> is scored on a 0–100 basis using a ratio scale. A value of <code>0</code> means 0 percent confidence, and a value of <code>100</code> means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence\">Confidence</a> in the <i>Security Hub User Guide</i>.</p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1872        },
1873        "Criticality":{
1874          "shape":"NumberFilterList",
1875          "documentation":"<p> The level of importance that is assigned to the resources that are associated with a finding. <code>Criticality</code> is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of <code>0</code> means that the underlying resources have no criticality, and a score of <code>100</code> is reserved for the most critical resources. For more information, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-criticality\">Criticality</a> in the <i>Security Hub User Guide</i>.</p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1876        },
1877        "Title":{
1878          "shape":"StringFilterList",
1879          "documentation":"<p> A finding's title. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 100 items. </p>"
1880        },
1881        "Description":{
1882          "shape":"StringFilterList",
1883          "documentation":"<p> A finding's description. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1884        },
1885        "SourceUrl":{
1886          "shape":"StringFilterList",
1887          "documentation":"<p> Provides a URL that links to a page about the current finding in the finding product. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1888        },
1889        "ProductName":{
1890          "shape":"StringFilterList",
1891          "documentation":"<p> Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1892        },
1893        "CompanyName":{
1894          "shape":"StringFilterList",
1895          "documentation":"<p> The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1896        },
1897        "SeverityLabel":{
1898          "shape":"StringFilterList",
1899          "documentation":"<p> The severity value of the finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1900        },
1901        "ResourceType":{
1902          "shape":"StringFilterList",
1903          "documentation":"<p> The type of resource that the finding pertains to. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1904        },
1905        "ResourceId":{
1906          "shape":"StringFilterList",
1907          "documentation":"<p> The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 100 items. </p>"
1908        },
1909        "ResourcePartition":{
1910          "shape":"StringFilterList",
1911          "documentation":"<p> The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1912        },
1913        "ResourceRegion":{
1914          "shape":"StringFilterList",
1915          "documentation":"<p> The Amazon Web Services Region where the resource that a finding pertains to is located. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1916        },
1917        "ResourceTags":{
1918          "shape":"MapFilterList",
1919          "documentation":"<p> A list of Amazon Web Services tags associated with a resource at the time the finding was processed. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1920        },
1921        "ResourceDetailsOther":{
1922          "shape":"MapFilterList",
1923          "documentation":"<p> Custom fields and values about the resource that a finding pertains to. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1924        },
1925        "ComplianceStatus":{
1926          "shape":"StringFilterList",
1927          "documentation":"<p> The result of a security check. This field is only used for findings generated from controls. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1928        },
1929        "ComplianceSecurityControlId":{
1930          "shape":"StringFilterList",
1931          "documentation":"<p> The security control ID for which a finding was generated. Security control IDs are the same across standards.</p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1932        },
1933        "ComplianceAssociatedStandardsId":{
1934          "shape":"StringFilterList",
1935          "documentation":"<p>The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html\">DescribeStandards</a> API response.</p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1936        },
1937        "VerificationState":{
1938          "shape":"StringFilterList",
1939          "documentation":"<p> Provides the veracity of a finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1940        },
1941        "WorkflowStatus":{
1942          "shape":"StringFilterList",
1943          "documentation":"<p> Provides information about the status of the investigation into a finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1944        },
1945        "RecordState":{
1946          "shape":"StringFilterList",
1947          "documentation":"<p> Provides the current state of a finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1948        },
1949        "RelatedFindingsProductArn":{
1950          "shape":"StringFilterList",
1951          "documentation":"<p> The ARN for the product that generated a related finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1952        },
1953        "RelatedFindingsId":{
1954          "shape":"StringFilterList",
1955          "documentation":"<p> The product-generated identifier for a related finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1956        },
1957        "NoteText":{
1958          "shape":"StringFilterList",
1959          "documentation":"<p> The text of a user-defined note that's added to a finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1960        },
1961        "NoteUpdatedAt":{
1962          "shape":"DateFilterList",
1963          "documentation":"<p> The timestamp of when the note was updated. Uses the date-time format specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1964        },
1965        "NoteUpdatedBy":{
1966          "shape":"StringFilterList",
1967          "documentation":"<p> The principal that created a note. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1968        },
1969        "UserDefinedFields":{
1970          "shape":"MapFilterList",
1971          "documentation":"<p> A list of user-defined name and value string pairs added to a finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1972        },
1973        "ResourceApplicationArn":{
1974          "shape":"StringFilterList",
1975          "documentation":"<p> The Amazon Resource Name (ARN) of the application that is related to a finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1976        },
1977        "ResourceApplicationName":{
1978          "shape":"StringFilterList",
1979          "documentation":"<p> The name of the application that is related to a finding. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1980        },
1981        "AwsAccountName":{
1982          "shape":"StringFilterList",
1983          "documentation":"<p>The name of the Amazon Web Services account in which a finding was generated. </p> <p> Array Members: Minimum number of 1 item. Maximum number of 20 items. </p>"
1984        }
1985      },
1986      "documentation":"<p> The criteria that determine which findings a rule applies to. </p>"
1987    },
1988    "AutomationRulesMetadata":{
1989      "type":"structure",
1990      "members":{
1991        "RuleArn":{
1992          "shape":"NonEmptyString",
1993          "documentation":"<p> The Amazon Resource Name (ARN) for the rule. </p>"
1994        },
1995        "RuleStatus":{
1996          "shape":"RuleStatus",
1997          "documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html\"> <code>BatchUpdateAutomationRules</code> </a>. </p>"
1998        },
1999        "RuleOrder":{
2000          "shape":"RuleOrderValue",
2001          "documentation":"<p>An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub applies rules with lower values for this parameter first. </p>"
2002        },
2003        "RuleName":{
2004          "shape":"NonEmptyString",
2005          "documentation":"<p> The name of the rule. </p>"
2006        },
2007        "Description":{
2008          "shape":"NonEmptyString",
2009          "documentation":"<p> A description of the rule. </p>"
2010        },
2011        "IsTerminal":{
2012          "shape":"Boolean",
2013          "documentation":"<p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal. </p>"
2014        },
2015        "CreatedAt":{
2016          "shape":"Timestamp",
2017          "documentation":"<p> A timestamp that indicates when the rule was created. </p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
2018        },
2019        "UpdatedAt":{
2020          "shape":"Timestamp",
2021          "documentation":"<p> A timestamp that indicates when the rule was most recently updated. </p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
2022        },
2023        "CreatedBy":{
2024          "shape":"NonEmptyString",
2025          "documentation":"<p> The principal that created a rule. </p>"
2026        }
2027      },
2028      "documentation":"<p> Metadata for automation rules in the calling account. The response includes rules with a <code>RuleStatus</code> of <code>ENABLED</code> and <code>DISABLED</code>. </p>"
2029    },
2030    "AutomationRulesMetadataList":{
2031      "type":"list",
2032      "member":{"shape":"AutomationRulesMetadata"}
2033    },
2034    "AvailabilityZone":{
2035      "type":"structure",
2036      "members":{
2037        "ZoneName":{
2038          "shape":"NonEmptyString",
2039          "documentation":"<p>The name of the Availability Zone.</p>"
2040        },
2041        "SubnetId":{
2042          "shape":"NonEmptyString",
2043          "documentation":"<p>The ID of the subnet. You can specify one subnet per Availability Zone.</p>"
2044        }
2045      },
2046      "documentation":"<p>Information about an Availability Zone.</p>"
2047    },
2048    "AvailabilityZones":{
2049      "type":"list",
2050      "member":{"shape":"AvailabilityZone"}
2051    },
2052    "AwsAmazonMqBrokerDetails":{
2053      "type":"structure",
2054      "members":{
2055        "AuthenticationStrategy":{
2056          "shape":"NonEmptyString",
2057          "documentation":"<p> The authentication strategy used to secure the broker. The default is <code>SIMPLE</code>. </p>"
2058        },
2059        "AutoMinorVersionUpgrade":{
2060          "shape":"Boolean",
2061          "documentation":"<p> Whether automatically upgrade new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot. </p>"
2062        },
2063        "BrokerArn":{
2064          "shape":"NonEmptyString",
2065          "documentation":"<p> The Amazon Resource Name (ARN) of the broker. </p>"
2066        },
2067        "BrokerName":{
2068          "shape":"NonEmptyString",
2069          "documentation":"<p>The broker's name. </p>"
2070        },
2071        "DeploymentMode":{
2072          "shape":"NonEmptyString",
2073          "documentation":"<p> The broker's deployment mode. </p>"
2074        },
2075        "EncryptionOptions":{
2076          "shape":"AwsAmazonMqBrokerEncryptionOptionsDetails",
2077          "documentation":"<p> Encryption options for the broker. Doesn’t apply to RabbitMQ brokers. </p>"
2078        },
2079        "EngineType":{
2080          "shape":"NonEmptyString",
2081          "documentation":"<p> The type of broker engine. </p>"
2082        },
2083        "EngineVersion":{
2084          "shape":"NonEmptyString",
2085          "documentation":"<p> The version of the broker engine. </p>"
2086        },
2087        "HostInstanceType":{
2088          "shape":"NonEmptyString",
2089          "documentation":"<p> The broker's instance type. </p>"
2090        },
2091        "BrokerId":{
2092          "shape":"NonEmptyString",
2093          "documentation":"<p> The unique ID that Amazon MQ generates for the broker. </p>"
2094        },
2095        "LdapServerMetadata":{
2096          "shape":"AwsAmazonMqBrokerLdapServerMetadataDetails",
2097          "documentation":"<p> The metadata of the Lightweight Directory Access Protocol (LDAP) server used to authenticate and authorize connections to the broker. This is an optional failover server. </p>"
2098        },
2099        "Logs":{
2100          "shape":"AwsAmazonMqBrokerLogsDetails",
2101          "documentation":"<p> Turns on Amazon CloudWatch logging for brokers. </p>"
2102        },
2103        "MaintenanceWindowStartTime":{
2104          "shape":"AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails",
2105          "documentation":"<p> The scheduled time period (UTC) during which Amazon MQ begins to apply pending updates or patches to the broker. </p>"
2106        },
2107        "PubliclyAccessible":{
2108          "shape":"Boolean",
2109          "documentation":"<p> Permits connections from applications outside of the VPC that hosts the broker's subnets. </p>"
2110        },
2111        "SecurityGroups":{
2112          "shape":"StringList",
2113          "documentation":"<p> The list of rules (one minimum, 125 maximum) that authorize connections to brokers. </p>"
2114        },
2115        "StorageType":{
2116          "shape":"NonEmptyString",
2117          "documentation":"<p> The broker's storage type. </p>"
2118        },
2119        "SubnetIds":{
2120          "shape":"StringList",
2121          "documentation":"<p> The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. </p>"
2122        },
2123        "Users":{
2124          "shape":"AwsAmazonMqBrokerUsersList",
2125          "documentation":"<p> The list of all broker usernames for the specified broker. Doesn't apply to RabbitMQ brokers. </p>"
2126        }
2127      },
2128      "documentation":"<p> Provides details about an Amazon MQ message broker. A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messaging protocols. </p>"
2129    },
2130    "AwsAmazonMqBrokerEncryptionOptionsDetails":{
2131      "type":"structure",
2132      "members":{
2133        "KmsKeyId":{
2134          "shape":"NonEmptyString",
2135          "documentation":"<p> The KMS key that’s used to encrypt your data at rest. If not provided, Amazon MQ will use a default KMS key to encrypt your data. </p>"
2136        },
2137        "UseAwsOwnedKey":{
2138          "shape":"Boolean",
2139          "documentation":"<p> Specifies that an KMS key should be used for at-rest encryption. Set to <code>true</code> by default if no value is provided (for example, for RabbitMQ brokers). </p>"
2140        }
2141      },
2142      "documentation":"<p> Provides details about broker encryption options. </p>"
2143    },
2144    "AwsAmazonMqBrokerLdapServerMetadataDetails":{
2145      "type":"structure",
2146      "members":{
2147        "Hosts":{
2148          "shape":"StringList",
2149          "documentation":"<p> Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active Directory. </p>"
2150        },
2151        "RoleBase":{
2152          "shape":"NonEmptyString",
2153          "documentation":"<p> The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. </p>"
2154        },
2155        "RoleName":{
2156          "shape":"NonEmptyString",
2157          "documentation":"<p> The group name attribute in a role entry whose value is the name of that role. </p>"
2158        },
2159        "RoleSearchMatching":{
2160          "shape":"NonEmptyString",
2161          "documentation":"<p> The LDAP search filter used to find roles within the <code>roleBase</code>. </p>"
2162        },
2163        "RoleSearchSubtree":{
2164          "shape":"Boolean",
2165          "documentation":"<p> The directory search scope for the role. If set to <code>true</code>, the scope is to search the entire subtree. </p>"
2166        },
2167        "ServiceAccountUsername":{
2168          "shape":"NonEmptyString",
2169          "documentation":"<p> A username for the service account, which is an account in your LDAP server that has access to initiate a connection. </p>"
2170        },
2171        "UserBase":{
2172          "shape":"NonEmptyString",
2173          "documentation":"<p> Selects a particular subtree of the directory information tree (DIT) to search for user entries. </p>"
2174        },
2175        "UserRoleName":{
2176          "shape":"NonEmptyString",
2177          "documentation":"<p> The name of the LDAP attribute in the user's directory entry for the user's group membership. </p>"
2178        },
2179        "UserSearchMatching":{
2180          "shape":"NonEmptyString",
2181          "documentation":"<p> The LDAP search filter used to find users within the <code>userBase</code>. </p>"
2182        },
2183        "UserSearchSubtree":{
2184          "shape":"Boolean",
2185          "documentation":"<p> The directory search scope for the user. If set to true, the scope is to search the entire subtree. </p>"
2186        }
2187      },
2188      "documentation":"<p> The metadata of the Lightweight Directory Access Protocol (LDAP) server used to authenticate and authorize connections to the broker. This is an optional failover server. </p>"
2189    },
2190    "AwsAmazonMqBrokerLogsDetails":{
2191      "type":"structure",
2192      "members":{
2193        "Audit":{
2194          "shape":"Boolean",
2195          "documentation":"<p> Activates audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Doesn't apply to RabbitMQ brokers. </p>"
2196        },
2197        "General":{
2198          "shape":"Boolean",
2199          "documentation":"<p> Activates general logging. </p>"
2200        },
2201        "AuditLogGroup":{
2202          "shape":"NonEmptyString",
2203          "documentation":"<p> The location of the CloudWatch Logs log group where audit logs are sent. </p>"
2204        },
2205        "GeneralLogGroup":{
2206          "shape":"NonEmptyString",
2207          "documentation":"<p> The location of the CloudWatch Logs log group where general logs are sent. </p>"
2208        },
2209        "Pending":{
2210          "shape":"AwsAmazonMqBrokerLogsPendingDetails",
2211          "documentation":"<p> The list of information about logs that are to be turned on for the specified broker. </p>"
2212        }
2213      },
2214      "documentation":"<p> Provides information about logs to be activated for the specified broker. </p>"
2215    },
2216    "AwsAmazonMqBrokerLogsPendingDetails":{
2217      "type":"structure",
2218      "members":{
2219        "Audit":{
2220          "shape":"Boolean",
2221          "documentation":"<p> Activates audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Doesn't apply to RabbitMQ brokers. </p>"
2222        },
2223        "General":{
2224          "shape":"Boolean",
2225          "documentation":"<p> Activates general logging. </p>"
2226        }
2227      },
2228      "documentation":"<p> Provides information about logs to be activated for the specified broker. </p>"
2229    },
2230    "AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails":{
2231      "type":"structure",
2232      "members":{
2233        "DayOfWeek":{
2234          "shape":"NonEmptyString",
2235          "documentation":"<p> The day of the week on which the maintenance window falls. </p>"
2236        },
2237        "TimeOfDay":{
2238          "shape":"NonEmptyString",
2239          "documentation":"<p> The time, in 24-hour format, on which the maintenance window falls. </p>"
2240        },
2241        "TimeZone":{
2242          "shape":"NonEmptyString",
2243          "documentation":"<p> The time zone in either the Country/City format or the UTC offset format. UTC is the default format. </p>"
2244        }
2245      },
2246      "documentation":"<p> The scheduled time period (UTC) during which Amazon MQ begins to apply pending updates or patches to the broker. </p>"
2247    },
2248    "AwsAmazonMqBrokerUsersDetails":{
2249      "type":"structure",
2250      "members":{
2251        "PendingChange":{
2252          "shape":"NonEmptyString",
2253          "documentation":"<p> The type of change pending for the broker user. </p>"
2254        },
2255        "Username":{
2256          "shape":"NonEmptyString",
2257          "documentation":"<p> The username of the broker user. </p>"
2258        }
2259      },
2260      "documentation":"<p> Provides details about the broker usernames for the specified broker. Doesn't apply to RabbitMQ brokers. </p>"
2261    },
2262    "AwsAmazonMqBrokerUsersList":{
2263      "type":"list",
2264      "member":{"shape":"AwsAmazonMqBrokerUsersDetails"}
2265    },
2266    "AwsApiCallAction":{
2267      "type":"structure",
2268      "members":{
2269        "Api":{
2270          "shape":"NonEmptyString",
2271          "documentation":"<p>The name of the API method that was issued.</p>"
2272        },
2273        "ServiceName":{
2274          "shape":"NonEmptyString",
2275          "documentation":"<p>The name of the Amazon Web Services service that the API method belongs to.</p>"
2276        },
2277        "CallerType":{
2278          "shape":"NonEmptyString",
2279          "documentation":"<p>Indicates whether the API call originated from a remote IP address (<code>remoteip</code>) or from a DNS domain (<code>domain</code>).</p>"
2280        },
2281        "RemoteIpDetails":{
2282          "shape":"ActionRemoteIpDetails",
2283          "documentation":"<p>Provided if <code>CallerType</code> is <code>remoteIp</code>. Provides information about the remote IP address that the API call originated from.</p>"
2284        },
2285        "DomainDetails":{
2286          "shape":"AwsApiCallActionDomainDetails",
2287          "documentation":"<p>Provided if <code>CallerType</code> is <code>domain</code>. Provides information about the DNS domain that the API call originated from.</p>"
2288        },
2289        "AffectedResources":{
2290          "shape":"FieldMap",
2291          "documentation":"<p>Identifies the resources that were affected by the API call.</p>"
2292        },
2293        "FirstSeen":{
2294          "shape":"NonEmptyString",
2295          "documentation":"<p>An ISO8601-formatted timestamp that indicates when the API call was first observed.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
2296        },
2297        "LastSeen":{
2298          "shape":"NonEmptyString",
2299          "documentation":"<p>An ISO8601-formatted timestamp that indicates when the API call was most recently observed.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
2300        }
2301      },
2302      "documentation":"<p>Provided if <code>ActionType</code> is <code>AWS_API_CALL</code>. It provides details about the API call that was detected.</p>"
2303    },
2304    "AwsApiCallActionDomainDetails":{
2305      "type":"structure",
2306      "members":{
2307        "Domain":{
2308          "shape":"NonEmptyString",
2309          "documentation":"<p>The name of the DNS domain that issued the API call.</p>"
2310        }
2311      },
2312      "documentation":"<p>Provided if <code>CallerType</code> is <code>domain</code>. It provides information about the DNS domain that issued the API call.</p>"
2313    },
2314    "AwsApiGatewayAccessLogSettings":{
2315      "type":"structure",
2316      "members":{
2317        "Format":{
2318          "shape":"NonEmptyString",
2319          "documentation":"<p>A single-line format of the access logs of data, as specified by selected <code>$context</code> variables. The format must include at least <code>$context.requestId</code>.</p>"
2320        },
2321        "DestinationArn":{
2322          "shape":"NonEmptyString",
2323          "documentation":"<p>The ARN of the CloudWatch Logs log group that receives the access logs.</p>"
2324        }
2325      },
2326      "documentation":"<p>Contains information about settings for logging access for the stage.</p>"
2327    },
2328    "AwsApiGatewayCanarySettings":{
2329      "type":"structure",
2330      "members":{
2331        "PercentTraffic":{
2332          "shape":"Double",
2333          "documentation":"<p>The percentage of traffic that is diverted to a canary deployment.</p>"
2334        },
2335        "DeploymentId":{
2336          "shape":"NonEmptyString",
2337          "documentation":"<p>The deployment identifier for the canary deployment.</p>"
2338        },
2339        "StageVariableOverrides":{
2340          "shape":"FieldMap",
2341          "documentation":"<p>Stage variables that are overridden in the canary release deployment. The variables include new stage variables that are introduced in the canary.</p> <p>Each variable is represented as a string-to-string map between the stage variable name and the variable value.</p>"
2342        },
2343        "UseStageCache":{
2344          "shape":"Boolean",
2345          "documentation":"<p>Indicates whether the canary deployment uses the stage cache.</p>"
2346        }
2347      },
2348      "documentation":"<p>Contains information about settings for canary deployment in the stage.</p>"
2349    },
2350    "AwsApiGatewayEndpointConfiguration":{
2351      "type":"structure",
2352      "members":{
2353        "Types":{
2354          "shape":"NonEmptyStringList",
2355          "documentation":"<p>A list of endpoint types for the REST API.</p> <p>For an edge-optimized API, the endpoint type is <code>EDGE</code>. For a Regional API, the endpoint type is <code>REGIONAL</code>. For a private API, the endpoint type is <code>PRIVATE</code>.</p>"
2356        }
2357      },
2358      "documentation":"<p>Contains information about the endpoints for the API.</p>"
2359    },
2360    "AwsApiGatewayMethodSettings":{
2361      "type":"structure",
2362      "members":{
2363        "MetricsEnabled":{
2364          "shape":"Boolean",
2365          "documentation":"<p>Indicates whether CloudWatch metrics are enabled for the method. </p>"
2366        },
2367        "LoggingLevel":{
2368          "shape":"NonEmptyString",
2369          "documentation":"<p>The logging level for this method. The logging level affects the log entries that are pushed to CloudWatch Logs.</p> <p>If the logging level is <code>ERROR</code>, then the logs only include error-level entries.</p> <p>If the logging level is <code>INFO</code>, then the logs include both <code>ERROR</code> events and extra informational events.</p> <p>Valid values: <code>OFF</code> | <code>ERROR</code> | <code>INFO</code> </p>"
2370        },
2371        "DataTraceEnabled":{
2372          "shape":"Boolean",
2373          "documentation":"<p>Indicates whether data trace logging is enabled for the method. Data trace logging affects the log entries that are pushed to CloudWatch Logs.</p>"
2374        },
2375        "ThrottlingBurstLimit":{
2376          "shape":"Integer",
2377          "documentation":"<p>The throttling burst limit for the method.</p>"
2378        },
2379        "ThrottlingRateLimit":{
2380          "shape":"Double",
2381          "documentation":"<p>The throttling rate limit for the method.</p>"
2382        },
2383        "CachingEnabled":{
2384          "shape":"Boolean",
2385          "documentation":"<p>Indicates whether responses are cached and returned for requests. For responses to be cached, a cache cluster must be enabled on the stage.</p>"
2386        },
2387        "CacheTtlInSeconds":{
2388          "shape":"Integer",
2389          "documentation":"<p>Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response is cached.</p>"
2390        },
2391        "CacheDataEncrypted":{
2392          "shape":"Boolean",
2393          "documentation":"<p>Indicates whether the cached responses are encrypted. </p>"
2394        },
2395        "RequireAuthorizationForCacheControl":{
2396          "shape":"Boolean",
2397          "documentation":"<p>Indicates whether authorization is required for a cache invalidation request.</p>"
2398        },
2399        "UnauthorizedCacheControlHeaderStrategy":{
2400          "shape":"NonEmptyString",
2401          "documentation":"<p>Indicates how to handle unauthorized requests for cache invalidation.</p> <p>Valid values: <code>FAIL_WITH_403</code> | <code>SUCCEED_WITH_RESPONSE_HEADER</code> | <code>SUCCEED_WITHOUT_RESPONSE_HEADER</code> </p>"
2402        },
2403        "HttpMethod":{
2404          "shape":"NonEmptyString",
2405          "documentation":"<p>The HTTP method. You can use an asterisk (*) as a wildcard to apply method settings to multiple methods.</p>"
2406        },
2407        "ResourcePath":{
2408          "shape":"NonEmptyString",
2409          "documentation":"<p>The resource path for this method. Forward slashes (/) are encoded as ~1 . The initial slash must include a forward slash.</p> <p>For example, the path value <code>/resource/subresource</code> must be encoded as <code>/~1resource~1subresource</code>.</p> <p>To specify the root path, use only a slash (/). You can use an asterisk (*) as a wildcard to apply method settings to multiple methods.</p>"
2410        }
2411      },
2412      "documentation":"<p>Defines settings for a method for the stage.</p>"
2413    },
2414    "AwsApiGatewayMethodSettingsList":{
2415      "type":"list",
2416      "member":{"shape":"AwsApiGatewayMethodSettings"}
2417    },
2418    "AwsApiGatewayRestApiDetails":{
2419      "type":"structure",
2420      "members":{
2421        "Id":{
2422          "shape":"NonEmptyString",
2423          "documentation":"<p>The identifier of the REST API.</p>"
2424        },
2425        "Name":{
2426          "shape":"NonEmptyString",
2427          "documentation":"<p>The name of the REST API.</p>"
2428        },
2429        "Description":{
2430          "shape":"NonEmptyString",
2431          "documentation":"<p>A description of the REST API.</p>"
2432        },
2433        "CreatedDate":{
2434          "shape":"NonEmptyString",
2435          "documentation":"<p>Indicates when the API was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
2436        },
2437        "Version":{
2438          "shape":"NonEmptyString",
2439          "documentation":"<p>The version identifier for the REST API.</p>"
2440        },
2441        "BinaryMediaTypes":{
2442          "shape":"NonEmptyStringList",
2443          "documentation":"<p>The list of binary media types supported by the REST API.</p>"
2444        },
2445        "MinimumCompressionSize":{
2446          "shape":"Integer",
2447          "documentation":"<p>The minimum size in bytes of a payload before compression is enabled.</p> <p>If <code>null</code>, then compression is disabled.</p> <p>If 0, then all payloads are compressed.</p>"
2448        },
2449        "ApiKeySource":{
2450          "shape":"NonEmptyString",
2451          "documentation":"<p>The source of the API key for metering requests according to a usage plan.</p> <p> <code>HEADER</code> indicates whether to read the API key from the X-API-Key header of a request.</p> <p> <code>AUTHORIZER</code> indicates whether to read the API key from the <code>UsageIdentifierKey</code> from a custom authorizer.</p>"
2452        },
2453        "EndpointConfiguration":{
2454          "shape":"AwsApiGatewayEndpointConfiguration",
2455          "documentation":"<p>The endpoint configuration of the REST API.</p>"
2456        }
2457      },
2458      "documentation":"<p>Contains information about a REST API in version 1 of Amazon API Gateway.</p>"
2459    },
2460    "AwsApiGatewayStageDetails":{
2461      "type":"structure",
2462      "members":{
2463        "DeploymentId":{
2464          "shape":"NonEmptyString",
2465          "documentation":"<p>The identifier of the deployment that the stage points to.</p>"
2466        },
2467        "ClientCertificateId":{
2468          "shape":"NonEmptyString",
2469          "documentation":"<p>The identifier of the client certificate for the stage.</p>"
2470        },
2471        "StageName":{
2472          "shape":"NonEmptyString",
2473          "documentation":"<p>The name of the stage.</p>"
2474        },
2475        "Description":{
2476          "shape":"NonEmptyString",
2477          "documentation":"<p>A description of the stage.</p>"
2478        },
2479        "CacheClusterEnabled":{
2480          "shape":"Boolean",
2481          "documentation":"<p>Indicates whether a cache cluster is enabled for the stage.</p>"
2482        },
2483        "CacheClusterSize":{
2484          "shape":"NonEmptyString",
2485          "documentation":"<p>If a cache cluster is enabled, the size of the cache cluster.</p>"
2486        },
2487        "CacheClusterStatus":{
2488          "shape":"NonEmptyString",
2489          "documentation":"<p>If a cache cluster is enabled, the status of the cache cluster.</p>"
2490        },
2491        "MethodSettings":{
2492          "shape":"AwsApiGatewayMethodSettingsList",
2493          "documentation":"<p>Defines the method settings for the stage.</p>"
2494        },
2495        "Variables":{
2496          "shape":"FieldMap",
2497          "documentation":"<p>A map that defines the stage variables for the stage.</p> <p>Variable names can have alphanumeric and underscore characters.</p> <p>Variable values can contain the following characters:</p> <ul> <li> <p>Uppercase and lowercase letters</p> </li> <li> <p>Numbers</p> </li> <li> <p>Special characters -._~:/?#&amp;=,</p> </li> </ul>"
2498        },
2499        "DocumentationVersion":{
2500          "shape":"NonEmptyString",
2501          "documentation":"<p>The version of the API documentation that is associated with the stage.</p>"
2502        },
2503        "AccessLogSettings":{
2504          "shape":"AwsApiGatewayAccessLogSettings",
2505          "documentation":"<p>Settings for logging access for the stage.</p>"
2506        },
2507        "CanarySettings":{
2508          "shape":"AwsApiGatewayCanarySettings",
2509          "documentation":"<p>Information about settings for canary deployment in the stage.</p>"
2510        },
2511        "TracingEnabled":{
2512          "shape":"Boolean",
2513          "documentation":"<p>Indicates whether active tracing with X-Ray is enabled for the stage.</p>"
2514        },
2515        "CreatedDate":{
2516          "shape":"NonEmptyString",
2517          "documentation":"<p>Indicates when the stage was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
2518        },
2519        "LastUpdatedDate":{
2520          "shape":"NonEmptyString",
2521          "documentation":"<p>Indicates when the stage was most recently updated.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
2522        },
2523        "WebAclArn":{
2524          "shape":"NonEmptyString",
2525          "documentation":"<p>The ARN of the web ACL associated with the stage.</p>"
2526        }
2527      },
2528      "documentation":"<p>Provides information about a version 1 Amazon API Gateway stage.</p>"
2529    },
2530    "AwsApiGatewayV2ApiDetails":{
2531      "type":"structure",
2532      "members":{
2533        "ApiEndpoint":{
2534          "shape":"NonEmptyString",
2535          "documentation":"<p>The URI of the API. </p> <p>Uses the format <code> <i>&lt;api-id&gt;</i>.execute-api.<i>&lt;region&gt;</i>.amazonaws.com</code> </p> <p>The stage name is typically appended to the URI to form a complete path to a deployed API stage.</p>"
2536        },
2537        "ApiId":{
2538          "shape":"NonEmptyString",
2539          "documentation":"<p>The identifier of the API.</p>"
2540        },
2541        "ApiKeySelectionExpression":{
2542          "shape":"NonEmptyString",
2543          "documentation":"<p>An API key selection expression. Supported only for WebSocket APIs. </p>"
2544        },
2545        "CreatedDate":{
2546          "shape":"NonEmptyString",
2547          "documentation":"<p>Indicates when the API was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
2548        },
2549        "Description":{
2550          "shape":"NonEmptyString",
2551          "documentation":"<p>A description of the API.</p>"
2552        },
2553        "Version":{
2554          "shape":"NonEmptyString",
2555          "documentation":"<p>The version identifier for the API.</p>"
2556        },
2557        "Name":{
2558          "shape":"NonEmptyString",
2559          "documentation":"<p>The name of the API.</p>"
2560        },
2561        "ProtocolType":{
2562          "shape":"NonEmptyString",
2563          "documentation":"<p>The API protocol for the API.</p> <p>Valid values: <code>WEBSOCKET</code> | <code>HTTP</code> </p>"
2564        },
2565        "RouteSelectionExpression":{
2566          "shape":"NonEmptyString",
2567          "documentation":"<p>The route selection expression for the API.</p> <p>For HTTP APIs, must be <code>${request.method} ${request.path}</code>. This is the default value for HTTP APIs.</p> <p>For WebSocket APIs, there is no default value.</p>"
2568        },
2569        "CorsConfiguration":{
2570          "shape":"AwsCorsConfiguration",
2571          "documentation":"<p>A cross-origin resource sharing (CORS) configuration. Supported only for HTTP APIs.</p>"
2572        }
2573      },
2574      "documentation":"<p>Contains information about a version 2 API in Amazon API Gateway.</p>"
2575    },
2576    "AwsApiGatewayV2RouteSettings":{
2577      "type":"structure",
2578      "members":{
2579        "DetailedMetricsEnabled":{
2580          "shape":"Boolean",
2581          "documentation":"<p>Indicates whether detailed metrics are enabled.</p>"
2582        },
2583        "LoggingLevel":{
2584          "shape":"NonEmptyString",
2585          "documentation":"<p>The logging level. The logging level affects the log entries that are pushed to CloudWatch Logs. Supported only for WebSocket APIs.</p> <p>If the logging level is <code>ERROR</code>, then the logs only include error-level entries.</p> <p>If the logging level is <code>INFO</code>, then the logs include both <code>ERROR</code> events and extra informational events.</p> <p>Valid values: <code>OFF</code> | <code>ERROR</code> | <code>INFO</code> </p>"
2586        },
2587        "DataTraceEnabled":{
2588          "shape":"Boolean",
2589          "documentation":"<p>Indicates whether data trace logging is enabled. Data trace logging affects the log entries that are pushed to CloudWatch Logs. Supported only for WebSocket APIs.</p>"
2590        },
2591        "ThrottlingBurstLimit":{
2592          "shape":"Integer",
2593          "documentation":"<p>The throttling burst limit.</p>"
2594        },
2595        "ThrottlingRateLimit":{
2596          "shape":"Double",
2597          "documentation":"<p>The throttling rate limit.</p>"
2598        }
2599      },
2600      "documentation":"<p>Contains route settings for a stage.</p>"
2601    },
2602    "AwsApiGatewayV2StageDetails":{
2603      "type":"structure",
2604      "members":{
2605        "ClientCertificateId":{
2606          "shape":"NonEmptyString",
2607          "documentation":"<p>The identifier of a client certificate for a stage. Supported only for WebSocket API calls.</p>"
2608        },
2609        "CreatedDate":{
2610          "shape":"NonEmptyString",
2611          "documentation":"<p>Indicates when the stage was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
2612        },
2613        "Description":{
2614          "shape":"NonEmptyString",
2615          "documentation":"<p>The description of the stage.</p>"
2616        },
2617        "DefaultRouteSettings":{
2618          "shape":"AwsApiGatewayV2RouteSettings",
2619          "documentation":"<p>Default route settings for the stage.</p>"
2620        },
2621        "DeploymentId":{
2622          "shape":"NonEmptyString",
2623          "documentation":"<p>The identifier of the deployment that the stage is associated with. </p>"
2624        },
2625        "LastUpdatedDate":{
2626          "shape":"NonEmptyString",
2627          "documentation":"<p>Indicates when the stage was most recently updated.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
2628        },
2629        "RouteSettings":{
2630          "shape":"AwsApiGatewayV2RouteSettings",
2631          "documentation":"<p>The route settings for the stage.</p>"
2632        },
2633        "StageName":{
2634          "shape":"NonEmptyString",
2635          "documentation":"<p>The name of the stage.</p>"
2636        },
2637        "StageVariables":{
2638          "shape":"FieldMap",
2639          "documentation":"<p>A map that defines the stage variables for the stage.</p> <p>Variable names can have alphanumeric and underscore characters.</p> <p>Variable values can contain the following characters:</p> <ul> <li> <p>Uppercase and lowercase letters</p> </li> <li> <p>Numbers</p> </li> <li> <p>Special characters -._~:/?#&amp;=,</p> </li> </ul>"
2640        },
2641        "AccessLogSettings":{
2642          "shape":"AwsApiGatewayAccessLogSettings",
2643          "documentation":"<p>Information about settings for logging access for the stage.</p>"
2644        },
2645        "AutoDeploy":{
2646          "shape":"Boolean",
2647          "documentation":"<p>Indicates whether updates to an API automatically trigger a new deployment.</p>"
2648        },
2649        "LastDeploymentStatusMessage":{
2650          "shape":"NonEmptyString",
2651          "documentation":"<p>The status of the last deployment of a stage. Supported only if the stage has automatic deployment enabled.</p>"
2652        },
2653        "ApiGatewayManaged":{
2654          "shape":"Boolean",
2655          "documentation":"<p>Indicates whether the stage is managed by API Gateway.</p>"
2656        }
2657      },
2658      "documentation":"<p>Contains information about a version 2 stage for Amazon API Gateway.</p>"
2659    },
2660    "AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersDetails":{
2661      "type":"structure",
2662      "members":{
2663        "AuthenticationType":{
2664          "shape":"NonEmptyString",
2665          "documentation":"<p> The type of security configuration for your GraphQL API: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito user pools, or Lambda. </p>"
2666        },
2667        "LambdaAuthorizerConfig":{
2668          "shape":"AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails",
2669          "documentation":"<p> The configuration for Lambda function authorization. </p>"
2670        },
2671        "OpenIdConnectConfig":{
2672          "shape":"AwsAppSyncGraphQlApiOpenIdConnectConfigDetails",
2673          "documentation":"<p> The OpenID Connect configuration. </p>"
2674        },
2675        "UserPoolConfig":{
2676          "shape":"AwsAppSyncGraphQlApiUserPoolConfigDetails",
2677          "documentation":"<p> The Amazon Cognito user pools configuration. </p>"
2678        }
2679      },
2680      "documentation":"<p> A list of additional authentication providers for the GraphqlApi API. </p>"
2681    },
2682    "AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersList":{
2683      "type":"list",
2684      "member":{"shape":"AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersDetails"}
2685    },
2686    "AwsAppSyncGraphQlApiDetails":{
2687      "type":"structure",
2688      "members":{
2689        "ApiId":{
2690          "shape":"NonEmptyString",
2691          "documentation":"<p> The unique identifier for the API. </p>"
2692        },
2693        "Id":{
2694          "shape":"NonEmptyString",
2695          "documentation":"<p>The unique identifier for the API.</p>"
2696        },
2697        "OpenIdConnectConfig":{
2698          "shape":"AwsAppSyncGraphQlApiOpenIdConnectConfigDetails",
2699          "documentation":"<p> Specifies the authorization configuration for using an OpenID Connect compliant service with an AppSync GraphQL API endpoint. </p>"
2700        },
2701        "Name":{
2702          "shape":"NonEmptyString",
2703          "documentation":"<p> The API name. </p>"
2704        },
2705        "LambdaAuthorizerConfig":{
2706          "shape":"AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails",
2707          "documentation":"<p> Specifies the configuration for Lambda function authorization. </p>"
2708        },
2709        "XrayEnabled":{
2710          "shape":"Boolean",
2711          "documentation":"<p> Indicates whether to use X-Ray tracing for the GraphQL API. </p>"
2712        },
2713        "Arn":{
2714          "shape":"NonEmptyString",
2715          "documentation":"<p> The Amazon Resource Name (ARN) of the API. </p>"
2716        },
2717        "UserPoolConfig":{
2718          "shape":"AwsAppSyncGraphQlApiUserPoolConfigDetails",
2719          "documentation":"<p> The Amazon Cognito user pools configuration. </p>"
2720        },
2721        "AuthenticationType":{
2722          "shape":"NonEmptyString",
2723          "documentation":"<p> The type of security configuration for your GraphQL API: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito user pools, or Lambda. </p>"
2724        },
2725        "LogConfig":{
2726          "shape":"AwsAppSyncGraphQlApiLogConfigDetails",
2727          "documentation":"<p> The Amazon CloudWatch Logs configuration. </p>"
2728        },
2729        "AdditionalAuthenticationProviders":{
2730          "shape":"AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersList",
2731          "documentation":"<p> A list of additional authentication providers for the GraphQL API. </p>"
2732        },
2733        "WafWebAclArn":{
2734          "shape":"NonEmptyString",
2735          "documentation":"<p> The Amazon Resource Name (ARN) of the WAF web access control list (web ACL) associated with this GraphQL API, if one exists. </p>"
2736        }
2737      },
2738      "documentation":"<p> Provides details about an AppSync Graph QL API, which lets you query multiple databases, microservices, and APIs from a single GraphQL endpoint. </p>"
2739    },
2740    "AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails":{
2741      "type":"structure",
2742      "members":{
2743        "AuthorizerResultTtlInSeconds":{
2744          "shape":"Integer",
2745          "documentation":"<p> The number of seconds a response should be cached for. The default is 5 minutes (300 seconds). </p>"
2746        },
2747        "AuthorizerUri":{
2748          "shape":"NonEmptyString",
2749          "documentation":"<p> The Amazon Resource Name (ARN) of the Lambda function to be called for authorization. This can be a standard Lambda ARN, a version ARN (.../v3), or an alias ARN. </p>"
2750        },
2751        "IdentityValidationExpression":{
2752          "shape":"NonEmptyString",
2753          "documentation":"<p> A regular expression for validation of tokens before the Lambda function is called. </p>"
2754        }
2755      },
2756      "documentation":"<p> Specifies the authorization configuration for using an Lambda function with your AppSync GraphQL API endpoint. </p>"
2757    },
2758    "AwsAppSyncGraphQlApiLogConfigDetails":{
2759      "type":"structure",
2760      "members":{
2761        "CloudWatchLogsRoleArn":{
2762          "shape":"NonEmptyString",
2763          "documentation":"<p> The Amazon Resource Name (ARN) of the service role that AppSync assumes to publish to CloudWatch Logs in your account. </p>"
2764        },
2765        "ExcludeVerboseContent":{
2766          "shape":"Boolean",
2767          "documentation":"<p> Set to <code>TRUE</code> to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level. </p>"
2768        },
2769        "FieldLogLevel":{
2770          "shape":"NonEmptyString",
2771          "documentation":"<p> The field logging level. </p>"
2772        }
2773      },
2774      "documentation":"<p> Specifies the logging configuration when writing GraphQL operations and tracing to Amazon CloudWatch for an AppSync GraphQL API. </p>"
2775    },
2776    "AwsAppSyncGraphQlApiOpenIdConnectConfigDetails":{
2777      "type":"structure",
2778      "members":{
2779        "AuthTtL":{
2780          "shape":"Long",
2781          "documentation":"<p> The number of milliseconds that a token is valid after being authenticated. </p>"
2782        },
2783        "ClientId":{
2784          "shape":"NonEmptyString",
2785          "documentation":"<p> The client identifier of the relying party at the OpenID identity provider. This identifier is typically obtained when the relying party is registered with the OpenID identity provider. You can specify a regular expression so that AppSync can validate against multiple client identifiers at a time. </p>"
2786        },
2787        "IatTtL":{
2788          "shape":"Long",
2789          "documentation":"<p> The number of milliseconds that a token is valid after it's issued to a user. </p>"
2790        },
2791        "Issuer":{
2792          "shape":"NonEmptyString",
2793          "documentation":"<p> The issuer for the OIDC configuration. The issuer returned by discovery must exactly match the value of <code>iss</code> in the ID token. </p>"
2794        }
2795      },
2796      "documentation":"<p> Specifies the authorization configuration for using an OpenID Connect compliant service with your AppSync GraphQL API endpoint. </p>"
2797    },
2798    "AwsAppSyncGraphQlApiUserPoolConfigDetails":{
2799      "type":"structure",
2800      "members":{
2801        "AppIdClientRegex":{
2802          "shape":"NonEmptyString",
2803          "documentation":"<p> A regular expression for validating the incoming Amazon Cognito user pools app client ID. If this value isn't set, no filtering is applied. </p>"
2804        },
2805        "AwsRegion":{
2806          "shape":"NonEmptyString",
2807          "documentation":"<p> The Amazon Web Services Region in which the user pool was created. </p>"
2808        },
2809        "DefaultAction":{
2810          "shape":"NonEmptyString",
2811          "documentation":"<p> The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pools authentication doesn't match the Amazon Cognito user pools configuration. </p>"
2812        },
2813        "UserPoolId":{
2814          "shape":"NonEmptyString",
2815          "documentation":"<p> The user pool ID. </p>"
2816        }
2817      },
2818      "documentation":"<p> Specifies the authorization configuration for using Amazon Cognito user pools with your AppSync GraphQL API endpoint. </p>"
2819    },
2820    "AwsAthenaWorkGroupConfigurationDetails":{
2821      "type":"structure",
2822      "members":{
2823        "ResultConfiguration":{
2824          "shape":"AwsAthenaWorkGroupConfigurationResultConfigurationDetails",
2825          "documentation":"<p> The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as client-side settings. If workgroup settings override client-side settings, then the query uses the workgroup settings.</p>"
2826        }
2827      },
2828      "documentation":"<p> The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (Amazon S3) where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified. </p>"
2829    },
2830    "AwsAthenaWorkGroupConfigurationResultConfigurationDetails":{
2831      "type":"structure",
2832      "members":{
2833        "EncryptionConfiguration":{
2834          "shape":"AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails",
2835          "documentation":"<p> Specifies the method used to encrypt the user’s data stores in the Athena workgroup. </p>"
2836        }
2837      },
2838      "documentation":"<p> The location in Amazon Simple Storage Service (Amazon S3) where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as client-side settings. If workgroup settings override client-side settings, then the query uses the workgroup settings. </p>"
2839    },
2840    "AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails":{
2841      "type":"structure",
2842      "members":{
2843        "EncryptionOption":{
2844          "shape":"NonEmptyString",
2845          "documentation":"<p> Indicates whether Amazon Simple Storage Service (Amazon S3) server-side encryption with Amazon S3 managed keys (SSE_S3), server-side encryption with KMS keys (SSE_KMS), or client-side encryption with KMS customer managed keys (CSE_KMS) is used. </p>"
2846        },
2847        "KmsKey":{
2848          "shape":"NonEmptyString",
2849          "documentation":"<p> For <code>SSE_KMS</code> and <code>CSE_KMS</code>, this is the KMS key Amazon Resource Name (ARN) or ID. </p>"
2850        }
2851      },
2852      "documentation":"<p> Specifies the method used to encrypt the user’s data stores in the Athena workgroup. </p>"
2853    },
2854    "AwsAthenaWorkGroupDetails":{
2855      "type":"structure",
2856      "members":{
2857        "Name":{
2858          "shape":"NonEmptyString",
2859          "documentation":"<p> The workgroup name. </p>"
2860        },
2861        "Description":{
2862          "shape":"NonEmptyString",
2863          "documentation":"<p> The workgroup description. </p>"
2864        },
2865        "State":{
2866          "shape":"NonEmptyString",
2867          "documentation":"<p> Whether the workgroup is enabled or disabled. </p>"
2868        },
2869        "Configuration":{
2870          "shape":"AwsAthenaWorkGroupConfigurationDetails",
2871          "documentation":"<p> The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (Amazon S3) where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified. </p>"
2872        }
2873      },
2874      "documentation":"<p> Provides information about an Amazon Athena workgroup. </p>"
2875    },
2876    "AwsAutoScalingAutoScalingGroupAvailabilityZonesList":{
2877      "type":"list",
2878      "member":{"shape":"AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails"}
2879    },
2880    "AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails":{
2881      "type":"structure",
2882      "members":{
2883        "Value":{
2884          "shape":"NonEmptyString",
2885          "documentation":"<p>The name of the Availability Zone.</p>"
2886        }
2887      },
2888      "documentation":"<p>An Availability Zone for the automatic scaling group.</p>"
2889    },
2890    "AwsAutoScalingAutoScalingGroupDetails":{
2891      "type":"structure",
2892      "members":{
2893        "LaunchConfigurationName":{
2894          "shape":"NonEmptyString",
2895          "documentation":"<p>The name of the launch configuration.</p>"
2896        },
2897        "LoadBalancerNames":{
2898          "shape":"StringList",
2899          "documentation":"<p>The list of load balancers associated with the group.</p>"
2900        },
2901        "HealthCheckType":{
2902          "shape":"NonEmptyString",
2903          "documentation":"<p>The service to use for the health checks. Valid values are <code>EC2</code> or <code>ELB</code>.</p>"
2904        },
2905        "HealthCheckGracePeriod":{
2906          "shape":"Integer",
2907          "documentation":"<p>The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before it checks the health status of an EC2 instance that has come into service.</p>"
2908        },
2909        "CreatedTime":{
2910          "shape":"NonEmptyString",
2911          "documentation":"<p>Indicates when the auto scaling group was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
2912        },
2913        "MixedInstancesPolicy":{
2914          "shape":"AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails",
2915          "documentation":"<p>The mixed instances policy for the automatic scaling group.</p>"
2916        },
2917        "AvailabilityZones":{
2918          "shape":"AwsAutoScalingAutoScalingGroupAvailabilityZonesList",
2919          "documentation":"<p>The list of Availability Zones for the automatic scaling group.</p>"
2920        },
2921        "LaunchTemplate":{
2922          "shape":"AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification",
2923          "documentation":"<p>The launch template to use.</p>"
2924        },
2925        "CapacityRebalance":{
2926          "shape":"Boolean",
2927          "documentation":"<p>Indicates whether capacity rebalancing is enabled. </p>"
2928        }
2929      },
2930      "documentation":"<p>Provides details about an auto scaling group.</p>"
2931    },
2932    "AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification":{
2933      "type":"structure",
2934      "members":{
2935        "LaunchTemplateId":{
2936          "shape":"NonEmptyString",
2937          "documentation":"<p>The identifier of the launch template. You must specify either <code>LaunchTemplateId</code> or <code>LaunchTemplateName</code>.</p>"
2938        },
2939        "LaunchTemplateName":{
2940          "shape":"NonEmptyString",
2941          "documentation":"<p>The name of the launch template. You must specify either <code>LaunchTemplateId</code> or <code>LaunchTemplateName</code>.</p>"
2942        },
2943        "Version":{
2944          "shape":"NonEmptyString",
2945          "documentation":"<p>Identifies the version of the launch template. You can specify a version identifier, or use the values <code>$Latest</code> or <code>$Default</code>.</p>"
2946        }
2947      },
2948      "documentation":"<p>Details about the launch template to use.</p>"
2949    },
2950    "AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails":{
2951      "type":"structure",
2952      "members":{
2953        "InstancesDistribution":{
2954          "shape":"AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails",
2955          "documentation":"<p>The instances distribution. The instances distribution specifies the distribution of On-Demand Instances and Spot Instances, the maximum price to pay for Spot Instances, and how the Auto Scaling group allocates instance types to fulfill On-Demand and Spot capacity.</p>"
2956        },
2957        "LaunchTemplate":{
2958          "shape":"AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails",
2959          "documentation":"<p>The launch template to use and the instance types (overrides) to use to provision EC2 instances to fulfill On-Demand and Spot capacities.</p>"
2960        }
2961      },
2962      "documentation":"<p>The mixed instances policy for the automatic scaling group.</p>"
2963    },
2964    "AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails":{
2965      "type":"structure",
2966      "members":{
2967        "OnDemandAllocationStrategy":{
2968          "shape":"NonEmptyString",
2969          "documentation":"<p>How to allocate instance types to fulfill On-Demand capacity. The valid value is <code>prioritized</code>.</p>"
2970        },
2971        "OnDemandBaseCapacity":{
2972          "shape":"Integer",
2973          "documentation":"<p>The minimum amount of the Auto Scaling group's capacity that must be fulfilled by On-Demand Instances.</p>"
2974        },
2975        "OnDemandPercentageAboveBaseCapacity":{
2976          "shape":"Integer",
2977          "documentation":"<p>The percentage of On-Demand Instances and Spot Instances for additional capacity beyond <code>OnDemandBaseCapacity</code>.</p>"
2978        },
2979        "SpotAllocationStrategy":{
2980          "shape":"NonEmptyString",
2981          "documentation":"<p>How to allocate instances across Spot Instance pools. Valid values are as follows:</p> <ul> <li> <p> <code>lowest-price</code> </p> </li> <li> <p> <code>capacity-optimized</code> </p> </li> <li> <p> <code>capacity-optimized-prioritized</code> </p> </li> </ul>"
2982        },
2983        "SpotInstancePools":{
2984          "shape":"Integer",
2985          "documentation":"<p>The number of Spot Instance pools across which to allocate your Spot Instances.</p>"
2986        },
2987        "SpotMaxPrice":{
2988          "shape":"NonEmptyString",
2989          "documentation":"<p>The maximum price per unit hour that you are willing to pay for a Spot Instance.</p>"
2990        }
2991      },
2992      "documentation":"<p>Information about the instances distribution.</p>"
2993    },
2994    "AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails":{
2995      "type":"structure",
2996      "members":{
2997        "LaunchTemplateSpecification":{
2998          "shape":"AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification",
2999          "documentation":"<p>The launch template to use for a mixed instances policy.</p>"
3000        },
3001        "Overrides":{
3002          "shape":"AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesList",
3003          "documentation":"<p>Property values to use to override the values in the launch template.</p>"
3004        }
3005      },
3006      "documentation":"<p>Describes a launch template and overrides for a mixed instances policy.</p>"
3007    },
3008    "AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification":{
3009      "type":"structure",
3010      "members":{
3011        "LaunchTemplateId":{
3012          "shape":"NonEmptyString",
3013          "documentation":"<p>The identifier of the launch template. You must specify either <code>LaunchTemplateId</code> or <code>LaunchTemplateName</code>.</p>"
3014        },
3015        "LaunchTemplateName":{
3016          "shape":"NonEmptyString",
3017          "documentation":"<p>The name of the launch template. You must specify either <code>LaunchTemplateId</code> or <code>LaunchTemplateName</code>.</p>"
3018        },
3019        "Version":{
3020          "shape":"NonEmptyString",
3021          "documentation":"<p>Identifies the version of the launch template. You can specify a version identifier, or use the values <code>$Latest</code> or <code>$Default</code>.</p>"
3022        }
3023      },
3024      "documentation":"<p>Details about the launch template to use for a mixed instances policy.</p>"
3025    },
3026    "AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesList":{
3027      "type":"list",
3028      "member":{"shape":"AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails"}
3029    },
3030    "AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails":{
3031      "type":"structure",
3032      "members":{
3033        "InstanceType":{
3034          "shape":"NonEmptyString",
3035          "documentation":"<p>The instance type. For example, <code>m3.xlarge</code>.</p>"
3036        },
3037        "WeightedCapacity":{
3038          "shape":"NonEmptyString",
3039          "documentation":"<p>The number of capacity units provided by the specified instance type in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic.</p>"
3040        }
3041      },
3042      "documentation":"<p>Property values to use to override the values in the launch template.</p>"
3043    },
3044    "AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails":{
3045      "type":"structure",
3046      "members":{
3047        "DeviceName":{
3048          "shape":"NonEmptyString",
3049          "documentation":"<p>The device name that is exposed to the EC2 instance. For example, <code>/dev/sdh</code> or <code>xvdh</code>.</p>"
3050        },
3051        "Ebs":{
3052          "shape":"AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails",
3053          "documentation":"<p>Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.</p>"
3054        },
3055        "NoDevice":{
3056          "shape":"Boolean",
3057          "documentation":"<p>Whether to suppress the device that is included in the block device mapping of the Amazon Machine Image (AMI).</p> <p>If <code>NoDevice</code> is <code>true</code>, then you cannot specify <code>Ebs</code>.&gt;</p>"
3058        },
3059        "VirtualName":{
3060          "shape":"NonEmptyString",
3061          "documentation":"<p>The name of the virtual device (for example, <code>ephemeral0</code>).</p> <p>You can provide either <code>VirtualName</code> or <code>Ebs</code>, but not both.</p>"
3062        }
3063      },
3064      "documentation":"<p>A block device for the instance.</p>"
3065    },
3066    "AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails":{
3067      "type":"structure",
3068      "members":{
3069        "DeleteOnTermination":{
3070          "shape":"Boolean",
3071          "documentation":"<p>Whether to delete the volume when the instance is terminated.</p>"
3072        },
3073        "Encrypted":{
3074          "shape":"Boolean",
3075          "documentation":"<p>Whether to encrypt the volume.</p>"
3076        },
3077        "Iops":{
3078          "shape":"Integer",
3079          "documentation":"<p>The number of input/output (I/O) operations per second (IOPS) to provision for the volume.</p> <p>Only supported for <code>gp3</code> or <code>io1</code> volumes. Required for <code>io1</code> volumes. Not used with <code>standard</code>, <code>gp2</code>, <code>st1</code>, or <code>sc1</code> volumes.</p>"
3080        },
3081        "SnapshotId":{
3082          "shape":"NonEmptyString",
3083          "documentation":"<p>The snapshot ID of the volume to use.</p> <p>You must specify either <code>VolumeSize</code> or <code>SnapshotId</code>.</p>"
3084        },
3085        "VolumeSize":{
3086          "shape":"Integer",
3087          "documentation":"<p>The volume size, in GiBs. The following are the supported volumes sizes for each volume type:</p> <ul> <li> <p>gp2 and gp3: 1-16,384</p> </li> <li> <p>io1: 4-16,384</p> </li> <li> <p>st1 and sc1: 125-16,384</p> </li> <li> <p>standard: 1-1,024</p> </li> </ul> <p>You must specify either <code>SnapshotId</code> or <code>VolumeSize</code>. If you specify both <code>SnapshotId</code> and <code>VolumeSize</code>, the volume size must be equal or greater than the size of the snapshot.</p>"
3088        },
3089        "VolumeType":{
3090          "shape":"NonEmptyString",
3091          "documentation":"<p>The volume type. Valid values are as follows:</p> <ul> <li> <p> <code>gp2</code> </p> </li> <li> <p> <code>gp3</code> </p> </li> <li> <p> <code>io1</code> </p> </li> <li> <p> <code>sc1</code> </p> </li> <li> <p> <code>st1</code> </p> </li> <li> <p> <code>standard</code> </p> </li> </ul>"
3092        }
3093      },
3094      "documentation":"<p>Parameters that are used to automatically set up EBS volumes when an instance is launched.</p>"
3095    },
3096    "AwsAutoScalingLaunchConfigurationBlockDeviceMappingsList":{
3097      "type":"list",
3098      "member":{"shape":"AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails"}
3099    },
3100    "AwsAutoScalingLaunchConfigurationDetails":{
3101      "type":"structure",
3102      "members":{
3103        "AssociatePublicIpAddress":{
3104          "shape":"Boolean",
3105          "documentation":"<p>For Auto Scaling groups that run in a VPC, specifies whether to assign a public IP address to the group's instances.</p>"
3106        },
3107        "BlockDeviceMappings":{
3108          "shape":"AwsAutoScalingLaunchConfigurationBlockDeviceMappingsList",
3109          "documentation":"<p>Specifies the block devices for the instance.</p>"
3110        },
3111        "ClassicLinkVpcId":{
3112          "shape":"NonEmptyString",
3113          "documentation":"<p>The identifier of a ClassicLink-enabled VPC that EC2-Classic instances are linked to.</p>"
3114        },
3115        "ClassicLinkVpcSecurityGroups":{
3116          "shape":"NonEmptyStringList",
3117          "documentation":"<p>The identifiers of one or more security groups for the VPC that is specified in <code>ClassicLinkVPCId</code>.</p>"
3118        },
3119        "CreatedTime":{
3120          "shape":"NonEmptyString",
3121          "documentation":"<p>The creation date and time for the launch configuration.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
3122        },
3123        "EbsOptimized":{
3124          "shape":"Boolean",
3125          "documentation":"<p>Whether the launch configuration is optimized for Amazon EBS I/O.</p>"
3126        },
3127        "IamInstanceProfile":{
3128          "shape":"NonEmptyString",
3129          "documentation":"<p>The name or the ARN of the instance profile associated with the IAM role for the instance. The instance profile contains the IAM role.</p>"
3130        },
3131        "ImageId":{
3132          "shape":"NonEmptyString",
3133          "documentation":"<p>The identifier of the Amazon Machine Image (AMI) that is used to launch EC2 instances.</p>"
3134        },
3135        "InstanceMonitoring":{
3136          "shape":"AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails",
3137          "documentation":"<p>Indicates the type of monitoring for instances in the group.</p>"
3138        },
3139        "InstanceType":{
3140          "shape":"NonEmptyString",
3141          "documentation":"<p>The instance type for the instances.</p>"
3142        },
3143        "KernelId":{
3144          "shape":"NonEmptyString",
3145          "documentation":"<p>The identifier of the kernel associated with the AMI.</p>"
3146        },
3147        "KeyName":{
3148          "shape":"NonEmptyString",
3149          "documentation":"<p>The name of the key pair.</p>"
3150        },
3151        "LaunchConfigurationName":{
3152          "shape":"NonEmptyString",
3153          "documentation":"<p>The name of the launch configuration.</p>"
3154        },
3155        "PlacementTenancy":{
3156          "shape":"NonEmptyString",
3157          "documentation":"<p>The tenancy of the instance. An instance with <code>dedicated</code> tenancy runs on isolated, single-tenant hardware and can only be launched into a VPC.</p>"
3158        },
3159        "RamdiskId":{
3160          "shape":"NonEmptyString",
3161          "documentation":"<p>The identifier of the RAM disk associated with the AMI.</p>"
3162        },
3163        "SecurityGroups":{
3164          "shape":"NonEmptyStringList",
3165          "documentation":"<p>The security groups to assign to the instances in the Auto Scaling group.</p>"
3166        },
3167        "SpotPrice":{
3168          "shape":"NonEmptyString",
3169          "documentation":"<p>The maximum hourly price to be paid for any Spot Instance that is launched to fulfill the request.</p>"
3170        },
3171        "UserData":{
3172          "shape":"NonEmptyString",
3173          "documentation":"<p>The user data to make available to the launched EC2 instances. Must be base64-encoded text.</p>"
3174        },
3175        "MetadataOptions":{
3176          "shape":"AwsAutoScalingLaunchConfigurationMetadataOptions",
3177          "documentation":"<p>The metadata options for the instances.</p>"
3178        }
3179      },
3180      "documentation":"<p>Details about a launch configuration.</p>"
3181    },
3182    "AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails":{
3183      "type":"structure",
3184      "members":{
3185        "Enabled":{
3186          "shape":"Boolean",
3187          "documentation":"<p>If set to <code>true</code>, then instances in the group launch with detailed monitoring.</p> <p>If set to <code>false</code>, then instances in the group launch with basic monitoring.</p>"
3188        }
3189      },
3190      "documentation":"<p>Information about the type of monitoring for instances in the group.</p>"
3191    },
3192    "AwsAutoScalingLaunchConfigurationMetadataOptions":{
3193      "type":"structure",
3194      "members":{
3195        "HttpEndpoint":{
3196          "shape":"NonEmptyString",
3197          "documentation":"<p>Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.</p>"
3198        },
3199        "HttpPutResponseHopLimit":{
3200          "shape":"Integer",
3201          "documentation":"<p>The HTTP <code>PUT</code> response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.</p>"
3202        },
3203        "HttpTokens":{
3204          "shape":"NonEmptyString",
3205          "documentation":"<p>Indicates whether token usage is <code>required</code> or <code>optional</code> for metadata requests. By default, token usage is <code>optional</code>.</p>"
3206        }
3207      },
3208      "documentation":"<p>The metadata options for the instances.</p>"
3209    },
3210    "AwsBackupBackupPlanAdvancedBackupSettingsDetails":{
3211      "type":"structure",
3212      "members":{
3213        "BackupOptions":{
3214          "shape":"FieldMap",
3215          "documentation":"<p>Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs. Valid values are as follows:</p> <ul> <li> <p>Set to <code>WindowsVSS: enabled</code> to enable the WindowsVSS backup option and create a Windows VSS backup.</p> </li> <li> <p>Set to <code>WindowsVSS: disabled</code> to create a regular backup. The <code>WindowsVSS</code> option is not enabled by default.</p> </li> </ul>"
3216        },
3217        "ResourceType":{
3218          "shape":"NonEmptyString",
3219          "documentation":"<p>The name of a resource type. The only supported resource type is Amazon EC2 instances with Windows VSS.</p> <p>The only valid value is <code>EC2</code>.</p>"
3220        }
3221      },
3222      "documentation":"<p>Provides a list of backup options for each resource type. </p>"
3223    },
3224    "AwsBackupBackupPlanAdvancedBackupSettingsList":{
3225      "type":"list",
3226      "member":{"shape":"AwsBackupBackupPlanAdvancedBackupSettingsDetails"}
3227    },
3228    "AwsBackupBackupPlanBackupPlanDetails":{
3229      "type":"structure",
3230      "members":{
3231        "BackupPlanName":{
3232          "shape":"NonEmptyString",
3233          "documentation":"<p>The display name of a backup plan. </p>"
3234        },
3235        "AdvancedBackupSettings":{
3236          "shape":"AwsBackupBackupPlanAdvancedBackupSettingsList",
3237          "documentation":"<p>A list of backup options for each resource type. </p>"
3238        },
3239        "BackupPlanRule":{
3240          "shape":"AwsBackupBackupPlanRuleList",
3241          "documentation":"<p>An array of <code>BackupRule</code> objects, each of which specifies a scheduled task that is used to back up a selection of resources. </p>"
3242        }
3243      },
3244      "documentation":"<p>Provides details about an Backup backup plan and an array of <code>BackupRule</code> objects, each of which specifies a backup rule. </p>"
3245    },
3246    "AwsBackupBackupPlanDetails":{
3247      "type":"structure",
3248      "members":{
3249        "BackupPlan":{
3250          "shape":"AwsBackupBackupPlanBackupPlanDetails",
3251          "documentation":"<p>Uniquely identifies the backup plan to be associated with the selection of resources. </p>"
3252        },
3253        "BackupPlanArn":{
3254          "shape":"NonEmptyString",
3255          "documentation":"<p>An Amazon Resource Name (ARN) that uniquely identifies the backup plan. </p>"
3256        },
3257        "BackupPlanId":{
3258          "shape":"NonEmptyString",
3259          "documentation":"<p>A unique ID for the backup plan. </p>"
3260        },
3261        "VersionId":{
3262          "shape":"NonEmptyString",
3263          "documentation":"<p>Unique, randomly generated, Unicode, UTF-8 encoded strings. Version IDs cannot be edited. </p>"
3264        }
3265      },
3266      "documentation":"<p>Provides details about an Backup backup plan and an array of <code>BackupRule</code> objects, each of which specifies a backup rule. </p>"
3267    },
3268    "AwsBackupBackupPlanLifecycleDetails":{
3269      "type":"structure",
3270      "members":{
3271        "DeleteAfterDays":{
3272          "shape":"Long",
3273          "documentation":"<p>Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus <code>MoveToColdStorageAfterDays</code>. </p>"
3274        },
3275        "MoveToColdStorageAfterDays":{
3276          "shape":"Long",
3277          "documentation":"<p>Specifies the number of days after creation that a recovery point is moved to cold storage. </p>"
3278        }
3279      },
3280      "documentation":"<p>Provides lifecycle details for the backup plan. A lifecycle defines when a backup is transitioned to cold storage and when it expires. </p>"
3281    },
3282    "AwsBackupBackupPlanRuleCopyActionsDetails":{
3283      "type":"structure",
3284      "members":{
3285        "DestinationBackupVaultArn":{
3286          "shape":"NonEmptyString",
3287          "documentation":"<p>An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. </p>"
3288        },
3289        "Lifecycle":{
3290          "shape":"AwsBackupBackupPlanLifecycleDetails",
3291          "documentation":"<p>Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you do not specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.</p> <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.</p>"
3292        }
3293      },
3294      "documentation":"<p>An array of <code>CopyAction</code> objects, each of which contains details of the copy operation. </p>"
3295    },
3296    "AwsBackupBackupPlanRuleCopyActionsList":{
3297      "type":"list",
3298      "member":{"shape":"AwsBackupBackupPlanRuleCopyActionsDetails"}
3299    },
3300    "AwsBackupBackupPlanRuleDetails":{
3301      "type":"structure",
3302      "members":{
3303        "TargetBackupVault":{
3304          "shape":"NonEmptyString",
3305          "documentation":"<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens. </p>"
3306        },
3307        "StartWindowMinutes":{
3308          "shape":"Long",
3309          "documentation":"<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. </p>"
3310        },
3311        "ScheduleExpression":{
3312          "shape":"NonEmptyString",
3313          "documentation":"<p>A cron expression in UTC specifying when Backup initiates a backup job. </p>"
3314        },
3315        "RuleName":{
3316          "shape":"NonEmptyString",
3317          "documentation":"<p>A display name for a backup rule. Must contain 1 to 50 alphanumeric or '-_.' characters. </p>"
3318        },
3319        "RuleId":{
3320          "shape":"NonEmptyString",
3321          "documentation":"<p>Uniquely identifies a rule that is used to schedule the backup of a selection of resources. </p>"
3322        },
3323        "EnableContinuousBackup":{
3324          "shape":"Boolean",
3325          "documentation":"<p>Specifies whether Backup creates continuous backups capable of point-in-time restore (PITR). </p>"
3326        },
3327        "CompletionWindowMinutes":{
3328          "shape":"Long",
3329          "documentation":"<p>A value in minutes after a backup job is successfully started before it must be completed, or it is canceled by Backup. </p>"
3330        },
3331        "CopyActions":{
3332          "shape":"AwsBackupBackupPlanRuleCopyActionsList",
3333          "documentation":"<p>An array of <code>CopyAction</code> objects, each of which contains details of the copy operation. </p>"
3334        },
3335        "Lifecycle":{
3336          "shape":"AwsBackupBackupPlanLifecycleDetails",
3337          "documentation":"<p>Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you do not specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.</p> <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.</p>"
3338        }
3339      },
3340      "documentation":"<p>Provides details about an array of <code>BackupRule</code> objects, each of which specifies a scheduled task that is used to back up a selection of resources. </p>"
3341    },
3342    "AwsBackupBackupPlanRuleList":{
3343      "type":"list",
3344      "member":{"shape":"AwsBackupBackupPlanRuleDetails"}
3345    },
3346    "AwsBackupBackupVaultDetails":{
3347      "type":"structure",
3348      "members":{
3349        "BackupVaultArn":{
3350          "shape":"NonEmptyString",
3351          "documentation":"<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault. </p>"
3352        },
3353        "BackupVaultName":{
3354          "shape":"NonEmptyString",
3355          "documentation":"<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens. </p>"
3356        },
3357        "EncryptionKeyArn":{
3358          "shape":"NonEmptyString",
3359          "documentation":"<p>The unique ARN associated with the server-side encryption key. You can specify a key to encrypt your backups from services that support full Backup management. If you do not specify a key, Backup creates an KMS key for you by default. </p>"
3360        },
3361        "Notifications":{
3362          "shape":"AwsBackupBackupVaultNotificationsDetails",
3363          "documentation":"<p>The Amazon SNS event notifications for the specified backup vault. </p>"
3364        },
3365        "AccessPolicy":{
3366          "shape":"NonEmptyString",
3367          "documentation":"<p>A resource-based policy that is used to manage access permissions on the target backup vault. </p>"
3368        }
3369      },
3370      "documentation":"<p>Provides details about an Backup backup vault. In Backup, a backup vault is a container that stores and organizes your backups. </p>"
3371    },
3372    "AwsBackupBackupVaultNotificationsDetails":{
3373      "type":"structure",
3374      "members":{
3375        "BackupVaultEvents":{
3376          "shape":"NonEmptyStringList",
3377          "documentation":"<p>An array of events that indicate the status of jobs to back up resources to the backup vault. The following events are supported:</p> <ul> <li> <p> <code>BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED</code> </p> </li> <li> <p> <code>COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED</code> </p> </li> <li> <p> <code>RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED | RECOVERY_POINT_MODIFIED</code> </p> </li> <li> <p> <code>S3_BACKUP_OBJECT_FAILED | S3_RESTORE_OBJECT_FAILED</code> </p> </li> </ul>"
3378        },
3379        "SnsTopicArn":{
3380          "shape":"NonEmptyString",
3381          "documentation":"<p>The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic for a backup vault's events. </p>"
3382        }
3383      },
3384      "documentation":"<p>Provides details about the Amazon SNS event notifications for the specified backup vault. </p>"
3385    },
3386    "AwsBackupRecoveryPointCalculatedLifecycleDetails":{
3387      "type":"structure",
3388      "members":{
3389        "DeleteAt":{
3390          "shape":"NonEmptyString",
3391          "documentation":"<p>Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus <code>MoveToColdStorageAfterDays</code>. </p>"
3392        },
3393        "MoveToColdStorageAt":{
3394          "shape":"NonEmptyString",
3395          "documentation":"<p>Specifies the number of days after creation that a recovery point is moved to cold storage. </p>"
3396        }
3397      },
3398      "documentation":"<p>Specifies how long in days before a recovery point transitions to cold storage or is deleted. </p>"
3399    },
3400    "AwsBackupRecoveryPointCreatedByDetails":{
3401      "type":"structure",
3402      "members":{
3403        "BackupPlanArn":{
3404          "shape":"NonEmptyString",
3405          "documentation":"<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan. </p>"
3406        },
3407        "BackupPlanId":{
3408          "shape":"NonEmptyString",
3409          "documentation":"<p>Uniquely identifies a backup plan. </p>"
3410        },
3411        "BackupPlanVersion":{
3412          "shape":"NonEmptyString",
3413          "documentation":"<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited. </p>"
3414        },
3415        "BackupRuleId":{
3416          "shape":"NonEmptyString",
3417          "documentation":"<p>Uniquely identifies a rule used to schedule the backup of a selection of resources. </p>"
3418        }
3419      },
3420      "documentation":"<p>Contains information about the backup plan and rule that Backup used to initiate the recovery point backup. </p>"
3421    },
3422    "AwsBackupRecoveryPointDetails":{
3423      "type":"structure",
3424      "members":{
3425        "BackupSizeInBytes":{
3426          "shape":"Long",
3427          "documentation":"<p>The size, in bytes, of a backup. </p>"
3428        },
3429        "BackupVaultArn":{
3430          "shape":"NonEmptyString",
3431          "documentation":"<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault. </p>"
3432        },
3433        "BackupVaultName":{
3434          "shape":"NonEmptyString",
3435          "documentation":"<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens. </p>"
3436        },
3437        "CalculatedLifecycle":{
3438          "shape":"AwsBackupRecoveryPointCalculatedLifecycleDetails",
3439          "documentation":"<p>A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and <code>MoveToColdStorageAt</code> timestamps. </p>"
3440        },
3441        "CompletionDate":{
3442          "shape":"NonEmptyString",
3443          "documentation":"<p>The date and time that a job to create a recovery point is completed, in Unix format and UTC. The value of <code>CompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. </p>"
3444        },
3445        "CreatedBy":{
3446          "shape":"AwsBackupRecoveryPointCreatedByDetails",
3447          "documentation":"<p>Contains identifying information about the creation of a recovery point, including the <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>, and <code>BackupRuleId</code> of the backup plan that is used to create it. </p>"
3448        },
3449        "CreationDate":{
3450          "shape":"NonEmptyString",
3451          "documentation":"<p>The date and time a recovery point is created, in Unix format and UTC. The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. </p>"
3452        },
3453        "EncryptionKeyArn":{
3454          "shape":"NonEmptyString",
3455          "documentation":"<p>The ARN for the server-side encryption key that is used to protect your backups. </p>"
3456        },
3457        "IamRoleArn":{
3458          "shape":"NonEmptyString",
3459          "documentation":"<p>Specifies the IAM role ARN used to create the target recovery point </p>"
3460        },
3461        "IsEncrypted":{
3462          "shape":"Boolean",
3463          "documentation":"<p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is encrypted, or <code>FALSE</code> if the recovery point is not encrypted. </p>"
3464        },
3465        "LastRestoreTime":{
3466          "shape":"NonEmptyString",
3467          "documentation":"<p>The date and time that a recovery point was last restored, in Unix format and UTC. The value of <code>LastRestoreTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. </p>"
3468        },
3469        "Lifecycle":{
3470          "shape":"AwsBackupRecoveryPointLifecycleDetails",
3471          "documentation":"<p>The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define </p>"
3472        },
3473        "RecoveryPointArn":{
3474          "shape":"NonEmptyString",
3475          "documentation":"<p>An ARN that uniquely identifies a recovery point. </p>"
3476        },
3477        "ResourceArn":{
3478          "shape":"NonEmptyString",
3479          "documentation":"<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type. </p>"
3480        },
3481        "ResourceType":{
3482          "shape":"NonEmptyString",
3483          "documentation":"<p>The type of Amazon Web Services resource saved as a recovery point, such as an Amazon EBS volume or an Amazon RDS database. </p>"
3484        },
3485        "SourceBackupVaultArn":{
3486          "shape":"NonEmptyString",
3487          "documentation":"<p>The ARN for the backup vault where the recovery point was originally copied from. If the recovery point is restored to the same account, this value will be null. </p>"
3488        },
3489        "Status":{
3490          "shape":"NonEmptyString",
3491          "documentation":"<p>A status code specifying the state of the recovery point. Valid values are as follows:</p> <ul> <li> <p> <code>COMPLETED</code> </p> </li> <li> <p> <code>DELETING</code> </p> </li> <li> <p> <code>EXPIRED</code> </p> </li> <li> <p> <code>PARTIAL</code> </p> </li> </ul>"
3492        },
3493        "StatusMessage":{
3494          "shape":"NonEmptyString",
3495          "documentation":"<p>A message explaining the reason of the recovery point deletion failure. </p>"
3496        },
3497        "StorageClass":{
3498          "shape":"NonEmptyString",
3499          "documentation":"<p>Specifies the storage class of the recovery point. Valid values are as follows:</p> <ul> <li> <p> <code>COLD</code> </p> </li> <li> <p> <code>DELETED</code> </p> </li> <li> <p> <code>WARM</code> </p> </li> </ul>"
3500        }
3501      },
3502      "documentation":"<p>Contains detailed information about the recovery points stored in an Backup backup vault. A backup, or recovery point, represents the content of a resource at a specified time. </p>"
3503    },
3504    "AwsBackupRecoveryPointLifecycleDetails":{
3505      "type":"structure",
3506      "members":{
3507        "DeleteAfterDays":{
3508          "shape":"Long",
3509          "documentation":"<p>Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus <code>MoveToColdStorageAfterDays</code>. </p>"
3510        },
3511        "MoveToColdStorageAfterDays":{
3512          "shape":"Long",
3513          "documentation":"<p>Specifies the number of days after creation that a recovery point is moved to cold storage. </p>"
3514        }
3515      },
3516      "documentation":"<p>Contains an array of Transition objects specifying how long in days before a recovery point transitions to cold storage or is deleted. </p>"
3517    },
3518    "AwsCertificateManagerCertificateDetails":{
3519      "type":"structure",
3520      "members":{
3521        "CertificateAuthorityArn":{
3522          "shape":"NonEmptyString",
3523          "documentation":"<p>The ARN of the private certificate authority (CA) that will be used to issue the certificate.</p>"
3524        },
3525        "CreatedAt":{
3526          "shape":"NonEmptyString",
3527          "documentation":"<p>Indicates when the certificate was requested.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
3528        },
3529        "DomainName":{
3530          "shape":"NonEmptyString",
3531          "documentation":"<p>The fully qualified domain name (FQDN), such as www.example.com, that is secured by the certificate.</p>"
3532        },
3533        "DomainValidationOptions":{
3534          "shape":"AwsCertificateManagerCertificateDomainValidationOptions",
3535          "documentation":"<p>Contains information about the initial validation of each domain name that occurs as a result of the <code>RequestCertificate</code> request.</p> <p>Only provided if the certificate type is <code>AMAZON_ISSUED</code>.</p>"
3536        },
3537        "ExtendedKeyUsages":{
3538          "shape":"AwsCertificateManagerCertificateExtendedKeyUsages",
3539          "documentation":"<p>Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).</p>"
3540        },
3541        "FailureReason":{
3542          "shape":"NonEmptyString",
3543          "documentation":"<p>For a failed certificate request, the reason for the failure.</p> <p>Valid values: <code>NO_AVAILABLE_CONTACTS</code> | <code>ADDITIONAL_VERIFICATION_REQUIRED</code> | <code>DOMAIN_NOT_ALLOWED</code> | <code>INVALID_PUBLIC_DOMAIN</code> | <code>DOMAIN_VALIDATION_DENIED</code> | <code>CAA_ERROR</code> | <code>PCA_LIMIT_EXCEEDED</code> | <code>PCA_INVALID_ARN</code> | <code>PCA_INVALID_STATE</code> | <code>PCA_REQUEST_FAILED</code> | <code>PCA_NAME_CONSTRAINTS_VALIDATION</code> | <code>PCA_RESOURCE_NOT_FOUND</code> | <code>PCA_INVALID_ARGS</code> | <code>PCA_INVALID_DURATION</code> | <code>PCA_ACCESS_DENIED</code> | <code>SLR_NOT_FOUND</code> | <code>OTHER</code> </p>"
3544        },
3545        "ImportedAt":{
3546          "shape":"NonEmptyString",
3547          "documentation":"<p>Indicates when the certificate was imported. Provided if the certificate type is <code>IMPORTED</code>.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
3548        },
3549        "InUseBy":{
3550          "shape":"StringList",
3551          "documentation":"<p>The list of ARNs for the Amazon Web Services resources that use the certificate.</p>"
3552        },
3553        "IssuedAt":{
3554          "shape":"NonEmptyString",
3555          "documentation":"<p>Indicates when the certificate was issued. Provided if the certificate type is <code>AMAZON_ISSUED</code>.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
3556        },
3557        "Issuer":{
3558          "shape":"NonEmptyString",
3559          "documentation":"<p>The name of the certificate authority that issued and signed the certificate.</p>"
3560        },
3561        "KeyAlgorithm":{
3562          "shape":"NonEmptyString",
3563          "documentation":"<p>The algorithm that was used to generate the public-private key pair.</p> <p>Valid values: <code>RSA_2048</code> | <code>RSA_1024</code> |<code> RSA_4096</code> | <code>EC_prime256v1</code> | <code>EC_secp384r1</code> | <code>EC_secp521r1</code> </p>"
3564        },
3565        "KeyUsages":{
3566          "shape":"AwsCertificateManagerCertificateKeyUsages",
3567          "documentation":"<p>A list of key usage X.509 v3 extension objects.</p>"
3568        },
3569        "NotAfter":{
3570          "shape":"NonEmptyString",
3571          "documentation":"<p>The time after which the certificate becomes invalid.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
3572        },
3573        "NotBefore":{
3574          "shape":"NonEmptyString",
3575          "documentation":"<p>The time before which the certificate is not valid.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
3576        },
3577        "Options":{
3578          "shape":"AwsCertificateManagerCertificateOptions",
3579          "documentation":"<p>Provides a value that specifies whether to add the certificate to a transparency log.</p>"
3580        },
3581        "RenewalEligibility":{
3582          "shape":"NonEmptyString",
3583          "documentation":"<p>Whether the certificate is eligible for renewal.</p> <p>Valid values: <code>ELIGIBLE</code> | <code>INELIGIBLE</code> </p>"
3584        },
3585        "RenewalSummary":{
3586          "shape":"AwsCertificateManagerCertificateRenewalSummary",
3587          "documentation":"<p>Information about the status of the Certificate Manager managed renewal for the certificate. Provided only when the certificate type is <code>AMAZON_ISSUED</code>.</p>"
3588        },
3589        "Serial":{
3590          "shape":"NonEmptyString",
3591          "documentation":"<p>The serial number of the certificate.</p>"
3592        },
3593        "SignatureAlgorithm":{
3594          "shape":"NonEmptyString",
3595          "documentation":"<p>The algorithm that was used to sign the certificate.</p>"
3596        },
3597        "Status":{
3598          "shape":"NonEmptyString",
3599          "documentation":"<p>The status of the certificate.</p> <p>Valid values: <code>PENDING_VALIDATION</code> | <code>ISSUED</code> | <code>INACTIVE</code> | <code>EXPIRED</code> | <code>VALIDATION_TIMED_OUT</code> | <code>REVOKED</code> | <code>FAILED</code> </p>"
3600        },
3601        "Subject":{
3602          "shape":"NonEmptyString",
3603          "documentation":"<p>The name of the entity that is associated with the public key contained in the certificate.</p>"
3604        },
3605        "SubjectAlternativeNames":{
3606          "shape":"StringList",
3607          "documentation":"<p>One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate.</p> <p>The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.</p>"
3608        },
3609        "Type":{
3610          "shape":"NonEmptyString",
3611          "documentation":"<p>The source of the certificate. For certificates that Certificate Manager provides, <code>Type</code> is <code>AMAZON_ISSUED</code>. For certificates that are imported with <code>ImportCertificate</code>, <code>Type</code> is <code>IMPORTED</code>.</p> <p>Valid values: <code>IMPORTED</code> | <code>AMAZON_ISSUED</code> | <code>PRIVATE</code> </p>"
3612        }
3613      },
3614      "documentation":"<p>Provides details about an Certificate Manager certificate.</p>"
3615    },
3616    "AwsCertificateManagerCertificateDomainValidationOption":{
3617      "type":"structure",
3618      "members":{
3619        "DomainName":{
3620          "shape":"NonEmptyString",
3621          "documentation":"<p>A fully qualified domain name (FQDN) in the certificate.</p>"
3622        },
3623        "ResourceRecord":{
3624          "shape":"AwsCertificateManagerCertificateResourceRecord",
3625          "documentation":"<p>The CNAME record that is added to the DNS database for domain validation.</p>"
3626        },
3627        "ValidationDomain":{
3628          "shape":"NonEmptyString",
3629          "documentation":"<p>The domain name that Certificate Manager uses to send domain validation emails.</p>"
3630        },
3631        "ValidationEmails":{
3632          "shape":"StringList",
3633          "documentation":"<p>A list of email addresses that Certificate Manager uses to send domain validation emails.</p>"
3634        },
3635        "ValidationMethod":{
3636          "shape":"NonEmptyString",
3637          "documentation":"<p>The method used to validate the domain name.</p>"
3638        },
3639        "ValidationStatus":{
3640          "shape":"NonEmptyString",
3641          "documentation":"<p>The validation status of the domain name.</p>"
3642        }
3643      },
3644      "documentation":"<p>Contains information about one of the following:</p> <ul> <li> <p>The initial validation of each domain name that occurs as a result of the <code>RequestCertificate</code> request</p> </li> <li> <p>The validation of each domain name in the certificate, as it pertains to Certificate Manager managed renewal</p> </li> </ul>"
3645    },
3646    "AwsCertificateManagerCertificateDomainValidationOptions":{
3647      "type":"list",
3648      "member":{"shape":"AwsCertificateManagerCertificateDomainValidationOption"}
3649    },
3650    "AwsCertificateManagerCertificateExtendedKeyUsage":{
3651      "type":"structure",
3652      "members":{
3653        "Name":{
3654          "shape":"NonEmptyString",
3655          "documentation":"<p>The name of an extension value. Indicates the purpose for which the certificate public key can be used.</p>"
3656        },
3657        "OId":{
3658          "shape":"NonEmptyString",
3659          "documentation":"<p>An object identifier (OID) for the extension value.</p> <p>The format is numbers separated by periods.</p>"
3660        }
3661      },
3662      "documentation":"<p>Contains information about an extended key usage X.509 v3 extension object.</p>"
3663    },
3664    "AwsCertificateManagerCertificateExtendedKeyUsages":{
3665      "type":"list",
3666      "member":{"shape":"AwsCertificateManagerCertificateExtendedKeyUsage"}
3667    },
3668    "AwsCertificateManagerCertificateKeyUsage":{
3669      "type":"structure",
3670      "members":{
3671        "Name":{
3672          "shape":"NonEmptyString",
3673          "documentation":"<p>The key usage extension name.</p>"
3674        }
3675      },
3676      "documentation":"<p>Contains information about a key usage X.509 v3 extension object.</p>"
3677    },
3678    "AwsCertificateManagerCertificateKeyUsages":{
3679      "type":"list",
3680      "member":{"shape":"AwsCertificateManagerCertificateKeyUsage"}
3681    },
3682    "AwsCertificateManagerCertificateOptions":{
3683      "type":"structure",
3684      "members":{
3685        "CertificateTransparencyLoggingPreference":{
3686          "shape":"NonEmptyString",
3687          "documentation":"<p>Whether to add the certificate to a transparency log.</p> <p>Valid values: <code>DISABLED</code> | <code>ENABLED</code> </p>"
3688        }
3689      },
3690      "documentation":"<p>Contains other options for the certificate.</p>"
3691    },
3692    "AwsCertificateManagerCertificateRenewalSummary":{
3693      "type":"structure",
3694      "members":{
3695        "DomainValidationOptions":{
3696          "shape":"AwsCertificateManagerCertificateDomainValidationOptions",
3697          "documentation":"<p>Information about the validation of each domain name in the certificate, as it pertains to Certificate Manager managed renewal. Provided only when the certificate type is <code>AMAZON_ISSUED</code>.</p>"
3698        },
3699        "RenewalStatus":{
3700          "shape":"NonEmptyString",
3701          "documentation":"<p>The status of the Certificate Manager managed renewal of the certificate.</p> <p>Valid values: <code>PENDING_AUTO_RENEWAL</code> | <code>PENDING_VALIDATION</code> | <code>SUCCESS</code> | <code>FAILED</code> </p>"
3702        },
3703        "RenewalStatusReason":{
3704          "shape":"NonEmptyString",
3705          "documentation":"<p>The reason that a renewal request was unsuccessful. This attribute is used only when <code>RenewalStatus</code> is <code>FAILED</code>.</p> <p>Valid values: <code>NO_AVAILABLE_CONTACTS</code> | <code>ADDITIONAL_VERIFICATION_REQUIRED</code> | <code>DOMAIN_NOT_ALLOWED</code> | <code>INVALID_PUBLIC_DOMAIN</code> | <code>DOMAIN_VALIDATION_DENIED</code> | <code>CAA_ERROR</code> | <code>PCA_LIMIT_EXCEEDED</code> | <code>PCA_INVALID_ARN</code> | <code>PCA_INVALID_STATE</code> | <code>PCA_REQUEST_FAILED</code> | <code>PCA_NAME_CONSTRAINTS_VALIDATION</code> | <code>PCA_RESOURCE_NOT_FOUND</code> | <code>PCA_INVALID_ARGS</code> | <code>PCA_INVALID_DURATION</code> | <code>PCA_ACCESS_DENIED</code> | <code>SLR_NOT_FOUND</code> | <code>OTHER</code> </p>"
3706        },
3707        "UpdatedAt":{
3708          "shape":"NonEmptyString",
3709          "documentation":"<p>Indicates when the renewal summary was last updated.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
3710        }
3711      },
3712      "documentation":"<p>Contains information about the Certificate Manager managed renewal for an <code>AMAZON_ISSUED</code> certificate.</p>"
3713    },
3714    "AwsCertificateManagerCertificateResourceRecord":{
3715      "type":"structure",
3716      "members":{
3717        "Name":{
3718          "shape":"NonEmptyString",
3719          "documentation":"<p>The name of the resource.</p>"
3720        },
3721        "Type":{
3722          "shape":"NonEmptyString",
3723          "documentation":"<p>The type of resource.</p>"
3724        },
3725        "Value":{
3726          "shape":"NonEmptyString",
3727          "documentation":"<p>The value of the resource.</p>"
3728        }
3729      },
3730      "documentation":"<p>Provides details about the CNAME record that is added to the DNS database for domain validation.</p>"
3731    },
3732    "AwsCloudFormationStackDetails":{
3733      "type":"structure",
3734      "members":{
3735        "Capabilities":{
3736          "shape":"NonEmptyStringList",
3737          "documentation":"<p>The capabilities allowed in the stack. </p>"
3738        },
3739        "CreationTime":{
3740          "shape":"NonEmptyString",
3741          "documentation":"<p>The time at which the stack was created. </p>"
3742        },
3743        "Description":{
3744          "shape":"NonEmptyString",
3745          "documentation":"<p>A user-defined description associated with the stack. </p>"
3746        },
3747        "DisableRollback":{
3748          "shape":"Boolean",
3749          "documentation":"<p>Boolean to enable or disable rollback on stack creation failures. </p>"
3750        },
3751        "DriftInformation":{
3752          "shape":"AwsCloudFormationStackDriftInformationDetails",
3753          "documentation":"<p>Information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. </p>"
3754        },
3755        "EnableTerminationProtection":{
3756          "shape":"Boolean",
3757          "documentation":"<p>Whether termination protection is enabled for the stack. </p>"
3758        },
3759        "LastUpdatedTime":{
3760          "shape":"NonEmptyString",
3761          "documentation":"<p>The time the nested stack was last updated. This field will only be returned if the stack has been updated at least once.</p>"
3762        },
3763        "NotificationArns":{
3764          "shape":"NonEmptyStringList",
3765          "documentation":"<p>The Amazon Resource Names (ARNs) of the Amazon SNS topic to which stack-related events are published. </p>"
3766        },
3767        "Outputs":{
3768          "shape":"AwsCloudFormationStackOutputsList",
3769          "documentation":"<p>A list of output structures. </p>"
3770        },
3771        "RoleArn":{
3772          "shape":"NonEmptyString",
3773          "documentation":"<p>The ARN of an IAM role that's associated with the stack. </p>"
3774        },
3775        "StackId":{
3776          "shape":"NonEmptyString",
3777          "documentation":"<p>Unique identifier of the stack. </p>"
3778        },
3779        "StackName":{
3780          "shape":"NonEmptyString",
3781          "documentation":"<p>The name associated with the stack. </p>"
3782        },
3783        "StackStatus":{
3784          "shape":"NonEmptyString",
3785          "documentation":"<p>Current status of the stack. </p>"
3786        },
3787        "StackStatusReason":{
3788          "shape":"NonEmptyString",
3789          "documentation":"<p>Success or failure message associated with the stack status. </p>"
3790        },
3791        "TimeoutInMinutes":{
3792          "shape":"Integer",
3793          "documentation":"<p>The length of time, in minutes, that CloudFormation waits for the nested stack to reach the <code>CREATE_COMPLETE</code> state. </p>"
3794        }
3795      },
3796      "documentation":"<p>Nests a stack as a resource in a top-level template. Nested stacks are stacks created as resources for another stack.</p>"
3797    },
3798    "AwsCloudFormationStackDriftInformationDetails":{
3799      "type":"structure",
3800      "members":{
3801        "StackDriftStatus":{
3802          "shape":"NonEmptyString",
3803          "documentation":"<p>Status of the stack's actual configuration compared to its expected template configuration. </p>"
3804        }
3805      },
3806      "documentation":"<p>Provides information about the stack's conformity to its expected template configuration. </p>"
3807    },
3808    "AwsCloudFormationStackOutputsDetails":{
3809      "type":"structure",
3810      "members":{
3811        "Description":{
3812          "shape":"NonEmptyString",
3813          "documentation":"<p>A user-defined description associated with the output. </p>"
3814        },
3815        "OutputKey":{
3816          "shape":"NonEmptyString",
3817          "documentation":"<p>The key associated with the output. </p>"
3818        },
3819        "OutputValue":{
3820          "shape":"NonEmptyString",
3821          "documentation":"<p>The value associated with the output. </p>"
3822        }
3823      },
3824      "documentation":"<p>Provides information about the CloudFormation stack output. </p>"
3825    },
3826    "AwsCloudFormationStackOutputsList":{
3827      "type":"list",
3828      "member":{"shape":"AwsCloudFormationStackOutputsDetails"}
3829    },
3830    "AwsCloudFrontDistributionCacheBehavior":{
3831      "type":"structure",
3832      "members":{
3833        "ViewerProtocolPolicy":{
3834          "shape":"NonEmptyString",
3835          "documentation":"<p>The protocol that viewers can use to access the files in an origin. You can specify the following options:</p> <ul> <li> <p> <code>allow-all</code> - Viewers can use HTTP or HTTPS.</p> </li> <li> <p> <code>redirect-to-https</code> - CloudFront responds to HTTP requests with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL. The viewer then uses the new URL to resubmit.</p> </li> <li> <p> <code>https-only</code> - CloudFront responds to HTTP request with an HTTP status code of 403 (Forbidden).</p> </li> </ul>"
3836        }
3837      },
3838      "documentation":"<p>Information about a cache behavior for the distribution.</p>"
3839    },
3840    "AwsCloudFrontDistributionCacheBehaviors":{
3841      "type":"structure",
3842      "members":{
3843        "Items":{
3844          "shape":"AwsCloudFrontDistributionCacheBehaviorsItemList",
3845          "documentation":"<p>The cache behaviors for the distribution.</p>"
3846        }
3847      },
3848      "documentation":"<p>Provides information about caching for the CloudFront distribution.</p>"
3849    },
3850    "AwsCloudFrontDistributionCacheBehaviorsItemList":{
3851      "type":"list",
3852      "member":{"shape":"AwsCloudFrontDistributionCacheBehavior"}
3853    },
3854    "AwsCloudFrontDistributionDefaultCacheBehavior":{
3855      "type":"structure",
3856      "members":{
3857        "ViewerProtocolPolicy":{
3858          "shape":"NonEmptyString",
3859          "documentation":"<p>The protocol that viewers can use to access the files in an origin. You can specify the following options:</p> <ul> <li> <p> <code>allow-all</code> - Viewers can use HTTP or HTTPS.</p> </li> <li> <p> <code>redirect-to-https</code> - CloudFront responds to HTTP requests with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL. The viewer then uses the new URL to resubmit.</p> </li> <li> <p> <code>https-only</code> - CloudFront responds to HTTP request with an HTTP status code of 403 (Forbidden).</p> </li> </ul>"
3860        }
3861      },
3862      "documentation":"<p>Contains information about the default cache configuration for the CloudFront distribution.</p>"
3863    },
3864    "AwsCloudFrontDistributionDetails":{
3865      "type":"structure",
3866      "members":{
3867        "CacheBehaviors":{
3868          "shape":"AwsCloudFrontDistributionCacheBehaviors",
3869          "documentation":"<p>Provides information about the cache configuration for the distribution.</p>"
3870        },
3871        "DefaultCacheBehavior":{
3872          "shape":"AwsCloudFrontDistributionDefaultCacheBehavior",
3873          "documentation":"<p>The default cache behavior for the configuration.</p>"
3874        },
3875        "DefaultRootObject":{
3876          "shape":"NonEmptyString",
3877          "documentation":"<p>The object that CloudFront sends in response to requests from the origin (for example, index.html) when a viewer requests the root URL for the distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). </p>"
3878        },
3879        "DomainName":{
3880          "shape":"NonEmptyString",
3881          "documentation":"<p>The domain name corresponding to the distribution.</p>"
3882        },
3883        "ETag":{
3884          "shape":"NonEmptyString",
3885          "documentation":"<p>The entity tag is a hash of the object.</p>"
3886        },
3887        "LastModifiedTime":{
3888          "shape":"NonEmptyString",
3889          "documentation":"<p>Indicates when that the distribution was last modified.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
3890        },
3891        "Logging":{
3892          "shape":"AwsCloudFrontDistributionLogging",
3893          "documentation":"<p>A complex type that controls whether access logs are written for the distribution.</p>"
3894        },
3895        "Origins":{
3896          "shape":"AwsCloudFrontDistributionOrigins",
3897          "documentation":"<p>A complex type that contains information about origins for this distribution.</p>"
3898        },
3899        "OriginGroups":{
3900          "shape":"AwsCloudFrontDistributionOriginGroups",
3901          "documentation":"<p>Provides information about the origin groups in the distribution.</p>"
3902        },
3903        "ViewerCertificate":{
3904          "shape":"AwsCloudFrontDistributionViewerCertificate",
3905          "documentation":"<p>Provides information about the TLS/SSL configuration that the distribution uses to communicate with viewers.</p>"
3906        },
3907        "Status":{
3908          "shape":"NonEmptyString",
3909          "documentation":"<p>Indicates the current status of the distribution.</p>"
3910        },
3911        "WebAclId":{
3912          "shape":"NonEmptyString",
3913          "documentation":"<p>A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution.</p>"
3914        }
3915      },
3916      "documentation":"<p>A CloudFront distribution configuration.</p>"
3917    },
3918    "AwsCloudFrontDistributionLogging":{
3919      "type":"structure",
3920      "members":{
3921        "Bucket":{
3922          "shape":"NonEmptyString",
3923          "documentation":"<p>The S3 bucket to store the access logs in.</p>"
3924        },
3925        "Enabled":{
3926          "shape":"Boolean",
3927          "documentation":"<p>With this field, you can enable or disable the selected distribution.</p>"
3928        },
3929        "IncludeCookies":{
3930          "shape":"Boolean",
3931          "documentation":"<p>Specifies whether you want CloudFront to include cookies in access logs.</p>"
3932        },
3933        "Prefix":{
3934          "shape":"NonEmptyString",
3935          "documentation":"<p>An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.</p>"
3936        }
3937      },
3938      "documentation":"<p>A complex type that controls whether access logs are written for the CloudFront distribution.</p>"
3939    },
3940    "AwsCloudFrontDistributionOriginCustomOriginConfig":{
3941      "type":"structure",
3942      "members":{
3943        "HttpPort":{
3944          "shape":"Integer",
3945          "documentation":"<p>The HTTP port that CloudFront uses to connect to the origin. </p>"
3946        },
3947        "HttpsPort":{
3948          "shape":"Integer",
3949          "documentation":"<p>The HTTPS port that CloudFront uses to connect to the origin. </p>"
3950        },
3951        "OriginKeepaliveTimeout":{
3952          "shape":"Integer",
3953          "documentation":"<p>Specifies how long, in seconds, CloudFront persists its connection to the origin. </p>"
3954        },
3955        "OriginProtocolPolicy":{
3956          "shape":"NonEmptyString",
3957          "documentation":"<p>Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin. </p>"
3958        },
3959        "OriginReadTimeout":{
3960          "shape":"Integer",
3961          "documentation":"<p>Specifies how long, in seconds, CloudFront waits for a response from the origin. </p>"
3962        },
3963        "OriginSslProtocols":{
3964          "shape":"AwsCloudFrontDistributionOriginSslProtocols",
3965          "documentation":"<p>Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. </p>"
3966        }
3967      },
3968      "documentation":"<p>A custom origin. A custom origin is any origin that is not an Amazon S3 bucket, with one exception. An Amazon S3 bucket that is <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html\">configured with static website hosting</a> is a custom origin. </p>"
3969    },
3970    "AwsCloudFrontDistributionOriginGroup":{
3971      "type":"structure",
3972      "members":{
3973        "FailoverCriteria":{
3974          "shape":"AwsCloudFrontDistributionOriginGroupFailover",
3975          "documentation":"<p>Provides the criteria for an origin group to fail over.</p>"
3976        }
3977      },
3978      "documentation":"<p>Information about an origin group for the CloudFront distribution.</p>"
3979    },
3980    "AwsCloudFrontDistributionOriginGroupFailover":{
3981      "type":"structure",
3982      "members":{
3983        "StatusCodes":{
3984          "shape":"AwsCloudFrontDistributionOriginGroupFailoverStatusCodes",
3985          "documentation":"<p>Information about the status codes that cause an origin group to fail over.</p>"
3986        }
3987      },
3988      "documentation":"<p>Provides information about when an origin group fails over.</p>"
3989    },
3990    "AwsCloudFrontDistributionOriginGroupFailoverStatusCodes":{
3991      "type":"structure",
3992      "members":{
3993        "Items":{
3994          "shape":"AwsCloudFrontDistributionOriginGroupFailoverStatusCodesItemList",
3995          "documentation":"<p>The list of status code values that can cause a failover to the next origin.</p>"
3996        },
3997        "Quantity":{
3998          "shape":"Integer",
3999          "documentation":"<p>The number of status codes that can cause a failover.</p>"
4000        }
4001      },
4002      "documentation":"<p>The status codes that cause an origin group to fail over.</p>"
4003    },
4004    "AwsCloudFrontDistributionOriginGroupFailoverStatusCodesItemList":{
4005      "type":"list",
4006      "member":{"shape":"Integer"}
4007    },
4008    "AwsCloudFrontDistributionOriginGroups":{
4009      "type":"structure",
4010      "members":{
4011        "Items":{
4012          "shape":"AwsCloudFrontDistributionOriginGroupsItemList",
4013          "documentation":"<p>The list of origin groups.</p>"
4014        }
4015      },
4016      "documentation":"<p>Provides information about origin groups that are associated with the CloudFront distribution.</p>"
4017    },
4018    "AwsCloudFrontDistributionOriginGroupsItemList":{
4019      "type":"list",
4020      "member":{"shape":"AwsCloudFrontDistributionOriginGroup"}
4021    },
4022    "AwsCloudFrontDistributionOriginItem":{
4023      "type":"structure",
4024      "members":{
4025        "DomainName":{
4026          "shape":"NonEmptyString",
4027          "documentation":"<p>Amazon S3 origins: The DNS name of the S3 bucket from which you want CloudFront to get objects for this origin.</p>"
4028        },
4029        "Id":{
4030          "shape":"NonEmptyString",
4031          "documentation":"<p>A unique identifier for the origin or origin group.</p>"
4032        },
4033        "OriginPath":{
4034          "shape":"NonEmptyString",
4035          "documentation":"<p>An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.</p>"
4036        },
4037        "S3OriginConfig":{
4038          "shape":"AwsCloudFrontDistributionOriginS3OriginConfig",
4039          "documentation":"<p>An origin that is an S3 bucket that is not configured with static website hosting.</p>"
4040        },
4041        "CustomOriginConfig":{
4042          "shape":"AwsCloudFrontDistributionOriginCustomOriginConfig",
4043          "documentation":"<p>An origin that is not an Amazon S3 bucket, with one exception. If the Amazon S3 bucket is configured with static website hosting, use this attribute. If the Amazon S3 bucket is not configured with static website hosting, use the <code>S3OriginConfig</code> type instead. </p>"
4044        }
4045      },
4046      "documentation":"<p>A complex type that describes the Amazon S3 bucket, HTTP server (for example, a web server), Elemental MediaStore, or other server from which CloudFront gets your files.</p>"
4047    },
4048    "AwsCloudFrontDistributionOriginItemList":{
4049      "type":"list",
4050      "member":{"shape":"AwsCloudFrontDistributionOriginItem"}
4051    },
4052    "AwsCloudFrontDistributionOriginS3OriginConfig":{
4053      "type":"structure",
4054      "members":{
4055        "OriginAccessIdentity":{
4056          "shape":"NonEmptyString",
4057          "documentation":"<p>The CloudFront origin access identity to associate with the origin.</p>"
4058        }
4059      },
4060      "documentation":"<p>Information about an origin that is an Amazon S3 bucket that is not configured with static website hosting.</p>"
4061    },
4062    "AwsCloudFrontDistributionOriginSslProtocols":{
4063      "type":"structure",
4064      "members":{
4065        "Items":{
4066          "shape":"NonEmptyStringList",
4067          "documentation":"<p>A list that contains allowed SSL/TLS protocols for this distribution. </p>"
4068        },
4069        "Quantity":{
4070          "shape":"Integer",
4071          "documentation":"<p>The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin. </p>"
4072        }
4073      },
4074      "documentation":"<p>A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin. </p>"
4075    },
4076    "AwsCloudFrontDistributionOrigins":{
4077      "type":"structure",
4078      "members":{
4079        "Items":{
4080          "shape":"AwsCloudFrontDistributionOriginItemList",
4081          "documentation":"<p>A complex type that contains origins or origin groups for this distribution.</p>"
4082        }
4083      },
4084      "documentation":"<p>A complex type that contains information about origins and origin groups for this CloudFront distribution.</p>"
4085    },
4086    "AwsCloudFrontDistributionViewerCertificate":{
4087      "type":"structure",
4088      "members":{
4089        "AcmCertificateArn":{
4090          "shape":"NonEmptyString",
4091          "documentation":"<p>The ARN of the ACM certificate. Used if the certificate is stored in ACM. If you provide an ACM certificate ARN, you must also provide <code>MinimumCertificateVersion</code> and <code>SslSupportMethod</code>.</p>"
4092        },
4093        "Certificate":{
4094          "shape":"NonEmptyString",
4095          "documentation":"<p>The identifier of the certificate. Note that in CloudFront, this attribute is deprecated.</p>"
4096        },
4097        "CertificateSource":{
4098          "shape":"NonEmptyString",
4099          "documentation":"<p>The source of the certificate identified by <code>Certificate</code>. Note that in CloudFront, this attribute is deprecated.</p>"
4100        },
4101        "CloudFrontDefaultCertificate":{
4102          "shape":"Boolean",
4103          "documentation":"<p>Whether the distribution uses the CloudFront domain name. If set to <code>false</code>, then you provide either <code>AcmCertificateArn</code> or <code>IamCertificateId</code>.</p>"
4104        },
4105        "IamCertificateId":{
4106          "shape":"NonEmptyString",
4107          "documentation":"<p>The identifier of the IAM certificate. Used if the certificate is stored in IAM. If you provide <code>IamCertificateId</code>, then you also must provide <code>MinimumProtocolVersion</code> and <code>SslSupportMethod</code>.</p>"
4108        },
4109        "MinimumProtocolVersion":{
4110          "shape":"NonEmptyString",
4111          "documentation":"<p>The security policy that CloudFront uses for HTTPS connections with viewers. If <code>SslSupportMethod</code> is <code>sni-only</code>, then <code>MinimumProtocolVersion</code> must be <code>TLSv1</code> or higher.</p>"
4112        },
4113        "SslSupportMethod":{
4114          "shape":"NonEmptyString",
4115          "documentation":"<p>The viewers that the distribution accepts HTTPS connections from.</p>"
4116        }
4117      },
4118      "documentation":"<p>Provides information about the TLS/SSL configuration that the CloudFront distribution uses to communicate with viewers.</p>"
4119    },
4120    "AwsCloudTrailTrailDetails":{
4121      "type":"structure",
4122      "members":{
4123        "CloudWatchLogsLogGroupArn":{
4124          "shape":"NonEmptyString",
4125          "documentation":"<p>The ARN of the log group that CloudTrail logs are delivered to.</p>"
4126        },
4127        "CloudWatchLogsRoleArn":{
4128          "shape":"NonEmptyString",
4129          "documentation":"<p>The ARN of the role that the CloudWatch Events endpoint assumes when it writes to the log group.</p>"
4130        },
4131        "HasCustomEventSelectors":{
4132          "shape":"Boolean",
4133          "documentation":"<p>Indicates whether the trail has custom event selectors.</p>"
4134        },
4135        "HomeRegion":{
4136          "shape":"NonEmptyString",
4137          "documentation":"<p>The Region where the trail was created.</p>"
4138        },
4139        "IncludeGlobalServiceEvents":{
4140          "shape":"Boolean",
4141          "documentation":"<p>Indicates whether the trail publishes events from global services such as IAM to the log files.</p>"
4142        },
4143        "IsMultiRegionTrail":{
4144          "shape":"Boolean",
4145          "documentation":"<p>Indicates whether the trail applies only to the current Region or to all Regions.</p>"
4146        },
4147        "IsOrganizationTrail":{
4148          "shape":"Boolean",
4149          "documentation":"<p>Whether the trail is created for all accounts in an organization in Organizations, or only for the current Amazon Web Services account.</p>"
4150        },
4151        "KmsKeyId":{
4152          "shape":"NonEmptyString",
4153          "documentation":"<p>The KMS key ID to use to encrypt the logs.</p>"
4154        },
4155        "LogFileValidationEnabled":{
4156          "shape":"Boolean",
4157          "documentation":"<p>Indicates whether CloudTrail log file validation is enabled.</p>"
4158        },
4159        "Name":{
4160          "shape":"NonEmptyString",
4161          "documentation":"<p>The name of the trail.</p>"
4162        },
4163        "S3BucketName":{
4164          "shape":"NonEmptyString",
4165          "documentation":"<p>The name of the S3 bucket where the log files are published.</p>"
4166        },
4167        "S3KeyPrefix":{
4168          "shape":"NonEmptyString",
4169          "documentation":"<p>The S3 key prefix. The key prefix is added after the name of the S3 bucket where the log files are published.</p>"
4170        },
4171        "SnsTopicArn":{
4172          "shape":"NonEmptyString",
4173          "documentation":"<p>The ARN of the SNS topic that is used for notifications of log file delivery.</p>"
4174        },
4175        "SnsTopicName":{
4176          "shape":"NonEmptyString",
4177          "documentation":"<p>The name of the SNS topic that is used for notifications of log file delivery.</p>"
4178        },
4179        "TrailArn":{
4180          "shape":"NonEmptyString",
4181          "documentation":"<p>The ARN of the trail.</p>"
4182        }
4183      },
4184      "documentation":"<p>Provides details about a CloudTrail trail.</p>"
4185    },
4186    "AwsCloudWatchAlarmDetails":{
4187      "type":"structure",
4188      "members":{
4189        "ActionsEnabled":{
4190          "shape":"Boolean",
4191          "documentation":"<p>Indicates whether actions should be executed during any changes to the alarm state. </p>"
4192        },
4193        "AlarmActions":{
4194          "shape":"NonEmptyStringList",
4195          "documentation":"<p>The list of actions, specified as Amazon Resource Names (ARNs) to execute when this alarm transitions into an <code>ALARM</code> state from any other state. </p>"
4196        },
4197        "AlarmArn":{
4198          "shape":"NonEmptyString",
4199          "documentation":"<p>The ARN of the alarm. </p>"
4200        },
4201        "AlarmConfigurationUpdatedTimestamp":{
4202          "shape":"NonEmptyString",
4203          "documentation":"<p>The time stamp of the last update to the alarm configuration. </p>"
4204        },
4205        "AlarmDescription":{
4206          "shape":"NonEmptyString",
4207          "documentation":"<p>The description of the alarm. </p>"
4208        },
4209        "AlarmName":{
4210          "shape":"NonEmptyString",
4211          "documentation":"<p>The name of the alarm. If you don't specify a name, CloudFront generates a unique physical ID and uses that ID for the alarm name. </p>"
4212        },
4213        "ComparisonOperator":{
4214          "shape":"NonEmptyString",
4215          "documentation":"<p>The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand. </p>"
4216        },
4217        "DatapointsToAlarm":{
4218          "shape":"Integer",
4219          "documentation":"<p>The number of datapoints that must be breaching to trigger the alarm. </p>"
4220        },
4221        "Dimensions":{
4222          "shape":"AwsCloudWatchAlarmDimensionsList",
4223          "documentation":"<p>The dimensions for the metric associated with the alarm. </p>"
4224        },
4225        "EvaluateLowSampleCountPercentile":{
4226          "shape":"NonEmptyString",
4227          "documentation":"<p>Used only for alarms based on percentiles. If <code>ignore</code>, the alarm state does not change during periods with too few data points to be statistically significant. If <code>evaluate</code> or this parameter is not used, the alarm is always evaluated and possibly changes state no matter how many data points are available. </p>"
4228        },
4229        "EvaluationPeriods":{
4230          "shape":"Integer",
4231          "documentation":"<p>The number of periods over which data is compared to the specified threshold. </p>"
4232        },
4233        "ExtendedStatistic":{
4234          "shape":"NonEmptyString",
4235          "documentation":"<p>The percentile statistic for the metric associated with the alarm. </p>"
4236        },
4237        "InsufficientDataActions":{
4238          "shape":"NonEmptyStringList",
4239          "documentation":"<p>The actions to execute when this alarm transitions to the <code>INSUFFICIENT_DATA</code> state from any other state. Each action is specified as an ARN. </p>"
4240        },
4241        "MetricName":{
4242          "shape":"NonEmptyString",
4243          "documentation":"<p>The name of the metric associated with the alarm. This is required for an alarm based on a metric. For an alarm based on a math expression, you use <code>Metrics</code> instead and you can't specify <code>MetricName</code>. </p>"
4244        },
4245        "Namespace":{
4246          "shape":"NonEmptyString",
4247          "documentation":"<p>The namespace of the metric associated with the alarm. This is required for an alarm based on a metric. For an alarm based on a math expression, you can't specify <code>Namespace</code> and you use <code>Metrics</code> instead. </p>"
4248        },
4249        "OkActions":{
4250          "shape":"NonEmptyStringList",
4251          "documentation":"<p>The actions to execute when this alarm transitions to the <code>OK</code> state from any other state. Each action is specified as an ARN. </p>"
4252        },
4253        "Period":{
4254          "shape":"Integer",
4255          "documentation":"<p>The period, in seconds, over which the statistic is applied. This is required for an alarm based on a metric. </p>"
4256        },
4257        "Statistic":{
4258          "shape":"NonEmptyString",
4259          "documentation":"<p>The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use <code>ExtendedStatistic</code>.</p> <p>For an alarm based on a metric, you must specify either <code>Statistic</code> or <code>ExtendedStatistic</code> but not both.</p> <p>For an alarm based on a math expression, you can't specify <code>Statistic</code>. Instead, you use <code>Metrics</code>.</p>"
4260        },
4261        "Threshold":{
4262          "shape":"Double",
4263          "documentation":"<p>The value to compare with the specified statistic. </p>"
4264        },
4265        "ThresholdMetricId":{
4266          "shape":"NonEmptyString",
4267          "documentation":"<p>n an alarm based on an anomaly detection model, this is the ID of the <code>ANOMALY_DETECTION_BAND</code> function used as the threshold for the alarm. </p>"
4268        },
4269        "TreatMissingData":{
4270          "shape":"NonEmptyString",
4271          "documentation":"<p>Sets how this alarm is to handle missing data points. </p>"
4272        },
4273        "Unit":{
4274          "shape":"NonEmptyString",
4275          "documentation":"<p>The unit of the metric associated with the alarm. </p>"
4276        }
4277      },
4278      "documentation":"<p>Specifies an alarm and associates it with the specified metric or metric math expression. </p>"
4279    },
4280    "AwsCloudWatchAlarmDimensionsDetails":{
4281      "type":"structure",
4282      "members":{
4283        "Name":{
4284          "shape":"NonEmptyString",
4285          "documentation":"<p>The name of a dimension. </p>"
4286        },
4287        "Value":{
4288          "shape":"NonEmptyString",
4289          "documentation":"<p>The value of a dimension. </p>"
4290        }
4291      },
4292      "documentation":"<p>Details about the dimensions for the metric associated with the alarm. </p>"
4293    },
4294    "AwsCloudWatchAlarmDimensionsList":{
4295      "type":"list",
4296      "member":{"shape":"AwsCloudWatchAlarmDimensionsDetails"}
4297    },
4298    "AwsCodeBuildProjectArtifactsDetails":{
4299      "type":"structure",
4300      "members":{
4301        "ArtifactIdentifier":{
4302          "shape":"NonEmptyString",
4303          "documentation":"<p>An identifier for the artifact definition.</p>"
4304        },
4305        "EncryptionDisabled":{
4306          "shape":"Boolean",
4307          "documentation":"<p>Indicates whether to disable encryption on the artifact. Only valid when <code>Type</code> is <code>S3</code>.</p>"
4308        },
4309        "Location":{
4310          "shape":"NonEmptyString",
4311          "documentation":"<p>Only used when <code>Type</code> is <code>S3</code>. The name of the S3 bucket where the artifact is located.</p>"
4312        },
4313        "Name":{
4314          "shape":"NonEmptyString",
4315          "documentation":"<p>Only used when Type is S3. The name of the artifact. Used with <code>NamepaceType</code> and <code>Path</code> to determine the pattern for storing the artifact.</p>"
4316        },
4317        "NamespaceType":{
4318          "shape":"NonEmptyString",
4319          "documentation":"<p>Only used when <code>Type</code> is <code>S3</code>. The value to use for the namespace. Used with <code>Name</code> and <code>Path</code> to determine the pattern for storing the artifact.</p>"
4320        },
4321        "OverrideArtifactName":{
4322          "shape":"Boolean",
4323          "documentation":"<p>Whether the name specified in the buildspec file overrides the artifact name.</p>"
4324        },
4325        "Packaging":{
4326          "shape":"NonEmptyString",
4327          "documentation":"<p>Only used when <code>Type</code> is <code>S3</code>. The type of output artifact to create.</p>"
4328        },
4329        "Path":{
4330          "shape":"NonEmptyString",
4331          "documentation":"<p>Only used when <code>Type</code> is <code>S3</code>. The path to the artifact. Used with <code>Name</code> and <code>NamespaceType</code> to determine the pattern for storing the artifact.</p>"
4332        },
4333        "Type":{
4334          "shape":"NonEmptyString",
4335          "documentation":"<p>The type of build artifact.</p>"
4336        }
4337      },
4338      "documentation":"<p>Information about the build artifacts for the CodeBuild project.</p>"
4339    },
4340    "AwsCodeBuildProjectArtifactsList":{
4341      "type":"list",
4342      "member":{"shape":"AwsCodeBuildProjectArtifactsDetails"}
4343    },
4344    "AwsCodeBuildProjectDetails":{
4345      "type":"structure",
4346      "members":{
4347        "EncryptionKey":{
4348          "shape":"NonEmptyString",
4349          "documentation":"<p>The KMS key used to encrypt the build output artifacts.</p> <p>You can specify either the ARN of the KMS key or, if available, the KMS key alias (using the format alias/alias-name). </p>"
4350        },
4351        "Artifacts":{
4352          "shape":"AwsCodeBuildProjectArtifactsList",
4353          "documentation":"<p>Information about the build artifacts for the CodeBuild project.</p>"
4354        },
4355        "Environment":{
4356          "shape":"AwsCodeBuildProjectEnvironment",
4357          "documentation":"<p>Information about the build environment for this build project.</p>"
4358        },
4359        "Name":{
4360          "shape":"NonEmptyString",
4361          "documentation":"<p>The name of the build project.</p>"
4362        },
4363        "Source":{
4364          "shape":"AwsCodeBuildProjectSource",
4365          "documentation":"<p>Information about the build input source code for this build project.</p>"
4366        },
4367        "ServiceRole":{
4368          "shape":"NonEmptyString",
4369          "documentation":"<p>The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>"
4370        },
4371        "LogsConfig":{
4372          "shape":"AwsCodeBuildProjectLogsConfigDetails",
4373          "documentation":"<p>Information about logs for the build project.</p>"
4374        },
4375        "VpcConfig":{
4376          "shape":"AwsCodeBuildProjectVpcConfig",
4377          "documentation":"<p>Information about the VPC configuration that CodeBuild accesses.</p>"
4378        },
4379        "SecondaryArtifacts":{
4380          "shape":"AwsCodeBuildProjectArtifactsList",
4381          "documentation":"<p>Information about the secondary artifacts for the CodeBuild project.</p>"
4382        }
4383      },
4384      "documentation":"<p>Information about an CodeBuild project.</p>"
4385    },
4386    "AwsCodeBuildProjectEnvironment":{
4387      "type":"structure",
4388      "members":{
4389        "Certificate":{
4390          "shape":"NonEmptyString",
4391          "documentation":"<p>The certificate to use with this build project.</p>"
4392        },
4393        "EnvironmentVariables":{
4394          "shape":"AwsCodeBuildProjectEnvironmentEnvironmentVariablesList",
4395          "documentation":"<p>A set of environment variables to make available to builds for the build project.</p>"
4396        },
4397        "PrivilegedMode":{
4398          "shape":"Boolean",
4399          "documentation":"<p>Whether to allow the Docker daemon to run inside a Docker container. Set to <code>true</code> if the build project is used to build Docker images.</p>"
4400        },
4401        "ImagePullCredentialsType":{
4402          "shape":"NonEmptyString",
4403          "documentation":"<p>The type of credentials CodeBuild uses to pull images in your build.</p> <p>Valid values:</p> <ul> <li> <p> <code>CODEBUILD</code> specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust the CodeBuild service principal.</p> </li> <li> <p> <code>SERVICE_ROLE</code> specifies that CodeBuild uses your build project's service role.</p> </li> </ul> <p>When you use a cross-account or private registry image, you must use <code>SERVICE_ROLE</code> credentials. When you use an CodeBuild curated image, you must use <code>CODEBUILD</code> credentials.</p>"
4404        },
4405        "RegistryCredential":{
4406          "shape":"AwsCodeBuildProjectEnvironmentRegistryCredential",
4407          "documentation":"<p>The credentials for access to a private registry.</p>"
4408        },
4409        "Type":{
4410          "shape":"NonEmptyString",
4411          "documentation":"<p>The type of build environment to use for related builds.</p> <p>The environment type <code>ARM_CONTAINER</code> is available only in Regions US East (N. Virginia), US East (Ohio), US West (Oregon), Europe (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and Europe (Frankfurt).</p> <p>The environment type <code>LINUX_CONTAINER</code> with compute type build.general1.2xlarge is available only in Regions US East (N. Virginia), US East (N. Virginia), US West (Oregon), Canada (Central), Europe (Ireland), Europe (London), Europe (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia).</p> <p>The environment type <code>LINUX_GPU_CONTAINER</code> is available only in Regions US East (N. Virginia), US East (N. Virginia), US West (Oregon), Canada (Central), Europe (Ireland), Europe (London), Europe (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia).</p> <p>Valid values: <code>WINDOWS_CONTAINER</code> | <code>LINUX_CONTAINER</code> | <code>LINUX_GPU_CONTAINER</code> | <code>ARM_CONTAINER</code> </p>"
4412        }
4413      },
4414      "documentation":"<p>Information about the build environment for this build project.</p>"
4415    },
4416    "AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails":{
4417      "type":"structure",
4418      "members":{
4419        "Name":{
4420          "shape":"NonEmptyString",
4421          "documentation":"<p>The name of the environment variable.</p>"
4422        },
4423        "Type":{
4424          "shape":"NonEmptyString",
4425          "documentation":"<p>The type of environment variable.</p>"
4426        },
4427        "Value":{
4428          "shape":"NonEmptyString",
4429          "documentation":"<p>The value of the environment variable.</p>"
4430        }
4431      },
4432      "documentation":"<p>Information about an environment variable that is available to builds for the build project.</p>"
4433    },
4434    "AwsCodeBuildProjectEnvironmentEnvironmentVariablesList":{
4435      "type":"list",
4436      "member":{"shape":"AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails"}
4437    },
4438    "AwsCodeBuildProjectEnvironmentRegistryCredential":{
4439      "type":"structure",
4440      "members":{
4441        "Credential":{
4442          "shape":"NonEmptyString",
4443          "documentation":"<p>The ARN or name of credentials created using Secrets Manager.</p> <note> <p>The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region. </p> </note>"
4444        },
4445        "CredentialProvider":{
4446          "shape":"NonEmptyString",
4447          "documentation":"<p>The service that created the credentials to access a private Docker registry.</p> <p>The valid value,<code> SECRETS_MANAGER</code>, is for Secrets Manager.</p>"
4448        }
4449      },
4450      "documentation":"<p>The credentials for access to a private registry.</p>"
4451    },
4452    "AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails":{
4453      "type":"structure",
4454      "members":{
4455        "GroupName":{
4456          "shape":"NonEmptyString",
4457          "documentation":"<p>The group name of the logs in CloudWatch Logs.</p>"
4458        },
4459        "Status":{
4460          "shape":"NonEmptyString",
4461          "documentation":"<p>The current status of the logs in CloudWatch Logs for a build project.</p>"
4462        },
4463        "StreamName":{
4464          "shape":"NonEmptyString",
4465          "documentation":"<p>The prefix of the stream name of the CloudWatch Logs.</p>"
4466        }
4467      },
4468      "documentation":"<p>Information about CloudWatch Logs for the build project.</p>"
4469    },
4470    "AwsCodeBuildProjectLogsConfigDetails":{
4471      "type":"structure",
4472      "members":{
4473        "CloudWatchLogs":{
4474          "shape":"AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails",
4475          "documentation":"<p>Information about CloudWatch Logs for the build project.</p>"
4476        },
4477        "S3Logs":{
4478          "shape":"AwsCodeBuildProjectLogsConfigS3LogsDetails",
4479          "documentation":"<p>Information about logs built to an S3 bucket for a build project.</p>"
4480        }
4481      },
4482      "documentation":"<p>Information about logs for the build project.</p>"
4483    },
4484    "AwsCodeBuildProjectLogsConfigS3LogsDetails":{
4485      "type":"structure",
4486      "members":{
4487        "EncryptionDisabled":{
4488          "shape":"Boolean",
4489          "documentation":"<p>Whether to disable encryption of the S3 build log output.</p>"
4490        },
4491        "Location":{
4492          "shape":"NonEmptyString",
4493          "documentation":"<p>The ARN of the S3 bucket and the path prefix for S3 logs.</p>"
4494        },
4495        "Status":{
4496          "shape":"NonEmptyString",
4497          "documentation":"<p>The current status of the S3 build logs.</p>"
4498        }
4499      },
4500      "documentation":"<p>Information about logs built to an S3 bucket for a build project.</p>"
4501    },
4502    "AwsCodeBuildProjectSource":{
4503      "type":"structure",
4504      "members":{
4505        "Type":{
4506          "shape":"NonEmptyString",
4507          "documentation":"<p>The type of repository that contains the source code to be built. Valid values are:</p> <ul> <li> <p> <code>BITBUCKET</code> - The source code is in a Bitbucket repository.</p> </li> <li> <p> <code>CODECOMMIT</code> - The source code is in an CodeCommit repository.</p> </li> <li> <p> <code>CODEPIPELINE</code> - The source code settings are specified in the source action of a pipeline in CodePipeline.</p> </li> <li> <p> <code>GITHUB</code> - The source code is in a GitHub repository.</p> </li> <li> <p> <code>GITHUB_ENTERPRISE</code> - The source code is in a GitHub Enterprise repository.</p> </li> <li> <p> <code>NO_SOURCE</code> - The project does not have input source code.</p> </li> <li> <p> <code>S3</code> - The source code is in an S3 input bucket. </p> </li> </ul>"
4508        },
4509        "Location":{
4510          "shape":"NonEmptyString",
4511          "documentation":"<p>Information about the location of the source code to be built.</p> <p>Valid values include:</p> <ul> <li> <p>For source code settings that are specified in the source action of a pipeline in CodePipeline, location should not be specified. If it is specified, CodePipeline ignores it. This is because CodePipeline uses the settings in a pipeline's source action instead of this value.</p> </li> <li> <p>For source code in an CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the build spec file (for example, <code>https://git-codecommit.region-ID.amazonaws.com/v1/repos/repo-name</code> ).</p> </li> <li> <p>For source code in an S3 input bucket, one of the following.</p> <ul> <li> <p>The path to the ZIP file that contains the source code (for example, <code>bucket-name/path/to/object-name.zip</code>).</p> </li> <li> <p> The path to the folder that contains the source code (for example, <code>bucket-name/path/to/source-code/folder/</code>).</p> </li> </ul> </li> <li> <p>For source code in a GitHub repository, the HTTPS clone URL to the repository that contains the source and the build spec file.</p> </li> <li> <p>For source code in a Bitbucket repository, the HTTPS clone URL to the repository that contains the source and the build spec file. </p> </li> </ul>"
4512        },
4513        "GitCloneDepth":{
4514          "shape":"Integer",
4515          "documentation":"<p>Information about the Git clone depth for the build project.</p>"
4516        },
4517        "InsecureSsl":{
4518          "shape":"Boolean",
4519          "documentation":"<p>Whether to ignore SSL warnings while connecting to the project source code.</p>"
4520        }
4521      },
4522      "documentation":"<p>Information about the build input source code for this build project.</p>"
4523    },
4524    "AwsCodeBuildProjectVpcConfig":{
4525      "type":"structure",
4526      "members":{
4527        "VpcId":{
4528          "shape":"NonEmptyString",
4529          "documentation":"<p>The ID of the VPC.</p>"
4530        },
4531        "Subnets":{
4532          "shape":"NonEmptyStringList",
4533          "documentation":"<p>A list of one or more subnet IDs in your VPC.</p>"
4534        },
4535        "SecurityGroupIds":{
4536          "shape":"NonEmptyStringList",
4537          "documentation":"<p>A list of one or more security group IDs in your VPC.</p>"
4538        }
4539      },
4540      "documentation":"<p>Information about the VPC configuration that CodeBuild accesses.</p>"
4541    },
4542    "AwsCorsConfiguration":{
4543      "type":"structure",
4544      "members":{
4545        "AllowOrigins":{
4546          "shape":"NonEmptyStringList",
4547          "documentation":"<p>The allowed origins for CORS requests.</p>"
4548        },
4549        "AllowCredentials":{
4550          "shape":"Boolean",
4551          "documentation":"<p>Indicates whether the CORS request includes credentials.</p>"
4552        },
4553        "ExposeHeaders":{
4554          "shape":"NonEmptyStringList",
4555          "documentation":"<p>The exposed headers for CORS requests.</p>"
4556        },
4557        "MaxAge":{
4558          "shape":"Integer",
4559          "documentation":"<p>The number of seconds for which the browser caches preflight request results.</p>"
4560        },
4561        "AllowMethods":{
4562          "shape":"NonEmptyStringList",
4563          "documentation":"<p>The allowed methods for CORS requests.</p>"
4564        },
4565        "AllowHeaders":{
4566          "shape":"NonEmptyStringList",
4567          "documentation":"<p>The allowed headers for CORS requests.</p>"
4568        }
4569      },
4570      "documentation":"<p>Contains the cross-origin resource sharing (CORS) configuration for the API. CORS is only supported for HTTP APIs.</p>"
4571    },
4572    "AwsDmsEndpointDetails":{
4573      "type":"structure",
4574      "members":{
4575        "CertificateArn":{
4576          "shape":"NonEmptyString",
4577          "documentation":"<p> The Amazon Resource Name (ARN) for the SSL certificate that encrypts connections between the DMS endpoint and the replication instance. </p>"
4578        },
4579        "DatabaseName":{
4580          "shape":"NonEmptyString",
4581          "documentation":"<p> The name of the endpoint database.</p>"
4582        },
4583        "EndpointArn":{
4584          "shape":"NonEmptyString",
4585          "documentation":"<p> The Amazon Resource Name (ARN) of the endpoint. </p>"
4586        },
4587        "EndpointIdentifier":{
4588          "shape":"NonEmptyString",
4589          "documentation":"<p> The database endpoint identifier. </p>"
4590        },
4591        "EndpointType":{
4592          "shape":"NonEmptyString",
4593          "documentation":"<p> The type of endpoint. Valid values are source and target. </p>"
4594        },
4595        "EngineName":{
4596          "shape":"NonEmptyString",
4597          "documentation":"<p> The type of engine for the endpoint, depending on the <code>EndpointType</code> value. </p>"
4598        },
4599        "ExternalId":{
4600          "shape":"NonEmptyString",
4601          "documentation":"<p> A value that can be used for cross-account validation. </p>"
4602        },
4603        "ExtraConnectionAttributes":{
4604          "shape":"NonEmptyString",
4605          "documentation":"<p> Additional attributes associated with the connection. </p>"
4606        },
4607        "KmsKeyId":{
4608          "shape":"NonEmptyString",
4609          "documentation":"<p> An DMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the <code>KmsKeyId</code> parameter, then DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.</p>"
4610        },
4611        "Port":{
4612          "shape":"Integer",
4613          "documentation":"<p> The port used to access the endpoint. </p>"
4614        },
4615        "ServerName":{
4616          "shape":"NonEmptyString",
4617          "documentation":"<p> The name of the server where the endpoint database resides.</p>"
4618        },
4619        "SslMode":{
4620          "shape":"NonEmptyString",
4621          "documentation":"<p> The SSL mode used to connect to the endpoint. The default is none.</p>"
4622        },
4623        "Username":{
4624          "shape":"NonEmptyString",
4625          "documentation":"<p> The user name to be used to log in to the endpoint database. </p>"
4626        }
4627      },
4628      "documentation":"<p> Provides details about an Database Migration Service (DMS) endpoint. An endpoint provides connection, data store type, and location information about your data store. </p>"
4629    },
4630    "AwsDmsReplicationInstanceDetails":{
4631      "type":"structure",
4632      "members":{
4633        "AllocatedStorage":{
4634          "shape":"Integer",
4635          "documentation":"<p> The amount of storage (in gigabytes) that is allocated for the replication instance. </p>"
4636        },
4637        "AutoMinorVersionUpgrade":{
4638          "shape":"Boolean",
4639          "documentation":"<p> Indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window. </p>"
4640        },
4641        "AvailabilityZone":{
4642          "shape":"NonEmptyString",
4643          "documentation":"<p> The Availability Zone that the replication instance is created in. The default value is a random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region, such as <code>us-east-1d</code>.</p>"
4644        },
4645        "EngineVersion":{
4646          "shape":"NonEmptyString",
4647          "documentation":"<p> The engine version number of the replication instance. If an engine version number is not specified when a replication instance is created, the default is the latest engine version available. </p>"
4648        },
4649        "KmsKeyId":{
4650          "shape":"NonEmptyString",
4651          "documentation":"<p> An KMS key identifier that is used to encrypt the data on the replication instance. If you don't specify a value for the <code>KmsKeyId</code> parameter, DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.</p>"
4652        },
4653        "MultiAZ":{
4654          "shape":"Boolean",
4655          "documentation":"<p> Specifies whether the replication instance is deployed across multiple Availability Zones (AZs). You can't set the <code>AvailabilityZone</code> parameter if the <code>MultiAZ</code> parameter is set to <code>true</code>.</p>"
4656        },
4657        "PreferredMaintenanceWindow":{
4658          "shape":"NonEmptyString",
4659          "documentation":"<p> The maintenance window times for the replication instance. Upgrades to the replication instance are performed during this time.</p>"
4660        },
4661        "PubliclyAccessible":{
4662          "shape":"Boolean",
4663          "documentation":"<p> Specifies the accessibility options for the replication instance. A value of <code>true</code> represents an instance with a public IP address. A value of <code>false</code> represents an instance with a private IP address. The default value is <code>true</code>.</p>"
4664        },
4665        "ReplicationInstanceClass":{
4666          "shape":"NonEmptyString",
4667          "documentation":"<p> The compute and memory capacity of the replication instance as defined for the specified replication instance class. </p>"
4668        },
4669        "ReplicationInstanceIdentifier":{
4670          "shape":"NonEmptyString",
4671          "documentation":"<p> The replication instance identifier.</p>"
4672        },
4673        "ReplicationSubnetGroup":{
4674          "shape":"AwsDmsReplicationInstanceReplicationSubnetGroupDetails",
4675          "documentation":"<p> The subnet group for the replication instance.</p>"
4676        },
4677        "VpcSecurityGroups":{
4678          "shape":"AwsDmsReplicationInstanceVpcSecurityGroupsList",
4679          "documentation":"<p> The virtual private cloud (VPC) security group for the replication instance.</p>"
4680        }
4681      },
4682      "documentation":"<p> Provides details about an Database Migration Service (DMS) replication instance. DMS uses a replication instance to connect to your source data store, read the source data, and format the data for consumption by the target data store. </p>"
4683    },
4684    "AwsDmsReplicationInstanceReplicationSubnetGroupDetails":{
4685      "type":"structure",
4686      "members":{
4687        "ReplicationSubnetGroupIdentifier":{
4688          "shape":"NonEmptyString",
4689          "documentation":"<p> The identifier of the replication subnet group. </p>"
4690        }
4691      },
4692      "documentation":"<p> Provides details about the replication subnet group.</p>"
4693    },
4694    "AwsDmsReplicationInstanceVpcSecurityGroupsDetails":{
4695      "type":"structure",
4696      "members":{
4697        "VpcSecurityGroupId":{
4698          "shape":"NonEmptyString",
4699          "documentation":"<p> The identifier of the VPC security group that’s associated with the replication instance. </p>"
4700        }
4701      },
4702      "documentation":"<p> Provides details about the virtual private cloud (VPC) security group that’s associated with the replication instance.</p>"
4703    },
4704    "AwsDmsReplicationInstanceVpcSecurityGroupsList":{
4705      "type":"list",
4706      "member":{"shape":"AwsDmsReplicationInstanceVpcSecurityGroupsDetails"}
4707    },
4708    "AwsDmsReplicationTaskDetails":{
4709      "type":"structure",
4710      "members":{
4711        "CdcStartPosition":{
4712          "shape":"NonEmptyString",
4713          "documentation":"<p> Indicates when you want a change data capture (CDC) operation to start. <code>CCdcStartPosition</code> or <code>CCdcStartTime</code> specifies when you want a CDC operation to start. Only a value for one of these fields is included.</p>"
4714        },
4715        "CdcStartTime":{
4716          "shape":"NonEmptyString",
4717          "documentation":"<p> Indicates the start time for a CDC operation. <code>CdcStartPosition</code> or <code>CCdcStartTime</code> specifies when you want a CDC operation to start. Only a value for one of these fields is included.</p>"
4718        },
4719        "CdcStopPosition":{
4720          "shape":"NonEmptyString",
4721          "documentation":"<p> Indicates when you want a CDC operation to stop. The value can be either server time or commit time.</p>"
4722        },
4723        "MigrationType":{
4724          "shape":"NonEmptyString",
4725          "documentation":"<p> The migration type. </p>"
4726        },
4727        "Id":{
4728          "shape":"NonEmptyString",
4729          "documentation":"<p> The identifier of the replication task.</p>"
4730        },
4731        "ResourceIdentifier":{
4732          "shape":"NonEmptyString",
4733          "documentation":"<p> A display name for the resource identifier at the end of the <code>EndpointArn</code> response parameter. If you don't specify a <code>ResourceIdentifier</code> value, DMS generates a default identifier value for the end of <code>EndpointArn</code>.</p>"
4734        },
4735        "ReplicationInstanceArn":{
4736          "shape":"NonEmptyString",
4737          "documentation":"<p> The Amazon Resource Name (ARN) of a replication instance. </p>"
4738        },
4739        "ReplicationTaskIdentifier":{
4740          "shape":"NonEmptyString",
4741          "documentation":"<p> The user-defined replication task identifier or name.</p>"
4742        },
4743        "ReplicationTaskSettings":{
4744          "shape":"NonEmptyString",
4745          "documentation":"<p> The settings for the replication task.</p>"
4746        },
4747        "SourceEndpointArn":{
4748          "shape":"NonEmptyString",
4749          "documentation":"<p> The ARN of the source endpoint.</p>"
4750        },
4751        "TableMappings":{
4752          "shape":"NonEmptyString",
4753          "documentation":"<p> The table mappings for the replication task, in JSON format.</p>"
4754        },
4755        "TargetEndpointArn":{
4756          "shape":"NonEmptyString",
4757          "documentation":"<p> The ARN of the target endpoint.</p>"
4758        },
4759        "TaskData":{
4760          "shape":"NonEmptyString",
4761          "documentation":"<p> Supplemental information that the task requires to migrate the data for certain source and target endpoints.</p>"
4762        }
4763      },
4764      "documentation":"<p> Provides details about an Database Migration Service (DMS) replication task. A replication task moves a set of data from the source endpoint to the target endpoint.</p>"
4765    },
4766    "AwsDynamoDbTableAttributeDefinition":{
4767      "type":"structure",
4768      "members":{
4769        "AttributeName":{
4770          "shape":"NonEmptyString",
4771          "documentation":"<p>The name of the attribute.</p>"
4772        },
4773        "AttributeType":{
4774          "shape":"NonEmptyString",
4775          "documentation":"<p>The type of the attribute.</p>"
4776        }
4777      },
4778      "documentation":"<p>Contains a definition of an attribute for the table.</p>"
4779    },
4780    "AwsDynamoDbTableAttributeDefinitionList":{
4781      "type":"list",
4782      "member":{"shape":"AwsDynamoDbTableAttributeDefinition"}
4783    },
4784    "AwsDynamoDbTableBillingModeSummary":{
4785      "type":"structure",
4786      "members":{
4787        "BillingMode":{
4788          "shape":"NonEmptyString",
4789          "documentation":"<p>The method used to charge for read and write throughput and to manage capacity.</p>"
4790        },
4791        "LastUpdateToPayPerRequestDateTime":{
4792          "shape":"NonEmptyString",
4793          "documentation":"<p>If the billing mode is <code>PAY_PER_REQUEST</code>, indicates when the billing mode was set to that value.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
4794        }
4795      },
4796      "documentation":"<p>Provides information about the billing for read/write capacity on the table.</p>"
4797    },
4798    "AwsDynamoDbTableDetails":{
4799      "type":"structure",
4800      "members":{
4801        "AttributeDefinitions":{
4802          "shape":"AwsDynamoDbTableAttributeDefinitionList",
4803          "documentation":"<p>A list of attribute definitions for the table.</p>"
4804        },
4805        "BillingModeSummary":{
4806          "shape":"AwsDynamoDbTableBillingModeSummary",
4807          "documentation":"<p>Information about the billing for read/write capacity on the table.</p>"
4808        },
4809        "CreationDateTime":{
4810          "shape":"NonEmptyString",
4811          "documentation":"<p>Indicates when the table was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
4812        },
4813        "GlobalSecondaryIndexes":{
4814          "shape":"AwsDynamoDbTableGlobalSecondaryIndexList",
4815          "documentation":"<p>List of global secondary indexes for the table.</p>"
4816        },
4817        "GlobalTableVersion":{
4818          "shape":"NonEmptyString",
4819          "documentation":"<p>The version of global tables being used.</p>"
4820        },
4821        "ItemCount":{
4822          "shape":"Integer",
4823          "documentation":"<p>The number of items in the table.</p>"
4824        },
4825        "KeySchema":{
4826          "shape":"AwsDynamoDbTableKeySchemaList",
4827          "documentation":"<p>The primary key structure for the table.</p>"
4828        },
4829        "LatestStreamArn":{
4830          "shape":"NonEmptyString",
4831          "documentation":"<p>The ARN of the latest stream for the table.</p>"
4832        },
4833        "LatestStreamLabel":{
4834          "shape":"NonEmptyString",
4835          "documentation":"<p>The label of the latest stream. The label is not a unique identifier.</p>"
4836        },
4837        "LocalSecondaryIndexes":{
4838          "shape":"AwsDynamoDbTableLocalSecondaryIndexList",
4839          "documentation":"<p>The list of local secondary indexes for the table.</p>"
4840        },
4841        "ProvisionedThroughput":{
4842          "shape":"AwsDynamoDbTableProvisionedThroughput",
4843          "documentation":"<p>Information about the provisioned throughput for the table.</p>"
4844        },
4845        "Replicas":{
4846          "shape":"AwsDynamoDbTableReplicaList",
4847          "documentation":"<p>The list of replicas of this table.</p>"
4848        },
4849        "RestoreSummary":{
4850          "shape":"AwsDynamoDbTableRestoreSummary",
4851          "documentation":"<p>Information about the restore for the table.</p>"
4852        },
4853        "SseDescription":{
4854          "shape":"AwsDynamoDbTableSseDescription",
4855          "documentation":"<p>Information about the server-side encryption for the table.</p>"
4856        },
4857        "StreamSpecification":{
4858          "shape":"AwsDynamoDbTableStreamSpecification",
4859          "documentation":"<p>The current DynamoDB Streams configuration for the table.</p>"
4860        },
4861        "TableId":{
4862          "shape":"NonEmptyString",
4863          "documentation":"<p>The identifier of the table.</p>"
4864        },
4865        "TableName":{
4866          "shape":"NonEmptyString",
4867          "documentation":"<p>The name of the table.</p>"
4868        },
4869        "TableSizeBytes":{
4870          "shape":"SizeBytes",
4871          "documentation":"<p>The total size of the table in bytes.</p>"
4872        },
4873        "TableStatus":{
4874          "shape":"NonEmptyString",
4875          "documentation":"<p>The current status of the table. Valid values are as follows:</p> <ul> <li> <p> <code>ACTIVE</code> </p> </li> <li> <p> <code>ARCHIVED</code> </p> </li> <li> <p> <code>ARCHIVING</code> </p> </li> <li> <p> <code>CREATING</code> </p> </li> <li> <p> <code>DELETING</code> </p> </li> <li> <p> <code>INACCESSIBLE_ENCRYPTION_CREDENTIALS</code> </p> </li> <li> <p> <code>UPDATING</code> </p> </li> </ul>"
4876        },
4877        "DeletionProtectionEnabled":{
4878          "shape":"Boolean",
4879          "documentation":"<p> Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table. </p>"
4880        }
4881      },
4882      "documentation":"<p>Provides details about a DynamoDB table.</p>"
4883    },
4884    "AwsDynamoDbTableGlobalSecondaryIndex":{
4885      "type":"structure",
4886      "members":{
4887        "Backfilling":{
4888          "shape":"Boolean",
4889          "documentation":"<p>Whether the index is currently backfilling.</p>"
4890        },
4891        "IndexArn":{
4892          "shape":"NonEmptyString",
4893          "documentation":"<p>The ARN of the index.</p>"
4894        },
4895        "IndexName":{
4896          "shape":"NonEmptyString",
4897          "documentation":"<p>The name of the index.</p>"
4898        },
4899        "IndexSizeBytes":{
4900          "shape":"SizeBytes",
4901          "documentation":"<p>The total size in bytes of the index.</p>"
4902        },
4903        "IndexStatus":{
4904          "shape":"NonEmptyString",
4905          "documentation":"<p>The current status of the index.</p> <ul> <li> <p> <code>ACTIVE</code> </p> </li> <li> <p> <code>CREATING</code> </p> </li> <li> <p> <code>DELETING</code> </p> </li> <li> <p> <code>UPDATING</code> </p> </li> </ul>"
4906        },
4907        "ItemCount":{
4908          "shape":"Integer",
4909          "documentation":"<p>The number of items in the index.</p>"
4910        },
4911        "KeySchema":{
4912          "shape":"AwsDynamoDbTableKeySchemaList",
4913          "documentation":"<p>The key schema for the index.</p>"
4914        },
4915        "Projection":{
4916          "shape":"AwsDynamoDbTableProjection",
4917          "documentation":"<p>Attributes that are copied from the table into an index.</p>"
4918        },
4919        "ProvisionedThroughput":{
4920          "shape":"AwsDynamoDbTableProvisionedThroughput",
4921          "documentation":"<p>Information about the provisioned throughput settings for the indexes.</p>"
4922        }
4923      },
4924      "documentation":"<p>Information abut a global secondary index for the table.</p>"
4925    },
4926    "AwsDynamoDbTableGlobalSecondaryIndexList":{
4927      "type":"list",
4928      "member":{"shape":"AwsDynamoDbTableGlobalSecondaryIndex"}
4929    },
4930    "AwsDynamoDbTableKeySchema":{
4931      "type":"structure",
4932      "members":{
4933        "AttributeName":{
4934          "shape":"NonEmptyString",
4935          "documentation":"<p>The name of the key schema attribute.</p>"
4936        },
4937        "KeyType":{
4938          "shape":"NonEmptyString",
4939          "documentation":"<p>The type of key used for the key schema attribute. Valid values are <code>HASH</code> or <code>RANGE</code>.</p>"
4940        }
4941      },
4942      "documentation":"<p>A component of the key schema for the DynamoDB table, a global secondary index, or a local secondary index.</p>"
4943    },
4944    "AwsDynamoDbTableKeySchemaList":{
4945      "type":"list",
4946      "member":{"shape":"AwsDynamoDbTableKeySchema"}
4947    },
4948    "AwsDynamoDbTableLocalSecondaryIndex":{
4949      "type":"structure",
4950      "members":{
4951        "IndexArn":{
4952          "shape":"NonEmptyString",
4953          "documentation":"<p>The ARN of the index.</p>"
4954        },
4955        "IndexName":{
4956          "shape":"NonEmptyString",
4957          "documentation":"<p>The name of the index.</p>"
4958        },
4959        "KeySchema":{
4960          "shape":"AwsDynamoDbTableKeySchemaList",
4961          "documentation":"<p>The complete key schema for the index.</p>"
4962        },
4963        "Projection":{
4964          "shape":"AwsDynamoDbTableProjection",
4965          "documentation":"<p>Attributes that are copied from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.</p>"
4966        }
4967      },
4968      "documentation":"<p>Information about a local secondary index for a DynamoDB table.</p>"
4969    },
4970    "AwsDynamoDbTableLocalSecondaryIndexList":{
4971      "type":"list",
4972      "member":{"shape":"AwsDynamoDbTableLocalSecondaryIndex"}
4973    },
4974    "AwsDynamoDbTableProjection":{
4975      "type":"structure",
4976      "members":{
4977        "NonKeyAttributes":{
4978          "shape":"StringList",
4979          "documentation":"<p>The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.</p>"
4980        },
4981        "ProjectionType":{
4982          "shape":"NonEmptyString",
4983          "documentation":"<p>The types of attributes that are projected into the index. Valid values are as follows:</p> <ul> <li> <p> <code>ALL</code> </p> </li> <li> <p> <code>INCLUDE</code> </p> </li> <li> <p> <code>KEYS_ONLY</code> </p> </li> </ul>"
4984        }
4985      },
4986      "documentation":"<p>For global and local secondary indexes, identifies the attributes that are copied from the table into the index.</p>"
4987    },
4988    "AwsDynamoDbTableProvisionedThroughput":{
4989      "type":"structure",
4990      "members":{
4991        "LastDecreaseDateTime":{
4992          "shape":"NonEmptyString",
4993          "documentation":"<p>Indicates when the provisioned throughput was last decreased.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
4994        },
4995        "LastIncreaseDateTime":{
4996          "shape":"NonEmptyString",
4997          "documentation":"<p>Indicates when the provisioned throughput was last increased.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
4998        },
4999        "NumberOfDecreasesToday":{
5000          "shape":"Integer",
5001          "documentation":"<p>The number of times during the current UTC calendar day that the provisioned throughput was decreased.</p>"
5002        },
5003        "ReadCapacityUnits":{
5004          "shape":"Integer",
5005          "documentation":"<p>The maximum number of strongly consistent reads consumed per second before DynamoDB returns a <code>ThrottlingException</code>.</p>"
5006        },
5007        "WriteCapacityUnits":{
5008          "shape":"Integer",
5009          "documentation":"<p>The maximum number of writes consumed per second before DynamoDB returns a <code>ThrottlingException</code>.</p>"
5010        }
5011      },
5012      "documentation":"<p>Information about the provisioned throughput for the table or for a global secondary index.</p>"
5013    },
5014    "AwsDynamoDbTableProvisionedThroughputOverride":{
5015      "type":"structure",
5016      "members":{
5017        "ReadCapacityUnits":{
5018          "shape":"Integer",
5019          "documentation":"<p>The read capacity units for the replica.</p>"
5020        }
5021      },
5022      "documentation":"<p>Replica-specific configuration for the provisioned throughput.</p>"
5023    },
5024    "AwsDynamoDbTableReplica":{
5025      "type":"structure",
5026      "members":{
5027        "GlobalSecondaryIndexes":{
5028          "shape":"AwsDynamoDbTableReplicaGlobalSecondaryIndexList",
5029          "documentation":"<p>List of global secondary indexes for the replica.</p>"
5030        },
5031        "KmsMasterKeyId":{
5032          "shape":"NonEmptyString",
5033          "documentation":"<p>The identifier of the KMS key that will be used for KMS encryption for the replica.</p>"
5034        },
5035        "ProvisionedThroughputOverride":{
5036          "shape":"AwsDynamoDbTableProvisionedThroughputOverride",
5037          "documentation":"<p>Replica-specific configuration for the provisioned throughput.</p>"
5038        },
5039        "RegionName":{
5040          "shape":"NonEmptyString",
5041          "documentation":"<p>The name of the Region where the replica is located.</p>"
5042        },
5043        "ReplicaStatus":{
5044          "shape":"NonEmptyString",
5045          "documentation":"<p>The current status of the replica. Valid values are as follows:</p> <ul> <li> <p> <code>ACTIVE</code> </p> </li> <li> <p> <code>CREATING</code> </p> </li> <li> <p> <code>CREATION_FAILED</code> </p> </li> <li> <p> <code>DELETING</code> </p> </li> <li> <p> <code>UPDATING</code> </p> </li> </ul>"
5046        },
5047        "ReplicaStatusDescription":{
5048          "shape":"NonEmptyString",
5049          "documentation":"<p>Detailed information about the replica status.</p>"
5050        }
5051      },
5052      "documentation":"<p>Information about a replica of a DynamoDB table.</p>"
5053    },
5054    "AwsDynamoDbTableReplicaGlobalSecondaryIndex":{
5055      "type":"structure",
5056      "members":{
5057        "IndexName":{
5058          "shape":"NonEmptyString",
5059          "documentation":"<p>The name of the index.</p>"
5060        },
5061        "ProvisionedThroughputOverride":{
5062          "shape":"AwsDynamoDbTableProvisionedThroughputOverride",
5063          "documentation":"<p>Replica-specific configuration for the provisioned throughput for the index.</p>"
5064        }
5065      },
5066      "documentation":"<p>Information about a global secondary index for a DynamoDB table replica.</p>"
5067    },
5068    "AwsDynamoDbTableReplicaGlobalSecondaryIndexList":{
5069      "type":"list",
5070      "member":{"shape":"AwsDynamoDbTableReplicaGlobalSecondaryIndex"}
5071    },
5072    "AwsDynamoDbTableReplicaList":{
5073      "type":"list",
5074      "member":{"shape":"AwsDynamoDbTableReplica"}
5075    },
5076    "AwsDynamoDbTableRestoreSummary":{
5077      "type":"structure",
5078      "members":{
5079        "SourceBackupArn":{
5080          "shape":"NonEmptyString",
5081          "documentation":"<p>The ARN of the source backup from which the table was restored.</p>"
5082        },
5083        "SourceTableArn":{
5084          "shape":"NonEmptyString",
5085          "documentation":"<p>The ARN of the source table for the backup.</p>"
5086        },
5087        "RestoreDateTime":{
5088          "shape":"NonEmptyString",
5089          "documentation":"<p>Indicates the point in time that the table was restored to.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
5090        },
5091        "RestoreInProgress":{
5092          "shape":"Boolean",
5093          "documentation":"<p>Whether a restore is currently in progress.</p>"
5094        }
5095      },
5096      "documentation":"<p>Information about the restore for the table.</p>"
5097    },
5098    "AwsDynamoDbTableSseDescription":{
5099      "type":"structure",
5100      "members":{
5101        "InaccessibleEncryptionDateTime":{
5102          "shape":"NonEmptyString",
5103          "documentation":"<p>If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
5104        },
5105        "Status":{
5106          "shape":"NonEmptyString",
5107          "documentation":"<p>The status of the server-side encryption.</p>"
5108        },
5109        "SseType":{
5110          "shape":"NonEmptyString",
5111          "documentation":"<p>The type of server-side encryption.</p>"
5112        },
5113        "KmsMasterKeyArn":{
5114          "shape":"NonEmptyString",
5115          "documentation":"<p>The ARN of the KMS key that is used for the KMS encryption.</p>"
5116        }
5117      },
5118      "documentation":"<p>Information about the server-side encryption for the table.</p>"
5119    },
5120    "AwsDynamoDbTableStreamSpecification":{
5121      "type":"structure",
5122      "members":{
5123        "StreamEnabled":{
5124          "shape":"Boolean",
5125          "documentation":"<p>Indicates whether DynamoDB Streams is enabled on the table.</p>"
5126        },
5127        "StreamViewType":{
5128          "shape":"NonEmptyString",
5129          "documentation":"<p>Determines the information that is written to the table.</p>"
5130        }
5131      },
5132      "documentation":"<p>The current DynamoDB Streams configuration for the table.</p>"
5133    },
5134    "AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails":{
5135      "type":"structure",
5136      "members":{
5137        "DirectoryId":{
5138          "shape":"NonEmptyString",
5139          "documentation":"<p> The ID of the Active Directory used for authentication. </p>"
5140        }
5141      },
5142      "documentation":"<p> Provides details about an Active Directory that’s used to authenticate an Client VPN endpoint. </p>"
5143    },
5144    "AwsEc2ClientVpnEndpointAuthenticationOptionsDetails":{
5145      "type":"structure",
5146      "members":{
5147        "Type":{
5148          "shape":"NonEmptyString",
5149          "documentation":"<p> The authentication type used. </p>"
5150        },
5151        "ActiveDirectory":{
5152          "shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails",
5153          "documentation":"<p> Information about the Active Directory, if applicable. With Active Directory authentication, clients are authenticated against existing Active Directory groups. </p>"
5154        },
5155        "MutualAuthentication":{
5156          "shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails",
5157          "documentation":"<p> Information about the authentication certificates, if applicable.</p>"
5158        },
5159        "FederatedAuthentication":{
5160          "shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails",
5161          "documentation":"<p> Information about the IAM SAML identity provider, if applicable.</p>"
5162        }
5163      },
5164      "documentation":"<p> Information about the authentication method used by the Client VPN endpoint. </p>"
5165    },
5166    "AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails":{
5167      "type":"structure",
5168      "members":{
5169        "SamlProviderArn":{
5170          "shape":"NonEmptyString",
5171          "documentation":"<p> The Amazon Resource Name (ARN) of the IAM SAML identity provider. </p>"
5172        },
5173        "SelfServiceSamlProviderArn":{
5174          "shape":"NonEmptyString",
5175          "documentation":"<p> The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal. </p>"
5176        }
5177      },
5178      "documentation":"<p> Describes the IAM SAML identity providers used for federated authentication. </p>"
5179    },
5180    "AwsEc2ClientVpnEndpointAuthenticationOptionsList":{
5181      "type":"list",
5182      "member":{"shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsDetails"}
5183    },
5184    "AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails":{
5185      "type":"structure",
5186      "members":{
5187        "ClientRootCertificateChain":{
5188          "shape":"NonEmptyString",
5189          "documentation":"<p> The Amazon Resource Name (ARN) of the client certificate. </p>"
5190        }
5191      },
5192      "documentation":"<p> Information about the client certificate used for authentication. </p>"
5193    },
5194    "AwsEc2ClientVpnEndpointClientConnectOptionsDetails":{
5195      "type":"structure",
5196      "members":{
5197        "Enabled":{
5198          "shape":"Boolean",
5199          "documentation":"<p> Indicates whether client connect options are enabled. </p>"
5200        },
5201        "LambdaFunctionArn":{
5202          "shape":"NonEmptyString",
5203          "documentation":"<p> The Amazon Resource Name (ARN) of the Lambda function used for connection authorization. </p>"
5204        },
5205        "Status":{
5206          "shape":"AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails",
5207          "documentation":"<p> The status of any updates to the client connect options. </p>"
5208        }
5209      },
5210      "documentation":"<p> The options for managing connection authorization for new client connections. </p>"
5211    },
5212    "AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails":{
5213      "type":"structure",
5214      "members":{
5215        "Code":{
5216          "shape":"NonEmptyString",
5217          "documentation":"<p> The status code. </p>"
5218        },
5219        "Message":{
5220          "shape":"NonEmptyString",
5221          "documentation":"<p> The status message. </p>"
5222        }
5223      },
5224      "documentation":"<p> Describes the status of the Client VPN endpoint attribute. </p>"
5225    },
5226    "AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails":{
5227      "type":"structure",
5228      "members":{
5229        "Enabled":{
5230          "shape":"Boolean",
5231          "documentation":"<p> Current state of text banner feature. </p>"
5232        },
5233        "BannerText":{
5234          "shape":"NonEmptyString",
5235          "documentation":"<p> Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. </p>"
5236        }
5237      },
5238      "documentation":"<p> Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established. </p>"
5239    },
5240    "AwsEc2ClientVpnEndpointConnectionLogOptionsDetails":{
5241      "type":"structure",
5242      "members":{
5243        "Enabled":{
5244          "shape":"Boolean",
5245          "documentation":"<p> Indicates whether client connection logging is enabled for the Client VPN endpoint. </p>"
5246        },
5247        "CloudwatchLogGroup":{
5248          "shape":"NonEmptyString",
5249          "documentation":"<p> The name of the Amazon CloudWatch Logs log group to which connection logging data is published. </p>"
5250        },
5251        "CloudwatchLogStream":{
5252          "shape":"NonEmptyString",
5253          "documentation":"<p> The name of the Amazon CloudWatch Logs log stream to which connection logging data is published. </p>"
5254        }
5255      },
5256      "documentation":"<p> Information about the client connection logging options for the Client VPN endpoint. </p>"
5257    },
5258    "AwsEc2ClientVpnEndpointDetails":{
5259      "type":"structure",
5260      "members":{
5261        "ClientVpnEndpointId":{
5262          "shape":"NonEmptyString",
5263          "documentation":"<p> The ID of the Client VPN endpoint. </p>"
5264        },
5265        "Description":{
5266          "shape":"NonEmptyString",
5267          "documentation":"<p> A brief description of the endpoint. </p>"
5268        },
5269        "ClientCidrBlock":{
5270          "shape":"NonEmptyString",
5271          "documentation":"<p> The IPv4 address range, in CIDR notation, from which client IP addresses are assigned. </p>"
5272        },
5273        "DnsServer":{
5274          "shape":"StringList",
5275          "documentation":"<p> Information about the DNS servers to be used for DNS resolution. </p>"
5276        },
5277        "SplitTunnel":{
5278          "shape":"Boolean",
5279          "documentation":"<p> Indicates whether split-tunnel is enabled in the Client VPN endpoint. </p>"
5280        },
5281        "TransportProtocol":{
5282          "shape":"NonEmptyString",
5283          "documentation":"<p> The transport protocol used by the Client VPN endpoint. </p>"
5284        },
5285        "VpnPort":{
5286          "shape":"Integer",
5287          "documentation":"<p> The port number for the Client VPN endpoint. </p>"
5288        },
5289        "ServerCertificateArn":{
5290          "shape":"NonEmptyString",
5291          "documentation":"<p> The Amazon Resource Name (ARN) of the server certificate. </p>"
5292        },
5293        "AuthenticationOptions":{
5294          "shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsList",
5295          "documentation":"<p> Information about the authentication method used by the Client VPN endpoint. </p>"
5296        },
5297        "ConnectionLogOptions":{
5298          "shape":"AwsEc2ClientVpnEndpointConnectionLogOptionsDetails",
5299          "documentation":"<p> Information about the client connection logging options for the Client VPN endpoint. </p>"
5300        },
5301        "SecurityGroupIdSet":{
5302          "shape":"StringList",
5303          "documentation":"<p> The IDs of the security groups for the target network. </p>"
5304        },
5305        "VpcId":{
5306          "shape":"NonEmptyString",
5307          "documentation":"<p> The ID of the VPC. </p>"
5308        },
5309        "SelfServicePortalUrl":{
5310          "shape":"NonEmptyString",
5311          "documentation":"<p> The URL of the self-service portal. </p>"
5312        },
5313        "ClientConnectOptions":{
5314          "shape":"AwsEc2ClientVpnEndpointClientConnectOptionsDetails",
5315          "documentation":"<p> The options for managing connection authorization for new client connections. </p>"
5316        },
5317        "SessionTimeoutHours":{
5318          "shape":"Integer",
5319          "documentation":"<p> The maximum VPN session duration time in hours. </p>"
5320        },
5321        "ClientLoginBannerOptions":{
5322          "shape":"AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails",
5323          "documentation":"<p> Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established. </p>"
5324        }
5325      },
5326      "documentation":"<p> Describes an Client VPN endpoint. A Client VPN endpoint is the resource that you create and configure to enable and manage client VPN sessions. It's the termination point for all client VPN sessions. </p>"
5327    },
5328    "AwsEc2EipDetails":{
5329      "type":"structure",
5330      "members":{
5331        "InstanceId":{
5332          "shape":"NonEmptyString",
5333          "documentation":"<p>The identifier of the EC2 instance.</p>"
5334        },
5335        "PublicIp":{
5336          "shape":"NonEmptyString",
5337          "documentation":"<p>A public IP address that is associated with the EC2 instance.</p>"
5338        },
5339        "AllocationId":{
5340          "shape":"NonEmptyString",
5341          "documentation":"<p>The identifier that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use with Amazon VPC.</p>"
5342        },
5343        "AssociationId":{
5344          "shape":"NonEmptyString",
5345          "documentation":"<p>The identifier that represents the association of the Elastic IP address with an EC2 instance.</p>"
5346        },
5347        "Domain":{
5348          "shape":"NonEmptyString",
5349          "documentation":"<p>The domain in which to allocate the address.</p> <p>If the address is for use with EC2 instances in a VPC, then <code>Domain</code> is <code>vpc</code>. Otherwise, <code>Domain</code> is <code>standard</code>. </p>"
5350        },
5351        "PublicIpv4Pool":{
5352          "shape":"NonEmptyString",
5353          "documentation":"<p>The identifier of an IP address pool. This parameter allows Amazon EC2 to select an IP address from the address pool.</p>"
5354        },
5355        "NetworkBorderGroup":{
5356          "shape":"NonEmptyString",
5357          "documentation":"<p>The name of the location from which the Elastic IP address is advertised.</p>"
5358        },
5359        "NetworkInterfaceId":{
5360          "shape":"NonEmptyString",
5361          "documentation":"<p>The identifier of the network interface.</p>"
5362        },
5363        "NetworkInterfaceOwnerId":{
5364          "shape":"NonEmptyString",
5365          "documentation":"<p>The Amazon Web Services account ID of the owner of the network interface.</p>"
5366        },
5367        "PrivateIpAddress":{
5368          "shape":"NonEmptyString",
5369          "documentation":"<p>The private IP address that is associated with the Elastic IP address.</p>"
5370        }
5371      },
5372      "documentation":"<p>Information about an Elastic IP address.</p>"
5373    },
5374    "AwsEc2InstanceDetails":{
5375      "type":"structure",
5376      "members":{
5377        "Type":{
5378          "shape":"NonEmptyString",
5379          "documentation":"<p>The instance type of the instance. </p>"
5380        },
5381        "ImageId":{
5382          "shape":"NonEmptyString",
5383          "documentation":"<p>The Amazon Machine Image (AMI) ID of the instance.</p>"
5384        },
5385        "IpV4Addresses":{
5386          "shape":"StringList",
5387          "documentation":"<p>The IPv4 addresses associated with the instance.</p>"
5388        },
5389        "IpV6Addresses":{
5390          "shape":"StringList",
5391          "documentation":"<p>The IPv6 addresses associated with the instance.</p>"
5392        },
5393        "KeyName":{
5394          "shape":"NonEmptyString",
5395          "documentation":"<p>The key name associated with the instance.</p>"
5396        },
5397        "IamInstanceProfileArn":{
5398          "shape":"NonEmptyString",
5399          "documentation":"<p>The IAM profile ARN of the instance.</p>"
5400        },
5401        "VpcId":{
5402          "shape":"NonEmptyString",
5403          "documentation":"<p>The identifier of the VPC that the instance was launched in.</p>"
5404        },
5405        "SubnetId":{
5406          "shape":"NonEmptyString",
5407          "documentation":"<p>The identifier of the subnet that the instance was launched in.</p>"
5408        },
5409        "LaunchedAt":{
5410          "shape":"NonEmptyString",
5411          "documentation":"<p>Indicates when the instance was launched.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
5412        },
5413        "NetworkInterfaces":{
5414          "shape":"AwsEc2InstanceNetworkInterfacesList",
5415          "documentation":"<p>The identifiers of the network interfaces for the EC2 instance. The details for each network interface are in a corresponding <code>AwsEc2NetworkInterfacesDetails</code> object.</p>"
5416        },
5417        "VirtualizationType":{
5418          "shape":"NonEmptyString",
5419          "documentation":"<p>The virtualization type of the Amazon Machine Image (AMI) required to launch the instance. </p>"
5420        },
5421        "MetadataOptions":{
5422          "shape":"AwsEc2InstanceMetadataOptions",
5423          "documentation":"<p>Details about the metadata options for the Amazon EC2 instance. </p>"
5424        },
5425        "Monitoring":{
5426          "shape":"AwsEc2InstanceMonitoringDetails",
5427          "documentation":"<p> Describes the type of monitoring that’s turned on for an instance. </p>"
5428        }
5429      },
5430      "documentation":"<p>The details of an Amazon EC2 instance.</p>"
5431    },
5432    "AwsEc2InstanceMetadataOptions":{
5433      "type":"structure",
5434      "members":{
5435        "HttpEndpoint":{
5436          "shape":"NonEmptyString",
5437          "documentation":"<p>Enables or disables the HTTP metadata endpoint on the instance. </p>"
5438        },
5439        "HttpProtocolIpv6":{
5440          "shape":"NonEmptyString",
5441          "documentation":"<p>Enables or disables the IPv6 endpoint for the instance metadata service. </p>"
5442        },
5443        "HttpPutResponseHopLimit":{
5444          "shape":"Integer",
5445          "documentation":"<p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. </p>"
5446        },
5447        "HttpTokens":{
5448          "shape":"NonEmptyString",
5449          "documentation":"<p>The state of token usage for your instance metadata requests. </p>"
5450        },
5451        "InstanceMetadataTags":{
5452          "shape":"NonEmptyString",
5453          "documentation":"<p>Specifies whether to allow access to instance tags from the instance metadata. </p>"
5454        }
5455      },
5456      "documentation":"<p>Metadata options that allow you to configure and secure the Amazon EC2 instance.</p>"
5457    },
5458    "AwsEc2InstanceMonitoringDetails":{
5459      "type":"structure",
5460      "members":{
5461        "State":{
5462          "shape":"NonEmptyString",
5463          "documentation":"<p> Indicates whether detailed monitoring is turned on. Otherwise, basic monitoring is turned on. </p>"
5464        }
5465      },
5466      "documentation":"<p> The type of monitoring that’s turned on for an Amazon EC2 instance. </p>"
5467    },
5468    "AwsEc2InstanceNetworkInterfacesDetails":{
5469      "type":"structure",
5470      "members":{
5471        "NetworkInterfaceId":{
5472          "shape":"NonEmptyString",
5473          "documentation":"<p>The identifier of the network interface. The details are in a corresponding <code>AwsEc2NetworkInterfacesDetails</code> object.</p>"
5474        }
5475      },
5476      "documentation":"<p>Identifies a network interface for the Amazon EC2 instance.</p>"
5477    },
5478    "AwsEc2InstanceNetworkInterfacesList":{
5479      "type":"list",
5480      "member":{"shape":"AwsEc2InstanceNetworkInterfacesDetails"}
5481    },
5482    "AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails":{
5483      "type":"structure",
5484      "members":{
5485        "DeviceName":{
5486          "shape":"NonEmptyString",
5487          "documentation":"<p> The device name. </p>"
5488        },
5489        "Ebs":{
5490          "shape":"AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails",
5491          "documentation":"<p> Parameters used to automatically set up Amazon EBS volumes when the instance is launched. </p>"
5492        },
5493        "NoDevice":{
5494          "shape":"NonEmptyString",
5495          "documentation":"<p> Omits the device from the block device mapping when an empty string is specified. </p>"
5496        },
5497        "VirtualName":{
5498          "shape":"NonEmptyString",
5499          "documentation":"<p> The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for <code>ephemeral0</code> and <code>ephemeral1</code>. The number of available instance store volumes depends on the instance type. </p>"
5500        }
5501      },
5502      "documentation":"<p> Information about a block device mapping for an Amazon Elastic Compute Cloud (Amazon EC2) launch template. </p>"
5503    },
5504    "AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails":{
5505      "type":"structure",
5506      "members":{
5507        "DeleteOnTermination":{
5508          "shape":"Boolean",
5509          "documentation":"<p> Indicates whether the EBS volume is deleted on instance termination. </p>"
5510        },
5511        "Encrypted":{
5512          "shape":"Boolean",
5513          "documentation":"<p> Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you're creating a volume from a snapshot, you can't specify an encryption value. </p>"
5514        },
5515        "Iops":{
5516          "shape":"Integer",
5517          "documentation":"<p> The number of I/O operations per second (IOPS). </p>"
5518        },
5519        "KmsKeyId":{
5520          "shape":"NonEmptyString",
5521          "documentation":"<p> The Amazon Resource Name (ARN) of the symmetric Key Management Service (KMS) customer managed key used for encryption. </p>"
5522        },
5523        "SnapshotId":{
5524          "shape":"NonEmptyString",
5525          "documentation":"<p> The ID of the EBS snapshot. </p>"
5526        },
5527        "Throughput":{
5528          "shape":"Integer",
5529          "documentation":"<p> The throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s. </p>"
5530        },
5531        "VolumeSize":{
5532          "shape":"Integer",
5533          "documentation":"<p> The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. </p>"
5534        },
5535        "VolumeType":{
5536          "shape":"NonEmptyString",
5537          "documentation":"<p> The volume type. </p>"
5538        }
5539      },
5540      "documentation":"<p> Parameters for a block device for an Amazon Elastic Block Store (Amazon EBS) volume in an Amazon EC2 launch template. </p>"
5541    },
5542    "AwsEc2LaunchTemplateDataBlockDeviceMappingSetList":{
5543      "type":"list",
5544      "member":{"shape":"AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails"}
5545    },
5546    "AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetDetails":{
5547      "type":"structure",
5548      "members":{
5549        "CapacityReservationId":{
5550          "shape":"NonEmptyString",
5551          "documentation":"<p> The ID of the Capacity Reservation in which to run the instance. </p>"
5552        },
5553        "CapacityReservationResourceGroupArn":{
5554          "shape":"NonEmptyString",
5555          "documentation":"<p> The Amazon Resource Name (ARN) of the Capacity Reservation resource group in which to run the instance. </p>"
5556        }
5557      },
5558      "documentation":"<p> Information about the target Capacity Reservation or Capacity Reservation group in which to run an Amazon EC2 instance. </p>"
5559    },
5560    "AwsEc2LaunchTemplateDataCapacityReservationSpecificationDetails":{
5561      "type":"structure",
5562      "members":{
5563        "CapacityReservationPreference":{
5564          "shape":"NonEmptyString",
5565          "documentation":"<p> Indicates the instance's Capacity Reservation preferences. If equal to <code>open</code>, the instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). If equal to <code>none</code>, the instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity. </p>"
5566        },
5567        "CapacityReservationTarget":{
5568          "shape":"AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetDetails",
5569          "documentation":"<p> Specifies a target Capacity Reservation. </p>"
5570        }
5571      },
5572      "documentation":"<p> Specifies the Capacity Reservation targeting option of an Amazon EC2 instance. </p>"
5573    },
5574    "AwsEc2LaunchTemplateDataCpuOptionsDetails":{
5575      "type":"structure",
5576      "members":{
5577        "CoreCount":{
5578          "shape":"Integer",
5579          "documentation":"<p> The number of CPU cores for the instance. </p>"
5580        },
5581        "ThreadsPerCore":{
5582          "shape":"Integer",
5583          "documentation":"<p> The number of threads per CPU core. A value of <code>1</code> disables multithreading for the instance, The default value is <code>2</code>. </p>"
5584        }
5585      },
5586      "documentation":"<p> Specifies the CPU options for an Amazon EC2 instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html\">Optimize CPU options</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </p>"
5587    },
5588    "AwsEc2LaunchTemplateDataCreditSpecificationDetails":{
5589      "type":"structure",
5590      "members":{
5591        "CpuCredits":{
5592          "shape":"NonEmptyString",
5593          "documentation":"<p> The credit option for CPU usage of a T instance. </p>"
5594        }
5595      },
5596      "documentation":"<p> Specifies the credit option for CPU usage of a T2, T3, or T3a Amazon EC2 instance. </p>"
5597    },
5598    "AwsEc2LaunchTemplateDataDetails":{
5599      "type":"structure",
5600      "members":{
5601        "BlockDeviceMappingSet":{
5602          "shape":"AwsEc2LaunchTemplateDataBlockDeviceMappingSetList",
5603          "documentation":"<p> Information about a block device mapping for an Amazon EC2 launch template. </p>"
5604        },
5605        "CapacityReservationSpecification":{
5606          "shape":"AwsEc2LaunchTemplateDataCapacityReservationSpecificationDetails",
5607          "documentation":"<p> Specifies an instance's Capacity Reservation targeting option. You can specify only one option at a time. </p>"
5608        },
5609        "CpuOptions":{
5610          "shape":"AwsEc2LaunchTemplateDataCpuOptionsDetails",
5611          "documentation":"<p> Specifies the CPU options for an instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html\">Optimize CPU options</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </p>"
5612        },
5613        "CreditSpecification":{
5614          "shape":"AwsEc2LaunchTemplateDataCreditSpecificationDetails",
5615          "documentation":"<p> Specifies the credit option for CPU usage of a T2, T3, or T3a instance. </p>"
5616        },
5617        "DisableApiStop":{
5618          "shape":"Boolean",
5619          "documentation":"<p> Indicates whether to enable the instance for stop protection. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection\">Enable stop protection</a> in the <i>Amazon EC2 User Guide</i>. </p>"
5620        },
5621        "DisableApiTermination":{
5622          "shape":"Boolean",
5623          "documentation":"<p> If you set this parameter to <code>true</code>, you can't terminate the instance using the Amazon EC2 console, CLI, or API. If set to <code>true</code>, you can. </p>"
5624        },
5625        "EbsOptimized":{
5626          "shape":"Boolean",
5627          "documentation":"<p> Indicates whether the instance is optimized for Amazon EBS I/O. </p>"
5628        },
5629        "ElasticGpuSpecificationSet":{
5630          "shape":"AwsEc2LaunchTemplateDataElasticGpuSpecificationSetList",
5631          "documentation":"<p> Provides details about Elastic Graphics accelerators to associate with the instance. </p>"
5632        },
5633        "ElasticInferenceAcceleratorSet":{
5634          "shape":"AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetList",
5635          "documentation":"<p> The Amazon Elastic Inference accelerator for the instance. </p>"
5636        },
5637        "EnclaveOptions":{
5638          "shape":"AwsEc2LaunchTemplateDataEnclaveOptionsDetails",
5639          "documentation":"<p> Indicates whether the Amazon EC2 instance is enabled for Amazon Web Services Nitro Enclaves. </p>"
5640        },
5641        "HibernationOptions":{
5642          "shape":"AwsEc2LaunchTemplateDataHibernationOptionsDetails",
5643          "documentation":"<p> Specifies whether your Amazon EC2 instance is configured for hibernation. </p>"
5644        },
5645        "IamInstanceProfile":{
5646          "shape":"AwsEc2LaunchTemplateDataIamInstanceProfileDetails",
5647          "documentation":"<p> The name or Amazon Resource Name (ARN) of an IAM instance profile. </p>"
5648        },
5649        "ImageId":{
5650          "shape":"NonEmptyString",
5651          "documentation":"<p> The ID of the Amazon Machine Image (AMI). </p>"
5652        },
5653        "InstanceInitiatedShutdownBehavior":{
5654          "shape":"NonEmptyString",
5655          "documentation":"<p> Provides the options for specifying the instance initiated shutdown behavior. </p>"
5656        },
5657        "InstanceMarketOptions":{
5658          "shape":"AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails",
5659          "documentation":"<p> Specifies the market (purchasing) option for an instance. </p>"
5660        },
5661        "InstanceRequirements":{
5662          "shape":"AwsEc2LaunchTemplateDataInstanceRequirementsDetails",
5663          "documentation":"<p> The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes. If you specify <code>InstanceRequirements</code>, you can't specify <code>InstanceType</code>. </p>"
5664        },
5665        "InstanceType":{
5666          "shape":"NonEmptyString",
5667          "documentation":"<p> The instance type. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html\">Instance types</a> in the <i>Amazon EC2 User Guide</i>. If you specify <code>InstanceType</code>, you can't specify <code>InstanceRequirements</code>. </p>"
5668        },
5669        "KernelId":{
5670          "shape":"NonEmptyString",
5671          "documentation":"<p> The ID of the kernel. </p>"
5672        },
5673        "KeyName":{
5674          "shape":"NonEmptyString",
5675          "documentation":"<p> The name of the key pair that allows users to connect to the instance. </p>"
5676        },
5677        "LicenseSet":{
5678          "shape":"AwsEc2LaunchTemplateDataLicenseSetList",
5679          "documentation":"<p> Specifies a license configuration for an instance. </p>"
5680        },
5681        "MaintenanceOptions":{
5682          "shape":"AwsEc2LaunchTemplateDataMaintenanceOptionsDetails",
5683          "documentation":"<p> The maintenance options of your instance. </p>"
5684        },
5685        "MetadataOptions":{
5686          "shape":"AwsEc2LaunchTemplateDataMetadataOptionsDetails",
5687          "documentation":"<p> The metadata options for the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html\">Instance metadata and user data</a> in the <i>Amazon EC2 User Guide</i>. </p>"
5688        },
5689        "Monitoring":{
5690          "shape":"AwsEc2LaunchTemplateDataMonitoringDetails",
5691          "documentation":"<p> The monitoring for the instance. </p>"
5692        },
5693        "NetworkInterfaceSet":{
5694          "shape":"AwsEc2LaunchTemplateDataNetworkInterfaceSetList",
5695          "documentation":"<p> Specifies the parameters for a network interface that is attached to the instance. </p>"
5696        },
5697        "Placement":{
5698          "shape":"AwsEc2LaunchTemplateDataPlacementDetails",
5699          "documentation":"<p> Specifies the placement of an instance. </p>"
5700        },
5701        "PrivateDnsNameOptions":{
5702          "shape":"AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails",
5703          "documentation":"<p> The options for the instance hostname. </p>"
5704        },
5705        "RamDiskId":{
5706          "shape":"NonEmptyString",
5707          "documentation":"<p> The ID of the RAM disk. </p>"
5708        },
5709        "SecurityGroupIdSet":{
5710          "shape":"NonEmptyStringList",
5711          "documentation":"<p> One or more security group IDs. </p>"
5712        },
5713        "SecurityGroupSet":{
5714          "shape":"NonEmptyStringList",
5715          "documentation":"<p> One or more security group names. For a nondefault VPC, you must use security group IDs instead. You cannot specify both a security group ID and security name in the same request. </p>"
5716        },
5717        "UserData":{
5718          "shape":"NonEmptyString",
5719          "documentation":"<p> The user data to make available to the instance. </p>"
5720        }
5721      },
5722      "documentation":"<p> The information to include in an Amazon Elastic Compute Cloud (Amazon EC2) launch template. </p>"
5723    },
5724    "AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails":{
5725      "type":"structure",
5726      "members":{
5727        "Type":{
5728          "shape":"NonEmptyString",
5729          "documentation":"<p> The type of Elastic Graphics accelerator. </p>"
5730        }
5731      },
5732      "documentation":"<p> Provides details about an Elastic Graphics specification for an Amazon EC2 launch template. </p>"
5733    },
5734    "AwsEc2LaunchTemplateDataElasticGpuSpecificationSetList":{
5735      "type":"list",
5736      "member":{"shape":"AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails"}
5737    },
5738    "AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails":{
5739      "type":"structure",
5740      "members":{
5741        "Count":{
5742          "shape":"Integer",
5743          "documentation":"<p> The number of Elastic Inference accelerators to attach to the instance. </p>"
5744        },
5745        "Type":{
5746          "shape":"NonEmptyString",
5747          "documentation":"<p> The type of Elastic Inference accelerator. </p>"
5748        }
5749      },
5750      "documentation":"<p> Provides details for an Amazon Elastic Inference accelerator. </p>"
5751    },
5752    "AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetList":{
5753      "type":"list",
5754      "member":{"shape":"AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails"}
5755    },
5756    "AwsEc2LaunchTemplateDataEnclaveOptionsDetails":{
5757      "type":"structure",
5758      "members":{
5759        "Enabled":{
5760          "shape":"Boolean",
5761          "documentation":"<p> If this parameter is set to <code>true</code>, the instance is enabled for Amazon Web Services Nitro Enclaves. </p>"
5762        }
5763      },
5764      "documentation":"<p> Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. </p>"
5765    },
5766    "AwsEc2LaunchTemplateDataHibernationOptionsDetails":{
5767      "type":"structure",
5768      "members":{
5769        "Configured":{
5770          "shape":"Boolean",
5771          "documentation":"<p> If you set this parameter to <code>true</code>, the instance is enabled for hibernation. </p>"
5772        }
5773      },
5774      "documentation":"<p> Specifies whether your Amazon EC2 instance is configured for hibernation. </p>"
5775    },
5776    "AwsEc2LaunchTemplateDataIamInstanceProfileDetails":{
5777      "type":"structure",
5778      "members":{
5779        "Arn":{
5780          "shape":"NonEmptyString",
5781          "documentation":"<p> The Amazon Resource Name (ARN) of the instance profile. </p>"
5782        },
5783        "Name":{
5784          "shape":"NonEmptyString",
5785          "documentation":"<p> The name of the instance profile. </p>"
5786        }
5787      },
5788      "documentation":"<p> Provides details for an Identity and Access Management (IAM) instance profile, which is a container for an IAM role for your instance. </p>"
5789    },
5790    "AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails":{
5791      "type":"structure",
5792      "members":{
5793        "MarketType":{
5794          "shape":"NonEmptyString",
5795          "documentation":"<p> The market type. </p>"
5796        },
5797        "SpotOptions":{
5798          "shape":"AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails",
5799          "documentation":"<p> The options for Spot Instances. </p>"
5800        }
5801      },
5802      "documentation":"<p> Provides details about the market (purchasing) option for an Amazon EC2 instance. </p>"
5803    },
5804    "AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails":{
5805      "type":"structure",
5806      "members":{
5807        "BlockDurationMinutes":{
5808          "shape":"Integer",
5809          "documentation":"<p> Deprecated. </p>"
5810        },
5811        "InstanceInterruptionBehavior":{
5812          "shape":"NonEmptyString",
5813          "documentation":"<p> The behavior when a Spot Instance is interrupted. </p>"
5814        },
5815        "MaxPrice":{
5816          "shape":"NonEmptyString",
5817          "documentation":"<p> The maximum hourly price you're willing to pay for the Spot Instances. </p>"
5818        },
5819        "SpotInstanceType":{
5820          "shape":"NonEmptyString",
5821          "documentation":"<p> The Spot Instance request type. </p>"
5822        },
5823        "ValidUntil":{
5824          "shape":"NonEmptyString",
5825          "documentation":"<p> The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ), for persistent requests. </p>"
5826        }
5827      },
5828      "documentation":"<p> Provides details about the market (purchasing) options for Spot Instances. </p>"
5829    },
5830    "AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorCountDetails":{
5831      "type":"structure",
5832      "members":{
5833        "Max":{
5834          "shape":"Integer",
5835          "documentation":"<p> The maximum number of accelerators. If this parameter isn't specified, there's no maximum limit. To exclude accelerator-enabled instance types, set <code>Max</code> to <code>0</code>. </p>"
5836        },
5837        "Min":{
5838          "shape":"Integer",
5839          "documentation":"<p> The minimum number of accelerators. If this parameter isn't specified, there's no minimum limit. </p>"
5840        }
5841      },
5842      "documentation":"<p> The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an Amazon EC2 instance. </p>"
5843    },
5844    "AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorTotalMemoryMiBDetails":{
5845      "type":"structure",
5846      "members":{
5847        "Max":{
5848          "shape":"Integer",
5849          "documentation":"<p> The maximum amount of memory, in MiB. If this parameter isn't specified, there's no maximum limit. </p>"
5850        },
5851        "Min":{
5852          "shape":"Integer",
5853          "documentation":"<p> The minimum amount of memory, in MiB. If <code>0</code> is specified, there's no maximum limit. </p>"
5854        }
5855      },
5856      "documentation":"<p> The minimum and maximum amount of memory, in MiB, for the accelerators on an Amazon EC2 instance. </p>"
5857    },
5858    "AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails":{
5859      "type":"structure",
5860      "members":{
5861        "Max":{
5862          "shape":"Integer",
5863          "documentation":"<p> The maximum baseline bandwidth, in Mbps. If this parameter is omitted, there's no maximum limit. </p>"
5864        },
5865        "Min":{
5866          "shape":"Integer",
5867          "documentation":"<p> The minimum baseline bandwidth, in Mbps. If this parameter is omitted, there's no minimum limit. </p>"
5868        }
5869      },
5870      "documentation":"<p> The minimum and maximum baseline bandwidth to Amazon Elastic Block Store (Amazon EBS), in Mbps. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html\">Amazon EBS–optimized instances </a> in the <i>Amazon EC2 User Guide</i>. </p>"
5871    },
5872    "AwsEc2LaunchTemplateDataInstanceRequirementsDetails":{
5873      "type":"structure",
5874      "members":{
5875        "AcceleratorCount":{
5876          "shape":"AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorCountDetails",
5877          "documentation":"<p> The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance. </p>"
5878        },
5879        "AcceleratorManufacturers":{
5880          "shape":"NonEmptyStringList",
5881          "documentation":"<p>Indicates whether instance types must have accelerators by specific manufacturers. </p>"
5882        },
5883        "AcceleratorNames":{
5884          "shape":"NonEmptyStringList",
5885          "documentation":"<p> The accelerators that must be on the instance type. </p>"
5886        },
5887        "AcceleratorTotalMemoryMiB":{
5888          "shape":"AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorTotalMemoryMiBDetails",
5889          "documentation":"<p> The minimum and maximum amount of total accelerator memory, in MiB. </p>"
5890        },
5891        "AcceleratorTypes":{
5892          "shape":"NonEmptyStringList",
5893          "documentation":"<p>The accelerator types that must be on the instance type. </p>"
5894        },
5895        "BareMetal":{
5896          "shape":"NonEmptyString",
5897          "documentation":"<p>Indicates whether bare metal instance types must be included, excluded, or required. </p>"
5898        },
5899        "BaselineEbsBandwidthMbps":{
5900          "shape":"AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails",
5901          "documentation":"<p> The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html\">Amazon EBS optimized instances</a> in the <i>Amazon EC2 User Guide</i>. </p>"
5902        },
5903        "BurstablePerformance":{
5904          "shape":"NonEmptyString",
5905          "documentation":"<p> Indicates whether burstable performance T instance types are included, excluded, or required. For more information, <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html\">Burstable performance instances</a> in the <i>Amazon EC2 User Guide</i>. </p>"
5906        },
5907        "CpuManufacturers":{
5908          "shape":"NonEmptyStringList",
5909          "documentation":"<p> The CPU manufacturers to include. </p>"
5910        },
5911        "ExcludedInstanceTypes":{
5912          "shape":"NonEmptyStringList",
5913          "documentation":"<p> The instance types to exclude. </p>"
5914        },
5915        "InstanceGenerations":{
5916          "shape":"NonEmptyStringList",
5917          "documentation":"<p> Indicates whether current or previous generation instance types are included. </p>"
5918        },
5919        "LocalStorage":{
5920          "shape":"NonEmptyString",
5921          "documentation":"<p> Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html\">Amazon EC2 instance store</a> in the <i>Amazon EC2 User Guide</i>. </p>"
5922        },
5923        "LocalStorageTypes":{
5924          "shape":"NonEmptyStringList",
5925          "documentation":"<p> The type of local storage that is required. </p>"
5926        },
5927        "MemoryGiBPerVCpu":{
5928          "shape":"AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails",
5929          "documentation":"<p> The minimum and maximum amount of memory per vCPU, in GiB. </p>"
5930        },
5931        "MemoryMiB":{
5932          "shape":"AwsEc2LaunchTemplateDataInstanceRequirementsMemoryMiBDetails",
5933          "documentation":"<p> The minimum and maximum amount of memory, in MiB. </p>"
5934        },
5935        "NetworkInterfaceCount":{
5936          "shape":"AwsEc2LaunchTemplateDataInstanceRequirementsNetworkInterfaceCountDetails",
5937          "documentation":"<p> The minimum and maximum number of network interfaces. </p>"
5938        },
5939        "OnDemandMaxPricePercentageOverLowestPrice":{
5940          "shape":"Integer",
5941          "documentation":"<p> The price protection threshold for On-Demand Instances. This is the maximum you'll pay for an On-Demand Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.</p> <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p> <p>A high value, such as <code>999999</code>, turns off price protection.</p>"
5942        },
5943        "RequireHibernateSupport":{
5944          "shape":"Boolean",
5945          "documentation":"<p> Indicates whether instance types must support hibernation for On-Demand Instances. </p>"
5946        },
5947        "SpotMaxPricePercentageOverLowestPrice":{
5948          "shape":"Integer",
5949          "documentation":"<p> The price protection threshold for Spot Instances. This is the maximum you'll pay for a Spot Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold. </p> <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p> <p>A high value, such as <code>999999</code>, turns off price protection.</p>"
5950        },
5951        "TotalLocalStorageGB":{
5952          "shape":"AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails",
5953          "documentation":"<p> The minimum and maximum amount of total local storage, in GB. </p>"
5954        },
5955        "VCpuCount":{
5956          "shape":"AwsEc2LaunchTemplateDataInstanceRequirementsVCpuCountDetails",
5957          "documentation":"<p> The minimum and maximum number of vCPUs. </p>"
5958        }
5959      },
5960      "documentation":"<p> The attributes for the Amazon EC2 instance types. </p>"
5961    },
5962    "AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails":{
5963      "type":"structure",
5964      "members":{
5965        "Max":{
5966          "shape":"Double",
5967          "documentation":"<p> The maximum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit. </p>"
5968        },
5969        "Min":{
5970          "shape":"Double",
5971          "documentation":"<p> The minimum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit. </p>"
5972        }
5973      },
5974      "documentation":"<p> The minimum and maximum amount of memory per vCPU, in GiB. </p>"
5975    },
5976    "AwsEc2LaunchTemplateDataInstanceRequirementsMemoryMiBDetails":{
5977      "type":"structure",
5978      "members":{
5979        "Max":{
5980          "shape":"Integer",
5981          "documentation":"<p> The maximum amount of memory, in MiB. </p>"
5982        },
5983        "Min":{
5984          "shape":"Integer",
5985          "documentation":"<p> The minimum amount of memory, in MiB. </p>"
5986        }
5987      },
5988      "documentation":"<p> The minimum and maximum amount of memory, in MiB, for an Amazon EC2 instance. </p>"
5989    },
5990    "AwsEc2LaunchTemplateDataInstanceRequirementsNetworkInterfaceCountDetails":{
5991      "type":"structure",
5992      "members":{
5993        "Max":{
5994          "shape":"Integer",
5995          "documentation":"<p> The maximum number of network interfaces. </p>"
5996        },
5997        "Min":{
5998          "shape":"Integer",
5999          "documentation":"<p> The minimum number of network interfaces. </p>"
6000        }
6001      },
6002      "documentation":"<p> The minimum and maximum number of network interfaces to be attached to an Amazon EC2 instance. </p>"
6003    },
6004    "AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails":{
6005      "type":"structure",
6006      "members":{
6007        "Max":{
6008          "shape":"Double",
6009          "documentation":"<p> The maximum amount of total local storage, in GB. </p>"
6010        },
6011        "Min":{
6012          "shape":"Double",
6013          "documentation":"<p> The minimum amount of total local storage, in GB. </p>"
6014        }
6015      },
6016      "documentation":"<p> The minimum and maximum amount of total local storage, in GB, that an Amazon EC2 instance uses. </p>"
6017    },
6018    "AwsEc2LaunchTemplateDataInstanceRequirementsVCpuCountDetails":{
6019      "type":"structure",
6020      "members":{
6021        "Max":{
6022          "shape":"Integer",
6023          "documentation":"<p> The maximum number of vCPUs. </p>"
6024        },
6025        "Min":{
6026          "shape":"Integer",
6027          "documentation":"<p> The minimum number of vCPUs. </p>"
6028        }
6029      },
6030      "documentation":"<p> The minimum and maximum number of vCPUs for an Amazon EC2 instance. </p>"
6031    },
6032    "AwsEc2LaunchTemplateDataLicenseSetDetails":{
6033      "type":"structure",
6034      "members":{
6035        "LicenseConfigurationArn":{
6036          "shape":"NonEmptyString",
6037          "documentation":"<p> The Amazon Resource Name (ARN) of the license configuration. </p>"
6038        }
6039      },
6040      "documentation":"<p> Provides details about the license configuration for an Amazon EC2 instance. </p>"
6041    },
6042    "AwsEc2LaunchTemplateDataLicenseSetList":{
6043      "type":"list",
6044      "member":{"shape":"AwsEc2LaunchTemplateDataLicenseSetDetails"}
6045    },
6046    "AwsEc2LaunchTemplateDataMaintenanceOptionsDetails":{
6047      "type":"structure",
6048      "members":{
6049        "AutoRecovery":{
6050          "shape":"NonEmptyString",
6051          "documentation":"<p> Disables the automatic recovery behavior of your instance or sets it to default. </p>"
6052        }
6053      },
6054      "documentation":"<p> The maintenance options of an Amazon EC2 instance. </p>"
6055    },
6056    "AwsEc2LaunchTemplateDataMetadataOptionsDetails":{
6057      "type":"structure",
6058      "members":{
6059        "HttpEndpoint":{
6060          "shape":"NonEmptyString",
6061          "documentation":"<p> Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled, and you won't be able to access your instance metadata. </p>"
6062        },
6063        "HttpProtocolIpv6":{
6064          "shape":"NonEmptyString",
6065          "documentation":"<p> Enables or disables the IPv6 endpoint for the instance metadata service. </p>"
6066        },
6067        "HttpTokens":{
6068          "shape":"NonEmptyString",
6069          "documentation":"<p> The state of token usage for your instance metadata requests. </p>"
6070        },
6071        "HttpPutResponseHopLimit":{
6072          "shape":"Integer",
6073          "documentation":"<p> The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. </p>"
6074        },
6075        "InstanceMetadataTags":{
6076          "shape":"NonEmptyString",
6077          "documentation":"<p> When set to <code>enabled</code>, this parameter allows access to instance tags from the instance metadata. When set to <code>disabled</code>, it turns off access to instance tags from the instance metadata. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS\">Work with instance tags in instance metadata</a> in the <i>Amazon EC2 User Guide</i>. </p>"
6078        }
6079      },
6080      "documentation":"<p> Specifies the metadata options for an Amazon EC2 instance. </p>"
6081    },
6082    "AwsEc2LaunchTemplateDataMonitoringDetails":{
6083      "type":"structure",
6084      "members":{
6085        "Enabled":{
6086          "shape":"Boolean",
6087          "documentation":"<p> Enables detailed monitoring when <code>true</code> is specified. Otherwise, basic monitoring is enabled. For more information about detailed monitoring, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch-new.html\">Enable or turn off detailed monitoring for your instances</a> in the <i>Amazon EC2 User Guide</i>. </p>"
6088        }
6089      },
6090      "documentation":"<p> The monitoring for an Amazon EC2 instance. </p>"
6091    },
6092    "AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails":{
6093      "type":"structure",
6094      "members":{
6095        "AssociateCarrierIpAddress":{
6096          "shape":"Boolean",
6097          "documentation":"<p> Indicates whether to associate a Carrier IP address with eth0 for a new network interface. You use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information, see <a href=\"https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip\">Carrier IP address</a> in the <i>Wavelength Developer Guide</i>. </p>"
6098        },
6099        "AssociatePublicIpAddress":{
6100          "shape":"Boolean",
6101          "documentation":"<p> Associates a public IPv4 address with eth0 for a new network interface. </p>"
6102        },
6103        "DeleteOnTermination":{
6104          "shape":"Boolean",
6105          "documentation":"<p> Indicates whether the network interface is deleted when the instance is terminated. </p>"
6106        },
6107        "Description":{
6108          "shape":"NonEmptyString",
6109          "documentation":"<p> A description for the network interface. </p>"
6110        },
6111        "DeviceIndex":{
6112          "shape":"Integer",
6113          "documentation":"<p> The device index for the network interface attachment. </p>"
6114        },
6115        "Groups":{
6116          "shape":"NonEmptyStringList",
6117          "documentation":"<p> The IDs of one or more security groups. </p>"
6118        },
6119        "InterfaceType":{
6120          "shape":"NonEmptyString",
6121          "documentation":"<p> The type of network interface. </p>"
6122        },
6123        "Ipv4PrefixCount":{
6124          "shape":"Integer",
6125          "documentation":"<p> The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the <code>Ipv4Prefixes</code> option. </p>"
6126        },
6127        "Ipv4Prefixes":{
6128          "shape":"AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesList",
6129          "documentation":"<p> One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the <code>Ipv4PrefixCount</code> option. </p>"
6130        },
6131        "Ipv6AddressCount":{
6132          "shape":"Integer",
6133          "documentation":"<p> The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if you use <code>Ipv6Addresses</code>. </p>"
6134        },
6135        "Ipv6Addresses":{
6136          "shape":"AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesList",
6137          "documentation":"<p> One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you use <code>Ipv6AddressCount</code>. </p>"
6138        },
6139        "Ipv6PrefixCount":{
6140          "shape":"Integer",
6141          "documentation":"<p> The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the <code>Ipv6Prefix</code> option. </p>"
6142        },
6143        "Ipv6Prefixes":{
6144          "shape":"AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesList",
6145          "documentation":"<p> One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the <code>Ipv6PrefixCount</code> option. </p>"
6146        },
6147        "NetworkCardIndex":{
6148          "shape":"Integer",
6149          "documentation":"<p> The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index <code>0</code>. The default is network card index <code>0</code>. </p>"
6150        },
6151        "NetworkInterfaceId":{
6152          "shape":"NonEmptyString",
6153          "documentation":"<p> The ID of the network interface. </p>"
6154        },
6155        "PrivateIpAddress":{
6156          "shape":"NonEmptyString",
6157          "documentation":"<p> The primary private IPv4 address of the network interface. </p>"
6158        },
6159        "PrivateIpAddresses":{
6160          "shape":"AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesList",
6161          "documentation":"<p> One or more private IPv4 addresses. </p>"
6162        },
6163        "SecondaryPrivateIpAddressCount":{
6164          "shape":"Integer",
6165          "documentation":"<p> The number of secondary private IPv4 addresses to assign to a network interface. </p>"
6166        },
6167        "SubnetId":{
6168          "shape":"NonEmptyString",
6169          "documentation":"<p> The ID of the subnet for the network interface. </p>"
6170        }
6171      },
6172      "documentation":"<p> One or more network interfaces to attach to an Amazon EC2 instance. If you specify a network interface, you must specify security groups and subnets as part of the network interface. </p>"
6173    },
6174    "AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails":{
6175      "type":"structure",
6176      "members":{
6177        "Ipv4Prefix":{
6178          "shape":"NonEmptyString",
6179          "documentation":"<p> The IPv4 prefix. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html\">Assigning prefixes to Amazon EC2 network interfaces</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </p>"
6180        }
6181      },
6182      "documentation":"<p> Provides details on one or more IPv4 prefixes for a network interface. </p>"
6183    },
6184    "AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesList":{
6185      "type":"list",
6186      "member":{"shape":"AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails"}
6187    },
6188    "AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails":{
6189      "type":"structure",
6190      "members":{
6191        "Ipv6Address":{
6192          "shape":"NonEmptyString",
6193          "documentation":"<p> One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. </p>"
6194        }
6195      },
6196      "documentation":"<p> Specifies an IPv6 address in an Amazon EC2 launch template. </p>"
6197    },
6198    "AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesList":{
6199      "type":"list",
6200      "member":{"shape":"AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails"}
6201    },
6202    "AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails":{
6203      "type":"structure",
6204      "members":{
6205        "Ipv6Prefix":{
6206          "shape":"NonEmptyString",
6207          "documentation":"<p> The IPv6 prefix. </p>"
6208        }
6209      },
6210      "documentation":"<p> Provides details on one or more IPv6 prefixes to be assigned to the network interface. </p>"
6211    },
6212    "AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesList":{
6213      "type":"list",
6214      "member":{"shape":"AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails"}
6215    },
6216    "AwsEc2LaunchTemplateDataNetworkInterfaceSetList":{
6217      "type":"list",
6218      "member":{"shape":"AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails"}
6219    },
6220    "AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails":{
6221      "type":"structure",
6222      "members":{
6223        "Primary":{
6224          "shape":"Boolean",
6225          "documentation":"<p> Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary. </p>"
6226        },
6227        "PrivateIpAddress":{
6228          "shape":"NonEmptyString",
6229          "documentation":"<p> The private IPv4 address. </p>"
6230        }
6231      },
6232      "documentation":"<p> One or more private IPv4 addresses. </p>"
6233    },
6234    "AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesList":{
6235      "type":"list",
6236      "member":{"shape":"AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails"}
6237    },
6238    "AwsEc2LaunchTemplateDataPlacementDetails":{
6239      "type":"structure",
6240      "members":{
6241        "Affinity":{
6242          "shape":"NonEmptyString",
6243          "documentation":"<p> The affinity setting for an instance on an EC2 Dedicated Host. </p>"
6244        },
6245        "AvailabilityZone":{
6246          "shape":"NonEmptyString",
6247          "documentation":"<p> The Availability Zone for the instance. </p>"
6248        },
6249        "GroupName":{
6250          "shape":"NonEmptyString",
6251          "documentation":"<p> The name of the placement group for the instance. </p>"
6252        },
6253        "HostId":{
6254          "shape":"NonEmptyString",
6255          "documentation":"<p> The ID of the Dedicated Host for the instance. </p>"
6256        },
6257        "HostResourceGroupArn":{
6258          "shape":"NonEmptyString",
6259          "documentation":"<p> The Amazon Resource Name (ARN) of the host resource group in which to launch the instances. </p>"
6260        },
6261        "PartitionNumber":{
6262          "shape":"Integer",
6263          "documentation":"<p> The number of the partition the instance should launch in. </p>"
6264        },
6265        "SpreadDomain":{
6266          "shape":"NonEmptyString",
6267          "documentation":"<p> Reserved for future use. </p>"
6268        },
6269        "Tenancy":{
6270          "shape":"NonEmptyString",
6271          "documentation":"<p> The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. </p>"
6272        }
6273      },
6274      "documentation":"<p> Provides details about the placement of an Amazon EC2 instance. </p>"
6275    },
6276    "AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails":{
6277      "type":"structure",
6278      "members":{
6279        "EnableResourceNameDnsAAAARecord":{
6280          "shape":"Boolean",
6281          "documentation":"<p> Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records. </p>"
6282        },
6283        "EnableResourceNameDnsARecord":{
6284          "shape":"Boolean",
6285          "documentation":"<p> Indicates whether to respond to DNS queries for instance hostnames with DNS A records. </p>"
6286        },
6287        "HostnameType":{
6288          "shape":"NonEmptyString",
6289          "documentation":"<p> The type of hostname for EC2 instances. </p>"
6290        }
6291      },
6292      "documentation":"<p> Describes the options for Amazon EC2 instance hostnames. </p>"
6293    },
6294    "AwsEc2LaunchTemplateDetails":{
6295      "type":"structure",
6296      "members":{
6297        "LaunchTemplateName":{
6298          "shape":"NonEmptyString",
6299          "documentation":"<p> A name for the launch template. </p>"
6300        },
6301        "Id":{
6302          "shape":"NonEmptyString",
6303          "documentation":"<p> An ID for the launch template. </p>"
6304        },
6305        "LaunchTemplateData":{
6306          "shape":"AwsEc2LaunchTemplateDataDetails",
6307          "documentation":"<p> The information to include in the launch template. </p>"
6308        },
6309        "DefaultVersionNumber":{
6310          "shape":"Long",
6311          "documentation":"<p> The default version of the launch template. </p>"
6312        },
6313        "LatestVersionNumber":{
6314          "shape":"Long",
6315          "documentation":"<p> The latest version of the launch template. </p>"
6316        }
6317      },
6318      "documentation":"<p> Specifies the properties for creating an Amazon Elastic Compute Cloud (Amazon EC2) launch template. </p>"
6319    },
6320    "AwsEc2NetworkAclAssociation":{
6321      "type":"structure",
6322      "members":{
6323        "NetworkAclAssociationId":{
6324          "shape":"NonEmptyString",
6325          "documentation":"<p>The identifier of the association between the network ACL and the subnet.</p>"
6326        },
6327        "NetworkAclId":{
6328          "shape":"NonEmptyString",
6329          "documentation":"<p>The identifier of the network ACL.</p>"
6330        },
6331        "SubnetId":{
6332          "shape":"NonEmptyString",
6333          "documentation":"<p>The identifier of the subnet that is associated with the network ACL.</p>"
6334        }
6335      },
6336      "documentation":"<p>An association between the network ACL and a subnet.</p>"
6337    },
6338    "AwsEc2NetworkAclAssociationList":{
6339      "type":"list",
6340      "member":{"shape":"AwsEc2NetworkAclAssociation"}
6341    },
6342    "AwsEc2NetworkAclDetails":{
6343      "type":"structure",
6344      "members":{
6345        "IsDefault":{
6346          "shape":"Boolean",
6347          "documentation":"<p>Whether this is the default network ACL for the VPC.</p>"
6348        },
6349        "NetworkAclId":{
6350          "shape":"NonEmptyString",
6351          "documentation":"<p>The identifier of the network ACL.</p>"
6352        },
6353        "OwnerId":{
6354          "shape":"NonEmptyString",
6355          "documentation":"<p>The identifier of the Amazon Web Services account that owns the network ACL.</p>"
6356        },
6357        "VpcId":{
6358          "shape":"NonEmptyString",
6359          "documentation":"<p>The identifier of the VPC for the network ACL.</p>"
6360        },
6361        "Associations":{
6362          "shape":"AwsEc2NetworkAclAssociationList",
6363          "documentation":"<p>Associations between the network ACL and subnets.</p>"
6364        },
6365        "Entries":{
6366          "shape":"AwsEc2NetworkAclEntryList",
6367          "documentation":"<p>The set of rules in the network ACL.</p>"
6368        }
6369      },
6370      "documentation":"<p>Contains details about an Amazon EC2 network access control list (ACL).</p>"
6371    },
6372    "AwsEc2NetworkAclEntry":{
6373      "type":"structure",
6374      "members":{
6375        "CidrBlock":{
6376          "shape":"NonEmptyString",
6377          "documentation":"<p>The IPV4 network range for which to deny or allow access.</p>"
6378        },
6379        "Egress":{
6380          "shape":"Boolean",
6381          "documentation":"<p>Whether the rule is an egress rule. An egress rule is a rule that applies to traffic that leaves the subnet.</p>"
6382        },
6383        "IcmpTypeCode":{
6384          "shape":"IcmpTypeCode",
6385          "documentation":"<p>The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.</p>"
6386        },
6387        "Ipv6CidrBlock":{
6388          "shape":"NonEmptyString",
6389          "documentation":"<p>The IPV6 network range for which to deny or allow access.</p>"
6390        },
6391        "PortRange":{
6392          "shape":"PortRangeFromTo",
6393          "documentation":"<p>For TCP or UDP protocols, the range of ports that the rule applies to.</p>"
6394        },
6395        "Protocol":{
6396          "shape":"NonEmptyString",
6397          "documentation":"<p>The protocol that the rule applies to. To deny or allow access to all protocols, use the value <code>-1</code>.</p>"
6398        },
6399        "RuleAction":{
6400          "shape":"NonEmptyString",
6401          "documentation":"<p>Whether the rule is used to allow access or deny access.</p>"
6402        },
6403        "RuleNumber":{
6404          "shape":"Integer",
6405          "documentation":"<p>The rule number. The rules are processed in order by their number.</p>"
6406        }
6407      },
6408      "documentation":"<p>A rule for the network ACL. Each rule allows or denies access based on the IP address, traffic direction, port, and protocol.</p>"
6409    },
6410    "AwsEc2NetworkAclEntryList":{
6411      "type":"list",
6412      "member":{"shape":"AwsEc2NetworkAclEntry"}
6413    },
6414    "AwsEc2NetworkInterfaceAttachment":{
6415      "type":"structure",
6416      "members":{
6417        "AttachTime":{
6418          "shape":"NonEmptyString",
6419          "documentation":"<p>Indicates when the attachment initiated.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
6420        },
6421        "AttachmentId":{
6422          "shape":"NonEmptyString",
6423          "documentation":"<p>The identifier of the network interface attachment</p>"
6424        },
6425        "DeleteOnTermination":{
6426          "shape":"Boolean",
6427          "documentation":"<p>Indicates whether the network interface is deleted when the instance is terminated.</p>"
6428        },
6429        "DeviceIndex":{
6430          "shape":"Integer",
6431          "documentation":"<p>The device index of the network interface attachment on the instance.</p>"
6432        },
6433        "InstanceId":{
6434          "shape":"NonEmptyString",
6435          "documentation":"<p>The ID of the instance.</p>"
6436        },
6437        "InstanceOwnerId":{
6438          "shape":"NonEmptyString",
6439          "documentation":"<p>The Amazon Web Services account ID of the owner of the instance.</p>"
6440        },
6441        "Status":{
6442          "shape":"NonEmptyString",
6443          "documentation":"<p>The attachment state.</p> <p>Valid values: <code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code> </p>"
6444        }
6445      },
6446      "documentation":"<p>Information about the network interface attachment.</p>"
6447    },
6448    "AwsEc2NetworkInterfaceDetails":{
6449      "type":"structure",
6450      "members":{
6451        "Attachment":{
6452          "shape":"AwsEc2NetworkInterfaceAttachment",
6453          "documentation":"<p>The network interface attachment.</p>"
6454        },
6455        "NetworkInterfaceId":{
6456          "shape":"NonEmptyString",
6457          "documentation":"<p>The ID of the network interface.</p>"
6458        },
6459        "SecurityGroups":{
6460          "shape":"AwsEc2NetworkInterfaceSecurityGroupList",
6461          "documentation":"<p>Security groups for the network interface.</p>"
6462        },
6463        "SourceDestCheck":{
6464          "shape":"Boolean",
6465          "documentation":"<p>Indicates whether traffic to or from the instance is validated.</p>"
6466        },
6467        "IpV6Addresses":{
6468          "shape":"AwsEc2NetworkInterfaceIpV6AddressList",
6469          "documentation":"<p>The IPv6 addresses associated with the network interface.</p>"
6470        },
6471        "PrivateIpAddresses":{
6472          "shape":"AwsEc2NetworkInterfacePrivateIpAddressList",
6473          "documentation":"<p>The private IPv4 addresses associated with the network interface.</p>"
6474        },
6475        "PublicDnsName":{
6476          "shape":"NonEmptyString",
6477          "documentation":"<p>The public DNS name of the network interface.</p>"
6478        },
6479        "PublicIp":{
6480          "shape":"NonEmptyString",
6481          "documentation":"<p>The address of the Elastic IP address bound to the network interface.</p>"
6482        }
6483      },
6484      "documentation":"<p>Details about the network interface</p>"
6485    },
6486    "AwsEc2NetworkInterfaceIpV6AddressDetail":{
6487      "type":"structure",
6488      "members":{
6489        "IpV6Address":{
6490          "shape":"NonEmptyString",
6491          "documentation":"<p>The IPV6 address.</p>"
6492        }
6493      },
6494      "documentation":"<p>Provides information about an IPV6 address that is associated with the network interface.</p>"
6495    },
6496    "AwsEc2NetworkInterfaceIpV6AddressList":{
6497      "type":"list",
6498      "member":{"shape":"AwsEc2NetworkInterfaceIpV6AddressDetail"}
6499    },
6500    "AwsEc2NetworkInterfacePrivateIpAddressDetail":{
6501      "type":"structure",
6502      "members":{
6503        "PrivateIpAddress":{
6504          "shape":"NonEmptyString",
6505          "documentation":"<p>The IP address.</p>"
6506        },
6507        "PrivateDnsName":{
6508          "shape":"NonEmptyString",
6509          "documentation":"<p>The private DNS name for the IP address.</p>"
6510        }
6511      },
6512      "documentation":"<p>Provides information about a private IPv4 address that is with the network interface.</p>"
6513    },
6514    "AwsEc2NetworkInterfacePrivateIpAddressList":{
6515      "type":"list",
6516      "member":{"shape":"AwsEc2NetworkInterfacePrivateIpAddressDetail"}
6517    },
6518    "AwsEc2NetworkInterfaceSecurityGroup":{
6519      "type":"structure",
6520      "members":{
6521        "GroupName":{
6522          "shape":"NonEmptyString",
6523          "documentation":"<p>The name of the security group.</p>"
6524        },
6525        "GroupId":{
6526          "shape":"NonEmptyString",
6527          "documentation":"<p>The ID of the security group.</p>"
6528        }
6529      },
6530      "documentation":"<p>A security group associated with the network interface.</p>"
6531    },
6532    "AwsEc2NetworkInterfaceSecurityGroupList":{
6533      "type":"list",
6534      "member":{"shape":"AwsEc2NetworkInterfaceSecurityGroup"}
6535    },
6536    "AwsEc2RouteTableDetails":{
6537      "type":"structure",
6538      "members":{
6539        "AssociationSet":{
6540          "shape":"AssociationSetList",
6541          "documentation":"<p> The associations between a route table and one or more subnets or a gateway. </p>"
6542        },
6543        "OwnerId":{
6544          "shape":"NonEmptyString",
6545          "documentation":"<p> The ID of the Amazon Web Services account that owns the route table. </p>"
6546        },
6547        "PropagatingVgwSet":{
6548          "shape":"PropagatingVgwSetList",
6549          "documentation":"<p> Describes a virtual private gateway propagating route. </p>"
6550        },
6551        "RouteTableId":{
6552          "shape":"NonEmptyString",
6553          "documentation":"<p> The ID of the route table. </p>"
6554        },
6555        "RouteSet":{
6556          "shape":"RouteSetList",
6557          "documentation":"<p> The routes in the route table. </p>"
6558        },
6559        "VpcId":{
6560          "shape":"NonEmptyString",
6561          "documentation":"<p> The ID of the virtual private cloud (VPC). </p>"
6562        }
6563      },
6564      "documentation":"<p> Provides details about a route table for the specified VPC. </p>"
6565    },
6566    "AwsEc2SecurityGroupDetails":{
6567      "type":"structure",
6568      "members":{
6569        "GroupName":{
6570          "shape":"NonEmptyString",
6571          "documentation":"<p>The name of the security group.</p>"
6572        },
6573        "GroupId":{
6574          "shape":"NonEmptyString",
6575          "documentation":"<p>The ID of the security group.</p>"
6576        },
6577        "OwnerId":{
6578          "shape":"NonEmptyString",
6579          "documentation":"<p>The Amazon Web Services account ID of the owner of the security group.</p>"
6580        },
6581        "VpcId":{
6582          "shape":"NonEmptyString",
6583          "documentation":"<p>[VPC only] The ID of the VPC for the security group.</p>"
6584        },
6585        "IpPermissions":{
6586          "shape":"AwsEc2SecurityGroupIpPermissionList",
6587          "documentation":"<p>The inbound rules associated with the security group.</p>"
6588        },
6589        "IpPermissionsEgress":{
6590          "shape":"AwsEc2SecurityGroupIpPermissionList",
6591          "documentation":"<p>[VPC only] The outbound rules associated with the security group.</p>"
6592        }
6593      },
6594      "documentation":"<p>Details about an Amazon EC2 security group.</p>"
6595    },
6596    "AwsEc2SecurityGroupIpPermission":{
6597      "type":"structure",
6598      "members":{
6599        "IpProtocol":{
6600          "shape":"NonEmptyString",
6601          "documentation":"<p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>, <code>icmpv6</code>) or number.</p> <p>[VPC only] Use <code>-1</code> to specify all protocols.</p> <p>When authorizing security group rules, specifying <code>-1</code> or a protocol number other than <code>tcp</code>, <code>udp</code>, <code>icmp</code>, or <code>icmpv6</code> allows traffic on all ports, regardless of any port range you specify.</p> <p>For <code>tcp</code>, <code>udp</code>, and <code>icmp</code>, you must specify a port range.</p> <p>For <code>icmpv6</code>, the port range is optional. If you omit the port range, traffic for all types and codes is allowed. </p>"
6602        },
6603        "FromPort":{
6604          "shape":"Integer",
6605          "documentation":"<p>The start of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.</p> <p>A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all codes. </p>"
6606        },
6607        "ToPort":{
6608          "shape":"Integer",
6609          "documentation":"<p>The end of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.</p> <p>A value of <code>-1</code> indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all codes.</p>"
6610        },
6611        "UserIdGroupPairs":{
6612          "shape":"AwsEc2SecurityGroupUserIdGroupPairList",
6613          "documentation":"<p>The security group and Amazon Web Services account ID pairs.</p>"
6614        },
6615        "IpRanges":{
6616          "shape":"AwsEc2SecurityGroupIpRangeList",
6617          "documentation":"<p>The IPv4 ranges.</p>"
6618        },
6619        "Ipv6Ranges":{
6620          "shape":"AwsEc2SecurityGroupIpv6RangeList",
6621          "documentation":"<p>The IPv6 ranges.</p>"
6622        },
6623        "PrefixListIds":{
6624          "shape":"AwsEc2SecurityGroupPrefixListIdList",
6625          "documentation":"<p>[VPC only] The prefix list IDs for an Amazon Web Services service. With outbound rules, this is the Amazon Web Services service to access through a VPC endpoint from instances associated with the security group.</p>"
6626        }
6627      },
6628      "documentation":"<p>An IP permission for an EC2 security group.</p>"
6629    },
6630    "AwsEc2SecurityGroupIpPermissionList":{
6631      "type":"list",
6632      "member":{"shape":"AwsEc2SecurityGroupIpPermission"}
6633    },
6634    "AwsEc2SecurityGroupIpRange":{
6635      "type":"structure",
6636      "members":{
6637        "CidrIp":{
6638          "shape":"NonEmptyString",
6639          "documentation":"<p>The IPv4 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv4 address, use the /32 prefix length.</p>"
6640        }
6641      },
6642      "documentation":"<p>A range of IPv4 addresses.</p>"
6643    },
6644    "AwsEc2SecurityGroupIpRangeList":{
6645      "type":"list",
6646      "member":{"shape":"AwsEc2SecurityGroupIpRange"}
6647    },
6648    "AwsEc2SecurityGroupIpv6Range":{
6649      "type":"structure",
6650      "members":{
6651        "CidrIpv6":{
6652          "shape":"NonEmptyString",
6653          "documentation":"<p>The IPv6 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv6 address, use the /128 prefix length.</p>"
6654        }
6655      },
6656      "documentation":"<p>A range of IPv6 addresses.</p>"
6657    },
6658    "AwsEc2SecurityGroupIpv6RangeList":{
6659      "type":"list",
6660      "member":{"shape":"AwsEc2SecurityGroupIpv6Range"}
6661    },
6662    "AwsEc2SecurityGroupPrefixListId":{
6663      "type":"structure",
6664      "members":{
6665        "PrefixListId":{
6666          "shape":"NonEmptyString",
6667          "documentation":"<p>The ID of the prefix.</p>"
6668        }
6669      },
6670      "documentation":"<p>A prefix list ID.</p>"
6671    },
6672    "AwsEc2SecurityGroupPrefixListIdList":{
6673      "type":"list",
6674      "member":{"shape":"AwsEc2SecurityGroupPrefixListId"}
6675    },
6676    "AwsEc2SecurityGroupUserIdGroupPair":{
6677      "type":"structure",
6678      "members":{
6679        "GroupId":{
6680          "shape":"NonEmptyString",
6681          "documentation":"<p>The ID of the security group.</p>"
6682        },
6683        "GroupName":{
6684          "shape":"NonEmptyString",
6685          "documentation":"<p>The name of the security group.</p>"
6686        },
6687        "PeeringStatus":{
6688          "shape":"NonEmptyString",
6689          "documentation":"<p>The status of a VPC peering connection, if applicable.</p>"
6690        },
6691        "UserId":{
6692          "shape":"NonEmptyString",
6693          "documentation":"<p>The ID of an Amazon Web Services account.</p> <p>For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.</p> <p>[EC2-Classic] Required when adding or removing rules that reference a security group in another VPC. </p>"
6694        },
6695        "VpcId":{
6696          "shape":"NonEmptyString",
6697          "documentation":"<p>The ID of the VPC for the referenced security group, if applicable.</p>"
6698        },
6699        "VpcPeeringConnectionId":{
6700          "shape":"NonEmptyString",
6701          "documentation":"<p>The ID of the VPC peering connection, if applicable.</p>"
6702        }
6703      },
6704      "documentation":"<p>A relationship between a security group and a user.</p>"
6705    },
6706    "AwsEc2SecurityGroupUserIdGroupPairList":{
6707      "type":"list",
6708      "member":{"shape":"AwsEc2SecurityGroupUserIdGroupPair"}
6709    },
6710    "AwsEc2SubnetDetails":{
6711      "type":"structure",
6712      "members":{
6713        "AssignIpv6AddressOnCreation":{
6714          "shape":"Boolean",
6715          "documentation":"<p>Whether to assign an IPV6 address to a network interface that is created in this subnet.</p>"
6716        },
6717        "AvailabilityZone":{
6718          "shape":"NonEmptyString",
6719          "documentation":"<p>The Availability Zone for the subnet.</p>"
6720        },
6721        "AvailabilityZoneId":{
6722          "shape":"NonEmptyString",
6723          "documentation":"<p>The identifier of the Availability Zone for the subnet.</p>"
6724        },
6725        "AvailableIpAddressCount":{
6726          "shape":"Integer",
6727          "documentation":"<p>The number of available IPV4 addresses in the subnet. Does not include addresses for stopped instances.</p>"
6728        },
6729        "CidrBlock":{
6730          "shape":"NonEmptyString",
6731          "documentation":"<p>The IPV4 CIDR block that is assigned to the subnet.</p>"
6732        },
6733        "DefaultForAz":{
6734          "shape":"Boolean",
6735          "documentation":"<p>Whether this subnet is the default subnet for the Availability Zone.</p>"
6736        },
6737        "MapPublicIpOnLaunch":{
6738          "shape":"Boolean",
6739          "documentation":"<p>Whether instances in this subnet receive a public IP address.</p>"
6740        },
6741        "OwnerId":{
6742          "shape":"NonEmptyString",
6743          "documentation":"<p>The identifier of the Amazon Web Services account that owns the subnet.</p>"
6744        },
6745        "State":{
6746          "shape":"NonEmptyString",
6747          "documentation":"<p>The current state of the subnet. Valid values are <code>available</code> or <code>pending</code>.</p>"
6748        },
6749        "SubnetArn":{
6750          "shape":"NonEmptyString",
6751          "documentation":"<p>The ARN of the subnet.</p>"
6752        },
6753        "SubnetId":{
6754          "shape":"NonEmptyString",
6755          "documentation":"<p>The identifier of the subnet.</p>"
6756        },
6757        "VpcId":{
6758          "shape":"NonEmptyString",
6759          "documentation":"<p>The identifier of the VPC that contains the subnet.</p>"
6760        },
6761        "Ipv6CidrBlockAssociationSet":{
6762          "shape":"Ipv6CidrBlockAssociationList",
6763          "documentation":"<p>The IPV6 CIDR blocks that are associated with the subnet.</p>"
6764        }
6765      },
6766      "documentation":"<p>Contains information about a subnet in Amazon EC2.</p>"
6767    },
6768    "AwsEc2TransitGatewayDetails":{
6769      "type":"structure",
6770      "members":{
6771        "Id":{
6772          "shape":"NonEmptyString",
6773          "documentation":"<p>The ID of the transit gateway. </p>"
6774        },
6775        "Description":{
6776          "shape":"NonEmptyString",
6777          "documentation":"<p>The description of the transit gateway. </p>"
6778        },
6779        "DefaultRouteTablePropagation":{
6780          "shape":"NonEmptyString",
6781          "documentation":"<p>Turn on or turn off automatic propagation of routes to the default propagation route table. </p>"
6782        },
6783        "AutoAcceptSharedAttachments":{
6784          "shape":"NonEmptyString",
6785          "documentation":"<p>Turn on or turn off automatic acceptance of attachment requests. </p>"
6786        },
6787        "DefaultRouteTableAssociation":{
6788          "shape":"NonEmptyString",
6789          "documentation":"<p>Turn on or turn off automatic association with the default association route table. </p>"
6790        },
6791        "TransitGatewayCidrBlocks":{
6792          "shape":"NonEmptyStringList",
6793          "documentation":"<p>The transit gateway Classless Inter-Domain Routing (CIDR) blocks. </p>"
6794        },
6795        "AssociationDefaultRouteTableId":{
6796          "shape":"NonEmptyString",
6797          "documentation":"<p>The ID of the default association route table. </p>"
6798        },
6799        "PropagationDefaultRouteTableId":{
6800          "shape":"NonEmptyString",
6801          "documentation":"<p>The ID of the default propagation route table. </p>"
6802        },
6803        "VpnEcmpSupport":{
6804          "shape":"NonEmptyString",
6805          "documentation":"<p>Turn on or turn off Equal Cost Multipath Protocol (ECMP) support. </p>"
6806        },
6807        "DnsSupport":{
6808          "shape":"NonEmptyString",
6809          "documentation":"<p>Turn on or turn off DNS support. </p>"
6810        },
6811        "MulticastSupport":{
6812          "shape":"NonEmptyString",
6813          "documentation":"<p>Indicates whether multicast is supported on the transit gateway. </p>"
6814        },
6815        "AmazonSideAsn":{
6816          "shape":"Integer",
6817          "documentation":"<p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session. </p>"
6818        }
6819      },
6820      "documentation":"<p>Information about an Amazon Web Services Amazon EC2 Transit Gateway that interconnects virtual private clouds (VPCs) and on-premises networks. </p>"
6821    },
6822    "AwsEc2VolumeAttachment":{
6823      "type":"structure",
6824      "members":{
6825        "AttachTime":{
6826          "shape":"NonEmptyString",
6827          "documentation":"<p>The datetime when the attachment initiated.</p>"
6828        },
6829        "DeleteOnTermination":{
6830          "shape":"Boolean",
6831          "documentation":"<p>Whether the EBS volume is deleted when the EC2 instance is terminated.</p>"
6832        },
6833        "InstanceId":{
6834          "shape":"NonEmptyString",
6835          "documentation":"<p>The identifier of the EC2 instance.</p>"
6836        },
6837        "Status":{
6838          "shape":"NonEmptyString",
6839          "documentation":"<p>The attachment state of the volume. Valid values are as follows:</p> <ul> <li> <p> <code>attaching</code> </p> </li> <li> <p> <code>attached</code> </p> </li> <li> <p> <code>busy</code> </p> </li> <li> <p> <code>detaching</code> </p> </li> <li> <p> <code>detached</code> </p> </li> </ul>"
6840        }
6841      },
6842      "documentation":"<p>An attachment to an Amazon EC2 volume.</p>"
6843    },
6844    "AwsEc2VolumeAttachmentList":{
6845      "type":"list",
6846      "member":{"shape":"AwsEc2VolumeAttachment"}
6847    },
6848    "AwsEc2VolumeDetails":{
6849      "type":"structure",
6850      "members":{
6851        "CreateTime":{
6852          "shape":"NonEmptyString",
6853          "documentation":"<p>Indicates when the volume was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
6854        },
6855        "DeviceName":{
6856          "shape":"NonEmptyString",
6857          "documentation":"<p>The device name for the volume that is attached to the instance. </p>"
6858        },
6859        "Encrypted":{
6860          "shape":"Boolean",
6861          "documentation":"<p>Specifies whether the volume is encrypted.</p>"
6862        },
6863        "Size":{
6864          "shape":"Integer",
6865          "documentation":"<p>The size of the volume, in GiBs.</p>"
6866        },
6867        "SnapshotId":{
6868          "shape":"NonEmptyString",
6869          "documentation":"<p>The snapshot from which the volume was created.</p>"
6870        },
6871        "Status":{
6872          "shape":"NonEmptyString",
6873          "documentation":"<p>The volume state. Valid values are as follows:</p> <ul> <li> <p> <code>available</code> </p> </li> <li> <p> <code>creating</code> </p> </li> <li> <p> <code>deleted</code> </p> </li> <li> <p> <code>deleting</code> </p> </li> <li> <p> <code>error</code> </p> </li> <li> <p> <code>in-use</code> </p> </li> </ul>"
6874        },
6875        "KmsKeyId":{
6876          "shape":"NonEmptyString",
6877          "documentation":"<p>The ARN of the KMS key that was used to protect the volume encryption key for the volume.</p>"
6878        },
6879        "Attachments":{
6880          "shape":"AwsEc2VolumeAttachmentList",
6881          "documentation":"<p>The volume attachments.</p>"
6882        },
6883        "VolumeId":{
6884          "shape":"NonEmptyString",
6885          "documentation":"<p>The ID of the volume. </p>"
6886        },
6887        "VolumeType":{
6888          "shape":"NonEmptyString",
6889          "documentation":"<p>The volume type. </p>"
6890        },
6891        "VolumeScanStatus":{
6892          "shape":"NonEmptyString",
6893          "documentation":"<p>Indicates whether the volume was scanned or skipped. </p>"
6894        }
6895      },
6896      "documentation":"<p>Details about an EC2 volume.</p>"
6897    },
6898    "AwsEc2VpcDetails":{
6899      "type":"structure",
6900      "members":{
6901        "CidrBlockAssociationSet":{
6902          "shape":"CidrBlockAssociationList",
6903          "documentation":"<p>Information about the IPv4 CIDR blocks associated with the VPC.</p>"
6904        },
6905        "Ipv6CidrBlockAssociationSet":{
6906          "shape":"Ipv6CidrBlockAssociationList",
6907          "documentation":"<p>Information about the IPv6 CIDR blocks associated with the VPC.</p>"
6908        },
6909        "DhcpOptionsId":{
6910          "shape":"NonEmptyString",
6911          "documentation":"<p>The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated with the VPC. If the default options are associated with the VPC, then this is default.</p>"
6912        },
6913        "State":{
6914          "shape":"NonEmptyString",
6915          "documentation":"<p>The current state of the VPC. Valid values are <code>available</code> or <code>pending</code>.</p>"
6916        }
6917      },
6918      "documentation":"<p>Details about an EC2 VPC.</p>"
6919    },
6920    "AwsEc2VpcEndpointServiceDetails":{
6921      "type":"structure",
6922      "members":{
6923        "AcceptanceRequired":{
6924          "shape":"Boolean",
6925          "documentation":"<p>Whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.</p>"
6926        },
6927        "AvailabilityZones":{
6928          "shape":"NonEmptyStringList",
6929          "documentation":"<p>The Availability Zones where the service is available.</p>"
6930        },
6931        "BaseEndpointDnsNames":{
6932          "shape":"NonEmptyStringList",
6933          "documentation":"<p>The DNS names for the service.</p>"
6934        },
6935        "ManagesVpcEndpoints":{
6936          "shape":"Boolean",
6937          "documentation":"<p>Whether the service manages its VPC endpoints.</p>"
6938        },
6939        "GatewayLoadBalancerArns":{
6940          "shape":"NonEmptyStringList",
6941          "documentation":"<p>The ARNs of the Gateway Load Balancers for the service.</p>"
6942        },
6943        "NetworkLoadBalancerArns":{
6944          "shape":"NonEmptyStringList",
6945          "documentation":"<p>The ARNs of the Network Load Balancers for the service.</p>"
6946        },
6947        "PrivateDnsName":{
6948          "shape":"NonEmptyString",
6949          "documentation":"<p>The private DNS name for the service.</p>"
6950        },
6951        "ServiceId":{
6952          "shape":"NonEmptyString",
6953          "documentation":"<p>The identifier of the service.</p>"
6954        },
6955        "ServiceName":{
6956          "shape":"NonEmptyString",
6957          "documentation":"<p>The name of the service.</p>"
6958        },
6959        "ServiceState":{
6960          "shape":"NonEmptyString",
6961          "documentation":"<p>The current state of the service. Valid values are as follows:</p> <ul> <li> <p> <code>Available</code> </p> </li> <li> <p> <code>Deleted</code> </p> </li> <li> <p> <code>Deleting</code> </p> </li> <li> <p> <code>Failed</code> </p> </li> <li> <p> <code>Pending</code> </p> </li> </ul>"
6962        },
6963        "ServiceType":{
6964          "shape":"AwsEc2VpcEndpointServiceServiceTypeList",
6965          "documentation":"<p>The types for the service.</p>"
6966        }
6967      },
6968      "documentation":"<p>Contains details about the service configuration for a VPC endpoint service.</p>"
6969    },
6970    "AwsEc2VpcEndpointServiceServiceTypeDetails":{
6971      "type":"structure",
6972      "members":{
6973        "ServiceType":{
6974          "shape":"NonEmptyString",
6975          "documentation":"<p>The type of service.</p>"
6976        }
6977      },
6978      "documentation":"<p>The service type information for a VPC endpoint service.</p>"
6979    },
6980    "AwsEc2VpcEndpointServiceServiceTypeList":{
6981      "type":"list",
6982      "member":{"shape":"AwsEc2VpcEndpointServiceServiceTypeDetails"}
6983    },
6984    "AwsEc2VpcPeeringConnectionDetails":{
6985      "type":"structure",
6986      "members":{
6987        "AccepterVpcInfo":{
6988          "shape":"AwsEc2VpcPeeringConnectionVpcInfoDetails",
6989          "documentation":"<p>Information about the accepter VPC. </p>"
6990        },
6991        "ExpirationTime":{
6992          "shape":"NonEmptyString",
6993          "documentation":"<p>The time at which an unaccepted VPC peering connection will expire. </p>"
6994        },
6995        "RequesterVpcInfo":{
6996          "shape":"AwsEc2VpcPeeringConnectionVpcInfoDetails",
6997          "documentation":"<p>Information about the requester VPC. </p>"
6998        },
6999        "Status":{
7000          "shape":"AwsEc2VpcPeeringConnectionStatusDetails",
7001          "documentation":"<p>The status of the VPC peering connection. </p>"
7002        },
7003        "VpcPeeringConnectionId":{
7004          "shape":"NonEmptyString",
7005          "documentation":"<p>The ID of the VPC peering connection. </p>"
7006        }
7007      },
7008      "documentation":"<p>Provides information about a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. </p>"
7009    },
7010    "AwsEc2VpcPeeringConnectionStatusDetails":{
7011      "type":"structure",
7012      "members":{
7013        "Code":{
7014          "shape":"NonEmptyString",
7015          "documentation":"<p>The status of the VPC peering connection. </p>"
7016        },
7017        "Message":{
7018          "shape":"NonEmptyString",
7019          "documentation":"<p>A message that provides more information about the status, if applicable. </p>"
7020        }
7021      },
7022      "documentation":"<p>Details about the status of the VPC peering connection. </p>"
7023    },
7024    "AwsEc2VpcPeeringConnectionVpcInfoDetails":{
7025      "type":"structure",
7026      "members":{
7027        "CidrBlock":{
7028          "shape":"NonEmptyString",
7029          "documentation":"<p>The IPv4 CIDR block for the VPC. </p>"
7030        },
7031        "CidrBlockSet":{
7032          "shape":"VpcInfoCidrBlockSetList",
7033          "documentation":"<p>Information about the IPv4 CIDR blocks for the VPC. </p>"
7034        },
7035        "Ipv6CidrBlockSet":{
7036          "shape":"VpcInfoIpv6CidrBlockSetList",
7037          "documentation":"<p>The IPv6 CIDR block for the VPC. </p>"
7038        },
7039        "OwnerId":{
7040          "shape":"NonEmptyString",
7041          "documentation":"<p>The ID of the Amazon Web Services account that owns the VPC. </p>"
7042        },
7043        "PeeringOptions":{
7044          "shape":"VpcInfoPeeringOptionsDetails",
7045          "documentation":"<p>Information about the VPC peering connection options for the accepter or requester VPC. </p>"
7046        },
7047        "Region":{
7048          "shape":"NonEmptyString",
7049          "documentation":"<p>The Amazon Web Services Region in which the VPC is located. </p>"
7050        },
7051        "VpcId":{
7052          "shape":"NonEmptyString",
7053          "documentation":"<p>The ID of the VPC. </p>"
7054        }
7055      },
7056      "documentation":"<p>Describes a VPC in a VPC peering connection. </p>"
7057    },
7058    "AwsEc2VpnConnectionDetails":{
7059      "type":"structure",
7060      "members":{
7061        "VpnConnectionId":{
7062          "shape":"NonEmptyString",
7063          "documentation":"<p>The identifier of the VPN connection.</p>"
7064        },
7065        "State":{
7066          "shape":"NonEmptyString",
7067          "documentation":"<p>The current state of the VPN connection. Valid values are as follows:</p> <ul> <li> <p> <code>available</code> </p> </li> <li> <p> <code>deleted</code> </p> </li> <li> <p> <code>deleting</code> </p> </li> <li> <p> <code>pending</code> </p> </li> </ul>"
7068        },
7069        "CustomerGatewayId":{
7070          "shape":"NonEmptyString",
7071          "documentation":"<p>The identifier of the customer gateway that is at your end of the VPN connection.</p>"
7072        },
7073        "CustomerGatewayConfiguration":{
7074          "shape":"NonEmptyString",
7075          "documentation":"<p>The configuration information for the VPN connection's customer gateway, in the native XML format.</p>"
7076        },
7077        "Type":{
7078          "shape":"NonEmptyString",
7079          "documentation":"<p>The type of VPN connection.</p>"
7080        },
7081        "VpnGatewayId":{
7082          "shape":"NonEmptyString",
7083          "documentation":"<p>The identifier of the virtual private gateway that is at the Amazon Web Services side of the VPN connection.</p>"
7084        },
7085        "Category":{
7086          "shape":"NonEmptyString",
7087          "documentation":"<p>The category of the VPN connection. <code>VPN</code> indicates an Amazon Web Services VPN connection. <code>VPN-Classic</code> indicates an Amazon Web Services Classic VPN connection.</p>"
7088        },
7089        "VgwTelemetry":{
7090          "shape":"AwsEc2VpnConnectionVgwTelemetryList",
7091          "documentation":"<p>Information about the VPN tunnel.</p>"
7092        },
7093        "Options":{
7094          "shape":"AwsEc2VpnConnectionOptionsDetails",
7095          "documentation":"<p>The VPN connection options.</p>"
7096        },
7097        "Routes":{
7098          "shape":"AwsEc2VpnConnectionRoutesList",
7099          "documentation":"<p>The static routes that are associated with the VPN connection.</p>"
7100        },
7101        "TransitGatewayId":{
7102          "shape":"NonEmptyString",
7103          "documentation":"<p>The identifier of the transit gateway that is associated with the VPN connection.</p>"
7104        }
7105      },
7106      "documentation":"<p>Details about an Amazon EC2 VPN connection.</p>"
7107    },
7108    "AwsEc2VpnConnectionOptionsDetails":{
7109      "type":"structure",
7110      "members":{
7111        "StaticRoutesOnly":{
7112          "shape":"Boolean",
7113          "documentation":"<p>Whether the VPN connection uses static routes only.</p>"
7114        },
7115        "TunnelOptions":{
7116          "shape":"AwsEc2VpnConnectionOptionsTunnelOptionsList",
7117          "documentation":"<p>The VPN tunnel options.</p>"
7118        }
7119      },
7120      "documentation":"<p>VPN connection options.</p>"
7121    },
7122    "AwsEc2VpnConnectionOptionsTunnelOptionsDetails":{
7123      "type":"structure",
7124      "members":{
7125        "DpdTimeoutSeconds":{
7126          "shape":"Integer",
7127          "documentation":"<p>The number of seconds after which a Dead Peer Detection (DPD) timeout occurs.</p>"
7128        },
7129        "IkeVersions":{
7130          "shape":"NonEmptyStringList",
7131          "documentation":"<p>The Internet Key Exchange (IKE) versions that are permitted for the VPN tunnel.</p>"
7132        },
7133        "OutsideIpAddress":{
7134          "shape":"NonEmptyString",
7135          "documentation":"<p>The external IP address of the VPN tunnel.</p>"
7136        },
7137        "Phase1DhGroupNumbers":{
7138          "shape":"IntegerList",
7139          "documentation":"<p>The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 1 IKE negotiations.</p>"
7140        },
7141        "Phase1EncryptionAlgorithms":{
7142          "shape":"NonEmptyStringList",
7143          "documentation":"<p>The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.</p>"
7144        },
7145        "Phase1IntegrityAlgorithms":{
7146          "shape":"NonEmptyStringList",
7147          "documentation":"<p>The permitted integrity algorithms for the VPN tunnel for phase 1 IKE negotiations.</p>"
7148        },
7149        "Phase1LifetimeSeconds":{
7150          "shape":"Integer",
7151          "documentation":"<p>The lifetime for phase 1 of the IKE negotiation, in seconds.</p>"
7152        },
7153        "Phase2DhGroupNumbers":{
7154          "shape":"IntegerList",
7155          "documentation":"<p>The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 2 IKE negotiations.</p>"
7156        },
7157        "Phase2EncryptionAlgorithms":{
7158          "shape":"NonEmptyStringList",
7159          "documentation":"<p>The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.</p>"
7160        },
7161        "Phase2IntegrityAlgorithms":{
7162          "shape":"NonEmptyStringList",
7163          "documentation":"<p>The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.</p>"
7164        },
7165        "Phase2LifetimeSeconds":{
7166          "shape":"Integer",
7167          "documentation":"<p>The lifetime for phase 2 of the IKE negotiation, in seconds.</p>"
7168        },
7169        "PreSharedKey":{
7170          "shape":"NonEmptyString",
7171          "documentation":"<p>The preshared key to establish initial authentication between the virtual private gateway and the customer gateway.</p>"
7172        },
7173        "RekeyFuzzPercentage":{
7174          "shape":"Integer",
7175          "documentation":"<p>The percentage of the rekey window, which is determined by <code>RekeyMarginTimeSeconds</code> during which the rekey time is randomly selected.</p>"
7176        },
7177        "RekeyMarginTimeSeconds":{
7178          "shape":"Integer",
7179          "documentation":"<p>The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey.</p>"
7180        },
7181        "ReplayWindowSize":{
7182          "shape":"Integer",
7183          "documentation":"<p>The number of packets in an IKE replay window.</p>"
7184        },
7185        "TunnelInsideCidr":{
7186          "shape":"NonEmptyString",
7187          "documentation":"<p>The range of inside IPv4 addresses for the tunnel.</p>"
7188        }
7189      },
7190      "documentation":"<p>The VPN tunnel options.</p>"
7191    },
7192    "AwsEc2VpnConnectionOptionsTunnelOptionsList":{
7193      "type":"list",
7194      "member":{"shape":"AwsEc2VpnConnectionOptionsTunnelOptionsDetails"}
7195    },
7196    "AwsEc2VpnConnectionRoutesDetails":{
7197      "type":"structure",
7198      "members":{
7199        "DestinationCidrBlock":{
7200          "shape":"NonEmptyString",
7201          "documentation":"<p>The CIDR block associated with the local subnet of the customer data center.</p>"
7202        },
7203        "State":{
7204          "shape":"NonEmptyString",
7205          "documentation":"<p>The current state of the static route.</p>"
7206        }
7207      },
7208      "documentation":"<p>A static routes associated with the VPN connection.</p>"
7209    },
7210    "AwsEc2VpnConnectionRoutesList":{
7211      "type":"list",
7212      "member":{"shape":"AwsEc2VpnConnectionRoutesDetails"}
7213    },
7214    "AwsEc2VpnConnectionVgwTelemetryDetails":{
7215      "type":"structure",
7216      "members":{
7217        "AcceptedRouteCount":{
7218          "shape":"Integer",
7219          "documentation":"<p>The number of accepted routes.</p>"
7220        },
7221        "CertificateArn":{
7222          "shape":"NonEmptyString",
7223          "documentation":"<p>The ARN of the VPN tunnel endpoint certificate.</p>"
7224        },
7225        "LastStatusChange":{
7226          "shape":"NonEmptyString",
7227          "documentation":"<p>The date and time of the last change in status.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
7228        },
7229        "OutsideIpAddress":{
7230          "shape":"NonEmptyString",
7231          "documentation":"<p>The Internet-routable IP address of the virtual private gateway's outside interface.</p>"
7232        },
7233        "Status":{
7234          "shape":"NonEmptyString",
7235          "documentation":"<p>The status of the VPN tunnel. Valid values are <code>DOWN</code> or <code>UP</code>.</p>"
7236        },
7237        "StatusMessage":{
7238          "shape":"NonEmptyString",
7239          "documentation":"<p>If an error occurs, a description of the error.</p>"
7240        }
7241      },
7242      "documentation":"<p>Information about the VPN tunnel.</p>"
7243    },
7244    "AwsEc2VpnConnectionVgwTelemetryList":{
7245      "type":"list",
7246      "member":{"shape":"AwsEc2VpnConnectionVgwTelemetryDetails"}
7247    },
7248    "AwsEcrContainerImageDetails":{
7249      "type":"structure",
7250      "members":{
7251        "RegistryId":{
7252          "shape":"NonEmptyString",
7253          "documentation":"<p>The Amazon Web Services account identifier that is associated with the registry that the image belongs to.</p>"
7254        },
7255        "RepositoryName":{
7256          "shape":"NonEmptyString",
7257          "documentation":"<p>The name of the repository that the image belongs to.</p>"
7258        },
7259        "Architecture":{
7260          "shape":"NonEmptyString",
7261          "documentation":"<p>The architecture of the image. Valid values are as follows:</p> <ul> <li> <p> <code>arm64</code> </p> </li> <li> <p> <code>i386</code> </p> </li> <li> <p> <code>x86_64</code> </p> </li> </ul>"
7262        },
7263        "ImageDigest":{
7264          "shape":"NonEmptyString",
7265          "documentation":"<p>The sha256 digest of the image manifest.</p>"
7266        },
7267        "ImageTags":{
7268          "shape":"NonEmptyStringList",
7269          "documentation":"<p>The list of tags that are associated with the image.</p>"
7270        },
7271        "ImagePublishedAt":{
7272          "shape":"NonEmptyString",
7273          "documentation":"<p>The date and time when the image was pushed to the repository.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
7274        }
7275      },
7276      "documentation":"<p>Information about an Amazon ECR image.</p>"
7277    },
7278    "AwsEcrRepositoryDetails":{
7279      "type":"structure",
7280      "members":{
7281        "Arn":{
7282          "shape":"NonEmptyString",
7283          "documentation":"<p>The ARN of the repository.</p>"
7284        },
7285        "ImageScanningConfiguration":{
7286          "shape":"AwsEcrRepositoryImageScanningConfigurationDetails",
7287          "documentation":"<p>The image scanning configuration for a repository.</p>"
7288        },
7289        "ImageTagMutability":{
7290          "shape":"NonEmptyString",
7291          "documentation":"<p>The tag mutability setting for the repository. Valid values are <code>IMMUTABLE</code> or <code>MUTABLE</code>.</p>"
7292        },
7293        "LifecyclePolicy":{
7294          "shape":"AwsEcrRepositoryLifecyclePolicyDetails",
7295          "documentation":"<p>Information about the lifecycle policy for the repository.</p>"
7296        },
7297        "RepositoryName":{
7298          "shape":"NonEmptyString",
7299          "documentation":"<p>The name of the repository.</p>"
7300        },
7301        "RepositoryPolicyText":{
7302          "shape":"NonEmptyString",
7303          "documentation":"<p>The text of the repository policy.</p>"
7304        }
7305      },
7306      "documentation":"<p>Provides information about an Amazon Elastic Container Registry repository.</p>"
7307    },
7308    "AwsEcrRepositoryImageScanningConfigurationDetails":{
7309      "type":"structure",
7310      "members":{
7311        "ScanOnPush":{
7312          "shape":"Boolean",
7313          "documentation":"<p>Whether to scan images after they are pushed to a repository.</p>"
7314        }
7315      },
7316      "documentation":"<p>The image scanning configuration for a repository.</p>"
7317    },
7318    "AwsEcrRepositoryLifecyclePolicyDetails":{
7319      "type":"structure",
7320      "members":{
7321        "LifecyclePolicyText":{
7322          "shape":"NonEmptyString",
7323          "documentation":"<p>The text of the lifecycle policy.</p>"
7324        },
7325        "RegistryId":{
7326          "shape":"NonEmptyString",
7327          "documentation":"<p>The Amazon Web Services account identifier that is associated with the registry that contains the repository.</p>"
7328        }
7329      },
7330      "documentation":"<p>Information about the lifecycle policy for the repository.</p>"
7331    },
7332    "AwsEcsClusterClusterSettingsDetails":{
7333      "type":"structure",
7334      "members":{
7335        "Name":{
7336          "shape":"NonEmptyString",
7337          "documentation":"<p>The name of the setting. The valid value is <code>containerInsights</code>.</p>"
7338        },
7339        "Value":{
7340          "shape":"NonEmptyString",
7341          "documentation":"<p>The value of the setting. Valid values are <code>disabled</code> or <code>enabled</code>.</p>"
7342        }
7343      },
7344      "documentation":"<p>Indicates whether to enable CloudWatch Container Insights for the ECS cluster.</p>"
7345    },
7346    "AwsEcsClusterClusterSettingsList":{
7347      "type":"list",
7348      "member":{"shape":"AwsEcsClusterClusterSettingsDetails"}
7349    },
7350    "AwsEcsClusterConfigurationDetails":{
7351      "type":"structure",
7352      "members":{
7353        "ExecuteCommandConfiguration":{
7354          "shape":"AwsEcsClusterConfigurationExecuteCommandConfigurationDetails",
7355          "documentation":"<p>Contains the run command configuration for the cluster.</p>"
7356        }
7357      },
7358      "documentation":"<p>The run command configuration for the cluster.</p>"
7359    },
7360    "AwsEcsClusterConfigurationExecuteCommandConfigurationDetails":{
7361      "type":"structure",
7362      "members":{
7363        "KmsKeyId":{
7364          "shape":"NonEmptyString",
7365          "documentation":"<p>The identifier of the KMS key that is used to encrypt the data between the local client and the container.</p>"
7366        },
7367        "LogConfiguration":{
7368          "shape":"AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails",
7369          "documentation":"<p>The log configuration for the results of the run command actions. Required if <code>Logging</code> is <code>NONE</code>.</p>"
7370        },
7371        "Logging":{
7372          "shape":"NonEmptyString",
7373          "documentation":"<p>The log setting to use for redirecting logs for run command results.</p>"
7374        }
7375      },
7376      "documentation":"<p>Contains the run command configuration for the cluster.</p>"
7377    },
7378    "AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails":{
7379      "type":"structure",
7380      "members":{
7381        "CloudWatchEncryptionEnabled":{
7382          "shape":"Boolean",
7383          "documentation":"<p>Whether to enable encryption on the CloudWatch logs.</p>"
7384        },
7385        "CloudWatchLogGroupName":{
7386          "shape":"NonEmptyString",
7387          "documentation":"<p>The name of the CloudWatch log group to send the logs to.</p>"
7388        },
7389        "S3BucketName":{
7390          "shape":"NonEmptyString",
7391          "documentation":"<p>The name of the S3 bucket to send logs to.</p>"
7392        },
7393        "S3EncryptionEnabled":{
7394          "shape":"Boolean",
7395          "documentation":"<p>Whether to encrypt the logs that are sent to the S3 bucket.</p>"
7396        },
7397        "S3KeyPrefix":{
7398          "shape":"NonEmptyString",
7399          "documentation":"<p>Identifies the folder in the S3 bucket to send the logs to.</p>"
7400        }
7401      },
7402      "documentation":"<p>The log configuration for the results of the run command actions.</p>"
7403    },
7404    "AwsEcsClusterDefaultCapacityProviderStrategyDetails":{
7405      "type":"structure",
7406      "members":{
7407        "Base":{
7408          "shape":"Integer",
7409          "documentation":"<p>The minimum number of tasks to run on the specified capacity provider.</p>"
7410        },
7411        "CapacityProvider":{
7412          "shape":"NonEmptyString",
7413          "documentation":"<p>The name of the capacity provider.</p>"
7414        },
7415        "Weight":{
7416          "shape":"Integer",
7417          "documentation":"<p>The relative percentage of the total number of tasks launched that should use the capacity provider.</p>"
7418        }
7419      },
7420      "documentation":"<p>The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.</p>"
7421    },
7422    "AwsEcsClusterDefaultCapacityProviderStrategyList":{
7423      "type":"list",
7424      "member":{"shape":"AwsEcsClusterDefaultCapacityProviderStrategyDetails"}
7425    },
7426    "AwsEcsClusterDetails":{
7427      "type":"structure",
7428      "members":{
7429        "ClusterArn":{
7430          "shape":"NonEmptyString",
7431          "documentation":"<p>The Amazon Resource Name (ARN) that identifies the cluster. </p>"
7432        },
7433        "ActiveServicesCount":{
7434          "shape":"Integer",
7435          "documentation":"<p>The number of services that are running on the cluster in an <code>ACTIVE</code> state. You can view these services with the Amazon ECS <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html\"> <code>ListServices</code> </a> API operation. </p>"
7436        },
7437        "CapacityProviders":{
7438          "shape":"NonEmptyStringList",
7439          "documentation":"<p>The short name of one or more capacity providers to associate with the cluster.</p>"
7440        },
7441        "ClusterSettings":{
7442          "shape":"AwsEcsClusterClusterSettingsList",
7443          "documentation":"<p>The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch Container Insights for the cluster.</p>"
7444        },
7445        "Configuration":{
7446          "shape":"AwsEcsClusterConfigurationDetails",
7447          "documentation":"<p>The run command configuration for the cluster.</p>"
7448        },
7449        "DefaultCapacityProviderStrategy":{
7450          "shape":"AwsEcsClusterDefaultCapacityProviderStrategyList",
7451          "documentation":"<p>The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.</p>"
7452        },
7453        "ClusterName":{
7454          "shape":"NonEmptyString",
7455          "documentation":"<p>A name that you use to identify your cluster. </p>"
7456        },
7457        "RegisteredContainerInstancesCount":{
7458          "shape":"Integer",
7459          "documentation":"<p>The number of container instances registered into the cluster. This includes container instances in both <code>ACTIVE</code> and <code>DRAINING</code> status. </p>"
7460        },
7461        "RunningTasksCount":{
7462          "shape":"Integer",
7463          "documentation":"<p>The number of tasks in the cluster that are in the <code>RUNNING</code> state. </p>"
7464        },
7465        "Status":{
7466          "shape":"NonEmptyString",
7467          "documentation":"<p>The status of the cluster. </p>"
7468        }
7469      },
7470      "documentation":"<p>Provides details about an Amazon ECS cluster.</p>"
7471    },
7472    "AwsEcsContainerDetails":{
7473      "type":"structure",
7474      "members":{
7475        "Name":{
7476          "shape":"NonEmptyString",
7477          "documentation":"<p>The name of the container. </p>"
7478        },
7479        "Image":{
7480          "shape":"NonEmptyString",
7481          "documentation":"<p>The image used for the container. </p>"
7482        },
7483        "MountPoints":{
7484          "shape":"AwsMountPointList",
7485          "documentation":"<p>The mount points for data volumes in your container. </p>"
7486        },
7487        "Privileged":{
7488          "shape":"Boolean",
7489          "documentation":"<p>When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user). </p>"
7490        }
7491      },
7492      "documentation":"<p>Provides information about an Amazon ECS container. </p>"
7493    },
7494    "AwsEcsContainerDetailsList":{
7495      "type":"list",
7496      "member":{"shape":"AwsEcsContainerDetails"}
7497    },
7498    "AwsEcsServiceCapacityProviderStrategyDetails":{
7499      "type":"structure",
7500      "members":{
7501        "Base":{
7502          "shape":"Integer",
7503          "documentation":"<p>The minimum number of tasks to run on the capacity provider. Only one strategy item can specify a value for <code>Base</code>.</p> <p>The value must be between 0 and 100000.</p>"
7504        },
7505        "CapacityProvider":{
7506          "shape":"NonEmptyString",
7507          "documentation":"<p>The short name of the capacity provider.</p>"
7508        },
7509        "Weight":{
7510          "shape":"Integer",
7511          "documentation":"<p>The relative percentage of the total number of tasks that should use the capacity provider.</p> <p>If no weight is specified, the default value is 0. At least one capacity provider must have a weight greater than 0.</p> <p>The value can be between 0 and 1000.</p>"
7512        }
7513      },
7514      "documentation":"<p>Strategy item for the capacity provider strategy that the service uses.</p>"
7515    },
7516    "AwsEcsServiceCapacityProviderStrategyList":{
7517      "type":"list",
7518      "member":{"shape":"AwsEcsServiceCapacityProviderStrategyDetails"}
7519    },
7520    "AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails":{
7521      "type":"structure",
7522      "members":{
7523        "Enable":{
7524          "shape":"Boolean",
7525          "documentation":"<p>Whether to enable the deployment circuit breaker logic for the service.</p>"
7526        },
7527        "Rollback":{
7528          "shape":"Boolean",
7529          "documentation":"<p>Whether to roll back the service if a service deployment fails. If rollback is enabled, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.</p>"
7530        }
7531      },
7532      "documentation":"<p>Determines whether a service deployment fails if a service cannot reach a steady state.</p>"
7533    },
7534    "AwsEcsServiceDeploymentConfigurationDetails":{
7535      "type":"structure",
7536      "members":{
7537        "DeploymentCircuitBreaker":{
7538          "shape":"AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails",
7539          "documentation":"<p>Determines whether a service deployment fails if a service cannot reach a steady state.</p>"
7540        },
7541        "MaximumPercent":{
7542          "shape":"Integer",
7543          "documentation":"<p>For a service that uses the rolling update (<code>ECS</code>) deployment type, the maximum number of tasks in a service that are allowed in the <code>RUNNING</code> or <code>PENDING</code> state during a deployment, and for tasks that use the EC2 launch type, when any container instances are in the <code>DRAINING</code> state. Provided as a percentage of the desired number of tasks. The default value is 200%.</p> <p>For a service that uses the blue/green (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment types, and tasks that use the EC2 launch type, the maximum number of tasks in the service that remain in the <code>RUNNING</code> state while the container instances are in the <code>DRAINING</code> state.</p> <p>For the Fargate launch type, the maximum percent value is not used.</p>"
7544        },
7545        "MinimumHealthyPercent":{
7546          "shape":"Integer",
7547          "documentation":"<p>For a service that uses the rolling update (<code>ECS</code>) deployment type, the minimum number of tasks in a service that must remain in the <code>RUNNING</code> state during a deployment, and while any container instances are in the <code>DRAINING</code> state if the service contains tasks using the EC2 launch type. Expressed as a percentage of the desired number of tasks. The default value is 100%.</p> <p>For a service that uses the blue/green (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment types and tasks that use the EC2 launch type, the minimum number of the tasks in the service that remain in the <code>RUNNING</code> state while the container instances are in the <code>DRAINING</code> state.</p> <p>For the Fargate launch type, the minimum healthy percent value is not used.</p>"
7548        }
7549      },
7550      "documentation":"<p>Optional deployment parameters for the service.</p>"
7551    },
7552    "AwsEcsServiceDeploymentControllerDetails":{
7553      "type":"structure",
7554      "members":{
7555        "Type":{
7556          "shape":"NonEmptyString",
7557          "documentation":"<p>The rolling update (<code>ECS</code>) deployment type replaces the current running version of the container with the latest version.</p> <p>The blue/green (<code>CODE_DEPLOY</code>) deployment type uses the blue/green deployment model that is powered by CodeDeploy. This deployment model a new deployment of a service can be verified before production traffic is sent to it.</p> <p>The external (<code>EXTERNAL</code>) deployment type allows the use of any third-party deployment controller for full control over the deployment process for an Amazon ECS service.</p> <p>Valid values: <code>ECS</code> | <code>CODE_DEPLOY</code> | <code>EXTERNAL</code> </p>"
7558        }
7559      },
7560      "documentation":"<p>Information about the deployment controller type that the service uses.</p>"
7561    },
7562    "AwsEcsServiceDetails":{
7563      "type":"structure",
7564      "members":{
7565        "CapacityProviderStrategy":{
7566          "shape":"AwsEcsServiceCapacityProviderStrategyList",
7567          "documentation":"<p>The capacity provider strategy that the service uses.</p>"
7568        },
7569        "Cluster":{
7570          "shape":"NonEmptyString",
7571          "documentation":"<p>The ARN of the cluster that hosts the service.</p>"
7572        },
7573        "DeploymentConfiguration":{
7574          "shape":"AwsEcsServiceDeploymentConfigurationDetails",
7575          "documentation":"<p>Deployment parameters for the service. Includes the number of tasks that run and the order in which to start and stop tasks.</p>"
7576        },
7577        "DeploymentController":{
7578          "shape":"AwsEcsServiceDeploymentControllerDetails",
7579          "documentation":"<p>Contains the deployment controller type that the service uses.</p>"
7580        },
7581        "DesiredCount":{
7582          "shape":"Integer",
7583          "documentation":"<p>The number of instantiations of the task definition to run on the service.</p>"
7584        },
7585        "EnableEcsManagedTags":{
7586          "shape":"Boolean",
7587          "documentation":"<p>Whether to enable Amazon ECS managed tags for the tasks in the service.</p>"
7588        },
7589        "EnableExecuteCommand":{
7590          "shape":"Boolean",
7591          "documentation":"<p>Whether the execute command functionality is enabled for the service.</p>"
7592        },
7593        "HealthCheckGracePeriodSeconds":{
7594          "shape":"Integer",
7595          "documentation":"<p>After a task starts, the amount of time in seconds that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks.</p>"
7596        },
7597        "LaunchType":{
7598          "shape":"NonEmptyString",
7599          "documentation":"<p>The launch type that the service uses.</p> <p>Valid values: <code>EC2</code> | <code>FARGATE</code> | <code>EXTERNAL</code> </p>"
7600        },
7601        "LoadBalancers":{
7602          "shape":"AwsEcsServiceLoadBalancersList",
7603          "documentation":"<p>Information about the load balancers that the service uses.</p>"
7604        },
7605        "Name":{
7606          "shape":"NonEmptyString",
7607          "documentation":"<p>The name of the service.</p>"
7608        },
7609        "NetworkConfiguration":{
7610          "shape":"AwsEcsServiceNetworkConfigurationDetails",
7611          "documentation":"<p>For tasks that use the <code>awsvpc</code> networking mode, the VPC subnet and security group configuration.</p>"
7612        },
7613        "PlacementConstraints":{
7614          "shape":"AwsEcsServicePlacementConstraintsList",
7615          "documentation":"<p>The placement constraints for the tasks in the service.</p>"
7616        },
7617        "PlacementStrategies":{
7618          "shape":"AwsEcsServicePlacementStrategiesList",
7619          "documentation":"<p>Information about how tasks for the service are placed.</p>"
7620        },
7621        "PlatformVersion":{
7622          "shape":"NonEmptyString",
7623          "documentation":"<p>The platform version on which to run the service. Only specified for tasks that are hosted on Fargate. If a platform version is not specified, the <code>LATEST</code> platform version is used by default.</p>"
7624        },
7625        "PropagateTags":{
7626          "shape":"NonEmptyString",
7627          "documentation":"<p>Indicates whether to propagate the tags from the task definition to the task or from the service to the task. If no value is provided, then tags are not propagated.</p> <p>Valid values: <code>TASK_DEFINITION</code> | <code>SERVICE</code> </p>"
7628        },
7629        "Role":{
7630          "shape":"NonEmptyString",
7631          "documentation":"<p>The ARN of the IAM role that is associated with the service. The role allows the Amazon ECS container agent to register container instances with an Elastic Load Balancing load balancer.</p>"
7632        },
7633        "SchedulingStrategy":{
7634          "shape":"NonEmptyString",
7635          "documentation":"<p>The scheduling strategy to use for the service.</p> <p>The <code>REPLICA</code> scheduling strategy places and maintains the desired number of tasks across the cluster. By default, the service scheduler spreads tasks across Availability Zones. Task placement strategies and constraints are used to customize task placement decisions.</p> <p>The <code>DAEMON</code> scheduling strategy deploys exactly one task on each active container instance that meets all of the task placement constraints that are specified in the cluster. The service scheduler also evaluates the task placement constraints for running tasks and stops tasks that do not meet the placement constraints.</p> <p>Valid values: <code>REPLICA</code> | <code>DAEMON</code> </p>"
7636        },
7637        "ServiceArn":{
7638          "shape":"NonEmptyString",
7639          "documentation":"<p>The ARN of the service.</p>"
7640        },
7641        "ServiceName":{
7642          "shape":"NonEmptyString",
7643          "documentation":"<p>The name of the service.</p> <p>The name can contain up to 255 characters. It can use letters, numbers, underscores, and hyphens.</p>"
7644        },
7645        "ServiceRegistries":{
7646          "shape":"AwsEcsServiceServiceRegistriesList",
7647          "documentation":"<p>Information about the service discovery registries to assign to the service.</p>"
7648        },
7649        "TaskDefinition":{
7650          "shape":"NonEmptyString",
7651          "documentation":"<p>The task definition to use for tasks in the service.</p>"
7652        }
7653      },
7654      "documentation":"<p>Provides details about a service within an ECS cluster.</p>"
7655    },
7656    "AwsEcsServiceLoadBalancersDetails":{
7657      "type":"structure",
7658      "members":{
7659        "ContainerName":{
7660          "shape":"NonEmptyString",
7661          "documentation":"<p>The name of the container to associate with the load balancer.</p>"
7662        },
7663        "ContainerPort":{
7664          "shape":"Integer",
7665          "documentation":"<p>The port on the container to associate with the load balancer. This port must correspond to a <code>containerPort</code> in the task definition the tasks in the service are using. For tasks that use the EC2 launch type, the container instance they are launched on must allow ingress traffic on the <code>hostPort</code> of the port mapping.</p>"
7666        },
7667        "LoadBalancerName":{
7668          "shape":"NonEmptyString",
7669          "documentation":"<p>The name of the load balancer to associate with the Amazon ECS service or task set.</p> <p>Only specified when using a Classic Load Balancer. For an Application Load Balancer or a Network Load Balancer, the load balancer name is omitted.</p>"
7670        },
7671        "TargetGroupArn":{
7672          "shape":"NonEmptyString",
7673          "documentation":"<p>The ARN of the Elastic Load Balancing target group or groups associated with a service or task set.</p> <p>Only specified when using an Application Load Balancer or a Network Load Balancer. For a Classic Load Balancer, the target group ARN is omitted.</p>"
7674        }
7675      },
7676      "documentation":"<p>Information about a load balancer that the service uses.</p>"
7677    },
7678    "AwsEcsServiceLoadBalancersList":{
7679      "type":"list",
7680      "member":{"shape":"AwsEcsServiceLoadBalancersDetails"}
7681    },
7682    "AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails":{
7683      "type":"structure",
7684      "members":{
7685        "AssignPublicIp":{
7686          "shape":"NonEmptyString",
7687          "documentation":"<p>Whether the task's elastic network interface receives a public IP address. The default value is <code>DISABLED</code>.</p> <p>Valid values: <code>ENABLED</code> | <code>DISABLED</code> </p>"
7688        },
7689        "SecurityGroups":{
7690          "shape":"NonEmptyStringList",
7691          "documentation":"<p>The IDs of the security groups associated with the task or service.</p> <p>You can provide up to five security groups.</p>"
7692        },
7693        "Subnets":{
7694          "shape":"NonEmptyStringList",
7695          "documentation":"<p>The IDs of the subnets associated with the task or service.</p> <p>You can provide up to 16 subnets.</p>"
7696        }
7697      },
7698      "documentation":"<p>For tasks that use the <code>awsvpc</code> networking mode, the VPC subnet and security group configuration.</p>"
7699    },
7700    "AwsEcsServiceNetworkConfigurationDetails":{
7701      "type":"structure",
7702      "members":{
7703        "AwsVpcConfiguration":{
7704          "shape":"AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails",
7705          "documentation":"<p>The VPC subnet and security group configuration.</p>"
7706        }
7707      },
7708      "documentation":"<p>For tasks that use the <code>awsvpc</code> networking mode, the VPC subnet and security group configuration.</p>"
7709    },
7710    "AwsEcsServicePlacementConstraintsDetails":{
7711      "type":"structure",
7712      "members":{
7713        "Expression":{
7714          "shape":"NonEmptyString",
7715          "documentation":"<p>A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is <code>distinctInstance</code>.</p>"
7716        },
7717        "Type":{
7718          "shape":"NonEmptyString",
7719          "documentation":"<p>The type of constraint. Use <code>distinctInstance</code> to run each task in a particular group on a different container instance. Use <code>memberOf</code> to restrict the selection to a group of valid candidates.</p> <p>Valid values: <code>distinctInstance</code> | <code>memberOf</code> </p>"
7720        }
7721      },
7722      "documentation":"<p>A placement constraint for the tasks in the service.</p>"
7723    },
7724    "AwsEcsServicePlacementConstraintsList":{
7725      "type":"list",
7726      "member":{"shape":"AwsEcsServicePlacementConstraintsDetails"}
7727    },
7728    "AwsEcsServicePlacementStrategiesDetails":{
7729      "type":"structure",
7730      "members":{
7731        "Field":{
7732          "shape":"NonEmptyString",
7733          "documentation":"<p>The field to apply the placement strategy against.</p> <p>For the <code>spread</code> placement strategy, valid values are <code>instanceId</code> (or <code>host</code>, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as <code>attribute:ecs.availability-zone</code>.</p> <p>For the <code>binpack</code> placement strategy, valid values are <code>cpu</code> and <code>memory</code>.</p> <p>For the <code>random</code> placement strategy, this attribute is not used.</p>"
7734        },
7735        "Type":{
7736          "shape":"NonEmptyString",
7737          "documentation":"<p>The type of placement strategy.</p> <p>The <code>random</code> placement strategy randomly places tasks on available candidates.</p> <p>The <code>spread</code> placement strategy spreads placement across available candidates evenly based on the value of <code>Field</code>.</p> <p>The <code>binpack</code> strategy places tasks on available candidates that have the least available amount of the resource that is specified in <code>Field</code>.</p> <p>Valid values: <code>random</code> | <code>spread</code> | <code>binpack</code> </p>"
7738        }
7739      },
7740      "documentation":"<p>A placement strategy that determines how to place the tasks for the service.</p>"
7741    },
7742    "AwsEcsServicePlacementStrategiesList":{
7743      "type":"list",
7744      "member":{"shape":"AwsEcsServicePlacementStrategiesDetails"}
7745    },
7746    "AwsEcsServiceServiceRegistriesDetails":{
7747      "type":"structure",
7748      "members":{
7749        "ContainerName":{
7750          "shape":"NonEmptyString",
7751          "documentation":"<p>The container name value to use for the service discovery service.</p> <p>If the task definition uses the <code>bridge</code> or <code>host</code> network mode, you must specify <code>ContainerName</code> and <code>ContainerPort</code>.</p> <p>If the task definition uses the <code>awsvpc</code> network mode and a type SRV DNS record, you must specify either <code>ContainerName</code> and <code>ContainerPort</code>, or <code>Port</code> , but not both.</p>"
7752        },
7753        "ContainerPort":{
7754          "shape":"Integer",
7755          "documentation":"<p>The port value to use for the service discovery service.</p> <p>If the task definition uses the <code>bridge</code> or <code>host</code> network mode, you must specify <code>ContainerName</code> and <code>ContainerPort</code>.</p> <p>If the task definition uses the <code>awsvpc</code> network mode and a type SRV DNS record, you must specify either <code>ContainerName</code> and <code>ContainerPort</code>, or <code>Port</code> , but not both.</p>"
7756        },
7757        "Port":{
7758          "shape":"Integer",
7759          "documentation":"<p>The port value to use for a service discovery service that specifies an SRV record. This field can be used if both the <code>awsvpc</code>awsvpc network mode and SRV records are used.</p>"
7760        },
7761        "RegistryArn":{
7762          "shape":"NonEmptyString",
7763          "documentation":"<p>The ARN of the service registry.</p>"
7764        }
7765      },
7766      "documentation":"<p>Information about a service discovery registry to assign to the service.</p>"
7767    },
7768    "AwsEcsServiceServiceRegistriesList":{
7769      "type":"list",
7770      "member":{"shape":"AwsEcsServiceServiceRegistriesDetails"}
7771    },
7772    "AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails":{
7773      "type":"structure",
7774      "members":{
7775        "Condition":{
7776          "shape":"NonEmptyString",
7777          "documentation":"<p>The dependency condition of the dependent container. Indicates the required status of the dependent container before the current container can start. Valid values are as follows:</p> <ul> <li> <p> <code>COMPLETE</code> </p> </li> <li> <p> <code>HEALTHY</code> </p> </li> <li> <p> <code>SUCCESS</code> </p> </li> <li> <p> <code>START</code> </p> </li> </ul>"
7778        },
7779        "ContainerName":{
7780          "shape":"NonEmptyString",
7781          "documentation":"<p>The name of the dependent container.</p>"
7782        }
7783      },
7784      "documentation":"<p>A dependency that is defined for container startup and shutdown.</p>"
7785    },
7786    "AwsEcsTaskDefinitionContainerDefinitionsDependsOnList":{
7787      "type":"list",
7788      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails"}
7789    },
7790    "AwsEcsTaskDefinitionContainerDefinitionsDetails":{
7791      "type":"structure",
7792      "members":{
7793        "Command":{
7794          "shape":"NonEmptyStringList",
7795          "documentation":"<p>The command that is passed to the container.</p>"
7796        },
7797        "Cpu":{
7798          "shape":"Integer",
7799          "documentation":"<p>The number of CPU units reserved for the container.</p>"
7800        },
7801        "DependsOn":{
7802          "shape":"AwsEcsTaskDefinitionContainerDefinitionsDependsOnList",
7803          "documentation":"<p>The dependencies that are defined for container startup and shutdown.</p>"
7804        },
7805        "DisableNetworking":{
7806          "shape":"Boolean",
7807          "documentation":"<p>Whether to disable networking within the container.</p>"
7808        },
7809        "DnsSearchDomains":{
7810          "shape":"NonEmptyStringList",
7811          "documentation":"<p>A list of DNS search domains that are presented to the container.</p>"
7812        },
7813        "DnsServers":{
7814          "shape":"NonEmptyStringList",
7815          "documentation":"<p>A list of DNS servers that are presented to the container.</p>"
7816        },
7817        "DockerLabels":{
7818          "shape":"FieldMap",
7819          "documentation":"<p>A key-value map of labels to add to the container.</p>"
7820        },
7821        "DockerSecurityOptions":{
7822          "shape":"NonEmptyStringList",
7823          "documentation":"<p>A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems.</p>"
7824        },
7825        "EntryPoint":{
7826          "shape":"NonEmptyStringList",
7827          "documentation":"<p>The entry point that is passed to the container.</p>"
7828        },
7829        "Environment":{
7830          "shape":"AwsEcsTaskDefinitionContainerDefinitionsEnvironmentList",
7831          "documentation":"<p>The environment variables to pass to a container.</p>"
7832        },
7833        "EnvironmentFiles":{
7834          "shape":"AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesList",
7835          "documentation":"<p>A list of files containing the environment variables to pass to a container.</p>"
7836        },
7837        "Essential":{
7838          "shape":"Boolean",
7839          "documentation":"<p>Whether the container is essential. All tasks must have at least one essential container.</p>"
7840        },
7841        "ExtraHosts":{
7842          "shape":"AwsEcsTaskDefinitionContainerDefinitionsExtraHostsList",
7843          "documentation":"<p>A list of hostnames and IP address mappings to append to the <b>/etc/hosts</b> file on the container.</p>"
7844        },
7845        "FirelensConfiguration":{
7846          "shape":"AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails",
7847          "documentation":"<p>The FireLens configuration for the container. Specifies and configures a log router for container logs.</p>"
7848        },
7849        "HealthCheck":{
7850          "shape":"AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails",
7851          "documentation":"<p>The container health check command and associated configuration parameters for the container.</p>"
7852        },
7853        "Hostname":{
7854          "shape":"NonEmptyString",
7855          "documentation":"<p>The hostname to use for the container.</p>"
7856        },
7857        "Image":{
7858          "shape":"NonEmptyString",
7859          "documentation":"<p>The image used to start the container.</p>"
7860        },
7861        "Interactive":{
7862          "shape":"Boolean",
7863          "documentation":"<p>If set to true, then containerized applications can be deployed that require <code>stdin</code> or a <code>tty</code> to be allocated.</p>"
7864        },
7865        "Links":{
7866          "shape":"NonEmptyStringList",
7867          "documentation":"<p>A list of links for the container in the form <code> <i>container_name</i>:<i>alias</i> </code>. Allows containers to communicate with each other without the need for port mappings.</p>"
7868        },
7869        "LinuxParameters":{
7870          "shape":"AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails",
7871          "documentation":"<p>Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.</p>"
7872        },
7873        "LogConfiguration":{
7874          "shape":"AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails",
7875          "documentation":"<p>The log configuration specification for the container.</p>"
7876        },
7877        "Memory":{
7878          "shape":"Integer",
7879          "documentation":"<p>The amount (in MiB) of memory to present to the container. If the container attempts to exceed the memory specified here, the container is shut down. The total amount of memory reserved for all containers within a task must be lower than the task memory value, if one is specified.</p>"
7880        },
7881        "MemoryReservation":{
7882          "shape":"Integer",
7883          "documentation":"<p>The soft limit (in MiB) of memory to reserve for the container.</p>"
7884        },
7885        "MountPoints":{
7886          "shape":"AwsEcsTaskDefinitionContainerDefinitionsMountPointsList",
7887          "documentation":"<p>The mount points for the data volumes in the container.</p>"
7888        },
7889        "Name":{
7890          "shape":"NonEmptyString",
7891          "documentation":"<p>The name of the container.</p>"
7892        },
7893        "PortMappings":{
7894          "shape":"AwsEcsTaskDefinitionContainerDefinitionsPortMappingsList",
7895          "documentation":"<p>The list of port mappings for the container.</p>"
7896        },
7897        "Privileged":{
7898          "shape":"Boolean",
7899          "documentation":"<p>Whether the container is given elevated privileges on the host container instance. The elevated privileges are similar to the root user.</p>"
7900        },
7901        "PseudoTerminal":{
7902          "shape":"Boolean",
7903          "documentation":"<p>Whether to allocate a TTY to the container.</p>"
7904        },
7905        "ReadonlyRootFilesystem":{
7906          "shape":"Boolean",
7907          "documentation":"<p>Whether the container is given read-only access to its root file system.</p>"
7908        },
7909        "RepositoryCredentials":{
7910          "shape":"AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails",
7911          "documentation":"<p>The private repository authentication credentials to use.</p>"
7912        },
7913        "ResourceRequirements":{
7914          "shape":"AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsList",
7915          "documentation":"<p>The type and amount of a resource to assign to a container. The only supported resource is a GPU.</p>"
7916        },
7917        "Secrets":{
7918          "shape":"AwsEcsTaskDefinitionContainerDefinitionsSecretsList",
7919          "documentation":"<p>The secrets to pass to the container.</p>"
7920        },
7921        "StartTimeout":{
7922          "shape":"Integer",
7923          "documentation":"<p>The number of seconds to wait before giving up on resolving dependencies for a container. </p>"
7924        },
7925        "StopTimeout":{
7926          "shape":"Integer",
7927          "documentation":"<p>The number of seconds to wait before the container is stopped if it doesn't shut down normally on its own.</p>"
7928        },
7929        "SystemControls":{
7930          "shape":"AwsEcsTaskDefinitionContainerDefinitionsSystemControlsList",
7931          "documentation":"<p>A list of namespaced kernel parameters to set in the container.</p>"
7932        },
7933        "Ulimits":{
7934          "shape":"AwsEcsTaskDefinitionContainerDefinitionsUlimitsList",
7935          "documentation":"<p>A list of ulimits to set in the container. </p>"
7936        },
7937        "User":{
7938          "shape":"NonEmptyString",
7939          "documentation":"<p>The user to use inside the container.</p> <p>The value can use one of the following formats.</p> <ul> <li> <p> <code> <i>user</i> </code> </p> </li> <li> <p> <code> <i>user</i> </code>:<code> <i>group</i> </code> </p> </li> <li> <p> <code> <i>uid</i> </code> </p> </li> <li> <p> <code> <i>uid</i> </code>:<code> <i>gid</i> </code> </p> </li> <li> <p> <code> <i>user</i> </code>:<code> <i>gid</i> </code> </p> </li> <li> <p> <code> <i>uid</i> </code>:<code> <i>group</i> </code> </p> </li> </ul>"
7940        },
7941        "VolumesFrom":{
7942          "shape":"AwsEcsTaskDefinitionContainerDefinitionsVolumesFromList",
7943          "documentation":"<p>Data volumes to mount from another container.</p>"
7944        },
7945        "WorkingDirectory":{
7946          "shape":"NonEmptyString",
7947          "documentation":"<p>The working directory in which to run commands inside the container.</p>"
7948        }
7949      },
7950      "documentation":"<p>A container definition that describes a container in the task.</p>"
7951    },
7952    "AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails":{
7953      "type":"structure",
7954      "members":{
7955        "Name":{
7956          "shape":"NonEmptyString",
7957          "documentation":"<p>The name of the environment variable.</p>"
7958        },
7959        "Value":{
7960          "shape":"NonEmptyString",
7961          "documentation":"<p>The value of the environment variable.</p>"
7962        }
7963      },
7964      "documentation":"<p>An environment variable to pass to the container.</p>"
7965    },
7966    "AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails":{
7967      "type":"structure",
7968      "members":{
7969        "Type":{
7970          "shape":"NonEmptyString",
7971          "documentation":"<p>The type of environment file. The valid value is <code>s3</code>.</p>"
7972        },
7973        "Value":{
7974          "shape":"NonEmptyString",
7975          "documentation":"<p>The ARN of the S3 object that contains the environment variable file.</p>"
7976        }
7977      },
7978      "documentation":"<p>A file that contain environment variables to pass to a container.</p>"
7979    },
7980    "AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesList":{
7981      "type":"list",
7982      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails"}
7983    },
7984    "AwsEcsTaskDefinitionContainerDefinitionsEnvironmentList":{
7985      "type":"list",
7986      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails"}
7987    },
7988    "AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails":{
7989      "type":"structure",
7990      "members":{
7991        "Hostname":{
7992          "shape":"NonEmptyString",
7993          "documentation":"<p>The hostname to use in the <b>/etc/hosts</b> entry.</p>"
7994        },
7995        "IpAddress":{
7996          "shape":"NonEmptyString",
7997          "documentation":"<p>The IP address to use in the <b>/etc/hosts</b> entry.</p>"
7998        }
7999      },
8000      "documentation":"<p>A hostname and IP address mapping to append to the <b>/etc/hosts</b> file on the container.</p>"
8001    },
8002    "AwsEcsTaskDefinitionContainerDefinitionsExtraHostsList":{
8003      "type":"list",
8004      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails"}
8005    },
8006    "AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails":{
8007      "type":"structure",
8008      "members":{
8009        "Options":{
8010          "shape":"FieldMap",
8011          "documentation":"<p>The options to use to configure the log router.</p> <p>The valid option keys are as follows:</p> <ul> <li> <p> <code>enable-ecs-log-metadata</code>. The value can be <code>true</code> or <code>false</code>.</p> </li> <li> <p> <code>config-file-type</code>. The value can be <code>s3</code> or <code>file</code>.</p> </li> <li> <p> <code>config-file-value</code>. The value is either an S3 ARN or a file path.</p> </li> </ul>"
8012        },
8013        "Type":{
8014          "shape":"NonEmptyString",
8015          "documentation":"<p>The log router to use. Valid values are <code>fluentbit</code> or <code>fluentd</code>.</p>"
8016        }
8017      },
8018      "documentation":"<p>The FireLens configuration for the container. The configuration specifies and configures a log router for container logs.</p>"
8019    },
8020    "AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails":{
8021      "type":"structure",
8022      "members":{
8023        "Command":{
8024          "shape":"NonEmptyStringList",
8025          "documentation":"<p>The command that the container runs to determine whether it is healthy.</p>"
8026        },
8027        "Interval":{
8028          "shape":"Integer",
8029          "documentation":"<p>The time period in seconds between each health check execution. The default value is 30 seconds.</p>"
8030        },
8031        "Retries":{
8032          "shape":"Integer",
8033          "documentation":"<p>The number of times to retry a failed health check before the container is considered unhealthy. The default value is 3.</p>"
8034        },
8035        "StartPeriod":{
8036          "shape":"Integer",
8037          "documentation":"<p>The optional grace period in seconds that allows containers time to bootstrap before failed health checks count towards the maximum number of retries.</p>"
8038        },
8039        "Timeout":{
8040          "shape":"Integer",
8041          "documentation":"<p>The time period in seconds to wait for a health check to succeed before it is considered a failure. The default value is 5.</p>"
8042        }
8043      },
8044      "documentation":"<p>The container health check command and associated configuration parameters for the container.</p>"
8045    },
8046    "AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails":{
8047      "type":"structure",
8048      "members":{
8049        "Add":{
8050          "shape":"NonEmptyStringList",
8051          "documentation":"<p>The Linux capabilities for the container that are added to the default configuration provided by Docker. Valid values are as follows:</p> <p>Valid values: <code>\"ALL\"</code> | <code>\"AUDIT_CONTROL\"</code> |<code> \"AUDIT_WRITE\"</code> | <code>\"BLOCK_SUSPEND\"</code> | <code>\"CHOWN\"</code> | <code>\"DAC_OVERRIDE\"</code> | <code>\"DAC_READ_SEARCH\"</code> | <code>\"FOWNER\"</code> | <code>\"FSETID\"</code> | <code>\"IPC_LOCK\"</code> | <code>\"IPC_OWNER\"</code> | <code>\"KILL\"</code> | <code>\"LEASE\"</code> | <code>\"LINUX_IMMUTABLE\"</code> | <code>\"MAC_ADMIN\"</code> |<code> \"MAC_OVERRIDE\"</code> | <code>\"MKNOD\"</code> | <code>\"NET_ADMIN\"</code> | <code>\"NET_BIND_SERVICE\"</code> | <code>\"NET_BROADCAST\"</code> | <code>\"NET_RAW\"</code> | <code>\"SETFCAP\"</code> | <code>\"SETGID\"</code> | <code>\"SETPCAP\"</code> | <code>\"SETUID\"</code> | <code>\"SYS_ADMIN\"</code> | <code>\"SYS_BOOT\"</code> | <code>\"SYS_CHROOT\"</code> | <code>\"SYS_MODULE\"</code> | <code>\"SYS_NICE\"</code> | <code>\"SYS_PACCT\"</code> | <code>\"SYS_PTRACE\"</code> | <code>\"SYS_RAWIO\"</code> | <code>\"SYS_RESOURCE\"</code> | <code>\"SYS_TIME\"</code> | <code>\"SYS_TTY_CONFIG\"</code> | <code>\"SYSLOG\"</code> | <code>\"WAKE_ALARM\"</code> </p>"
8052        },
8053        "Drop":{
8054          "shape":"NonEmptyStringList",
8055          "documentation":"<p>The Linux capabilities for the container that are dropped from the default configuration provided by Docker.</p> <p>Valid values: <code>\"ALL\"</code> | <code>\"AUDIT_CONTROL\"</code> |<code> \"AUDIT_WRITE\"</code> | <code>\"BLOCK_SUSPEND\"</code> | <code>\"CHOWN\"</code> | <code>\"DAC_OVERRIDE\"</code> | <code>\"DAC_READ_SEARCH\"</code> | <code>\"FOWNER\"</code> | <code>\"FSETID\"</code> | <code>\"IPC_LOCK\"</code> | <code>\"IPC_OWNER\"</code> | <code>\"KILL\"</code> | <code>\"LEASE\"</code> | <code>\"LINUX_IMMUTABLE\"</code> | <code>\"MAC_ADMIN\"</code> |<code> \"MAC_OVERRIDE\"</code> | <code>\"MKNOD\"</code> | <code>\"NET_ADMIN\"</code> | <code>\"NET_BIND_SERVICE\"</code> | <code>\"NET_BROADCAST\"</code> | <code>\"NET_RAW\"</code> | <code>\"SETFCAP\"</code> | <code>\"SETGID\"</code> | <code>\"SETPCAP\"</code> | <code>\"SETUID\"</code> | <code>\"SYS_ADMIN\"</code> | <code>\"SYS_BOOT\"</code> | <code>\"SYS_CHROOT\"</code> | <code>\"SYS_MODULE\"</code> | <code>\"SYS_NICE\"</code> | <code>\"SYS_PACCT\"</code> | <code>\"SYS_PTRACE\"</code> | <code>\"SYS_RAWIO\"</code> | <code>\"SYS_RESOURCE\"</code> | <code>\"SYS_TIME\"</code> | <code>\"SYS_TTY_CONFIG\"</code> | <code>\"SYSLOG\"</code> | <code>\"WAKE_ALARM\"</code> </p>"
8056        }
8057      },
8058      "documentation":"<p>The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.</p>"
8059    },
8060    "AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails":{
8061      "type":"structure",
8062      "members":{
8063        "Capabilities":{
8064          "shape":"AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails",
8065          "documentation":"<p>The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.</p>"
8066        },
8067        "Devices":{
8068          "shape":"AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesList",
8069          "documentation":"<p>The host devices to expose to the container.</p>"
8070        },
8071        "InitProcessEnabled":{
8072          "shape":"Boolean",
8073          "documentation":"<p>Whether to run an <code>init</code> process inside the container that forwards signals and reaps processes. </p>"
8074        },
8075        "MaxSwap":{
8076          "shape":"Integer",
8077          "documentation":"<p>The total amount of swap memory (in MiB) that a container can use.</p>"
8078        },
8079        "SharedMemorySize":{
8080          "shape":"Integer",
8081          "documentation":"<p>The value for the size (in MiB) of the <b>/dev/shm</b> volume.</p>"
8082        },
8083        "Swappiness":{
8084          "shape":"Integer",
8085          "documentation":"<p>Configures the container's memory swappiness behavior. Determines how aggressively pages are swapped. The higher the value, the more aggressive the swappiness. The default is 60.</p>"
8086        },
8087        "Tmpfs":{
8088          "shape":"AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsList",
8089          "documentation":"<p>The container path, mount options, and size (in MiB) of the tmpfs mount.</p>"
8090        }
8091      },
8092      "documentation":"<p>&gt;Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.</p>"
8093    },
8094    "AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails":{
8095      "type":"structure",
8096      "members":{
8097        "ContainerPath":{
8098          "shape":"NonEmptyString",
8099          "documentation":"<p>The path inside the container at which to expose the host device.</p>"
8100        },
8101        "HostPath":{
8102          "shape":"NonEmptyString",
8103          "documentation":"<p>The path for the device on the host container instance.</p>"
8104        },
8105        "Permissions":{
8106          "shape":"NonEmptyStringList",
8107          "documentation":"<p>The explicit permissions to provide to the container for the device. By default, the container has permissions for read, write, and <code>mknod</code> for the device.</p>"
8108        }
8109      },
8110      "documentation":"<p>A host device to expose to the container.</p>"
8111    },
8112    "AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesList":{
8113      "type":"list",
8114      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails"}
8115    },
8116    "AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails":{
8117      "type":"structure",
8118      "members":{
8119        "ContainerPath":{
8120          "shape":"NonEmptyString",
8121          "documentation":"<p>The absolute file path where the tmpfs volume is to be mounted.</p>"
8122        },
8123        "MountOptions":{
8124          "shape":"NonEmptyStringList",
8125          "documentation":"<p>The list of tmpfs volume mount options.</p> <p>Valid values: <code>\"defaults\"</code> | <code>\"ro\"</code> | <code>\"rw\"</code> | <code>\"suid\"</code> | <code>\"nosuid\"</code> | <code>\"dev\"</code> | <code>\"nodev\"</code> |<code> \"exec\"</code> | <code>\"noexec\"</code> | <code>\"sync\"</code> | <code>\"async\"</code> | <code>\"dirsync\"</code> | <code>\"remount\"</code> | <code>\"mand\"</code> | <code>\"nomand\"</code> | <code>\"atime\"</code> | <code>\"noatime\"</code> | <code>\"diratime\"</code> | <code>\"nodiratime\"</code> | <code>\"bind\"</code> | <code>\"rbind\"</code> | <code>\"unbindable\"</code> | <code>\"runbindable\"</code> | <code>\"private\"</code> | <code>\"rprivate\"</code> | <code>\"shared\"</code> | <code>\"rshared\"</code> | <code>\"slave\"</code> | <code>\"rslave\"</code> | <code>\"relatime\"</code> | <code>\"norelatime\"</code> | <code>\"strictatime\"</code> | <code>\"nostrictatime\"</code> |<code> \"mode\"</code> | <code>\"uid\"</code> | <code>\"gid\"</code> | <code>\"nr_inodes\"</code> |<code> \"nr_blocks\"</code> | <code>\"mpol\"</code> </p>"
8126        },
8127        "Size":{
8128          "shape":"Integer",
8129          "documentation":"<p>The maximum size (in MiB) of the tmpfs volume.</p>"
8130        }
8131      },
8132      "documentation":"<p>The container path, mount options, and size (in MiB) of a tmpfs mount.</p>"
8133    },
8134    "AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsList":{
8135      "type":"list",
8136      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails"}
8137    },
8138    "AwsEcsTaskDefinitionContainerDefinitionsList":{
8139      "type":"list",
8140      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsDetails"}
8141    },
8142    "AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails":{
8143      "type":"structure",
8144      "members":{
8145        "LogDriver":{
8146          "shape":"NonEmptyString",
8147          "documentation":"<p>The log driver to use for the container.</p> <p>Valid values on Fargate are as follows:</p> <ul> <li> <p> <code>awsfirelens</code> </p> </li> <li> <p> <code>awslogs</code> </p> </li> <li> <p> <code>splunk</code> </p> </li> </ul> <p>Valid values on Amazon EC2 are as follows:</p> <ul> <li> <p> <code>awsfirelens</code> </p> </li> <li> <p> <code>awslogs</code> </p> </li> <li> <p> <code>fluentd</code> </p> </li> <li> <p> <code>gelf</code> </p> </li> <li> <p> <code>journald</code> </p> </li> <li> <p> <code>json-file</code> </p> </li> <li> <p> <code>logentries</code> </p> </li> <li> <p> <code>splunk</code> </p> </li> <li> <p> <code>syslog</code> </p> </li> </ul>"
8148        },
8149        "Options":{
8150          "shape":"FieldMap",
8151          "documentation":"<p>The configuration options to send to the log driver. Requires version 1.19 of the Docker Remote API or greater on your container instance.</p>"
8152        },
8153        "SecretOptions":{
8154          "shape":"AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsList",
8155          "documentation":"<p>The secrets to pass to the log configuration.</p>"
8156        }
8157      },
8158      "documentation":"<p>The log configuration specification for the container.</p>"
8159    },
8160    "AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails":{
8161      "type":"structure",
8162      "members":{
8163        "Name":{
8164          "shape":"NonEmptyString",
8165          "documentation":"<p>The name of the secret.</p>"
8166        },
8167        "ValueFrom":{
8168          "shape":"NonEmptyString",
8169          "documentation":"<p>The secret to expose to the container.</p> <p>The value is either the full ARN of the Secrets Manager secret or the full ARN of the parameter in the Systems Manager Parameter Store.</p>"
8170        }
8171      },
8172      "documentation":"<p>A secret to pass to the log configuration.</p>"
8173    },
8174    "AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsList":{
8175      "type":"list",
8176      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails"}
8177    },
8178    "AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails":{
8179      "type":"structure",
8180      "members":{
8181        "ContainerPath":{
8182          "shape":"NonEmptyString",
8183          "documentation":"<p>The path on the container to mount the host volume at.</p>"
8184        },
8185        "ReadOnly":{
8186          "shape":"Boolean",
8187          "documentation":"<p>Whether the container has read-only access to the volume.</p>"
8188        },
8189        "SourceVolume":{
8190          "shape":"NonEmptyString",
8191          "documentation":"<p>The name of the volume to mount. Must match the name of a volume listed in <code>VolumeDetails</code> for the task definition.</p>"
8192        }
8193      },
8194      "documentation":"<p>A mount point for the data volumes in the container.</p>"
8195    },
8196    "AwsEcsTaskDefinitionContainerDefinitionsMountPointsList":{
8197      "type":"list",
8198      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails"}
8199    },
8200    "AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails":{
8201      "type":"structure",
8202      "members":{
8203        "ContainerPort":{
8204          "shape":"Integer",
8205          "documentation":"<p>The port number on the container that is bound to the user-specified or automatically assigned host port.</p>"
8206        },
8207        "HostPort":{
8208          "shape":"Integer",
8209          "documentation":"<p>The port number on the container instance to reserve for the container.</p>"
8210        },
8211        "Protocol":{
8212          "shape":"NonEmptyString",
8213          "documentation":"<p>The protocol used for the port mapping. The default is <code>tcp</code>.</p>"
8214        }
8215      },
8216      "documentation":"<p>A port mapping for the container.</p>"
8217    },
8218    "AwsEcsTaskDefinitionContainerDefinitionsPortMappingsList":{
8219      "type":"list",
8220      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails"}
8221    },
8222    "AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails":{
8223      "type":"structure",
8224      "members":{
8225        "CredentialsParameter":{
8226          "shape":"NonEmptyString",
8227          "documentation":"<p>The ARN of the secret that contains the private repository credentials.</p>"
8228        }
8229      },
8230      "documentation":"<p>The private repository authentication credentials to use.</p>"
8231    },
8232    "AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails":{
8233      "type":"structure",
8234      "members":{
8235        "Type":{
8236          "shape":"NonEmptyString",
8237          "documentation":"<p>The type of resource to assign to a container. Valid values are <code>GPU</code> or <code>InferenceAccelerator</code>.</p>"
8238        },
8239        "Value":{
8240          "shape":"NonEmptyString",
8241          "documentation":"<p>The value for the specified resource type.</p> <p>For <code>GPU</code>, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container.</p> <p>For <code>InferenceAccelerator</code>, the value should match the <code>DeviceName</code> attribute of an entry in <code>InferenceAccelerators</code>.</p>"
8242        }
8243      },
8244      "documentation":"<p>A resource to assign to a container.</p>"
8245    },
8246    "AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsList":{
8247      "type":"list",
8248      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails"}
8249    },
8250    "AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails":{
8251      "type":"structure",
8252      "members":{
8253        "Name":{
8254          "shape":"NonEmptyString",
8255          "documentation":"<p>The name of the secret.</p>"
8256        },
8257        "ValueFrom":{
8258          "shape":"NonEmptyString",
8259          "documentation":"<p>The secret to expose to the container. The value is either the full ARN of the Secrets Manager secret or the full ARN of the parameter in the Systems Manager Parameter Store.</p>"
8260        }
8261      },
8262      "documentation":"<p>A secret to pass to the container.</p>"
8263    },
8264    "AwsEcsTaskDefinitionContainerDefinitionsSecretsList":{
8265      "type":"list",
8266      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails"}
8267    },
8268    "AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails":{
8269      "type":"structure",
8270      "members":{
8271        "Namespace":{
8272          "shape":"NonEmptyString",
8273          "documentation":"<p>The namespaced kernel parameter for which to set a value.</p>"
8274        },
8275        "Value":{
8276          "shape":"NonEmptyString",
8277          "documentation":"<p>The value of the parameter.</p>"
8278        }
8279      },
8280      "documentation":"<p>A namespaced kernel parameter to set in the container.</p>"
8281    },
8282    "AwsEcsTaskDefinitionContainerDefinitionsSystemControlsList":{
8283      "type":"list",
8284      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails"}
8285    },
8286    "AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails":{
8287      "type":"structure",
8288      "members":{
8289        "HardLimit":{
8290          "shape":"Integer",
8291          "documentation":"<p>The hard limit for the ulimit type.</p>"
8292        },
8293        "Name":{
8294          "shape":"NonEmptyString",
8295          "documentation":"<p>The type of the ulimit. Valid values are as follows:</p> <ul> <li> <p> <code>core</code> </p> </li> <li> <p> <code>cpu</code> </p> </li> <li> <p> <code>data</code> </p> </li> <li> <p> <code>fsize</code> </p> </li> <li> <p> <code>locks</code> </p> </li> <li> <p> <code>memlock</code> </p> </li> <li> <p> <code>msgqueue</code> </p> </li> <li> <p> <code>nice</code> </p> </li> <li> <p> <code>nofile</code> </p> </li> <li> <p> <code>nproc</code> </p> </li> <li> <p> <code>rss</code> </p> </li> <li> <p> <code>rtprio</code> </p> </li> <li> <p> <code>rttime</code> </p> </li> <li> <p> <code>sigpending</code> </p> </li> <li> <p> <code>stack</code> </p> </li> </ul>"
8296        },
8297        "SoftLimit":{
8298          "shape":"Integer",
8299          "documentation":"<p>The soft limit for the ulimit type.</p>"
8300        }
8301      },
8302      "documentation":"<p>A ulimit to set in the container.</p>"
8303    },
8304    "AwsEcsTaskDefinitionContainerDefinitionsUlimitsList":{
8305      "type":"list",
8306      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails"}
8307    },
8308    "AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails":{
8309      "type":"structure",
8310      "members":{
8311        "ReadOnly":{
8312          "shape":"Boolean",
8313          "documentation":"<p>Whether the container has read-only access to the volume.</p>"
8314        },
8315        "SourceContainer":{
8316          "shape":"NonEmptyString",
8317          "documentation":"<p>The name of another container within the same task definition from which to mount volumes.</p>"
8318        }
8319      },
8320      "documentation":"<p>A data volume to mount from another container.</p>"
8321    },
8322    "AwsEcsTaskDefinitionContainerDefinitionsVolumesFromList":{
8323      "type":"list",
8324      "member":{"shape":"AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails"}
8325    },
8326    "AwsEcsTaskDefinitionDetails":{
8327      "type":"structure",
8328      "members":{
8329        "ContainerDefinitions":{
8330          "shape":"AwsEcsTaskDefinitionContainerDefinitionsList",
8331          "documentation":"<p>The container definitions that describe the containers that make up the task.</p>"
8332        },
8333        "Cpu":{
8334          "shape":"NonEmptyString",
8335          "documentation":"<p>The number of CPU units used by the task.Valid values are as follows:</p> <ul> <li> <p> <code>256 (.25 vCPU)</code> </p> </li> <li> <p> <code>512 (.5 vCPU)</code> </p> </li> <li> <p> <code>1024 (1 vCPU)</code> </p> </li> <li> <p> <code>2048 (2 vCPU)</code> </p> </li> <li> <p> <code>4096 (4 vCPU)</code> </p> </li> </ul>"
8336        },
8337        "ExecutionRoleArn":{
8338          "shape":"NonEmptyString",
8339          "documentation":"<p>The ARN of the task execution role that grants the container agent permission to make API calls on behalf of the container user.</p>"
8340        },
8341        "Family":{
8342          "shape":"NonEmptyString",
8343          "documentation":"<p>The name of a family that this task definition is registered to.</p>"
8344        },
8345        "InferenceAccelerators":{
8346          "shape":"AwsEcsTaskDefinitionInferenceAcceleratorsList",
8347          "documentation":"<p>The Elastic Inference accelerators to use for the containers in the task.</p>"
8348        },
8349        "IpcMode":{
8350          "shape":"NonEmptyString",
8351          "documentation":"<p>The inter-process communication (IPC) resource namespace to use for the containers in the task. Valid values are as follows:</p> <ul> <li> <p> <code>host</code> </p> </li> <li> <p> <code>none</code> </p> </li> <li> <p> <code>task</code> </p> </li> </ul>"
8352        },
8353        "Memory":{
8354          "shape":"NonEmptyString",
8355          "documentation":"<p>The amount (in MiB) of memory used by the task. </p> <p>For tasks that are hosted on Amazon EC2, you can provide a task-level memory value or a container-level memory value. For tasks that are hosted on Fargate, you must use one of the <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size\">specified values</a> in the <i> <i>Amazon Elastic Container Service Developer Guide</i> </i>, which determines your range of supported values for the <code>Cpu</code> and <code>Memory</code> parameters.</p>"
8356        },
8357        "NetworkMode":{
8358          "shape":"NonEmptyString",
8359          "documentation":"<p>The Docker networking mode to use for the containers in the task. Valid values are as follows:</p> <ul> <li> <p> <code>awsvpc</code> </p> </li> <li> <p> <code>bridge</code> </p> </li> <li> <p> <code>host</code> </p> </li> <li> <p> <code>none</code> </p> </li> </ul>"
8360        },
8361        "PidMode":{
8362          "shape":"NonEmptyString",
8363          "documentation":"<p>The process namespace to use for the containers in the task. Valid values are <code>host</code> or <code>task</code>.</p>"
8364        },
8365        "PlacementConstraints":{
8366          "shape":"AwsEcsTaskDefinitionPlacementConstraintsList",
8367          "documentation":"<p>The placement constraint objects to use for tasks.</p>"
8368        },
8369        "ProxyConfiguration":{
8370          "shape":"AwsEcsTaskDefinitionProxyConfigurationDetails",
8371          "documentation":"<p>The configuration details for the App Mesh proxy.</p>"
8372        },
8373        "RequiresCompatibilities":{
8374          "shape":"NonEmptyStringList",
8375          "documentation":"<p>The task launch types that the task definition was validated against.</p>"
8376        },
8377        "TaskRoleArn":{
8378          "shape":"NonEmptyString",
8379          "documentation":"<p>The short name or ARN of the IAM role that grants containers in the task permission to call Amazon Web Services API operations on your behalf.</p>"
8380        },
8381        "Volumes":{
8382          "shape":"AwsEcsTaskDefinitionVolumesList",
8383          "documentation":"<p>The data volume definitions for the task.</p>"
8384        },
8385        "Status":{
8386          "shape":"NonEmptyString",
8387          "documentation":"<p> The status of the task definition. </p>"
8388        }
8389      },
8390      "documentation":"<p>Details about a task definition. A task definition describes the container and volume definitions of an Amazon Elastic Container Service task.</p>"
8391    },
8392    "AwsEcsTaskDefinitionInferenceAcceleratorsDetails":{
8393      "type":"structure",
8394      "members":{
8395        "DeviceName":{
8396          "shape":"NonEmptyString",
8397          "documentation":"<p>The Elastic Inference accelerator device name.</p>"
8398        },
8399        "DeviceType":{
8400          "shape":"NonEmptyString",
8401          "documentation":"<p>The Elastic Inference accelerator type to use.</p>"
8402        }
8403      },
8404      "documentation":"<p>An Elastic Inference accelerator to use for the containers in the task.</p>"
8405    },
8406    "AwsEcsTaskDefinitionInferenceAcceleratorsList":{
8407      "type":"list",
8408      "member":{"shape":"AwsEcsTaskDefinitionInferenceAcceleratorsDetails"}
8409    },
8410    "AwsEcsTaskDefinitionPlacementConstraintsDetails":{
8411      "type":"structure",
8412      "members":{
8413        "Expression":{
8414          "shape":"NonEmptyString",
8415          "documentation":"<p>A cluster query language expression to apply to the constraint.</p>"
8416        },
8417        "Type":{
8418          "shape":"NonEmptyString",
8419          "documentation":"<p>The type of constraint.</p>"
8420        }
8421      },
8422      "documentation":"<p>A placement constraint object to use for tasks.</p>"
8423    },
8424    "AwsEcsTaskDefinitionPlacementConstraintsList":{
8425      "type":"list",
8426      "member":{"shape":"AwsEcsTaskDefinitionPlacementConstraintsDetails"}
8427    },
8428    "AwsEcsTaskDefinitionProxyConfigurationDetails":{
8429      "type":"structure",
8430      "members":{
8431        "ContainerName":{
8432          "shape":"NonEmptyString",
8433          "documentation":"<p>The name of the container that will serve as the App Mesh proxy.</p>"
8434        },
8435        "ProxyConfigurationProperties":{
8436          "shape":"AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesList",
8437          "documentation":"<p>The set of network configuration parameters to provide to the Container Network Interface (CNI) plugin, specified as key-value pairs.</p>"
8438        },
8439        "Type":{
8440          "shape":"NonEmptyString",
8441          "documentation":"<p>The proxy type.</p>"
8442        }
8443      },
8444      "documentation":"<p>The configuration details for the App Mesh proxy.</p>"
8445    },
8446    "AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails":{
8447      "type":"structure",
8448      "members":{
8449        "Name":{
8450          "shape":"NonEmptyString",
8451          "documentation":"<p>The name of the property.</p>"
8452        },
8453        "Value":{
8454          "shape":"NonEmptyString",
8455          "documentation":"<p>The value of the property.</p>"
8456        }
8457      },
8458      "documentation":"<p>A network configuration parameter to provide to the Container Network Interface (CNI) plugin.</p>"
8459    },
8460    "AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesList":{
8461      "type":"list",
8462      "member":{"shape":"AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails"}
8463    },
8464    "AwsEcsTaskDefinitionVolumesDetails":{
8465      "type":"structure",
8466      "members":{
8467        "DockerVolumeConfiguration":{
8468          "shape":"AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails",
8469          "documentation":"<p>Information about a Docker volume.</p>"
8470        },
8471        "EfsVolumeConfiguration":{
8472          "shape":"AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails",
8473          "documentation":"<p>Information about the Amazon Elastic File System file system that is used for task storage.</p>"
8474        },
8475        "Host":{
8476          "shape":"AwsEcsTaskDefinitionVolumesHostDetails",
8477          "documentation":"<p>Information about a bind mount host volume.</p>"
8478        },
8479        "Name":{
8480          "shape":"NonEmptyString",
8481          "documentation":"<p>The name of the data volume.</p>"
8482        }
8483      },
8484      "documentation":"<p>A data volume to mount from another container.</p>"
8485    },
8486    "AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails":{
8487      "type":"structure",
8488      "members":{
8489        "Autoprovision":{
8490          "shape":"Boolean",
8491          "documentation":"<p>Whether to create the Docker volume automatically if it does not already exist.</p>"
8492        },
8493        "Driver":{
8494          "shape":"NonEmptyString",
8495          "documentation":"<p>The Docker volume driver to use.</p>"
8496        },
8497        "DriverOpts":{
8498          "shape":"FieldMap",
8499          "documentation":"<p>A map of Docker driver-specific options that are passed through.</p>"
8500        },
8501        "Labels":{
8502          "shape":"FieldMap",
8503          "documentation":"<p>Custom metadata to add to the Docker volume.</p>"
8504        },
8505        "Scope":{
8506          "shape":"NonEmptyString",
8507          "documentation":"<p>The scope for the Docker volume that determines its lifecycle. Docker volumes that are scoped to a task are provisioned automatically when the task starts and destroyed when the task stops. Docker volumes that are shared persist after the task stops. Valid values are <code>shared</code> or <code>task</code>.</p>"
8508        }
8509      },
8510      "documentation":"<p>Information about a Docker volume.</p>"
8511    },
8512    "AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails":{
8513      "type":"structure",
8514      "members":{
8515        "AccessPointId":{
8516          "shape":"NonEmptyString",
8517          "documentation":"<p>The Amazon EFS access point identifier to use.</p>"
8518        },
8519        "Iam":{
8520          "shape":"NonEmptyString",
8521          "documentation":"<p>Whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.</p>"
8522        }
8523      },
8524      "documentation":"<p/>"
8525    },
8526    "AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails":{
8527      "type":"structure",
8528      "members":{
8529        "AuthorizationConfig":{
8530          "shape":"AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails",
8531          "documentation":"<p>The authorization configuration details for the Amazon EFS file system.</p>"
8532        },
8533        "FilesystemId":{
8534          "shape":"NonEmptyString",
8535          "documentation":"<p>The Amazon EFS file system identifier to use.</p>"
8536        },
8537        "RootDirectory":{
8538          "shape":"NonEmptyString",
8539          "documentation":"<p>The directory within the Amazon EFS file system to mount as the root directory inside the host.</p>"
8540        },
8541        "TransitEncryption":{
8542          "shape":"NonEmptyString",
8543          "documentation":"<p>Whether to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server. </p>"
8544        },
8545        "TransitEncryptionPort":{
8546          "shape":"Integer",
8547          "documentation":"<p>The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.</p>"
8548        }
8549      },
8550      "documentation":"<p>Information about the Amazon Elastic File System file system that is used for task storage.</p>"
8551    },
8552    "AwsEcsTaskDefinitionVolumesHostDetails":{
8553      "type":"structure",
8554      "members":{
8555        "SourcePath":{
8556          "shape":"NonEmptyString",
8557          "documentation":"<p>The path on the host container instance that is presented to the container.</p>"
8558        }
8559      },
8560      "documentation":"<p>Information about a bind mount host volume.</p>"
8561    },
8562    "AwsEcsTaskDefinitionVolumesList":{
8563      "type":"list",
8564      "member":{"shape":"AwsEcsTaskDefinitionVolumesDetails"}
8565    },
8566    "AwsEcsTaskDetails":{
8567      "type":"structure",
8568      "members":{
8569        "ClusterArn":{
8570          "shape":"NonEmptyString",
8571          "documentation":"<p>The Amazon Resource Name (ARN) of the cluster that hosts the task. </p>"
8572        },
8573        "TaskDefinitionArn":{
8574          "shape":"NonEmptyString",
8575          "documentation":"<p>The ARN of the task definition that creates the task. </p>"
8576        },
8577        "Version":{
8578          "shape":"NonEmptyString",
8579          "documentation":"<p>The version counter for the task. </p>"
8580        },
8581        "CreatedAt":{
8582          "shape":"NonEmptyString",
8583          "documentation":"<p>The Unix timestamp for the time when the task was created. More specifically, it's for the time when the task entered the <code>PENDING</code> state. </p>"
8584        },
8585        "StartedAt":{
8586          "shape":"NonEmptyString",
8587          "documentation":"<p>The Unix timestamp for the time when the task started. More specifically, it's for the time when the task transitioned from the <code>PENDING</code> state to the <code>RUNNING</code> state. </p>"
8588        },
8589        "StartedBy":{
8590          "shape":"NonEmptyString",
8591          "documentation":"<p>The tag specified when a task is started. If an Amazon ECS service started the task, the <code>startedBy</code> parameter contains the deployment ID of that service. </p>"
8592        },
8593        "Group":{
8594          "shape":"NonEmptyString",
8595          "documentation":"<p>The name of the task group that's associated with the task. </p>"
8596        },
8597        "Volumes":{
8598          "shape":"AwsEcsTaskVolumeDetailsList",
8599          "documentation":"<p>Details about the data volume that is used in a task definition. </p>"
8600        },
8601        "Containers":{
8602          "shape":"AwsEcsContainerDetailsList",
8603          "documentation":"<p>The containers that are associated with the task. </p>"
8604        }
8605      },
8606      "documentation":"<p>Provides details about a task in a cluster. </p>"
8607    },
8608    "AwsEcsTaskVolumeDetails":{
8609      "type":"structure",
8610      "members":{
8611        "Name":{
8612          "shape":"NonEmptyString",
8613          "documentation":"<p>The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. This name is referenced in the <code>sourceVolume</code> parameter of container definition <code>mountPoints</code>. </p>"
8614        },
8615        "Host":{
8616          "shape":"AwsEcsTaskVolumeHostDetails",
8617          "documentation":"<p>This parameter is specified when you use bind mount host volumes. The contents of the <code>host</code> parameter determine whether your bind mount host volume persists on the host container instance and where it's stored. </p>"
8618        }
8619      },
8620      "documentation":"<p>Provides information about a data volume that's used in a task definition. </p>"
8621    },
8622    "AwsEcsTaskVolumeDetailsList":{
8623      "type":"list",
8624      "member":{"shape":"AwsEcsTaskVolumeDetails"}
8625    },
8626    "AwsEcsTaskVolumeHostDetails":{
8627      "type":"structure",
8628      "members":{
8629        "SourcePath":{
8630          "shape":"NonEmptyString",
8631          "documentation":"<p>When the <code>host</code> parameter is used, specify a <code>sourcePath</code> to declare the path on the host container instance that's presented to the container. </p>"
8632        }
8633      },
8634      "documentation":"<p>Provides details on a container instance bind mount host volume. </p>"
8635    },
8636    "AwsEfsAccessPointDetails":{
8637      "type":"structure",
8638      "members":{
8639        "AccessPointId":{
8640          "shape":"NonEmptyString",
8641          "documentation":"<p>The ID of the Amazon EFS access point. </p>"
8642        },
8643        "Arn":{
8644          "shape":"NonEmptyString",
8645          "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EFS access point. </p>"
8646        },
8647        "ClientToken":{
8648          "shape":"NonEmptyString",
8649          "documentation":"<p>The opaque string specified in the request to ensure idempotent creation. </p>"
8650        },
8651        "FileSystemId":{
8652          "shape":"NonEmptyString",
8653          "documentation":"<p>The ID of the Amazon EFS file system that the access point applies to. </p>"
8654        },
8655        "PosixUser":{
8656          "shape":"AwsEfsAccessPointPosixUserDetails",
8657          "documentation":"<p>The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point, that is used for all file operations by NFS clients using the access point. </p>"
8658        },
8659        "RootDirectory":{
8660          "shape":"AwsEfsAccessPointRootDirectoryDetails",
8661          "documentation":"<p>The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point. </p>"
8662        }
8663      },
8664      "documentation":"<p>Provides information about an Amazon EFS access point. </p>"
8665    },
8666    "AwsEfsAccessPointPosixUserDetails":{
8667      "type":"structure",
8668      "members":{
8669        "Gid":{
8670          "shape":"NonEmptyString",
8671          "documentation":"<p>The POSIX group ID used for all file system operations using this access point. </p>"
8672        },
8673        "SecondaryGids":{
8674          "shape":"NonEmptyStringList",
8675          "documentation":"<p>Secondary POSIX group IDs used for all file system operations using this access point. </p>"
8676        },
8677        "Uid":{
8678          "shape":"NonEmptyString",
8679          "documentation":"<p>The POSIX user ID used for all file system operations using this access point. </p>"
8680        }
8681      },
8682      "documentation":"<p>Provides details for all file system operations using this Amazon EFS access point. </p>"
8683    },
8684    "AwsEfsAccessPointRootDirectoryCreationInfoDetails":{
8685      "type":"structure",
8686      "members":{
8687        "OwnerGid":{
8688          "shape":"NonEmptyString",
8689          "documentation":"<p>Specifies the POSIX group ID to apply to the root directory. </p>"
8690        },
8691        "OwnerUid":{
8692          "shape":"NonEmptyString",
8693          "documentation":"<p>Specifies the POSIX user ID to apply to the root directory. </p>"
8694        },
8695        "Permissions":{
8696          "shape":"NonEmptyString",
8697          "documentation":"<p>Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the file's mode bits. </p>"
8698        }
8699      },
8700      "documentation":"<p>Provides information about the settings that Amazon EFS uses to create the root directory when a client connects to an access point. </p>"
8701    },
8702    "AwsEfsAccessPointRootDirectoryDetails":{
8703      "type":"structure",
8704      "members":{
8705        "CreationInfo":{
8706          "shape":"AwsEfsAccessPointRootDirectoryCreationInfoDetails",
8707          "documentation":"<p>Specifies the POSIX IDs and permissions to apply to the access point's root directory. </p>"
8708        },
8709        "Path":{
8710          "shape":"NonEmptyString",
8711          "documentation":"<p>Specifies the path on the Amazon EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide <code>CreationInfo</code>. </p>"
8712        }
8713      },
8714      "documentation":"<p>Provides information about the directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point. </p>"
8715    },
8716    "AwsEksClusterDetails":{
8717      "type":"structure",
8718      "members":{
8719        "Arn":{
8720          "shape":"NonEmptyString",
8721          "documentation":"<p>The ARN of the cluster.</p>"
8722        },
8723        "CertificateAuthorityData":{
8724          "shape":"NonEmptyString",
8725          "documentation":"<p>The certificate authority data for the cluster.</p>"
8726        },
8727        "ClusterStatus":{
8728          "shape":"NonEmptyString",
8729          "documentation":"<p>The status of the cluster. Valid values are as follows:</p> <ul> <li> <p> <code>ACTIVE</code> </p> </li> <li> <p> <code>CREATING</code> </p> </li> <li> <p> <code>DELETING</code> </p> </li> <li> <p> <code>FAILED</code> </p> </li> <li> <p> <code>PENDING</code> </p> </li> <li> <p> <code>UPDATING</code> </p> </li> </ul>"
8730        },
8731        "Endpoint":{
8732          "shape":"NonEmptyString",
8733          "documentation":"<p>The endpoint for the Amazon EKS API server.</p>"
8734        },
8735        "Name":{
8736          "shape":"NonEmptyString",
8737          "documentation":"<p>The name of the cluster.</p>"
8738        },
8739        "ResourcesVpcConfig":{
8740          "shape":"AwsEksClusterResourcesVpcConfigDetails",
8741          "documentation":"<p>The VPC configuration used by the cluster control plane.</p>"
8742        },
8743        "RoleArn":{
8744          "shape":"NonEmptyString",
8745          "documentation":"<p>The ARN of the IAM role that provides permissions for the Amazon EKS control plane to make calls to Amazon Web Services API operations on your behalf.</p>"
8746        },
8747        "Version":{
8748          "shape":"NonEmptyString",
8749          "documentation":"<p>The Amazon EKS server version for the cluster.</p>"
8750        },
8751        "Logging":{
8752          "shape":"AwsEksClusterLoggingDetails",
8753          "documentation":"<p>The logging configuration for the cluster.</p>"
8754        }
8755      },
8756      "documentation":"<p>Provides details about an Amazon EKS cluster.</p>"
8757    },
8758    "AwsEksClusterLoggingClusterLoggingDetails":{
8759      "type":"structure",
8760      "members":{
8761        "Enabled":{
8762          "shape":"Boolean",
8763          "documentation":"<p>Whether the logging types that are listed in <code>Types</code> are enabled.</p>"
8764        },
8765        "Types":{
8766          "shape":"NonEmptyStringList",
8767          "documentation":"<p>A list of logging types. Valid values are as follows:</p> <ul> <li> <p> <code>api</code> </p> </li> <li> <p> <code>audit</code> </p> </li> <li> <p> <code>authenticator</code> </p> </li> <li> <p> <code>controllerManager</code> </p> </li> <li> <p> <code>scheduler</code> </p> </li> </ul>"
8768        }
8769      },
8770      "documentation":"<p>Details for a cluster logging configuration.</p>"
8771    },
8772    "AwsEksClusterLoggingClusterLoggingList":{
8773      "type":"list",
8774      "member":{"shape":"AwsEksClusterLoggingClusterLoggingDetails"}
8775    },
8776    "AwsEksClusterLoggingDetails":{
8777      "type":"structure",
8778      "members":{
8779        "ClusterLogging":{
8780          "shape":"AwsEksClusterLoggingClusterLoggingList",
8781          "documentation":"<p>Cluster logging configurations.</p>"
8782        }
8783      },
8784      "documentation":"<p>The logging configuration for an Amazon EKS cluster.</p>"
8785    },
8786    "AwsEksClusterResourcesVpcConfigDetails":{
8787      "type":"structure",
8788      "members":{
8789        "SecurityGroupIds":{
8790          "shape":"NonEmptyStringList",
8791          "documentation":"<p>The security groups that are associated with the cross-account elastic network interfaces that are used to allow communication between your nodes and the Amazon EKS control plane.</p>"
8792        },
8793        "SubnetIds":{
8794          "shape":"NonEmptyStringList",
8795          "documentation":"<p>The subnets that are associated with the cluster.</p>"
8796        },
8797        "EndpointPublicAccess":{
8798          "shape":"Boolean",
8799          "documentation":"<p> Indicates whether the Amazon EKS public API server endpoint is turned on. If the Amazon EKS public API server endpoint is turned off, your cluster's Kubernetes API server can only receive requests that originate from within the cluster VPC. </p>"
8800        }
8801      },
8802      "documentation":"<p>Information about the VPC configuration used by the cluster control plane.</p>"
8803    },
8804    "AwsElasticBeanstalkEnvironmentDetails":{
8805      "type":"structure",
8806      "members":{
8807        "ApplicationName":{
8808          "shape":"NonEmptyString",
8809          "documentation":"<p>The name of the application that is associated with the environment.</p>"
8810        },
8811        "Cname":{
8812          "shape":"NonEmptyString",
8813          "documentation":"<p>The URL to the CNAME for this environment.</p>"
8814        },
8815        "DateCreated":{
8816          "shape":"NonEmptyString",
8817          "documentation":"<p>The creation date for this environment.</p>"
8818        },
8819        "DateUpdated":{
8820          "shape":"NonEmptyString",
8821          "documentation":"<p>The date when this environment was last modified.</p>"
8822        },
8823        "Description":{
8824          "shape":"NonEmptyString",
8825          "documentation":"<p>A description of the environment.</p>"
8826        },
8827        "EndpointUrl":{
8828          "shape":"NonEmptyString",
8829          "documentation":"<p>For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance.</p>"
8830        },
8831        "EnvironmentArn":{
8832          "shape":"NonEmptyString",
8833          "documentation":"<p>The ARN of the environment.</p>"
8834        },
8835        "EnvironmentId":{
8836          "shape":"NonEmptyString",
8837          "documentation":"<p>The identifier of the environment.</p>"
8838        },
8839        "EnvironmentLinks":{
8840          "shape":"AwsElasticBeanstalkEnvironmentEnvironmentLinks",
8841          "documentation":"<p>Links to other environments in the same group.</p>"
8842        },
8843        "EnvironmentName":{
8844          "shape":"NonEmptyString",
8845          "documentation":"<p>The name of the environment.</p>"
8846        },
8847        "OptionSettings":{
8848          "shape":"AwsElasticBeanstalkEnvironmentOptionSettings",
8849          "documentation":"<p>The configuration setting for the environment.</p>"
8850        },
8851        "PlatformArn":{
8852          "shape":"NonEmptyString",
8853          "documentation":"<p>The ARN of the platform version for the environment.</p>"
8854        },
8855        "SolutionStackName":{
8856          "shape":"NonEmptyString",
8857          "documentation":"<p>The name of the solution stack that is deployed with the environment.</p>"
8858        },
8859        "Status":{
8860          "shape":"NonEmptyString",
8861          "documentation":"<p>The current operational status of the environment. Valid values are as follows:</p> <ul> <li> <p> <code>Aborting</code> </p> </li> <li> <p> <code>Launching</code> </p> </li> <li> <p> <code>LinkingFrom</code> </p> </li> <li> <p> <code>LinkingTo</code> </p> </li> <li> <p> <code>Ready</code> </p> </li> <li> <p> <code>Terminated</code> </p> </li> <li> <p> <code>Terminating</code> </p> </li> <li> <p> <code>Updating</code> </p> </li> </ul>"
8862        },
8863        "Tier":{
8864          "shape":"AwsElasticBeanstalkEnvironmentTier",
8865          "documentation":"<p>The tier of the environment.</p>"
8866        },
8867        "VersionLabel":{
8868          "shape":"NonEmptyString",
8869          "documentation":"<p>The application version of the environment.</p>"
8870        }
8871      },
8872      "documentation":"<p>Contains details about an Elastic Beanstalk environment.</p>"
8873    },
8874    "AwsElasticBeanstalkEnvironmentEnvironmentLink":{
8875      "type":"structure",
8876      "members":{
8877        "EnvironmentName":{
8878          "shape":"NonEmptyString",
8879          "documentation":"<p>The name of the linked environment.</p>"
8880        },
8881        "LinkName":{
8882          "shape":"NonEmptyString",
8883          "documentation":"<p>The name of the environment link.</p>"
8884        }
8885      },
8886      "documentation":"<p>Contains information about a link to another environment that is in the same group.</p>"
8887    },
8888    "AwsElasticBeanstalkEnvironmentEnvironmentLinks":{
8889      "type":"list",
8890      "member":{"shape":"AwsElasticBeanstalkEnvironmentEnvironmentLink"}
8891    },
8892    "AwsElasticBeanstalkEnvironmentOptionSetting":{
8893      "type":"structure",
8894      "members":{
8895        "Namespace":{
8896          "shape":"NonEmptyString",
8897          "documentation":"<p>The type of resource that the configuration option is associated with.</p>"
8898        },
8899        "OptionName":{
8900          "shape":"NonEmptyString",
8901          "documentation":"<p>The name of the option.</p>"
8902        },
8903        "ResourceName":{
8904          "shape":"NonEmptyString",
8905          "documentation":"<p>The name of the resource.</p>"
8906        },
8907        "Value":{
8908          "shape":"NonEmptyString",
8909          "documentation":"<p>The value of the configuration setting.</p>"
8910        }
8911      },
8912      "documentation":"<p>A configuration option setting for the environment.</p>"
8913    },
8914    "AwsElasticBeanstalkEnvironmentOptionSettings":{
8915      "type":"list",
8916      "member":{"shape":"AwsElasticBeanstalkEnvironmentOptionSetting"}
8917    },
8918    "AwsElasticBeanstalkEnvironmentTier":{
8919      "type":"structure",
8920      "members":{
8921        "Name":{
8922          "shape":"NonEmptyString",
8923          "documentation":"<p>The name of the environment tier. Valid values are <code>WebServer</code> or <code>Worker</code>.</p>"
8924        },
8925        "Type":{
8926          "shape":"NonEmptyString",
8927          "documentation":"<p>The type of environment tier. Valid values are <code>Standard</code> or <code>SQS/HTTP</code>.</p>"
8928        },
8929        "Version":{
8930          "shape":"NonEmptyString",
8931          "documentation":"<p>The version of the environment tier.</p>"
8932        }
8933      },
8934      "documentation":"<p>Contains information about the tier of the environment.</p>"
8935    },
8936    "AwsElasticsearchDomainDetails":{
8937      "type":"structure",
8938      "members":{
8939        "AccessPolicies":{
8940          "shape":"NonEmptyString",
8941          "documentation":"<p>IAM policy document specifying the access policies for the new Elasticsearch domain.</p>"
8942        },
8943        "DomainEndpointOptions":{
8944          "shape":"AwsElasticsearchDomainDomainEndpointOptions",
8945          "documentation":"<p>Additional options for the domain endpoint.</p>"
8946        },
8947        "DomainId":{
8948          "shape":"NonEmptyString",
8949          "documentation":"<p>Unique identifier for an Elasticsearch domain.</p>"
8950        },
8951        "DomainName":{
8952          "shape":"NonEmptyString",
8953          "documentation":"<p>Name of an Elasticsearch domain.</p> <p>Domain names are unique across all domains owned by the same account within an Amazon Web Services Region.</p> <p>Domain names must start with a lowercase letter and must be between 3 and 28 characters.</p> <p>Valid characters are a-z (lowercase only), 0-9, and – (hyphen). </p>"
8954        },
8955        "Endpoint":{
8956          "shape":"NonEmptyString",
8957          "documentation":"<p>Domain-specific endpoint used to submit index, search, and data upload requests to an Elasticsearch domain.</p> <p>The endpoint is a service URL. </p>"
8958        },
8959        "Endpoints":{
8960          "shape":"FieldMap",
8961          "documentation":"<p>The key-value pair that exists if the Elasticsearch domain uses VPC endpoints.</p>"
8962        },
8963        "ElasticsearchVersion":{
8964          "shape":"NonEmptyString",
8965          "documentation":"<p>OpenSearch version.</p>"
8966        },
8967        "ElasticsearchClusterConfig":{
8968          "shape":"AwsElasticsearchDomainElasticsearchClusterConfigDetails",
8969          "documentation":"<p>Information about an OpenSearch cluster configuration.</p>"
8970        },
8971        "EncryptionAtRestOptions":{
8972          "shape":"AwsElasticsearchDomainEncryptionAtRestOptions",
8973          "documentation":"<p>Details about the configuration for encryption at rest.</p>"
8974        },
8975        "LogPublishingOptions":{
8976          "shape":"AwsElasticsearchDomainLogPublishingOptions",
8977          "documentation":"<p>Configures the CloudWatch Logs to publish for the Elasticsearch domain.</p>"
8978        },
8979        "NodeToNodeEncryptionOptions":{
8980          "shape":"AwsElasticsearchDomainNodeToNodeEncryptionOptions",
8981          "documentation":"<p>Details about the configuration for node-to-node encryption.</p>"
8982        },
8983        "ServiceSoftwareOptions":{
8984          "shape":"AwsElasticsearchDomainServiceSoftwareOptions",
8985          "documentation":"<p>Information about the status of a domain relative to the latest service software.</p>"
8986        },
8987        "VPCOptions":{
8988          "shape":"AwsElasticsearchDomainVPCOptions",
8989          "documentation":"<p>Information that OpenSearch derives based on <code>VPCOptions</code> for the domain.</p>"
8990        }
8991      },
8992      "documentation":"<p>Information about an Elasticsearch domain.</p>"
8993    },
8994    "AwsElasticsearchDomainDomainEndpointOptions":{
8995      "type":"structure",
8996      "members":{
8997        "EnforceHTTPS":{
8998          "shape":"Boolean",
8999          "documentation":"<p>Whether to require that all traffic to the domain arrive over HTTPS.</p>"
9000        },
9001        "TLSSecurityPolicy":{
9002          "shape":"NonEmptyString",
9003          "documentation":"<p>The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.</p> <p>Valid values:</p> <ul> <li> <p> <code>Policy-Min-TLS-1-0-2019-07</code>, which supports TLSv1.0 and higher</p> </li> <li> <p> <code>Policy-Min-TLS-1-2-2019-07</code>, which only supports TLSv1.2</p> </li> </ul>"
9004        }
9005      },
9006      "documentation":"<p>Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.</p>"
9007    },
9008    "AwsElasticsearchDomainElasticsearchClusterConfigDetails":{
9009      "type":"structure",
9010      "members":{
9011        "DedicatedMasterCount":{
9012          "shape":"Integer",
9013          "documentation":"<p>The number of instances to use for the master node. If this attribute is specified, then <code>DedicatedMasterEnabled</code> must be <code>true</code>.</p>"
9014        },
9015        "DedicatedMasterEnabled":{
9016          "shape":"Boolean",
9017          "documentation":"<p>Whether to use a dedicated master node for the Elasticsearch domain. A dedicated master node performs cluster management tasks, but doesn't hold data or respond to data upload requests.</p>"
9018        },
9019        "DedicatedMasterType":{
9020          "shape":"NonEmptyString",
9021          "documentation":"<p>The hardware configuration of the computer that hosts the dedicated master node. A sample value is <code>m3.medium.elasticsearch</code>. If this attribute is specified, then <code>DedicatedMasterEnabled</code> must be <code>true</code>.</p> <p>For a list of valid values, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html\">Supported instance types in Amazon OpenSearch Service</a> in the <i>Amazon OpenSearch Service Developer Guide</i>.</p>"
9022        },
9023        "InstanceCount":{
9024          "shape":"Integer",
9025          "documentation":"<p>The number of data nodes to use in the Elasticsearch domain.</p>"
9026        },
9027        "InstanceType":{
9028          "shape":"NonEmptyString",
9029          "documentation":"<p>The instance type for your data nodes. For example, <code>m3.medium.elasticsearch</code>.</p> <p>For a list of valid values, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html\">Supported instance types in Amazon OpenSearch Service</a> in the <i>Amazon OpenSearch Service Developer Guide</i>.</p>"
9030        },
9031        "ZoneAwarenessConfig":{
9032          "shape":"AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails",
9033          "documentation":"<p>Configuration options for zone awareness. Provided if <code>ZoneAwarenessEnabled</code> is <code>true</code>.</p>"
9034        },
9035        "ZoneAwarenessEnabled":{
9036          "shape":"Boolean",
9037          "documentation":"<p>Whether to enable zone awareness for the Elasticsearch domain. When zone awareness is enabled, OpenSearch allocates the cluster's nodes and replica index shards across Availability Zones in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.</p>"
9038        }
9039      },
9040      "documentation":"<p>details about the configuration of an OpenSearch cluster.</p>"
9041    },
9042    "AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails":{
9043      "type":"structure",
9044      "members":{
9045        "AvailabilityZoneCount":{
9046          "shape":"Integer",
9047          "documentation":"<p>he number of Availability Zones that the domain uses. Valid values are 2 and 3. The default is 2.</p>"
9048        }
9049      },
9050      "documentation":"<p>Configuration options for zone awareness.</p>"
9051    },
9052    "AwsElasticsearchDomainEncryptionAtRestOptions":{
9053      "type":"structure",
9054      "members":{
9055        "Enabled":{
9056          "shape":"Boolean",
9057          "documentation":"<p>Whether encryption at rest is enabled.</p>"
9058        },
9059        "KmsKeyId":{
9060          "shape":"NonEmptyString",
9061          "documentation":"<p>The KMS key ID. Takes the form <code>1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a</code>.</p>"
9062        }
9063      },
9064      "documentation":"<p>Details about the configuration for encryption at rest.</p>"
9065    },
9066    "AwsElasticsearchDomainLogPublishingOptions":{
9067      "type":"structure",
9068      "members":{
9069        "IndexSlowLogs":{
9070          "shape":"AwsElasticsearchDomainLogPublishingOptionsLogConfig",
9071          "documentation":"<p>Configures the OpenSearch index logs publishing.</p>"
9072        },
9073        "SearchSlowLogs":{
9074          "shape":"AwsElasticsearchDomainLogPublishingOptionsLogConfig",
9075          "documentation":"<p>Configures the OpenSearch search slow log publishing.</p>"
9076        },
9077        "AuditLogs":{"shape":"AwsElasticsearchDomainLogPublishingOptionsLogConfig"}
9078      },
9079      "documentation":"<p>configures the CloudWatch Logs to publish for the Elasticsearch domain.</p>"
9080    },
9081    "AwsElasticsearchDomainLogPublishingOptionsLogConfig":{
9082      "type":"structure",
9083      "members":{
9084        "CloudWatchLogsLogGroupArn":{
9085          "shape":"NonEmptyString",
9086          "documentation":"<p>The ARN of the CloudWatch Logs group to publish the logs to.</p>"
9087        },
9088        "Enabled":{
9089          "shape":"Boolean",
9090          "documentation":"<p>Whether the log publishing is enabled.</p>"
9091        }
9092      },
9093      "documentation":"<p>The log configuration.</p>"
9094    },
9095    "AwsElasticsearchDomainNodeToNodeEncryptionOptions":{
9096      "type":"structure",
9097      "members":{
9098        "Enabled":{
9099          "shape":"Boolean",
9100          "documentation":"<p>Whether node-to-node encryption is enabled.</p>"
9101        }
9102      },
9103      "documentation":"<p>Details about the configuration for node-to-node encryption.</p>"
9104    },
9105    "AwsElasticsearchDomainServiceSoftwareOptions":{
9106      "type":"structure",
9107      "members":{
9108        "AutomatedUpdateDate":{
9109          "shape":"NonEmptyString",
9110          "documentation":"<p>The epoch time when the deployment window closes for required updates. After this time, Amazon OpenSearch Service schedules the software upgrade automatically.</p>"
9111        },
9112        "Cancellable":{
9113          "shape":"Boolean",
9114          "documentation":"<p>Whether a request to update the domain can be canceled.</p>"
9115        },
9116        "CurrentVersion":{
9117          "shape":"NonEmptyString",
9118          "documentation":"<p>The version of the service software that is currently installed on the domain.</p>"
9119        },
9120        "Description":{
9121          "shape":"NonEmptyString",
9122          "documentation":"<p>A more detailed description of the service software status.</p>"
9123        },
9124        "NewVersion":{
9125          "shape":"NonEmptyString",
9126          "documentation":"<p>The most recent version of the service software.</p>"
9127        },
9128        "UpdateAvailable":{
9129          "shape":"Boolean",
9130          "documentation":"<p>Whether a service software update is available for the domain.</p>"
9131        },
9132        "UpdateStatus":{
9133          "shape":"NonEmptyString",
9134          "documentation":"<p>The status of the service software update. Valid values are as follows:</p> <ul> <li> <p> <code>COMPLETED</code> </p> </li> <li> <p> <code>ELIGIBLE</code> </p> </li> <li> <p> <code>IN_PROGRESS</code> </p> </li> <li> <p> <code>NOT_ELIGIBLE</code> </p> </li> <li> <p> <code>PENDING_UPDATE</code> </p> </li> </ul>"
9135        }
9136      },
9137      "documentation":"<p>Information about the state of the domain relative to the latest service software.</p>"
9138    },
9139    "AwsElasticsearchDomainVPCOptions":{
9140      "type":"structure",
9141      "members":{
9142        "AvailabilityZones":{
9143          "shape":"NonEmptyStringList",
9144          "documentation":"<p>The list of Availability Zones associated with the VPC subnets.</p>"
9145        },
9146        "SecurityGroupIds":{
9147          "shape":"NonEmptyStringList",
9148          "documentation":"<p>The list of security group IDs associated with the VPC endpoints for the domain.</p>"
9149        },
9150        "SubnetIds":{
9151          "shape":"NonEmptyStringList",
9152          "documentation":"<p>A list of subnet IDs associated with the VPC endpoints for the domain.</p>"
9153        },
9154        "VPCId":{
9155          "shape":"NonEmptyString",
9156          "documentation":"<p>ID for the VPC.</p>"
9157        }
9158      },
9159      "documentation":"<p>Information that OpenSearch derives based on <code>VPCOptions</code> for the domain.</p>"
9160    },
9161    "AwsElbAppCookieStickinessPolicies":{
9162      "type":"list",
9163      "member":{"shape":"AwsElbAppCookieStickinessPolicy"}
9164    },
9165    "AwsElbAppCookieStickinessPolicy":{
9166      "type":"structure",
9167      "members":{
9168        "CookieName":{
9169          "shape":"NonEmptyString",
9170          "documentation":"<p>The name of the application cookie used for stickiness.</p>"
9171        },
9172        "PolicyName":{
9173          "shape":"NonEmptyString",
9174          "documentation":"<p>The mnemonic name for the policy being created. The name must be unique within the set of policies for the load balancer.</p>"
9175        }
9176      },
9177      "documentation":"<p>Contains information about a stickiness policy that was created using <code>CreateAppCookieStickinessPolicy</code>.</p>"
9178    },
9179    "AwsElbLbCookieStickinessPolicies":{
9180      "type":"list",
9181      "member":{"shape":"AwsElbLbCookieStickinessPolicy"}
9182    },
9183    "AwsElbLbCookieStickinessPolicy":{
9184      "type":"structure",
9185      "members":{
9186        "CookieExpirationPeriod":{
9187          "shape":"Long",
9188          "documentation":"<p>The amount of time, in seconds, after which the cookie is considered stale. If an expiration period is not specified, the stickiness session lasts for the duration of the browser session.</p>"
9189        },
9190        "PolicyName":{
9191          "shape":"NonEmptyString",
9192          "documentation":"<p>The name of the policy. The name must be unique within the set of policies for the load balancer.</p>"
9193        }
9194      },
9195      "documentation":"<p>Contains information about a stickiness policy that was created using <code>CreateLBCookieStickinessPolicy</code>.</p>"
9196    },
9197    "AwsElbLoadBalancerAccessLog":{
9198      "type":"structure",
9199      "members":{
9200        "EmitInterval":{
9201          "shape":"Integer",
9202          "documentation":"<p>The interval in minutes for publishing the access logs.</p> <p>You can publish access logs either every 5 minutes or every 60 minutes.</p>"
9203        },
9204        "Enabled":{
9205          "shape":"Boolean",
9206          "documentation":"<p>Indicates whether access logs are enabled for the load balancer.</p>"
9207        },
9208        "S3BucketName":{
9209          "shape":"NonEmptyString",
9210          "documentation":"<p>The name of the S3 bucket where the access logs are stored.</p>"
9211        },
9212        "S3BucketPrefix":{
9213          "shape":"NonEmptyString",
9214          "documentation":"<p>The logical hierarchy that was created for the S3 bucket.</p> <p>If a prefix is not provided, the log is placed at the root level of the bucket.</p>"
9215        }
9216      },
9217      "documentation":"<p>Contains information about the access log configuration for the load balancer.</p>"
9218    },
9219    "AwsElbLoadBalancerAdditionalAttribute":{
9220      "type":"structure",
9221      "members":{
9222        "Key":{
9223          "shape":"NonEmptyString",
9224          "documentation":"<p>The name of the attribute.</p>"
9225        },
9226        "Value":{
9227          "shape":"NonEmptyString",
9228          "documentation":"<p>The value of the attribute.</p>"
9229        }
9230      },
9231      "documentation":"<p>Provides information about additional attributes for the load balancer.</p>"
9232    },
9233    "AwsElbLoadBalancerAdditionalAttributeList":{
9234      "type":"list",
9235      "member":{"shape":"AwsElbLoadBalancerAdditionalAttribute"}
9236    },
9237    "AwsElbLoadBalancerAttributes":{
9238      "type":"structure",
9239      "members":{
9240        "AccessLog":{
9241          "shape":"AwsElbLoadBalancerAccessLog",
9242          "documentation":"<p>Information about the access log configuration for the load balancer.</p> <p>If the access log is enabled, the load balancer captures detailed information about all requests. It delivers the information to a specified S3 bucket.</p>"
9243        },
9244        "ConnectionDraining":{
9245          "shape":"AwsElbLoadBalancerConnectionDraining",
9246          "documentation":"<p>Information about the connection draining configuration for the load balancer.</p> <p>If connection draining is enabled, the load balancer allows existing requests to complete before it shifts traffic away from a deregistered or unhealthy instance.</p>"
9247        },
9248        "ConnectionSettings":{
9249          "shape":"AwsElbLoadBalancerConnectionSettings",
9250          "documentation":"<p>Connection settings for the load balancer.</p> <p>If an idle timeout is configured, the load balancer allows connections to remain idle for the specified duration. When a connection is idle, no data is sent over the connection.</p>"
9251        },
9252        "CrossZoneLoadBalancing":{
9253          "shape":"AwsElbLoadBalancerCrossZoneLoadBalancing",
9254          "documentation":"<p>Cross-zone load balancing settings for the load balancer.</p> <p>If cross-zone load balancing is enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.</p>"
9255        },
9256        "AdditionalAttributes":{
9257          "shape":"AwsElbLoadBalancerAdditionalAttributeList",
9258          "documentation":"<p>Any additional attributes for a load balancer.</p>"
9259        }
9260      },
9261      "documentation":"<p>Contains attributes for the load balancer.</p>"
9262    },
9263    "AwsElbLoadBalancerBackendServerDescription":{
9264      "type":"structure",
9265      "members":{
9266        "InstancePort":{
9267          "shape":"Integer",
9268          "documentation":"<p>The port on which the EC2 instance is listening.</p>"
9269        },
9270        "PolicyNames":{
9271          "shape":"StringList",
9272          "documentation":"<p>The names of the policies that are enabled for the EC2 instance.</p>"
9273        }
9274      },
9275      "documentation":"<p>Provides information about the configuration of an EC2 instance for the load balancer.</p>"
9276    },
9277    "AwsElbLoadBalancerBackendServerDescriptions":{
9278      "type":"list",
9279      "member":{"shape":"AwsElbLoadBalancerBackendServerDescription"}
9280    },
9281    "AwsElbLoadBalancerConnectionDraining":{
9282      "type":"structure",
9283      "members":{
9284        "Enabled":{
9285          "shape":"Boolean",
9286          "documentation":"<p>Indicates whether connection draining is enabled for the load balancer.</p>"
9287        },
9288        "Timeout":{
9289          "shape":"Integer",
9290          "documentation":"<p>The maximum time, in seconds, to keep the existing connections open before deregistering the instances.</p>"
9291        }
9292      },
9293      "documentation":"<p>Contains information about the connection draining configuration for the load balancer.</p>"
9294    },
9295    "AwsElbLoadBalancerConnectionSettings":{
9296      "type":"structure",
9297      "members":{
9298        "IdleTimeout":{
9299          "shape":"Integer",
9300          "documentation":"<p>The time, in seconds, that the connection can be idle (no data is sent over the connection) before it is closed by the load balancer.</p>"
9301        }
9302      },
9303      "documentation":"<p>Contains connection settings for the load balancer.</p>"
9304    },
9305    "AwsElbLoadBalancerCrossZoneLoadBalancing":{
9306      "type":"structure",
9307      "members":{
9308        "Enabled":{
9309          "shape":"Boolean",
9310          "documentation":"<p>Indicates whether cross-zone load balancing is enabled for the load balancer.</p>"
9311        }
9312      },
9313      "documentation":"<p>Contains cross-zone load balancing settings for the load balancer.</p>"
9314    },
9315    "AwsElbLoadBalancerDetails":{
9316      "type":"structure",
9317      "members":{
9318        "AvailabilityZones":{
9319          "shape":"StringList",
9320          "documentation":"<p>The list of Availability Zones for the load balancer.</p>"
9321        },
9322        "BackendServerDescriptions":{
9323          "shape":"AwsElbLoadBalancerBackendServerDescriptions",
9324          "documentation":"<p>Information about the configuration of the EC2 instances.</p>"
9325        },
9326        "CanonicalHostedZoneName":{
9327          "shape":"NonEmptyString",
9328          "documentation":"<p>The name of the Amazon Route 53 hosted zone for the load balancer.</p>"
9329        },
9330        "CanonicalHostedZoneNameID":{
9331          "shape":"NonEmptyString",
9332          "documentation":"<p>The ID of the Amazon Route 53 hosted zone for the load balancer.</p>"
9333        },
9334        "CreatedTime":{
9335          "shape":"NonEmptyString",
9336          "documentation":"<p>Indicates when the load balancer was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
9337        },
9338        "DnsName":{
9339          "shape":"NonEmptyString",
9340          "documentation":"<p>The DNS name of the load balancer.</p>"
9341        },
9342        "HealthCheck":{
9343          "shape":"AwsElbLoadBalancerHealthCheck",
9344          "documentation":"<p>Information about the health checks that are conducted on the load balancer.</p>"
9345        },
9346        "Instances":{
9347          "shape":"AwsElbLoadBalancerInstances",
9348          "documentation":"<p>List of EC2 instances for the load balancer.</p>"
9349        },
9350        "ListenerDescriptions":{
9351          "shape":"AwsElbLoadBalancerListenerDescriptions",
9352          "documentation":"<p>The policies that are enabled for the load balancer listeners.</p>"
9353        },
9354        "LoadBalancerAttributes":{
9355          "shape":"AwsElbLoadBalancerAttributes",
9356          "documentation":"<p>The attributes for a load balancer.</p>"
9357        },
9358        "LoadBalancerName":{
9359          "shape":"NonEmptyString",
9360          "documentation":"<p>The name of the load balancer.</p>"
9361        },
9362        "Policies":{
9363          "shape":"AwsElbLoadBalancerPolicies",
9364          "documentation":"<p>The policies for a load balancer.</p>"
9365        },
9366        "Scheme":{
9367          "shape":"NonEmptyString",
9368          "documentation":"<p>The type of load balancer. Only provided if the load balancer is in a VPC.</p> <p>If <code>Scheme</code> is <code>internet-facing</code>, the load balancer has a public DNS name that resolves to a public IP address.</p> <p>If <code>Scheme</code> is <code>internal</code>, the load balancer has a public DNS name that resolves to a private IP address.</p>"
9369        },
9370        "SecurityGroups":{
9371          "shape":"StringList",
9372          "documentation":"<p>The security groups for the load balancer. Only provided if the load balancer is in a VPC.</p>"
9373        },
9374        "SourceSecurityGroup":{
9375          "shape":"AwsElbLoadBalancerSourceSecurityGroup",
9376          "documentation":"<p>Information about the security group for the load balancer. This is the security group that is used for inbound rules.</p>"
9377        },
9378        "Subnets":{
9379          "shape":"StringList",
9380          "documentation":"<p>The list of subnet identifiers for the load balancer.</p>"
9381        },
9382        "VpcId":{
9383          "shape":"NonEmptyString",
9384          "documentation":"<p>The identifier of the VPC for the load balancer.</p>"
9385        }
9386      },
9387      "documentation":"<p>Contains details about a Classic Load Balancer.</p>"
9388    },
9389    "AwsElbLoadBalancerHealthCheck":{
9390      "type":"structure",
9391      "members":{
9392        "HealthyThreshold":{
9393          "shape":"Integer",
9394          "documentation":"<p>The number of consecutive health check successes required before the instance is moved to the Healthy state.</p>"
9395        },
9396        "Interval":{
9397          "shape":"Integer",
9398          "documentation":"<p>The approximate interval, in seconds, between health checks of an individual instance.</p>"
9399        },
9400        "Target":{
9401          "shape":"NonEmptyString",
9402          "documentation":"<p>The instance that is being checked. The target specifies the protocol and port. The available protocols are TCP, SSL, HTTP, and HTTPS. The range of valid ports is 1 through 65535.</p> <p>For the HTTP and HTTPS protocols, the target also specifies the ping path.</p> <p>For the TCP protocol, the target is specified as <code>TCP: <i>&lt;port&gt;</i> </code>.</p> <p>For the SSL protocol, the target is specified as <code>SSL.<i>&lt;port&gt;</i> </code>.</p> <p>For the HTTP and HTTPS protocols, the target is specified as <code> <i>&lt;protocol&gt;</i>:<i>&lt;port&gt;</i>/<i>&lt;path to ping&gt;</i> </code>.</p>"
9403        },
9404        "Timeout":{
9405          "shape":"Integer",
9406          "documentation":"<p>The amount of time, in seconds, during which no response means a failed health check.</p>"
9407        },
9408        "UnhealthyThreshold":{
9409          "shape":"Integer",
9410          "documentation":"<p>The number of consecutive health check failures that must occur before the instance is moved to the Unhealthy state.</p>"
9411        }
9412      },
9413      "documentation":"<p>Contains information about the health checks that are conducted on the load balancer.</p>"
9414    },
9415    "AwsElbLoadBalancerInstance":{
9416      "type":"structure",
9417      "members":{
9418        "InstanceId":{
9419          "shape":"NonEmptyString",
9420          "documentation":"<p>The instance identifier.</p>"
9421        }
9422      },
9423      "documentation":"<p>Provides information about an EC2 instance for a load balancer.</p>"
9424    },
9425    "AwsElbLoadBalancerInstances":{
9426      "type":"list",
9427      "member":{"shape":"AwsElbLoadBalancerInstance"}
9428    },
9429    "AwsElbLoadBalancerListener":{
9430      "type":"structure",
9431      "members":{
9432        "InstancePort":{
9433          "shape":"Integer",
9434          "documentation":"<p>The port on which the instance is listening.</p>"
9435        },
9436        "InstanceProtocol":{
9437          "shape":"NonEmptyString",
9438          "documentation":"<p>The protocol to use to route traffic to instances.</p> <p>Valid values: <code>HTTP</code> | <code>HTTPS</code> | <code>TCP</code> | <code>SSL</code> </p>"
9439        },
9440        "LoadBalancerPort":{
9441          "shape":"Integer",
9442          "documentation":"<p>The port on which the load balancer is listening.</p> <p>On EC2-VPC, you can specify any port from the range 1-65535.</p> <p>On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.</p>"
9443        },
9444        "Protocol":{
9445          "shape":"NonEmptyString",
9446          "documentation":"<p>The load balancer transport protocol to use for routing.</p> <p>Valid values: <code>HTTP</code> | <code>HTTPS</code> | <code>TCP</code> | <code>SSL</code> </p>"
9447        },
9448        "SslCertificateId":{
9449          "shape":"NonEmptyString",
9450          "documentation":"<p>The ARN of the server certificate.</p>"
9451        }
9452      },
9453      "documentation":"<p>Information about a load balancer listener.</p>"
9454    },
9455    "AwsElbLoadBalancerListenerDescription":{
9456      "type":"structure",
9457      "members":{
9458        "Listener":{
9459          "shape":"AwsElbLoadBalancerListener",
9460          "documentation":"<p>Information about the listener.</p>"
9461        },
9462        "PolicyNames":{
9463          "shape":"StringList",
9464          "documentation":"<p>The policies enabled for the listener.</p>"
9465        }
9466      },
9467      "documentation":"<p>Lists the policies that are enabled for a load balancer listener.</p>"
9468    },
9469    "AwsElbLoadBalancerListenerDescriptions":{
9470      "type":"list",
9471      "member":{"shape":"AwsElbLoadBalancerListenerDescription"}
9472    },
9473    "AwsElbLoadBalancerPolicies":{
9474      "type":"structure",
9475      "members":{
9476        "AppCookieStickinessPolicies":{
9477          "shape":"AwsElbAppCookieStickinessPolicies",
9478          "documentation":"<p>The stickiness policies that are created using <code>CreateAppCookieStickinessPolicy</code>.</p>"
9479        },
9480        "LbCookieStickinessPolicies":{
9481          "shape":"AwsElbLbCookieStickinessPolicies",
9482          "documentation":"<p>The stickiness policies that are created using <code>CreateLBCookieStickinessPolicy</code>.</p>"
9483        },
9484        "OtherPolicies":{
9485          "shape":"StringList",
9486          "documentation":"<p>The policies other than the stickiness policies.</p>"
9487        }
9488      },
9489      "documentation":"<p>Contains information about the policies for a load balancer.</p>"
9490    },
9491    "AwsElbLoadBalancerSourceSecurityGroup":{
9492      "type":"structure",
9493      "members":{
9494        "GroupName":{
9495          "shape":"NonEmptyString",
9496          "documentation":"<p>The name of the security group.</p>"
9497        },
9498        "OwnerAlias":{
9499          "shape":"NonEmptyString",
9500          "documentation":"<p>The owner of the security group.</p>"
9501        }
9502      },
9503      "documentation":"<p>Contains information about the security group for the load balancer.</p>"
9504    },
9505    "AwsElbv2LoadBalancerAttribute":{
9506      "type":"structure",
9507      "members":{
9508        "Key":{
9509          "shape":"NonEmptyString",
9510          "documentation":"<p>The name of the load balancer attribute.</p>"
9511        },
9512        "Value":{
9513          "shape":"NonEmptyString",
9514          "documentation":"<p>The value of the load balancer attribute.</p>"
9515        }
9516      },
9517      "documentation":"<p>A load balancer attribute.</p>"
9518    },
9519    "AwsElbv2LoadBalancerAttributes":{
9520      "type":"list",
9521      "member":{"shape":"AwsElbv2LoadBalancerAttribute"}
9522    },
9523    "AwsElbv2LoadBalancerDetails":{
9524      "type":"structure",
9525      "members":{
9526        "AvailabilityZones":{
9527          "shape":"AvailabilityZones",
9528          "documentation":"<p>The Availability Zones for the load balancer.</p>"
9529        },
9530        "CanonicalHostedZoneId":{
9531          "shape":"NonEmptyString",
9532          "documentation":"<p>The ID of the Amazon Route 53 hosted zone associated with the load balancer.</p>"
9533        },
9534        "CreatedTime":{
9535          "shape":"NonEmptyString",
9536          "documentation":"<p>Indicates when the load balancer was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
9537        },
9538        "DNSName":{
9539          "shape":"NonEmptyString",
9540          "documentation":"<p>The public DNS name of the load balancer.</p>"
9541        },
9542        "IpAddressType":{
9543          "shape":"NonEmptyString",
9544          "documentation":"<p>The type of IP addresses used by the subnets for your load balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses).</p>"
9545        },
9546        "Scheme":{
9547          "shape":"NonEmptyString",
9548          "documentation":"<p>The nodes of an Internet-facing load balancer have public IP addresses.</p>"
9549        },
9550        "SecurityGroups":{
9551          "shape":"SecurityGroups",
9552          "documentation":"<p>The IDs of the security groups for the load balancer.</p>"
9553        },
9554        "State":{
9555          "shape":"LoadBalancerState",
9556          "documentation":"<p>The state of the load balancer.</p>"
9557        },
9558        "Type":{
9559          "shape":"NonEmptyString",
9560          "documentation":"<p>The type of load balancer.</p>"
9561        },
9562        "VpcId":{
9563          "shape":"NonEmptyString",
9564          "documentation":"<p>The ID of the VPC for the load balancer.</p>"
9565        },
9566        "LoadBalancerAttributes":{
9567          "shape":"AwsElbv2LoadBalancerAttributes",
9568          "documentation":"<p>Attributes of the load balancer.</p>"
9569        }
9570      },
9571      "documentation":"<p>Information about a load balancer.</p>"
9572    },
9573    "AwsEventSchemasRegistryDetails":{
9574      "type":"structure",
9575      "members":{
9576        "Description":{
9577          "shape":"NonEmptyString",
9578          "documentation":"<p> A description of the registry to be created. </p>"
9579        },
9580        "RegistryArn":{
9581          "shape":"NonEmptyString",
9582          "documentation":"<p> The Amazon Resource Name (ARN) of the registry. </p>"
9583        },
9584        "RegistryName":{
9585          "shape":"NonEmptyString",
9586          "documentation":"<p> The name of the schema registry. </p>"
9587        }
9588      },
9589      "documentation":"<p> A schema defines the structure of events that are sent to Amazon EventBridge. Schema registries are containers for schemas. They collect and organize schemas so that your schemas are in logical groups. </p>"
9590    },
9591    "AwsEventsEndpointDetails":{
9592      "type":"structure",
9593      "members":{
9594        "Arn":{
9595          "shape":"NonEmptyString",
9596          "documentation":"<p> The Amazon Resource Name (ARN) of the endpoint. </p>"
9597        },
9598        "Description":{
9599          "shape":"NonEmptyString",
9600          "documentation":"<p> A description of the endpoint. </p>"
9601        },
9602        "EndpointId":{
9603          "shape":"NonEmptyString",
9604          "documentation":"<p> The URL subdomain of the endpoint. For example, if <code>EndpointUrl</code> is <code>https://abcde.veo.endpoints.event.amazonaws.com</code>, then the <code>EndpointId</code> is <code>abcde.veo</code>.</p>"
9605        },
9606        "EndpointUrl":{
9607          "shape":"NonEmptyString",
9608          "documentation":"<p> The URL of the endpoint.</p>"
9609        },
9610        "EventBuses":{
9611          "shape":"AwsEventsEndpointEventBusesList",
9612          "documentation":"<p> The event buses being used by the endpoint.</p>"
9613        },
9614        "Name":{
9615          "shape":"NonEmptyString",
9616          "documentation":"<p> The name of the endpoint.</p>"
9617        },
9618        "ReplicationConfig":{
9619          "shape":"AwsEventsEndpointReplicationConfigDetails",
9620          "documentation":"<p> Whether event replication was enabled or disabled for this endpoint. The default state is <code>ENABLED</code>, which means you must supply a <code>RoleArn</code>. If you don't have a <code>RoleArn</code> or you don't want event replication enabled, set the state to <code>DISABLED</code>.</p>"
9621        },
9622        "RoleArn":{
9623          "shape":"NonEmptyString",
9624          "documentation":"<p> The ARN of the role used by event replication for the endpoint.</p>"
9625        },
9626        "RoutingConfig":{
9627          "shape":"AwsEventsEndpointRoutingConfigDetails",
9628          "documentation":"<p> The routing configuration of the endpoint.</p>"
9629        },
9630        "State":{
9631          "shape":"NonEmptyString",
9632          "documentation":"<p> The current state of the endpoint.</p>"
9633        },
9634        "StateReason":{
9635          "shape":"NonEmptyString",
9636          "documentation":"<p> The reason the endpoint is in its current state.</p>"
9637        }
9638      },
9639      "documentation":"<p> Provides details about an Amazon EventBridge global endpoint. The endpoint can improve your application’s availability by making it Regional-fault tolerant. </p>"
9640    },
9641    "AwsEventsEndpointEventBusesDetails":{
9642      "type":"structure",
9643      "members":{
9644        "EventBusArn":{
9645          "shape":"NonEmptyString",
9646          "documentation":"<p> The Amazon Resource Name (ARN) of the event bus that the endpoint is associated with.</p>"
9647        }
9648      },
9649      "documentation":"<p> Provides details about the Amazon EventBridge event buses that the endpoint is associated with.</p>"
9650    },
9651    "AwsEventsEndpointEventBusesList":{
9652      "type":"list",
9653      "member":{"shape":"AwsEventsEndpointEventBusesDetails"}
9654    },
9655    "AwsEventsEndpointReplicationConfigDetails":{
9656      "type":"structure",
9657      "members":{
9658        "State":{
9659          "shape":"NonEmptyString",
9660          "documentation":"<p> The state of event replication.</p>"
9661        }
9662      },
9663      "documentation":"<p> Indicates whether replication is enabled or disabled for the endpoint. If enabled, the endpoint can replicate all events to a secondary Amazon Web Services Region.</p>"
9664    },
9665    "AwsEventsEndpointRoutingConfigDetails":{
9666      "type":"structure",
9667      "members":{
9668        "FailoverConfig":{
9669          "shape":"AwsEventsEndpointRoutingConfigFailoverConfigDetails",
9670          "documentation":"<p> The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.</p>"
9671        }
9672      },
9673      "documentation":"<p> Provides details about the routing configuration of the endpoint.</p>"
9674    },
9675    "AwsEventsEndpointRoutingConfigFailoverConfigDetails":{
9676      "type":"structure",
9677      "members":{
9678        "Primary":{
9679          "shape":"AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails",
9680          "documentation":"<p> The main Region of the endpoint.</p>"
9681        },
9682        "Secondary":{
9683          "shape":"AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails",
9684          "documentation":"<p> The Region that events are routed to when failover is triggered or event replication is enabled.</p>"
9685        }
9686      },
9687      "documentation":"<p> The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.</p>"
9688    },
9689    "AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails":{
9690      "type":"structure",
9691      "members":{
9692        "HealthCheck":{
9693          "shape":"NonEmptyString",
9694          "documentation":"<p> The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is triggered.</p>"
9695        }
9696      },
9697      "documentation":"<p> Provides details about the primary Amazon Web Services Region of the endpoint.</p>"
9698    },
9699    "AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails":{
9700      "type":"structure",
9701      "members":{
9702        "Route":{
9703          "shape":"NonEmptyString",
9704          "documentation":"<p> Defines the secondary Region.</p>"
9705        }
9706      },
9707      "documentation":"<p> The Amazon Web Services Region that events are routed to when failover is triggered or event replication is enabled.</p>"
9708    },
9709    "AwsEventsEventbusDetails":{
9710      "type":"structure",
9711      "members":{
9712        "Arn":{
9713          "shape":"NonEmptyString",
9714          "documentation":"<p> The Amazon Resource Name (ARN) of the account permitted to write events to the current account.</p>"
9715        },
9716        "Name":{
9717          "shape":"NonEmptyString",
9718          "documentation":"<p> The name of the event bus.</p>"
9719        },
9720        "Policy":{
9721          "shape":"NonEmptyString",
9722          "documentation":"<p> The policy that enables the external account to send events to your account.</p>"
9723        }
9724      },
9725      "documentation":"<p> Provides details about Amazon EventBridge event bus. An event bus is a router that receives events and delivers them to zero or more destinations, or targets. This can be a custom event bus which you can use to receive events from your custom applications and services, or it can be a partner event bus which can be matched to a partner event source.</p>"
9726    },
9727    "AwsGuardDutyDetectorDataSourcesCloudTrailDetails":{
9728      "type":"structure",
9729      "members":{
9730        "Status":{
9731          "shape":"NonEmptyString",
9732          "documentation":"<p> Specifies whether CloudTrail is activated as a data source for the detector. </p>"
9733        }
9734      },
9735      "documentation":"<p> An object that contains information on the status of CloudTrail as a data source for the detector. </p>"
9736    },
9737    "AwsGuardDutyDetectorDataSourcesDetails":{
9738      "type":"structure",
9739      "members":{
9740        "CloudTrail":{
9741          "shape":"AwsGuardDutyDetectorDataSourcesCloudTrailDetails",
9742          "documentation":"<p> An object that contains information on the status of CloudTrail as a data source for the detector. </p>"
9743        },
9744        "DnsLogs":{
9745          "shape":"AwsGuardDutyDetectorDataSourcesDnsLogsDetails",
9746          "documentation":"<p> An object that contains information on the status of DNS logs as a data source for the detector. </p>"
9747        },
9748        "FlowLogs":{
9749          "shape":"AwsGuardDutyDetectorDataSourcesFlowLogsDetails",
9750          "documentation":"<p> An object that contains information on the status of VPC Flow Logs as a data source for the detector. </p>"
9751        },
9752        "Kubernetes":{
9753          "shape":"AwsGuardDutyDetectorDataSourcesKubernetesDetails",
9754          "documentation":"<p> An object that contains information on the status of Kubernetes data sources for the detector. </p>"
9755        },
9756        "MalwareProtection":{
9757          "shape":"AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails",
9758          "documentation":"<p> An object that contains information on the status of Malware Protection as a data source for the detector. </p>"
9759        },
9760        "S3Logs":{
9761          "shape":"AwsGuardDutyDetectorDataSourcesS3LogsDetails",
9762          "documentation":"<p> An object that contains information on the status of S3 Data event logs as a data source for the detector. </p>"
9763        }
9764      },
9765      "documentation":"<p> Describes which data sources are activated for the detector. </p>"
9766    },
9767    "AwsGuardDutyDetectorDataSourcesDnsLogsDetails":{
9768      "type":"structure",
9769      "members":{
9770        "Status":{
9771          "shape":"NonEmptyString",
9772          "documentation":"<p> Describes whether DNS logs is enabled as a data source for the detector. </p>"
9773        }
9774      },
9775      "documentation":"<p> An object that contains information on the status of DNS logs as a data source for the detector. </p>"
9776    },
9777    "AwsGuardDutyDetectorDataSourcesFlowLogsDetails":{
9778      "type":"structure",
9779      "members":{
9780        "Status":{
9781          "shape":"NonEmptyString",
9782          "documentation":"<p> Describes whether VPC Flow Logs are activated as a data source for the detector. </p>"
9783        }
9784      },
9785      "documentation":"<p> An object that contains information on the status of VPC Flow Logs as a data source for the detector. </p>"
9786    },
9787    "AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails":{
9788      "type":"structure",
9789      "members":{
9790        "Status":{
9791          "shape":"NonEmptyString",
9792          "documentation":"<p> Describes whether Kubernetes audit logs are activated as a data source for the detector. </p>"
9793        }
9794      },
9795      "documentation":"<p> An object that contains information on the status of Kubernetes audit logs as a data source for the detector. </p>"
9796    },
9797    "AwsGuardDutyDetectorDataSourcesKubernetesDetails":{
9798      "type":"structure",
9799      "members":{
9800        "AuditLogs":{
9801          "shape":"AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails",
9802          "documentation":"<p> Describes whether Kubernetes audit logs are activated as a data source for the detector. </p>"
9803        }
9804      },
9805      "documentation":"<p> An object that contains information on the status of Kubernetes data sources for the detector. </p>"
9806    },
9807    "AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails":{
9808      "type":"structure",
9809      "members":{
9810        "ScanEc2InstanceWithFindings":{
9811          "shape":"AwsGuardDutyDetectorDataSourcesMalwareProtectionScanEc2InstanceWithFindingsDetails",
9812          "documentation":"<p> Describes the configuration of Malware Protection for EC2 instances with findings. </p>"
9813        },
9814        "ServiceRole":{
9815          "shape":"NonEmptyString",
9816          "documentation":"<p> The GuardDuty Malware Protection service role. </p>"
9817        }
9818      },
9819      "documentation":"<p> An object that contains information on the status of Malware Protection as a data source for the detector. </p>"
9820    },
9821    "AwsGuardDutyDetectorDataSourcesMalwareProtectionScanEc2InstanceWithFindingsDetails":{
9822      "type":"structure",
9823      "members":{
9824        "EbsVolumes":{
9825          "shape":"AwsGuardDutyDetectorDataSourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumesDetails",
9826          "documentation":"<p> Describes the configuration of scanning EBS volumes (Malware Protection) as a data source. </p>"
9827        }
9828      },
9829      "documentation":"<p> Describes the configuration of Malware Protection for EC2 instances with findings. </p>"
9830    },
9831    "AwsGuardDutyDetectorDataSourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumesDetails":{
9832      "type":"structure",
9833      "members":{
9834        "Reason":{
9835          "shape":"NonEmptyString",
9836          "documentation":"<p> Specifies the reason why scanning EBS volumes (Malware Protection) isn’t activated as a data source. </p>"
9837        },
9838        "Status":{
9839          "shape":"NonEmptyString",
9840          "documentation":"<p> Describes whether scanning EBS volumes is activated as a data source for the detector. </p>"
9841        }
9842      },
9843      "documentation":"<p> Describes the configuration of scanning EBS volumes (Malware Protection) as a data source. </p>"
9844    },
9845    "AwsGuardDutyDetectorDataSourcesS3LogsDetails":{
9846      "type":"structure",
9847      "members":{
9848        "Status":{
9849          "shape":"NonEmptyString",
9850          "documentation":"<p> A value that describes whether S3 data event logs are automatically enabled for new members of an organization. </p>"
9851        }
9852      },
9853      "documentation":"<p> An object that contains information on the status of S3 data event logs as a data source for the detector. </p>"
9854    },
9855    "AwsGuardDutyDetectorDetails":{
9856      "type":"structure",
9857      "members":{
9858        "DataSources":{
9859          "shape":"AwsGuardDutyDetectorDataSourcesDetails",
9860          "documentation":"<p> Describes which data sources are activated for the detector. </p>"
9861        },
9862        "Features":{
9863          "shape":"AwsGuardDutyDetectorFeaturesList",
9864          "documentation":"<p> Describes which features are activated for the detector. </p>"
9865        },
9866        "FindingPublishingFrequency":{
9867          "shape":"NonEmptyString",
9868          "documentation":"<p> The publishing frequency of the finding. </p>"
9869        },
9870        "ServiceRole":{
9871          "shape":"NonEmptyString",
9872          "documentation":"<p> The GuardDuty service role. </p>"
9873        },
9874        "Status":{
9875          "shape":"NonEmptyString",
9876          "documentation":"<p> The activation status of the detector. </p>"
9877        }
9878      },
9879      "documentation":"<p> Provides details about an Amazon GuardDuty detector. A detector is an object that represents the GuardDuty service. A detector is required for GuardDuty to become operational. </p>"
9880    },
9881    "AwsGuardDutyDetectorFeaturesDetails":{
9882      "type":"structure",
9883      "members":{
9884        "Name":{
9885          "shape":"NonEmptyString",
9886          "documentation":"<p> Indicates the name of the feature that is activated for the detector. </p>"
9887        },
9888        "Status":{
9889          "shape":"NonEmptyString",
9890          "documentation":"<p> Indicates the status of the feature that is activated for the detector. </p>"
9891        }
9892      },
9893      "documentation":"<p> Describes which features are activated for the detector. </p>"
9894    },
9895    "AwsGuardDutyDetectorFeaturesList":{
9896      "type":"list",
9897      "member":{"shape":"AwsGuardDutyDetectorFeaturesDetails"}
9898    },
9899    "AwsIamAccessKeyDetails":{
9900      "type":"structure",
9901      "members":{
9902        "UserName":{
9903          "shape":"NonEmptyString",
9904          "documentation":"<p>The user associated with the IAM access key related to a finding.</p> <p>The <code>UserName</code> parameter has been replaced with the <code>PrincipalName</code> parameter because access keys can also be assigned to principals that are not IAM users.</p>",
9905          "deprecated":true,
9906          "deprecatedMessage":"This filter is deprecated. Instead, use PrincipalName."
9907        },
9908        "Status":{
9909          "shape":"AwsIamAccessKeyStatus",
9910          "documentation":"<p>The status of the IAM access key related to a finding.</p>"
9911        },
9912        "CreatedAt":{
9913          "shape":"NonEmptyString",
9914          "documentation":"<p>Indicates when the IAM access key was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
9915        },
9916        "PrincipalId":{
9917          "shape":"NonEmptyString",
9918          "documentation":"<p>The ID of the principal associated with an access key.</p>"
9919        },
9920        "PrincipalType":{
9921          "shape":"NonEmptyString",
9922          "documentation":"<p>The type of principal associated with an access key.</p>"
9923        },
9924        "PrincipalName":{
9925          "shape":"NonEmptyString",
9926          "documentation":"<p>The name of the principal.</p>"
9927        },
9928        "AccountId":{
9929          "shape":"NonEmptyString",
9930          "documentation":"<p>The Amazon Web Services account ID of the account for the key.</p>"
9931        },
9932        "AccessKeyId":{
9933          "shape":"NonEmptyString",
9934          "documentation":"<p>The identifier of the access key.</p>"
9935        },
9936        "SessionContext":{
9937          "shape":"AwsIamAccessKeySessionContext",
9938          "documentation":"<p>Information about the session that the key was used for.</p>"
9939        }
9940      },
9941      "documentation":"<p>IAM access key details related to a finding.</p>"
9942    },
9943    "AwsIamAccessKeySessionContext":{
9944      "type":"structure",
9945      "members":{
9946        "Attributes":{
9947          "shape":"AwsIamAccessKeySessionContextAttributes",
9948          "documentation":"<p>Attributes of the session that the key was used for.</p>"
9949        },
9950        "SessionIssuer":{
9951          "shape":"AwsIamAccessKeySessionContextSessionIssuer",
9952          "documentation":"<p>Information about the entity that created the session.</p>"
9953        }
9954      },
9955      "documentation":"<p>Provides information about the session that the key was used for.</p>"
9956    },
9957    "AwsIamAccessKeySessionContextAttributes":{
9958      "type":"structure",
9959      "members":{
9960        "MfaAuthenticated":{
9961          "shape":"Boolean",
9962          "documentation":"<p>Indicates whether the session used multi-factor authentication (MFA).</p>"
9963        },
9964        "CreationDate":{
9965          "shape":"NonEmptyString",
9966          "documentation":"<p>Indicates when the session was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
9967        }
9968      },
9969      "documentation":"<p>Attributes of the session that the key was used for.</p>"
9970    },
9971    "AwsIamAccessKeySessionContextSessionIssuer":{
9972      "type":"structure",
9973      "members":{
9974        "Type":{
9975          "shape":"NonEmptyString",
9976          "documentation":"<p>The type of principal (user, role, or group) that created the session.</p>"
9977        },
9978        "PrincipalId":{
9979          "shape":"NonEmptyString",
9980          "documentation":"<p>The principal ID of the principal (user, role, or group) that created the session.</p>"
9981        },
9982        "Arn":{
9983          "shape":"NonEmptyString",
9984          "documentation":"<p>The ARN of the session.</p>"
9985        },
9986        "AccountId":{
9987          "shape":"NonEmptyString",
9988          "documentation":"<p>The identifier of the Amazon Web Services account that created the session.</p>"
9989        },
9990        "UserName":{
9991          "shape":"NonEmptyString",
9992          "documentation":"<p>The name of the principal that created the session.</p>"
9993        }
9994      },
9995      "documentation":"<p>Information about the entity that created the session.</p>"
9996    },
9997    "AwsIamAccessKeyStatus":{
9998      "type":"string",
9999      "enum":[
10000        "Active",
10001        "Inactive"
10002      ]
10003    },
10004    "AwsIamAttachedManagedPolicy":{
10005      "type":"structure",
10006      "members":{
10007        "PolicyName":{
10008          "shape":"NonEmptyString",
10009          "documentation":"<p>The name of the policy.</p>"
10010        },
10011        "PolicyArn":{
10012          "shape":"NonEmptyString",
10013          "documentation":"<p>The ARN of the policy.</p>"
10014        }
10015      },
10016      "documentation":"<p>A managed policy that is attached to an IAM principal.</p>"
10017    },
10018    "AwsIamAttachedManagedPolicyList":{
10019      "type":"list",
10020      "member":{"shape":"AwsIamAttachedManagedPolicy"}
10021    },
10022    "AwsIamGroupDetails":{
10023      "type":"structure",
10024      "members":{
10025        "AttachedManagedPolicies":{
10026          "shape":"AwsIamAttachedManagedPolicyList",
10027          "documentation":"<p>A list of the managed policies that are attached to the IAM group.</p>"
10028        },
10029        "CreateDate":{
10030          "shape":"NonEmptyString",
10031          "documentation":"<p>Indicates when the IAM group was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
10032        },
10033        "GroupId":{
10034          "shape":"NonEmptyString",
10035          "documentation":"<p>The identifier of the IAM group.</p>"
10036        },
10037        "GroupName":{
10038          "shape":"NonEmptyString",
10039          "documentation":"<p>The name of the IAM group.</p>"
10040        },
10041        "GroupPolicyList":{
10042          "shape":"AwsIamGroupPolicyList",
10043          "documentation":"<p>The list of inline policies that are embedded in the group.</p>"
10044        },
10045        "Path":{
10046          "shape":"NonEmptyString",
10047          "documentation":"<p>The path to the group.</p>"
10048        }
10049      },
10050      "documentation":"<p>Contains details about an IAM group.</p>"
10051    },
10052    "AwsIamGroupPolicy":{
10053      "type":"structure",
10054      "members":{
10055        "PolicyName":{
10056          "shape":"NonEmptyString",
10057          "documentation":"<p>The name of the policy.</p>"
10058        }
10059      },
10060      "documentation":"<p>A managed policy that is attached to the IAM group.</p>"
10061    },
10062    "AwsIamGroupPolicyList":{
10063      "type":"list",
10064      "member":{"shape":"AwsIamGroupPolicy"}
10065    },
10066    "AwsIamInstanceProfile":{
10067      "type":"structure",
10068      "members":{
10069        "Arn":{
10070          "shape":"NonEmptyString",
10071          "documentation":"<p>The ARN of the instance profile.</p>"
10072        },
10073        "CreateDate":{
10074          "shape":"NonEmptyString",
10075          "documentation":"<p>Indicates when the instance profile was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
10076        },
10077        "InstanceProfileId":{
10078          "shape":"NonEmptyString",
10079          "documentation":"<p>The identifier of the instance profile.</p>"
10080        },
10081        "InstanceProfileName":{
10082          "shape":"NonEmptyString",
10083          "documentation":"<p>The name of the instance profile.</p>"
10084        },
10085        "Path":{
10086          "shape":"NonEmptyString",
10087          "documentation":"<p>The path to the instance profile.</p>"
10088        },
10089        "Roles":{
10090          "shape":"AwsIamInstanceProfileRoles",
10091          "documentation":"<p>The roles associated with the instance profile.</p>"
10092        }
10093      },
10094      "documentation":"<p>Information about an instance profile.</p>"
10095    },
10096    "AwsIamInstanceProfileList":{
10097      "type":"list",
10098      "member":{"shape":"AwsIamInstanceProfile"}
10099    },
10100    "AwsIamInstanceProfileRole":{
10101      "type":"structure",
10102      "members":{
10103        "Arn":{
10104          "shape":"NonEmptyString",
10105          "documentation":"<p>The ARN of the role.</p>"
10106        },
10107        "AssumeRolePolicyDocument":{
10108          "shape":"AwsIamRoleAssumeRolePolicyDocument",
10109          "documentation":"<p>The policy that grants an entity permission to assume the role.</p>"
10110        },
10111        "CreateDate":{
10112          "shape":"NonEmptyString",
10113          "documentation":"<p>Indicates when the role was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
10114        },
10115        "Path":{
10116          "shape":"NonEmptyString",
10117          "documentation":"<p>The path to the role.</p>"
10118        },
10119        "RoleId":{
10120          "shape":"NonEmptyString",
10121          "documentation":"<p>The identifier of the role.</p>"
10122        },
10123        "RoleName":{
10124          "shape":"NonEmptyString",
10125          "documentation":"<p>The name of the role.</p>"
10126        }
10127      },
10128      "documentation":"<p>Information about a role associated with an instance profile.</p>"
10129    },
10130    "AwsIamInstanceProfileRoles":{
10131      "type":"list",
10132      "member":{"shape":"AwsIamInstanceProfileRole"}
10133    },
10134    "AwsIamPermissionsBoundary":{
10135      "type":"structure",
10136      "members":{
10137        "PermissionsBoundaryArn":{
10138          "shape":"NonEmptyString",
10139          "documentation":"<p>The ARN of the policy used to set the permissions boundary.</p>"
10140        },
10141        "PermissionsBoundaryType":{
10142          "shape":"NonEmptyString",
10143          "documentation":"<p>The usage type for the permissions boundary.</p>"
10144        }
10145      },
10146      "documentation":"<p>Information about the policy used to set the permissions boundary for an IAM principal.</p>"
10147    },
10148    "AwsIamPolicyDetails":{
10149      "type":"structure",
10150      "members":{
10151        "AttachmentCount":{
10152          "shape":"Integer",
10153          "documentation":"<p>The number of users, groups, and roles that the policy is attached to.</p>"
10154        },
10155        "CreateDate":{
10156          "shape":"NonEmptyString",
10157          "documentation":"<p>When the policy was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
10158        },
10159        "DefaultVersionId":{
10160          "shape":"NonEmptyString",
10161          "documentation":"<p>The identifier of the default version of the policy.</p>"
10162        },
10163        "Description":{
10164          "shape":"NonEmptyString",
10165          "documentation":"<p>A description of the policy.</p>"
10166        },
10167        "IsAttachable":{
10168          "shape":"Boolean",
10169          "documentation":"<p>Whether the policy can be attached to a user, group, or role.</p>"
10170        },
10171        "Path":{
10172          "shape":"NonEmptyString",
10173          "documentation":"<p>The path to the policy.</p>"
10174        },
10175        "PermissionsBoundaryUsageCount":{
10176          "shape":"Integer",
10177          "documentation":"<p>The number of users and roles that use the policy to set the permissions boundary.</p>"
10178        },
10179        "PolicyId":{
10180          "shape":"NonEmptyString",
10181          "documentation":"<p>The unique identifier of the policy.</p>"
10182        },
10183        "PolicyName":{
10184          "shape":"NonEmptyString",
10185          "documentation":"<p>The name of the policy.</p>"
10186        },
10187        "PolicyVersionList":{
10188          "shape":"AwsIamPolicyVersionList",
10189          "documentation":"<p>List of versions of the policy.</p>"
10190        },
10191        "UpdateDate":{
10192          "shape":"NonEmptyString",
10193          "documentation":"<p>When the policy was most recently updated.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
10194        }
10195      },
10196      "documentation":"<p>Represents an IAM permissions policy.</p>"
10197    },
10198    "AwsIamPolicyVersion":{
10199      "type":"structure",
10200      "members":{
10201        "VersionId":{
10202          "shape":"NonEmptyString",
10203          "documentation":"<p>The identifier of the policy version.</p>"
10204        },
10205        "IsDefaultVersion":{
10206          "shape":"Boolean",
10207          "documentation":"<p>Whether the version is the default version.</p>"
10208        },
10209        "CreateDate":{
10210          "shape":"NonEmptyString",
10211          "documentation":"<p>Indicates when the version was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
10212        }
10213      },
10214      "documentation":"<p>A version of an IAM policy.</p>"
10215    },
10216    "AwsIamPolicyVersionList":{
10217      "type":"list",
10218      "member":{"shape":"AwsIamPolicyVersion"}
10219    },
10220    "AwsIamRoleAssumeRolePolicyDocument":{
10221      "type":"string",
10222      "max":131072,
10223      "min":1,
10224      "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]+"
10225    },
10226    "AwsIamRoleDetails":{
10227      "type":"structure",
10228      "members":{
10229        "AssumeRolePolicyDocument":{
10230          "shape":"AwsIamRoleAssumeRolePolicyDocument",
10231          "documentation":"<p>The trust policy that grants permission to assume the role.</p>"
10232        },
10233        "AttachedManagedPolicies":{
10234          "shape":"AwsIamAttachedManagedPolicyList",
10235          "documentation":"<p>The list of the managed policies that are attached to the role.</p>"
10236        },
10237        "CreateDate":{
10238          "shape":"NonEmptyString",
10239          "documentation":"<p>Indicates when the role was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
10240        },
10241        "InstanceProfileList":{
10242          "shape":"AwsIamInstanceProfileList",
10243          "documentation":"<p>The list of instance profiles that contain this role.</p>"
10244        },
10245        "PermissionsBoundary":{"shape":"AwsIamPermissionsBoundary"},
10246        "RoleId":{
10247          "shape":"NonEmptyString",
10248          "documentation":"<p>The stable and unique string identifying the role.</p>"
10249        },
10250        "RoleName":{
10251          "shape":"NonEmptyString",
10252          "documentation":"<p>The friendly name that identifies the role.</p>"
10253        },
10254        "RolePolicyList":{
10255          "shape":"AwsIamRolePolicyList",
10256          "documentation":"<p>The list of inline policies that are embedded in the role.</p>"
10257        },
10258        "MaxSessionDuration":{
10259          "shape":"Integer",
10260          "documentation":"<p>The maximum session duration (in seconds) that you want to set for the specified role.</p>"
10261        },
10262        "Path":{
10263          "shape":"NonEmptyString",
10264          "documentation":"<p>The path to the role.</p>"
10265        }
10266      },
10267      "documentation":"<p>Contains information about an IAM role, including all of the role's policies.</p>"
10268    },
10269    "AwsIamRolePolicy":{
10270      "type":"structure",
10271      "members":{
10272        "PolicyName":{
10273          "shape":"NonEmptyString",
10274          "documentation":"<p>The name of the policy.</p>"
10275        }
10276      },
10277      "documentation":"<p>An inline policy that is embedded in the role.</p>"
10278    },
10279    "AwsIamRolePolicyList":{
10280      "type":"list",
10281      "member":{"shape":"AwsIamRolePolicy"}
10282    },
10283    "AwsIamUserDetails":{
10284      "type":"structure",
10285      "members":{
10286        "AttachedManagedPolicies":{
10287          "shape":"AwsIamAttachedManagedPolicyList",
10288          "documentation":"<p>A list of the managed policies that are attached to the user.</p>"
10289        },
10290        "CreateDate":{
10291          "shape":"NonEmptyString",
10292          "documentation":"<p>Indicates when the user was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
10293        },
10294        "GroupList":{
10295          "shape":"StringList",
10296          "documentation":"<p>A list of IAM groups that the user belongs to.</p>"
10297        },
10298        "Path":{
10299          "shape":"NonEmptyString",
10300          "documentation":"<p>The path to the user.</p>"
10301        },
10302        "PermissionsBoundary":{
10303          "shape":"AwsIamPermissionsBoundary",
10304          "documentation":"<p>The permissions boundary for the user.</p>"
10305        },
10306        "UserId":{
10307          "shape":"NonEmptyString",
10308          "documentation":"<p>The unique identifier for the user.</p>"
10309        },
10310        "UserName":{
10311          "shape":"NonEmptyString",
10312          "documentation":"<p>The name of the user.</p>"
10313        },
10314        "UserPolicyList":{
10315          "shape":"AwsIamUserPolicyList",
10316          "documentation":"<p>The list of inline policies that are embedded in the user.</p>"
10317        }
10318      },
10319      "documentation":"<p>Information about an IAM user.</p>"
10320    },
10321    "AwsIamUserPolicy":{
10322      "type":"structure",
10323      "members":{
10324        "PolicyName":{
10325          "shape":"NonEmptyString",
10326          "documentation":"<p>The name of the policy.</p>"
10327        }
10328      },
10329      "documentation":"<p>Information about an inline policy that is embedded in the user.</p>"
10330    },
10331    "AwsIamUserPolicyList":{
10332      "type":"list",
10333      "member":{"shape":"AwsIamUserPolicy"}
10334    },
10335    "AwsKinesisStreamDetails":{
10336      "type":"structure",
10337      "members":{
10338        "Name":{
10339          "shape":"NonEmptyString",
10340          "documentation":"<p>The name of the Kinesis stream. If you don't specify a name, CloudFront generates a unique physical ID and uses that ID for the stream name. </p>"
10341        },
10342        "Arn":{
10343          "shape":"NonEmptyString",
10344          "documentation":"<p>The Amazon Resource Name (ARN) of the Kinesis data stream. </p>"
10345        },
10346        "StreamEncryption":{
10347          "shape":"AwsKinesisStreamStreamEncryptionDetails",
10348          "documentation":"<p>When specified, enables or updates server-side encryption using an KMS key for a specified stream. Removing this property from your stack template and updating your stack disables encryption. </p>"
10349        },
10350        "ShardCount":{
10351          "shape":"Integer",
10352          "documentation":"<p>The number of shards that the stream uses. </p>"
10353        },
10354        "RetentionPeriodHours":{
10355          "shape":"Integer",
10356          "documentation":"<p>The number of hours for the data records that are stored in shards to remain accessible. </p>"
10357        }
10358      },
10359      "documentation":"<p>Provides information about an Amazon Kinesis data stream. </p>"
10360    },
10361    "AwsKinesisStreamStreamEncryptionDetails":{
10362      "type":"structure",
10363      "members":{
10364        "EncryptionType":{
10365          "shape":"NonEmptyString",
10366          "documentation":"<p>The encryption type to use. </p>"
10367        },
10368        "KeyId":{
10369          "shape":"NonEmptyString",
10370          "documentation":"<p>The globally unique identifier for the customer-managed KMS key to use for encryption. </p>"
10371        }
10372      },
10373      "documentation":"<p>Provides information about stream encryption. </p>"
10374    },
10375    "AwsKmsKeyDetails":{
10376      "type":"structure",
10377      "members":{
10378        "AWSAccountId":{
10379          "shape":"NonEmptyString",
10380          "documentation":"<p>The twelve-digit account ID of the Amazon Web Services account that owns the KMS key.</p>"
10381        },
10382        "CreationDate":{
10383          "shape":"Double",
10384          "documentation":"<p>Indicates when the KMS key was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
10385        },
10386        "KeyId":{
10387          "shape":"NonEmptyString",
10388          "documentation":"<p>The globally unique identifier for the KMS key.</p>"
10389        },
10390        "KeyManager":{
10391          "shape":"NonEmptyString",
10392          "documentation":"<p>The manager of the KMS key. KMS keys in your Amazon Web Services account are either customer managed or Amazon Web Services managed.</p>"
10393        },
10394        "KeyState":{
10395          "shape":"NonEmptyString",
10396          "documentation":"<p>The state of the KMS key. Valid values are as follows:</p> <ul> <li> <p> <code>Disabled</code> </p> </li> <li> <p> <code>Enabled</code> </p> </li> <li> <p> <code>PendingDeletion</code> </p> </li> <li> <p> <code>PendingImport</code> </p> </li> <li> <p> <code>Unavailable</code> </p> </li> </ul>"
10397        },
10398        "Origin":{
10399          "shape":"NonEmptyString",
10400          "documentation":"<p>The source of the KMS key material.</p> <p>When this value is <code>AWS_KMS</code>, KMS created the key material.</p> <p>When this value is <code>EXTERNAL</code>, the key material was imported from your existing key management infrastructure or the KMS key lacks key material.</p> <p>When this value is <code>AWS_CLOUDHSM</code>, the key material was created in the CloudHSM cluster associated with a custom key store.</p>"
10401        },
10402        "Description":{
10403          "shape":"NonEmptyString",
10404          "documentation":"<p>A description of the KMS key.</p>"
10405        },
10406        "KeyRotationStatus":{
10407          "shape":"Boolean",
10408          "documentation":"<p>Whether the key has key rotation enabled.</p>"
10409        }
10410      },
10411      "documentation":"<p>Contains metadata about an KMS key.</p>"
10412    },
10413    "AwsLambdaFunctionCode":{
10414      "type":"structure",
10415      "members":{
10416        "S3Bucket":{
10417          "shape":"NonEmptyString",
10418          "documentation":"<p>An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account.</p>"
10419        },
10420        "S3Key":{
10421          "shape":"NonEmptyString",
10422          "documentation":"<p>The Amazon S3 key of the deployment package.</p>"
10423        },
10424        "S3ObjectVersion":{
10425          "shape":"NonEmptyString",
10426          "documentation":"<p>For versioned objects, the version of the deployment package object to use.</p>"
10427        },
10428        "ZipFile":{
10429          "shape":"NonEmptyString",
10430          "documentation":"<p>The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.</p>"
10431        }
10432      },
10433      "documentation":"<p>The code for the Lambda function. You can specify either an object in Amazon S3, or upload a deployment package directly.</p>"
10434    },
10435    "AwsLambdaFunctionDeadLetterConfig":{
10436      "type":"structure",
10437      "members":{
10438        "TargetArn":{
10439          "shape":"NonEmptyString",
10440          "documentation":"<p>The ARN of an SQS queue or SNS topic.</p>"
10441        }
10442      },
10443      "documentation":"<p>The dead-letter queue for failed asynchronous invocations.</p>"
10444    },
10445    "AwsLambdaFunctionDetails":{
10446      "type":"structure",
10447      "members":{
10448        "Code":{
10449          "shape":"AwsLambdaFunctionCode",
10450          "documentation":"<p>An <code>AwsLambdaFunctionCode</code> object.</p>"
10451        },
10452        "CodeSha256":{
10453          "shape":"NonEmptyString",
10454          "documentation":"<p>The SHA256 hash of the function's deployment package.</p>"
10455        },
10456        "DeadLetterConfig":{
10457          "shape":"AwsLambdaFunctionDeadLetterConfig",
10458          "documentation":"<p>The function's dead letter queue.</p>"
10459        },
10460        "Environment":{
10461          "shape":"AwsLambdaFunctionEnvironment",
10462          "documentation":"<p>The function's environment variables.</p>"
10463        },
10464        "FunctionName":{
10465          "shape":"NonEmptyString",
10466          "documentation":"<p>The name of the function.</p>"
10467        },
10468        "Handler":{
10469          "shape":"NonEmptyString",
10470          "documentation":"<p>The function that Lambda calls to begin executing your function.</p>"
10471        },
10472        "KmsKeyArn":{
10473          "shape":"NonEmptyString",
10474          "documentation":"<p>The KMS key that is used to encrypt the function's environment variables. This key is only returned if you've configured a customer managed customer managed key.</p>"
10475        },
10476        "LastModified":{
10477          "shape":"NonEmptyString",
10478          "documentation":"<p>Indicates when the function was last updated.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
10479        },
10480        "Layers":{
10481          "shape":"AwsLambdaFunctionLayerList",
10482          "documentation":"<p>The function's layers.</p>"
10483        },
10484        "MasterArn":{
10485          "shape":"NonEmptyString",
10486          "documentation":"<p>For Lambda@Edge functions, the ARN of the master function.</p>"
10487        },
10488        "MemorySize":{
10489          "shape":"Integer",
10490          "documentation":"<p>The memory that is allocated to the function.</p>"
10491        },
10492        "RevisionId":{
10493          "shape":"NonEmptyString",
10494          "documentation":"<p>The latest updated revision of the function or alias.</p>"
10495        },
10496        "Role":{
10497          "shape":"NonEmptyString",
10498          "documentation":"<p>The function's execution role.</p>"
10499        },
10500        "Runtime":{
10501          "shape":"NonEmptyString",
10502          "documentation":"<p>The runtime environment for the Lambda function.</p>"
10503        },
10504        "Timeout":{
10505          "shape":"Integer",
10506          "documentation":"<p>The amount of time that Lambda allows a function to run before stopping it.</p>"
10507        },
10508        "TracingConfig":{
10509          "shape":"AwsLambdaFunctionTracingConfig",
10510          "documentation":"<p>The function's X-Ray tracing configuration.</p>"
10511        },
10512        "VpcConfig":{
10513          "shape":"AwsLambdaFunctionVpcConfig",
10514          "documentation":"<p>The function's networking configuration.</p>"
10515        },
10516        "Version":{
10517          "shape":"NonEmptyString",
10518          "documentation":"<p>The version of the Lambda function.</p>"
10519        },
10520        "Architectures":{
10521          "shape":"NonEmptyStringList",
10522          "documentation":"<p>The instruction set architecture that the function uses. Valid values are <code>x86_64</code> or <code>arm64</code>.</p>"
10523        },
10524        "PackageType":{
10525          "shape":"NonEmptyString",
10526          "documentation":"<p>The type of deployment package that's used to deploy the function code to Lambda. Set to <code>Image</code> for a container image and <code>Zip</code> for a .zip file archive. </p>"
10527        }
10528      },
10529      "documentation":"<p>Details about an Lambda function's configuration.</p>"
10530    },
10531    "AwsLambdaFunctionEnvironment":{
10532      "type":"structure",
10533      "members":{
10534        "Variables":{
10535          "shape":"FieldMap",
10536          "documentation":"<p>Environment variable key-value pairs.</p>"
10537        },
10538        "Error":{
10539          "shape":"AwsLambdaFunctionEnvironmentError",
10540          "documentation":"<p>An <code>AwsLambdaFunctionEnvironmentError</code> object.</p>"
10541        }
10542      },
10543      "documentation":"<p>A function's environment variable settings.</p>"
10544    },
10545    "AwsLambdaFunctionEnvironmentError":{
10546      "type":"structure",
10547      "members":{
10548        "ErrorCode":{
10549          "shape":"NonEmptyString",
10550          "documentation":"<p>The error code.</p>"
10551        },
10552        "Message":{
10553          "shape":"NonEmptyString",
10554          "documentation":"<p>The error message.</p>"
10555        }
10556      },
10557      "documentation":"<p>Error messages for environment variables that could not be applied.</p>"
10558    },
10559    "AwsLambdaFunctionLayer":{
10560      "type":"structure",
10561      "members":{
10562        "Arn":{
10563          "shape":"NonEmptyString",
10564          "documentation":"<p>The ARN of the function layer.</p>"
10565        },
10566        "CodeSize":{
10567          "shape":"Integer",
10568          "documentation":"<p>The size of the layer archive in bytes.</p>"
10569        }
10570      },
10571      "documentation":"<p>An Lambda layer.</p>"
10572    },
10573    "AwsLambdaFunctionLayerList":{
10574      "type":"list",
10575      "member":{"shape":"AwsLambdaFunctionLayer"}
10576    },
10577    "AwsLambdaFunctionTracingConfig":{
10578      "type":"structure",
10579      "members":{
10580        "Mode":{
10581          "shape":"NonEmptyString",
10582          "documentation":"<p>The tracing mode.</p>"
10583        }
10584      },
10585      "documentation":"<p>The function's X-Ray tracing configuration.</p>"
10586    },
10587    "AwsLambdaFunctionVpcConfig":{
10588      "type":"structure",
10589      "members":{
10590        "SecurityGroupIds":{
10591          "shape":"NonEmptyStringList",
10592          "documentation":"<p>A list of VPC security groups IDs.</p>"
10593        },
10594        "SubnetIds":{
10595          "shape":"NonEmptyStringList",
10596          "documentation":"<p>A list of VPC subnet IDs.</p>"
10597        },
10598        "VpcId":{
10599          "shape":"NonEmptyString",
10600          "documentation":"<p>The ID of the VPC.</p>"
10601        }
10602      },
10603      "documentation":"<p>The VPC security groups and subnets that are attached to a Lambda function.</p>"
10604    },
10605    "AwsLambdaLayerVersionDetails":{
10606      "type":"structure",
10607      "members":{
10608        "Version":{
10609          "shape":"AwsLambdaLayerVersionNumber",
10610          "documentation":"<p>The version number.</p>"
10611        },
10612        "CompatibleRuntimes":{
10613          "shape":"NonEmptyStringList",
10614          "documentation":"<p>The layer's compatible <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">function runtimes</a>.</p> <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a> in the <i>Lambda Developer Guide</i>.</p> <p>Array Members: Maximum number of 5 items.</p> <p>Valid Values: <code>nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | nodejs14.x | nodejs16.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | python3.9 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | dotnet6 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2 | nodejs18.x | python3.10 | java17 | ruby3.2 | python3.11 | nodejs20.x | provided.al2023 | python3.12 | java21</code> </p>"
10615        },
10616        "CreatedDate":{
10617          "shape":"NonEmptyString",
10618          "documentation":"<p>Indicates when the version was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
10619        }
10620      },
10621      "documentation":"<p>Details about a Lambda layer version.</p>"
10622    },
10623    "AwsLambdaLayerVersionNumber":{"type":"long"},
10624    "AwsMountPoint":{
10625      "type":"structure",
10626      "members":{
10627        "SourceVolume":{
10628          "shape":"NonEmptyString",
10629          "documentation":"<p>The name of the volume to mount. Must be a volume name referenced in the <code>name</code> parameter of task definition <code>volume</code>. </p>"
10630        },
10631        "ContainerPath":{
10632          "shape":"NonEmptyString",
10633          "documentation":"<p>The path on the container to mount the host volume at. </p>"
10634        }
10635      },
10636      "documentation":"<p>Details for a volume mount point that's used in a container definition. </p>"
10637    },
10638    "AwsMountPointList":{
10639      "type":"list",
10640      "member":{"shape":"AwsMountPoint"}
10641    },
10642    "AwsMskClusterClusterInfoClientAuthenticationDetails":{
10643      "type":"structure",
10644      "members":{
10645        "Sasl":{
10646          "shape":"AwsMskClusterClusterInfoClientAuthenticationSaslDetails",
10647          "documentation":"<p> Provides details for client authentication using SASL.</p>"
10648        },
10649        "Unauthenticated":{
10650          "shape":"AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails",
10651          "documentation":"<p> Provides details for allowing no client authentication.</p>"
10652        },
10653        "Tls":{
10654          "shape":"AwsMskClusterClusterInfoClientAuthenticationTlsDetails",
10655          "documentation":"<p> Provides details for client authentication using TLS.</p>"
10656        }
10657      },
10658      "documentation":"<p> Provides details about different modes of client authentication.</p>"
10659    },
10660    "AwsMskClusterClusterInfoClientAuthenticationSaslDetails":{
10661      "type":"structure",
10662      "members":{
10663        "Iam":{
10664          "shape":"AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails",
10665          "documentation":"<p> Provides details for SASL client authentication using IAM. </p>"
10666        },
10667        "Scram":{
10668          "shape":"AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails",
10669          "documentation":"<p> Details for SASL client authentication using SCRAM.</p>"
10670        }
10671      },
10672      "documentation":"<p> Provides details for client authentication using SASL.</p>"
10673    },
10674    "AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails":{
10675      "type":"structure",
10676      "members":{
10677        "Enabled":{
10678          "shape":"Boolean",
10679          "documentation":"<p> Indicates whether SASL/IAM authentication is enabled or not.</p>"
10680        }
10681      },
10682      "documentation":"<p> Details for SASL/IAM client authentication.</p>"
10683    },
10684    "AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails":{
10685      "type":"structure",
10686      "members":{
10687        "Enabled":{
10688          "shape":"Boolean",
10689          "documentation":"<p> Indicates whether SASL/SCRAM authentication is enabled or not.</p>"
10690        }
10691      },
10692      "documentation":"<p> Details for SASL/SCRAM client authentication.</p>"
10693    },
10694    "AwsMskClusterClusterInfoClientAuthenticationTlsDetails":{
10695      "type":"structure",
10696      "members":{
10697        "CertificateAuthorityArnList":{
10698          "shape":"StringList",
10699          "documentation":"<p> List of Amazon Web Services Private CA Amazon Resource Names (ARNs). Amazon Web Services Private CA enables creation of private certificate authority (CA) hierarchies, including root and subordinate CAs, without the investment and maintenance costs of operating an on-premises CA.</p>"
10700        },
10701        "Enabled":{
10702          "shape":"Boolean",
10703          "documentation":"<p> Indicates whether TLS authentication is enabled or not.</p>"
10704        }
10705      },
10706      "documentation":"<p> Provides details for client authentication using TLS.</p>"
10707    },
10708    "AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails":{
10709      "type":"structure",
10710      "members":{
10711        "Enabled":{
10712          "shape":"Boolean",
10713          "documentation":"<p> Indicates whether unauthenticated is allowed or not.</p>"
10714        }
10715      },
10716      "documentation":"<p> Provides details for allowing no client authentication. </p>"
10717    },
10718    "AwsMskClusterClusterInfoDetails":{
10719      "type":"structure",
10720      "members":{
10721        "EncryptionInfo":{
10722          "shape":"AwsMskClusterClusterInfoEncryptionInfoDetails",
10723          "documentation":"<p> Includes encryption-related information, such as the KMS key used for encrypting data at rest and whether you want Amazon MSK to encrypt your data in transit.</p>"
10724        },
10725        "CurrentVersion":{
10726          "shape":"NonEmptyString",
10727          "documentation":"<p> The current version of the cluster.</p>"
10728        },
10729        "NumberOfBrokerNodes":{
10730          "shape":"Integer",
10731          "documentation":"<p> The number of broker nodes in the cluster.</p>"
10732        },
10733        "ClusterName":{
10734          "shape":"NonEmptyString",
10735          "documentation":"<p> The name of the cluster.</p>"
10736        },
10737        "ClientAuthentication":{
10738          "shape":"AwsMskClusterClusterInfoClientAuthenticationDetails",
10739          "documentation":"<p> Provides information for different modes of client authentication.</p>"
10740        },
10741        "EnhancedMonitoring":{
10742          "shape":"NonEmptyString",
10743          "documentation":"<p> Specifies the level of monitoring for the cluster. </p>"
10744        }
10745      },
10746      "documentation":"<p> Provide details about an Amazon Managed Streaming for Apache Kafka (Amazon MSK) cluster.</p>"
10747    },
10748    "AwsMskClusterClusterInfoEncryptionInfoDetails":{
10749      "type":"structure",
10750      "members":{
10751        "EncryptionInTransit":{
10752          "shape":"AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails",
10753          "documentation":"<p> The settings for encrypting data in transit.</p>"
10754        },
10755        "EncryptionAtRest":{
10756          "shape":"AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails",
10757          "documentation":"<p> The data-volume encryption details. You can't update encryption at rest settings for existing clusters.</p>"
10758        }
10759      },
10760      "documentation":"<p> Includes encryption-related information, such as the KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.</p>"
10761    },
10762    "AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails":{
10763      "type":"structure",
10764      "members":{
10765        "DataVolumeKMSKeyId":{
10766          "shape":"NonEmptyString",
10767          "documentation":"<p> The Amazon Resource Name (ARN) of the KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.</p>"
10768        }
10769      },
10770      "documentation":"<p> The data-volume encryption details. You can't update encryption at rest settings for existing clusters.</p>"
10771    },
10772    "AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails":{
10773      "type":"structure",
10774      "members":{
10775        "InCluster":{
10776          "shape":"Boolean",
10777          "documentation":"<p> When set to <code>true</code>, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to <code>false</code>, the communication happens in plain text. The default value is <code>true</code>.</p>"
10778        },
10779        "ClientBroker":{
10780          "shape":"NonEmptyString",
10781          "documentation":"<p> Indicates the encryption setting for data in transit between clients and brokers.</p>"
10782        }
10783      },
10784      "documentation":"<p> The settings for encrypting data in transit.</p>"
10785    },
10786    "AwsMskClusterDetails":{
10787      "type":"structure",
10788      "members":{
10789        "ClusterInfo":{
10790          "shape":"AwsMskClusterClusterInfoDetails",
10791          "documentation":"<p> Provides information about a cluster.</p>"
10792        }
10793      },
10794      "documentation":"<p> Provides details about an Amazon Managed Streaming for Apache Kafka (Amazon MSK) cluster. </p>"
10795    },
10796    "AwsNetworkFirewallFirewallDetails":{
10797      "type":"structure",
10798      "members":{
10799        "DeleteProtection":{
10800          "shape":"Boolean",
10801          "documentation":"<p>Whether the firewall is protected from deletion. If set to <code>true</code>, then the firewall cannot be deleted.</p>"
10802        },
10803        "Description":{
10804          "shape":"NonEmptyString",
10805          "documentation":"<p>A description of the firewall.</p>"
10806        },
10807        "FirewallArn":{
10808          "shape":"NonEmptyString",
10809          "documentation":"<p>The ARN of the firewall.</p>"
10810        },
10811        "FirewallId":{
10812          "shape":"NonEmptyString",
10813          "documentation":"<p>The identifier of the firewall.</p>"
10814        },
10815        "FirewallName":{
10816          "shape":"NonEmptyString",
10817          "documentation":"<p>A descriptive name of the firewall.</p>"
10818        },
10819        "FirewallPolicyArn":{
10820          "shape":"NonEmptyString",
10821          "documentation":"<p>The ARN of the firewall policy.</p>"
10822        },
10823        "FirewallPolicyChangeProtection":{
10824          "shape":"Boolean",
10825          "documentation":"<p>Whether the firewall is protected from a change to the firewall policy. If set to <code>true</code>, you cannot associate a different policy with the firewall.</p>"
10826        },
10827        "SubnetChangeProtection":{
10828          "shape":"Boolean",
10829          "documentation":"<p>Whether the firewall is protected from a change to the subnet associations. If set to <code>true</code>, you cannot map different subnets to the firewall.</p>"
10830        },
10831        "SubnetMappings":{
10832          "shape":"AwsNetworkFirewallFirewallSubnetMappingsList",
10833          "documentation":"<p>The public subnets that Network Firewall uses for the firewall. Each subnet must belong to a different Availability Zone.</p>"
10834        },
10835        "VpcId":{
10836          "shape":"NonEmptyString",
10837          "documentation":"<p>The identifier of the VPC where the firewall is used.</p>"
10838        }
10839      },
10840      "documentation":"<p>Details about an Network Firewall firewall.</p>"
10841    },
10842    "AwsNetworkFirewallFirewallPolicyDetails":{
10843      "type":"structure",
10844      "members":{
10845        "FirewallPolicy":{
10846          "shape":"FirewallPolicyDetails",
10847          "documentation":"<p>The firewall policy configuration.</p>"
10848        },
10849        "FirewallPolicyArn":{
10850          "shape":"NonEmptyString",
10851          "documentation":"<p>The ARN of the firewall policy.</p>"
10852        },
10853        "FirewallPolicyId":{
10854          "shape":"NonEmptyString",
10855          "documentation":"<p>The identifier of the firewall policy.</p>"
10856        },
10857        "FirewallPolicyName":{
10858          "shape":"NonEmptyString",
10859          "documentation":"<p>The name of the firewall policy.</p>"
10860        },
10861        "Description":{
10862          "shape":"NonEmptyString",
10863          "documentation":"<p>A description of the firewall policy.</p>"
10864        }
10865      },
10866      "documentation":"<p>Details about a firewall policy. A firewall policy defines the behavior of a network firewall.</p>"
10867    },
10868    "AwsNetworkFirewallFirewallSubnetMappingsDetails":{
10869      "type":"structure",
10870      "members":{
10871        "SubnetId":{
10872          "shape":"NonEmptyString",
10873          "documentation":"<p>The identifier of the subnet</p>"
10874        }
10875      },
10876      "documentation":"<p>A public subnet that Network Firewall uses for the firewall.</p>"
10877    },
10878    "AwsNetworkFirewallFirewallSubnetMappingsList":{
10879      "type":"list",
10880      "member":{"shape":"AwsNetworkFirewallFirewallSubnetMappingsDetails"}
10881    },
10882    "AwsNetworkFirewallRuleGroupDetails":{
10883      "type":"structure",
10884      "members":{
10885        "Capacity":{
10886          "shape":"Integer",
10887          "documentation":"<p>The maximum number of operating resources that this rule group can use.</p>"
10888        },
10889        "Description":{
10890          "shape":"NonEmptyString",
10891          "documentation":"<p>A description of the rule group.</p>"
10892        },
10893        "RuleGroup":{
10894          "shape":"RuleGroupDetails",
10895          "documentation":"<p>Details about the rule group.</p>"
10896        },
10897        "RuleGroupArn":{
10898          "shape":"NonEmptyString",
10899          "documentation":"<p>The ARN of the rule group.</p>"
10900        },
10901        "RuleGroupId":{
10902          "shape":"NonEmptyString",
10903          "documentation":"<p>The identifier of the rule group.</p>"
10904        },
10905        "RuleGroupName":{
10906          "shape":"NonEmptyString",
10907          "documentation":"<p>The descriptive name of the rule group.</p>"
10908        },
10909        "Type":{
10910          "shape":"NonEmptyString",
10911          "documentation":"<p>The type of rule group. A rule group can be stateful or stateless.</p>"
10912        }
10913      },
10914      "documentation":"<p>Details about an Network Firewall rule group. Rule groups are used to inspect and control network traffic. Stateless rule groups apply to individual packets. Stateful rule groups apply to packets in the context of their traffic flow.</p> <p>Rule groups are referenced in firewall policies. </p>"
10915    },
10916    "AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails":{
10917      "type":"structure",
10918      "members":{
10919        "Enabled":{
10920          "shape":"Boolean",
10921          "documentation":"<p>Enables fine-grained access control. </p>"
10922        },
10923        "InternalUserDatabaseEnabled":{
10924          "shape":"Boolean",
10925          "documentation":"<p>Enables the internal user database. </p>"
10926        },
10927        "MasterUserOptions":{
10928          "shape":"AwsOpenSearchServiceDomainMasterUserOptionsDetails",
10929          "documentation":"<p>Specifies information about the master user of the domain. </p>"
10930        }
10931      },
10932      "documentation":"<p>Provides information about domain access control options. </p>"
10933    },
10934    "AwsOpenSearchServiceDomainClusterConfigDetails":{
10935      "type":"structure",
10936      "members":{
10937        "InstanceCount":{
10938          "shape":"Integer",
10939          "documentation":"<p>The number of data nodes to use in the OpenSearch domain.</p>"
10940        },
10941        "WarmEnabled":{
10942          "shape":"Boolean",
10943          "documentation":"<p>Whether UltraWarm is enabled.</p>"
10944        },
10945        "WarmCount":{
10946          "shape":"Integer",
10947          "documentation":"<p>The number of UltraWarm instances.</p>"
10948        },
10949        "DedicatedMasterEnabled":{
10950          "shape":"Boolean",
10951          "documentation":"<p>Whether to use a dedicated master node for the OpenSearch domain. A dedicated master node performs cluster management tasks, but does not hold data or respond to data upload requests.</p>"
10952        },
10953        "ZoneAwarenessConfig":{
10954          "shape":"AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails",
10955          "documentation":"<p>Configuration options for zone awareness. Provided if <code>ZoneAwarenessEnabled</code> is <code>true</code>.</p>"
10956        },
10957        "DedicatedMasterCount":{
10958          "shape":"Integer",
10959          "documentation":"<p>The number of instances to use for the master node. If this attribute is specified, then <code>DedicatedMasterEnabled</code> must be <code>true</code>.</p>"
10960        },
10961        "InstanceType":{
10962          "shape":"NonEmptyString",
10963          "documentation":"<p>The instance type for your data nodes.</p> <p>For a list of valid values, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html\">Supported instance types in Amazon OpenSearch Service</a> in the <i>Amazon OpenSearch Service Developer Guide</i>.</p>"
10964        },
10965        "WarmType":{
10966          "shape":"NonEmptyString",
10967          "documentation":"<p>The type of UltraWarm instance.</p>"
10968        },
10969        "ZoneAwarenessEnabled":{
10970          "shape":"Boolean",
10971          "documentation":"<p>Whether to enable zone awareness for the OpenSearch domain. When zone awareness is enabled, OpenSearch Service allocates the cluster's nodes and replica index shards across Availability Zones (AZs) in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.</p>"
10972        },
10973        "DedicatedMasterType":{
10974          "shape":"NonEmptyString",
10975          "documentation":"<p>The hardware configuration of the computer that hosts the dedicated master node.</p> <p>If this attribute is specified, then <code>DedicatedMasterEnabled</code> must be <code>true</code>. </p>"
10976        }
10977      },
10978      "documentation":"<p>Details about the configuration of an OpenSearch cluster.</p>"
10979    },
10980    "AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails":{
10981      "type":"structure",
10982      "members":{
10983        "AvailabilityZoneCount":{
10984          "shape":"Integer",
10985          "documentation":"<p>The number of Availability Zones that the domain uses. Valid values are <code>2</code> or <code>3</code>. The default is <code>2</code>.</p>"
10986        }
10987      },
10988      "documentation":"<p>Configuration options for zone awareness.</p>"
10989    },
10990    "AwsOpenSearchServiceDomainDetails":{
10991      "type":"structure",
10992      "members":{
10993        "Arn":{
10994          "shape":"NonEmptyString",
10995          "documentation":"<p>The ARN of the OpenSearch Service domain.</p>"
10996        },
10997        "AccessPolicies":{
10998          "shape":"NonEmptyString",
10999          "documentation":"<p>IAM policy document that specifies the access policies for the OpenSearch Service domain.</p>"
11000        },
11001        "DomainName":{
11002          "shape":"NonEmptyString",
11003          "documentation":"<p>The name of the endpoint.</p>"
11004        },
11005        "Id":{
11006          "shape":"NonEmptyString",
11007          "documentation":"<p>The identifier of the domain.</p>"
11008        },
11009        "DomainEndpoint":{
11010          "shape":"NonEmptyString",
11011          "documentation":"<p>The domain endpoint.</p>"
11012        },
11013        "EngineVersion":{
11014          "shape":"NonEmptyString",
11015          "documentation":"<p>The version of the domain engine.</p>"
11016        },
11017        "EncryptionAtRestOptions":{
11018          "shape":"AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails",
11019          "documentation":"<p>Details about the configuration for encryption at rest.</p>"
11020        },
11021        "NodeToNodeEncryptionOptions":{
11022          "shape":"AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails",
11023          "documentation":"<p>Details about the configuration for node-to-node encryption.</p>"
11024        },
11025        "ServiceSoftwareOptions":{
11026          "shape":"AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails",
11027          "documentation":"<p>Information about the status of a domain relative to the latest service software.</p>"
11028        },
11029        "ClusterConfig":{
11030          "shape":"AwsOpenSearchServiceDomainClusterConfigDetails",
11031          "documentation":"<p>Details about the configuration of an OpenSearch cluster.</p>"
11032        },
11033        "DomainEndpointOptions":{
11034          "shape":"AwsOpenSearchServiceDomainDomainEndpointOptionsDetails",
11035          "documentation":"<p>Additional options for the domain endpoint.</p>"
11036        },
11037        "VpcOptions":{
11038          "shape":"AwsOpenSearchServiceDomainVpcOptionsDetails",
11039          "documentation":"<p>Information that OpenSearch Service derives based on <code>VPCOptions</code> for the domain.</p>"
11040        },
11041        "LogPublishingOptions":{
11042          "shape":"AwsOpenSearchServiceDomainLogPublishingOptionsDetails",
11043          "documentation":"<p>Configures the CloudWatch Logs to publish for the OpenSearch domain.</p>"
11044        },
11045        "DomainEndpoints":{
11046          "shape":"FieldMap",
11047          "documentation":"<p>The domain endpoints. Used if the OpenSearch domain resides in a VPC.</p> <p>This is a map of key-value pairs. The key is always <code>vpc</code>. The value is the endpoint.</p>"
11048        },
11049        "AdvancedSecurityOptions":{
11050          "shape":"AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails",
11051          "documentation":"<p>Specifies options for fine-grained access control. </p>"
11052        }
11053      },
11054      "documentation":"<p>Information about an Amazon OpenSearch Service domain.</p>"
11055    },
11056    "AwsOpenSearchServiceDomainDomainEndpointOptionsDetails":{
11057      "type":"structure",
11058      "members":{
11059        "CustomEndpointCertificateArn":{
11060          "shape":"NonEmptyString",
11061          "documentation":"<p>The ARN for the security certificate. The certificate is managed in ACM.</p>"
11062        },
11063        "CustomEndpointEnabled":{
11064          "shape":"Boolean",
11065          "documentation":"<p>Whether to enable a custom endpoint for the domain.</p>"
11066        },
11067        "EnforceHTTPS":{
11068          "shape":"Boolean",
11069          "documentation":"<p>Whether to require that all traffic to the domain arrive over HTTPS.</p>"
11070        },
11071        "CustomEndpoint":{
11072          "shape":"NonEmptyString",
11073          "documentation":"<p>The fully qualified URL for the custom endpoint.</p>"
11074        },
11075        "TLSSecurityPolicy":{
11076          "shape":"NonEmptyString",
11077          "documentation":"<p>The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.</p>"
11078        }
11079      },
11080      "documentation":"<p>Information about additional options for the domain endpoint.</p>"
11081    },
11082    "AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails":{
11083      "type":"structure",
11084      "members":{
11085        "Enabled":{
11086          "shape":"Boolean",
11087          "documentation":"<p>Whether encryption at rest is enabled.</p>"
11088        },
11089        "KmsKeyId":{
11090          "shape":"NonEmptyString",
11091          "documentation":"<p>The KMS key ID.</p>"
11092        }
11093      },
11094      "documentation":"<p>Details about the configuration for encryption at rest for the OpenSearch domain.</p>"
11095    },
11096    "AwsOpenSearchServiceDomainLogPublishingOption":{
11097      "type":"structure",
11098      "members":{
11099        "CloudWatchLogsLogGroupArn":{
11100          "shape":"NonEmptyString",
11101          "documentation":"<p>The ARN of the CloudWatch Logs group to publish the logs to.</p>"
11102        },
11103        "Enabled":{
11104          "shape":"Boolean",
11105          "documentation":"<p>Whether the log publishing is enabled.</p>"
11106        }
11107      },
11108      "documentation":"<p>Configuration details for a log publishing option.</p>"
11109    },
11110    "AwsOpenSearchServiceDomainLogPublishingOptionsDetails":{
11111      "type":"structure",
11112      "members":{
11113        "IndexSlowLogs":{
11114          "shape":"AwsOpenSearchServiceDomainLogPublishingOption",
11115          "documentation":"<p>Configures the OpenSearch index logs publishing.</p>"
11116        },
11117        "SearchSlowLogs":{
11118          "shape":"AwsOpenSearchServiceDomainLogPublishingOption",
11119          "documentation":"<p>Configures the OpenSearch search slow log publishing.</p>"
11120        },
11121        "AuditLogs":{
11122          "shape":"AwsOpenSearchServiceDomainLogPublishingOption",
11123          "documentation":"<p>Configures the OpenSearch audit logs publishing.</p>"
11124        }
11125      },
11126      "documentation":"<p>Configures the CloudWatch Logs to publish for the OpenSearch domain.</p>"
11127    },
11128    "AwsOpenSearchServiceDomainMasterUserOptionsDetails":{
11129      "type":"structure",
11130      "members":{
11131        "MasterUserArn":{
11132          "shape":"NonEmptyString",
11133          "documentation":"<p>The Amazon Resource Name (ARN) for the master user. </p>"
11134        },
11135        "MasterUserName":{
11136          "shape":"NonEmptyString",
11137          "documentation":"<p>The username for the master user. </p>"
11138        },
11139        "MasterUserPassword":{
11140          "shape":"NonEmptyString",
11141          "documentation":"<p>The password for the master user. </p>"
11142        }
11143      },
11144      "documentation":"<p>Specifies information about the master user of the domain. </p>"
11145    },
11146    "AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails":{
11147      "type":"structure",
11148      "members":{
11149        "Enabled":{
11150          "shape":"Boolean",
11151          "documentation":"<p>Whether node-to-node encryption is enabled.</p>"
11152        }
11153      },
11154      "documentation":"<p>Provides details about the configuration for node-to-node encryption.</p>"
11155    },
11156    "AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails":{
11157      "type":"structure",
11158      "members":{
11159        "AutomatedUpdateDate":{
11160          "shape":"NonEmptyString",
11161          "documentation":"<p>The epoch time when the deployment window closes for required updates. After this time, OpenSearch Service schedules the software upgrade automatically.</p>"
11162        },
11163        "Cancellable":{
11164          "shape":"Boolean",
11165          "documentation":"<p>Whether a request to update the domain can be canceled.</p>"
11166        },
11167        "CurrentVersion":{
11168          "shape":"NonEmptyString",
11169          "documentation":"<p>The version of the service software that is currently installed on the domain.</p>"
11170        },
11171        "Description":{
11172          "shape":"NonEmptyString",
11173          "documentation":"<p>A more detailed description of the service software status.</p>"
11174        },
11175        "NewVersion":{
11176          "shape":"NonEmptyString",
11177          "documentation":"<p>The most recent version of the service software.</p>"
11178        },
11179        "UpdateAvailable":{
11180          "shape":"Boolean",
11181          "documentation":"<p>Whether a service software update is available for the domain.</p>"
11182        },
11183        "UpdateStatus":{
11184          "shape":"NonEmptyString",
11185          "documentation":"<p>The status of the service software update. Valid values are as follows:</p> <ul> <li> <p> <code>COMPLETED</code> </p> </li> <li> <p> <code>ELIGIBLE</code> </p> </li> <li> <p> <code>IN_PROGRESS</code> </p> </li> <li> <p> <code>NOT_ELIGIBLE</code> </p> </li> <li> <p> <code>PENDING_UPDATE</code> </p> </li> </ul>"
11186        },
11187        "OptionalDeployment":{
11188          "shape":"Boolean",
11189          "documentation":"<p>Whether the service software update is optional.</p>"
11190        }
11191      },
11192      "documentation":"<p>Provides information about the state of the domain relative to the latest service software.</p>"
11193    },
11194    "AwsOpenSearchServiceDomainVpcOptionsDetails":{
11195      "type":"structure",
11196      "members":{
11197        "SecurityGroupIds":{
11198          "shape":"NonEmptyStringList",
11199          "documentation":"<p>The list of security group IDs that are associated with the VPC endpoints for the domain.</p>"
11200        },
11201        "SubnetIds":{
11202          "shape":"NonEmptyStringList",
11203          "documentation":"<p>A list of subnet IDs that are associated with the VPC endpoints for the domain.</p>"
11204        }
11205      },
11206      "documentation":"<p>Contains information that OpenSearch Service derives based on the <code>VPCOptions</code> for the domain.</p>"
11207    },
11208    "AwsRdsDbClusterAssociatedRole":{
11209      "type":"structure",
11210      "members":{
11211        "RoleArn":{
11212          "shape":"NonEmptyString",
11213          "documentation":"<p>The ARN of the IAM role.</p>"
11214        },
11215        "Status":{
11216          "shape":"NonEmptyString",
11217          "documentation":"<p>The status of the association between the IAM role and the DB cluster. Valid values are as follows:</p> <ul> <li> <p> <code>ACTIVE</code> </p> </li> <li> <p> <code>INVALID</code> </p> </li> <li> <p> <code>PENDING</code> </p> </li> </ul>"
11218        }
11219      },
11220      "documentation":"<p>An IAM role that is associated with the Amazon RDS DB cluster.</p>"
11221    },
11222    "AwsRdsDbClusterAssociatedRoles":{
11223      "type":"list",
11224      "member":{"shape":"AwsRdsDbClusterAssociatedRole"}
11225    },
11226    "AwsRdsDbClusterDetails":{
11227      "type":"structure",
11228      "members":{
11229        "AllocatedStorage":{
11230          "shape":"Integer",
11231          "documentation":"<p>For all database engines except Aurora, specifies the allocated storage size in gibibytes (GiB).</p>"
11232        },
11233        "AvailabilityZones":{
11234          "shape":"StringList",
11235          "documentation":"<p>A list of Availability Zones (AZs) where instances in the DB cluster can be created.</p>"
11236        },
11237        "BackupRetentionPeriod":{
11238          "shape":"Integer",
11239          "documentation":"<p>The number of days for which automated backups are retained.</p>"
11240        },
11241        "DatabaseName":{
11242          "shape":"NonEmptyString",
11243          "documentation":"<p>The name of the database.</p>"
11244        },
11245        "Status":{
11246          "shape":"NonEmptyString",
11247          "documentation":"<p>The current status of this DB cluster.</p>"
11248        },
11249        "Endpoint":{
11250          "shape":"NonEmptyString",
11251          "documentation":"<p>The connection endpoint for the primary instance of the DB cluster.</p>"
11252        },
11253        "ReaderEndpoint":{
11254          "shape":"NonEmptyString",
11255          "documentation":"<p>The reader endpoint for the DB cluster.</p>"
11256        },
11257        "CustomEndpoints":{
11258          "shape":"StringList",
11259          "documentation":"<p>A list of custom endpoints for the DB cluster.</p>"
11260        },
11261        "MultiAz":{
11262          "shape":"Boolean",
11263          "documentation":"<p>Whether the DB cluster has instances in multiple Availability Zones.</p>"
11264        },
11265        "Engine":{
11266          "shape":"NonEmptyString",
11267          "documentation":"<p>The name of the database engine to use for this DB cluster. Valid values are as follows:</p> <ul> <li> <p> <code>aurora</code> </p> </li> <li> <p> <code>aurora-mysql</code> </p> </li> <li> <p> <code>aurora-postgresql</code> </p> </li> </ul>"
11268        },
11269        "EngineVersion":{
11270          "shape":"NonEmptyString",
11271          "documentation":"<p>The version number of the database engine to use.</p>"
11272        },
11273        "Port":{
11274          "shape":"Integer",
11275          "documentation":"<p>The port number on which the DB instances in the DB cluster accept connections.</p>"
11276        },
11277        "MasterUsername":{
11278          "shape":"NonEmptyString",
11279          "documentation":"<p>The name of the master user for the DB cluster.</p>"
11280        },
11281        "PreferredBackupWindow":{
11282          "shape":"NonEmptyString",
11283          "documentation":"<p>The range of time each day when automated backups are created, if automated backups are enabled.</p> <p>Uses the format <code>HH:MM-HH:MM</code>. For example, <code>04:52-05:22</code>.</p>"
11284        },
11285        "PreferredMaintenanceWindow":{
11286          "shape":"NonEmptyString",
11287          "documentation":"<p>The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).</p> <p>Uses the format <code>&lt;day&gt;:HH:MM-&lt;day&gt;:HH:MM</code>.</p> <p>For the day values, use <code>mon</code>|<code>tue</code>|<code>wed</code>|<code>thu</code>|<code>fri</code>|<code>sat</code>|<code>sun</code>.</p> <p>For example, <code>sun:09:32-sun:10:02</code>.</p>"
11288        },
11289        "ReadReplicaIdentifiers":{
11290          "shape":"StringList",
11291          "documentation":"<p>The identifiers of the read replicas that are associated with this DB cluster.</p>"
11292        },
11293        "VpcSecurityGroups":{
11294          "shape":"AwsRdsDbInstanceVpcSecurityGroups",
11295          "documentation":"<p>A list of VPC security groups that the DB cluster belongs to.</p>"
11296        },
11297        "HostedZoneId":{
11298          "shape":"NonEmptyString",
11299          "documentation":"<p>Specifies the identifier that Amazon Route 53 assigns when you create a hosted zone.</p>"
11300        },
11301        "StorageEncrypted":{
11302          "shape":"Boolean",
11303          "documentation":"<p>Whether the DB cluster is encrypted.</p>"
11304        },
11305        "KmsKeyId":{
11306          "shape":"NonEmptyString",
11307          "documentation":"<p>The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.</p>"
11308        },
11309        "DbClusterResourceId":{
11310          "shape":"NonEmptyString",
11311          "documentation":"<p>The identifier of the DB cluster. The identifier must be unique within each Amazon Web Services Region and is immutable.</p>"
11312        },
11313        "AssociatedRoles":{
11314          "shape":"AwsRdsDbClusterAssociatedRoles",
11315          "documentation":"<p>A list of the IAM roles that are associated with the DB cluster.</p>"
11316        },
11317        "ClusterCreateTime":{
11318          "shape":"NonEmptyString",
11319          "documentation":"<p>Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
11320        },
11321        "EnabledCloudWatchLogsExports":{
11322          "shape":"StringList",
11323          "documentation":"<p>A list of log types that this DB cluster is configured to export to CloudWatch Logs.</p>"
11324        },
11325        "EngineMode":{
11326          "shape":"NonEmptyString",
11327          "documentation":"<p>The database engine mode of the DB cluster.Valid values are as follows:</p> <ul> <li> <p> <code>global</code> </p> </li> <li> <p> <code>multimaster</code> </p> </li> <li> <p> <code>parallelquery</code> </p> </li> <li> <p> <code>provisioned</code> </p> </li> <li> <p> <code>serverless</code> </p> </li> </ul>"
11328        },
11329        "DeletionProtection":{
11330          "shape":"Boolean",
11331          "documentation":"<p>Whether the DB cluster has deletion protection enabled.</p>"
11332        },
11333        "HttpEndpointEnabled":{
11334          "shape":"Boolean",
11335          "documentation":"<p>Whether the HTTP endpoint for an Aurora Serverless DB cluster is enabled.</p>"
11336        },
11337        "ActivityStreamStatus":{
11338          "shape":"NonEmptyString",
11339          "documentation":"<p>The status of the database activity stream. Valid values are as follows:</p> <ul> <li> <p> <code>started</code> </p> </li> <li> <p> <code>starting</code> </p> </li> <li> <p> <code>stopped</code> </p> </li> <li> <p> <code>stopping</code> </p> </li> </ul>"
11340        },
11341        "CopyTagsToSnapshot":{
11342          "shape":"Boolean",
11343          "documentation":"<p>Whether tags are copied from the DB cluster to snapshots of the DB cluster.</p>"
11344        },
11345        "CrossAccountClone":{
11346          "shape":"Boolean",
11347          "documentation":"<p>Whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services account.</p>"
11348        },
11349        "DomainMemberships":{
11350          "shape":"AwsRdsDbDomainMemberships",
11351          "documentation":"<p>The Active Directory domain membership records that are associated with the DB cluster.</p>"
11352        },
11353        "DbClusterParameterGroup":{
11354          "shape":"NonEmptyString",
11355          "documentation":"<p>The name of the DB cluster parameter group for the DB cluster.</p>"
11356        },
11357        "DbSubnetGroup":{
11358          "shape":"NonEmptyString",
11359          "documentation":"<p>The subnet group that is associated with the DB cluster, including the name, description, and subnets in the subnet group.</p>"
11360        },
11361        "DbClusterOptionGroupMemberships":{
11362          "shape":"AwsRdsDbClusterOptionGroupMemberships",
11363          "documentation":"<p>The list of option group memberships for this DB cluster.</p>"
11364        },
11365        "DbClusterIdentifier":{
11366          "shape":"NonEmptyString",
11367          "documentation":"<p>The DB cluster identifier that the user assigned to the cluster. This identifier is the unique key that identifies a DB cluster.</p>"
11368        },
11369        "DbClusterMembers":{
11370          "shape":"AwsRdsDbClusterMembers",
11371          "documentation":"<p>The list of instances that make up the DB cluster.</p>"
11372        },
11373        "IamDatabaseAuthenticationEnabled":{
11374          "shape":"Boolean",
11375          "documentation":"<p>Whether the mapping of IAM accounts to database accounts is enabled.</p>"
11376        },
11377        "AutoMinorVersionUpgrade":{
11378          "shape":"Boolean",
11379          "documentation":"<p> Indicates if minor version upgrades are automatically applied to the cluster.</p>"
11380        }
11381      },
11382      "documentation":"<p>Information about an Amazon RDS DB cluster.</p>"
11383    },
11384    "AwsRdsDbClusterMember":{
11385      "type":"structure",
11386      "members":{
11387        "IsClusterWriter":{
11388          "shape":"Boolean",
11389          "documentation":"<p>Whether the cluster member is the primary instance for the DB cluster.</p>"
11390        },
11391        "PromotionTier":{
11392          "shape":"Integer",
11393          "documentation":"<p>Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.</p>"
11394        },
11395        "DbInstanceIdentifier":{
11396          "shape":"NonEmptyString",
11397          "documentation":"<p>The instance identifier for this member of the DB cluster.</p>"
11398        },
11399        "DbClusterParameterGroupStatus":{
11400          "shape":"NonEmptyString",
11401          "documentation":"<p>The status of the DB cluster parameter group for this member of the DB cluster.</p>"
11402        }
11403      },
11404      "documentation":"<p>Information about an instance in the DB cluster.</p>"
11405    },
11406    "AwsRdsDbClusterMembers":{
11407      "type":"list",
11408      "member":{"shape":"AwsRdsDbClusterMember"}
11409    },
11410    "AwsRdsDbClusterOptionGroupMembership":{
11411      "type":"structure",
11412      "members":{
11413        "DbClusterOptionGroupName":{
11414          "shape":"NonEmptyString",
11415          "documentation":"<p>The name of the DB cluster option group.</p>"
11416        },
11417        "Status":{
11418          "shape":"NonEmptyString",
11419          "documentation":"<p>The status of the DB cluster option group.</p>"
11420        }
11421      },
11422      "documentation":"<p>Information about an option group membership for a DB cluster.</p>"
11423    },
11424    "AwsRdsDbClusterOptionGroupMemberships":{
11425      "type":"list",
11426      "member":{"shape":"AwsRdsDbClusterOptionGroupMembership"}
11427    },
11428    "AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute":{
11429      "type":"structure",
11430      "members":{
11431        "AttributeName":{
11432          "shape":"NonEmptyString",
11433          "documentation":"<p> The name of the manual DB cluster snapshot attribute. The attribute named <code>restore</code> refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual DB cluster snapshot. </p>"
11434        },
11435        "AttributeValues":{
11436          "shape":"NonEmptyStringList",
11437          "documentation":"<p> The value(s) for the manual DB cluster snapshot attribute. If the <code>AttributeName</code> field is set to <code>restore</code>, then this element returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual DB cluster snapshot. If a value of <code>all</code> is in the list, then the manual DB cluster snapshot is public and available for any Amazon Web Services account to copy or restore. </p>"
11438        }
11439      },
11440      "documentation":"<p> Contains the name and values of a manual Amazon Relational Database Service (RDS) DB cluster snapshot attribute. </p>"
11441    },
11442    "AwsRdsDbClusterSnapshotDbClusterSnapshotAttributes":{
11443      "type":"list",
11444      "member":{"shape":"AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute"}
11445    },
11446    "AwsRdsDbClusterSnapshotDetails":{
11447      "type":"structure",
11448      "members":{
11449        "AvailabilityZones":{
11450          "shape":"StringList",
11451          "documentation":"<p>A list of Availability Zones where instances in the DB cluster can be created.</p>"
11452        },
11453        "SnapshotCreateTime":{
11454          "shape":"NonEmptyString",
11455          "documentation":"<p>Indicates when the snapshot was taken.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
11456        },
11457        "Engine":{
11458          "shape":"NonEmptyString",
11459          "documentation":"<p>The name of the database engine that you want to use for this DB instance.</p>"
11460        },
11461        "AllocatedStorage":{
11462          "shape":"Integer",
11463          "documentation":"<p>Specifies the allocated storage size in gibibytes (GiB).</p>"
11464        },
11465        "Status":{
11466          "shape":"NonEmptyString",
11467          "documentation":"<p>The status of this DB cluster snapshot.</p>"
11468        },
11469        "Port":{
11470          "shape":"Integer",
11471          "documentation":"<p>The port number on which the DB instances in the DB cluster accept connections.</p>"
11472        },
11473        "VpcId":{
11474          "shape":"NonEmptyString",
11475          "documentation":"<p>The VPC ID that is associated with the DB cluster snapshot.</p>"
11476        },
11477        "ClusterCreateTime":{
11478          "shape":"NonEmptyString",
11479          "documentation":"<p>Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
11480        },
11481        "MasterUsername":{
11482          "shape":"NonEmptyString",
11483          "documentation":"<p>The name of the master user for the DB cluster.</p>"
11484        },
11485        "EngineVersion":{
11486          "shape":"NonEmptyString",
11487          "documentation":"<p>The version of the database engine to use.</p>"
11488        },
11489        "LicenseModel":{
11490          "shape":"NonEmptyString",
11491          "documentation":"<p>The license model information for this DB cluster snapshot.</p>"
11492        },
11493        "SnapshotType":{
11494          "shape":"NonEmptyString",
11495          "documentation":"<p>The type of DB cluster snapshot.</p>"
11496        },
11497        "PercentProgress":{
11498          "shape":"Integer",
11499          "documentation":"<p>Specifies the percentage of the estimated data that has been transferred.</p>"
11500        },
11501        "StorageEncrypted":{
11502          "shape":"Boolean",
11503          "documentation":"<p>Whether the DB cluster is encrypted.</p>"
11504        },
11505        "KmsKeyId":{
11506          "shape":"NonEmptyString",
11507          "documentation":"<p>The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.</p>"
11508        },
11509        "DbClusterIdentifier":{
11510          "shape":"NonEmptyString",
11511          "documentation":"<p>The DB cluster identifier.</p>"
11512        },
11513        "DbClusterSnapshotIdentifier":{
11514          "shape":"NonEmptyString",
11515          "documentation":"<p>The identifier of the DB cluster snapshot.</p>"
11516        },
11517        "IamDatabaseAuthenticationEnabled":{
11518          "shape":"Boolean",
11519          "documentation":"<p>Whether mapping of IAM accounts to database accounts is enabled.</p>"
11520        },
11521        "DbClusterSnapshotAttributes":{
11522          "shape":"AwsRdsDbClusterSnapshotDbClusterSnapshotAttributes",
11523          "documentation":"<p> Contains the name and values of a manual DB cluster snapshot attribute. </p>"
11524        }
11525      },
11526      "documentation":"<p>Information about an Amazon RDS DB cluster snapshot.</p>"
11527    },
11528    "AwsRdsDbDomainMembership":{
11529      "type":"structure",
11530      "members":{
11531        "Domain":{
11532          "shape":"NonEmptyString",
11533          "documentation":"<p>The identifier of the Active Directory domain.</p>"
11534        },
11535        "Status":{
11536          "shape":"NonEmptyString",
11537          "documentation":"<p>The status of the Active Directory Domain membership for the DB instance.</p>"
11538        },
11539        "Fqdn":{
11540          "shape":"NonEmptyString",
11541          "documentation":"<p>The fully qualified domain name of the Active Directory domain.</p>"
11542        },
11543        "IamRoleName":{
11544          "shape":"NonEmptyString",
11545          "documentation":"<p>The name of the IAM role to use when making API calls to the Directory Service.</p>"
11546        }
11547      },
11548      "documentation":"<p>Information about an Active Directory domain membership record associated with the DB instance.</p>"
11549    },
11550    "AwsRdsDbDomainMemberships":{
11551      "type":"list",
11552      "member":{"shape":"AwsRdsDbDomainMembership"}
11553    },
11554    "AwsRdsDbInstanceAssociatedRole":{
11555      "type":"structure",
11556      "members":{
11557        "RoleArn":{
11558          "shape":"NonEmptyString",
11559          "documentation":"<p>The ARN of the IAM role that is associated with the DB instance.</p>"
11560        },
11561        "FeatureName":{
11562          "shape":"NonEmptyString",
11563          "documentation":"<p>The name of the feature associated with the IAM role.</p>"
11564        },
11565        "Status":{
11566          "shape":"NonEmptyString",
11567          "documentation":"<p>Describes the state of the association between the IAM role and the DB instance. The <code>Status</code> property returns one of the following values:</p> <ul> <li> <p> <code>ACTIVE</code> - The IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf.</p> </li> <li> <p> <code>PENDING</code> - The IAM role ARN is being associated with the DB instance.</p> </li> <li> <p> <code>INVALID</code> - The IAM role ARN is associated with the DB instance. But the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf. </p> </li> </ul>"
11568        }
11569      },
11570      "documentation":"<p>An IAM role associated with the DB instance.</p>"
11571    },
11572    "AwsRdsDbInstanceAssociatedRoles":{
11573      "type":"list",
11574      "member":{"shape":"AwsRdsDbInstanceAssociatedRole"}
11575    },
11576    "AwsRdsDbInstanceDetails":{
11577      "type":"structure",
11578      "members":{
11579        "AssociatedRoles":{
11580          "shape":"AwsRdsDbInstanceAssociatedRoles",
11581          "documentation":"<p>The IAM roles associated with the DB instance.</p>"
11582        },
11583        "CACertificateIdentifier":{
11584          "shape":"NonEmptyString",
11585          "documentation":"<p>The identifier of the CA certificate for this DB instance.</p>"
11586        },
11587        "DBClusterIdentifier":{
11588          "shape":"NonEmptyString",
11589          "documentation":"<p>If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.</p>"
11590        },
11591        "DBInstanceIdentifier":{
11592          "shape":"NonEmptyString",
11593          "documentation":"<p>Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.</p>"
11594        },
11595        "DBInstanceClass":{
11596          "shape":"NonEmptyString",
11597          "documentation":"<p>Contains the name of the compute and memory capacity class of the DB instance.</p>"
11598        },
11599        "DbInstancePort":{
11600          "shape":"Integer",
11601          "documentation":"<p>Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port.</p>"
11602        },
11603        "DbiResourceId":{
11604          "shape":"NonEmptyString",
11605          "documentation":"<p>The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in CloudTrail log entries whenever the KMS key for the DB instance is accessed. </p>"
11606        },
11607        "DBName":{
11608          "shape":"NonEmptyString",
11609          "documentation":"<p>The meaning of this parameter differs according to the database engine you use.</p> <p> <b>MySQL, MariaDB, SQL Server, PostgreSQL</b> </p> <p>Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.</p> <p> <b>Oracle</b> </p> <p>Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance. </p>"
11610        },
11611        "DeletionProtection":{
11612          "shape":"Boolean",
11613          "documentation":"<p>Indicates whether the DB instance has deletion protection enabled.</p> <p>When deletion protection is enabled, the database cannot be deleted.</p>"
11614        },
11615        "Endpoint":{
11616          "shape":"AwsRdsDbInstanceEndpoint",
11617          "documentation":"<p>Specifies the connection endpoint.</p>"
11618        },
11619        "Engine":{
11620          "shape":"NonEmptyString",
11621          "documentation":"<p>Provides the name of the database engine to use for this DB instance.</p>"
11622        },
11623        "EngineVersion":{
11624          "shape":"NonEmptyString",
11625          "documentation":"<p>Indicates the database engine version.</p>"
11626        },
11627        "IAMDatabaseAuthenticationEnabled":{
11628          "shape":"Boolean",
11629          "documentation":"<p>True if mapping of IAM accounts to database accounts is enabled, and otherwise false.</p> <p>IAM database authentication can be enabled for the following database engines.</p> <ul> <li> <p>For MySQL 5.6, minor version 5.6.34 or higher</p> </li> <li> <p>For MySQL 5.7, minor version 5.7.16 or higher</p> </li> <li> <p>Aurora 5.6 or higher</p> </li> </ul>"
11630        },
11631        "InstanceCreateTime":{
11632          "shape":"NonEmptyString",
11633          "documentation":"<p>Indicates when the DB instance was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
11634        },
11635        "KmsKeyId":{
11636          "shape":"NonEmptyString",
11637          "documentation":"<p>If <code>StorageEncrypted</code> is true, the KMS key identifier for the encrypted DB instance.</p>"
11638        },
11639        "PubliclyAccessible":{
11640          "shape":"Boolean",
11641          "documentation":"<p>Specifies the accessibility options for the DB instance.</p> <p>A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.</p> <p>A value of false specifies an internal instance with a DNS name that resolves to a private IP address. </p>"
11642        },
11643        "StorageEncrypted":{
11644          "shape":"Boolean",
11645          "documentation":"<p>Specifies whether the DB instance is encrypted.</p>"
11646        },
11647        "TdeCredentialArn":{
11648          "shape":"NonEmptyString",
11649          "documentation":"<p>The ARN from the key store with which the instance is associated for TDE encryption.</p>"
11650        },
11651        "VpcSecurityGroups":{
11652          "shape":"AwsRdsDbInstanceVpcSecurityGroups",
11653          "documentation":"<p>A list of VPC security groups that the DB instance belongs to.</p>"
11654        },
11655        "MultiAz":{
11656          "shape":"Boolean",
11657          "documentation":"<p>Whether the DB instance is a multiple Availability Zone deployment.</p>"
11658        },
11659        "EnhancedMonitoringResourceArn":{
11660          "shape":"NonEmptyString",
11661          "documentation":"<p>The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB instance.</p>"
11662        },
11663        "DbInstanceStatus":{
11664          "shape":"NonEmptyString",
11665          "documentation":"<p>The current status of the DB instance.</p>"
11666        },
11667        "MasterUsername":{
11668          "shape":"NonEmptyString",
11669          "documentation":"<p>The master user name of the DB instance.</p>"
11670        },
11671        "AllocatedStorage":{
11672          "shape":"Integer",
11673          "documentation":"<p>The amount of storage (in gigabytes) to initially allocate for the DB instance.</p>"
11674        },
11675        "PreferredBackupWindow":{
11676          "shape":"NonEmptyString",
11677          "documentation":"<p>The range of time each day when automated backups are created, if automated backups are enabled.</p> <p>Uses the format <code>HH:MM-HH:MM</code>. For example, <code>04:52-05:22</code>.</p>"
11678        },
11679        "BackupRetentionPeriod":{
11680          "shape":"Integer",
11681          "documentation":"<p>The number of days for which to retain automated backups.</p>"
11682        },
11683        "DbSecurityGroups":{
11684          "shape":"StringList",
11685          "documentation":"<p>A list of the DB security groups to assign to the DB instance.</p>"
11686        },
11687        "DbParameterGroups":{
11688          "shape":"AwsRdsDbParameterGroups",
11689          "documentation":"<p>A list of the DB parameter groups to assign to the DB instance.</p>"
11690        },
11691        "AvailabilityZone":{
11692          "shape":"NonEmptyString",
11693          "documentation":"<p>The Availability Zone where the DB instance will be created.</p>"
11694        },
11695        "DbSubnetGroup":{
11696          "shape":"AwsRdsDbSubnetGroup",
11697          "documentation":"<p>Information about the subnet group that is associated with the DB instance.</p>"
11698        },
11699        "PreferredMaintenanceWindow":{
11700          "shape":"NonEmptyString",
11701          "documentation":"<p>The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).</p> <p>Uses the format <code>&lt;day&gt;:HH:MM-&lt;day&gt;:HH:MM</code>.</p> <p>For the day values, use <code>mon</code>|<code>tue</code>|<code>wed</code>|<code>thu</code>|<code>fri</code>|<code>sat</code>|<code>sun</code>.</p> <p>For example, <code>sun:09:32-sun:10:02</code>.</p>"
11702        },
11703        "PendingModifiedValues":{
11704          "shape":"AwsRdsDbPendingModifiedValues",
11705          "documentation":"<p>Changes to the DB instance that are currently pending.</p>"
11706        },
11707        "LatestRestorableTime":{
11708          "shape":"NonEmptyString",
11709          "documentation":"<p>Specifies the latest time to which a database can be restored with point-in-time restore.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
11710        },
11711        "AutoMinorVersionUpgrade":{
11712          "shape":"Boolean",
11713          "documentation":"<p>Indicates whether minor version patches are applied automatically.</p>"
11714        },
11715        "ReadReplicaSourceDBInstanceIdentifier":{
11716          "shape":"NonEmptyString",
11717          "documentation":"<p>If this DB instance is a read replica, contains the identifier of the source DB instance.</p>"
11718        },
11719        "ReadReplicaDBInstanceIdentifiers":{
11720          "shape":"StringList",
11721          "documentation":"<p>List of identifiers of the read replicas associated with this DB instance.</p>"
11722        },
11723        "ReadReplicaDBClusterIdentifiers":{
11724          "shape":"StringList",
11725          "documentation":"<p>List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.</p>"
11726        },
11727        "LicenseModel":{
11728          "shape":"NonEmptyString",
11729          "documentation":"<p>License model information for this DB instance.</p>"
11730        },
11731        "Iops":{
11732          "shape":"Integer",
11733          "documentation":"<p>Specifies the provisioned IOPS (I/O operations per second) for this DB instance.</p>"
11734        },
11735        "OptionGroupMemberships":{
11736          "shape":"AwsRdsDbOptionGroupMemberships",
11737          "documentation":"<p>The list of option group memberships for this DB instance.</p>"
11738        },
11739        "CharacterSetName":{
11740          "shape":"NonEmptyString",
11741          "documentation":"<p>The name of the character set that this DB instance is associated with.</p>"
11742        },
11743        "SecondaryAvailabilityZone":{
11744          "shape":"NonEmptyString",
11745          "documentation":"<p>For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.</p>"
11746        },
11747        "StatusInfos":{
11748          "shape":"AwsRdsDbStatusInfos",
11749          "documentation":"<p>The status of a read replica. If the instance isn't a read replica, this is empty.</p>"
11750        },
11751        "StorageType":{
11752          "shape":"NonEmptyString",
11753          "documentation":"<p>The storage type for the DB instance.</p>"
11754        },
11755        "DomainMemberships":{
11756          "shape":"AwsRdsDbDomainMemberships",
11757          "documentation":"<p>The Active Directory domain membership records associated with the DB instance.</p>"
11758        },
11759        "CopyTagsToSnapshot":{
11760          "shape":"Boolean",
11761          "documentation":"<p>Whether to copy resource tags to snapshots of the DB instance.</p>"
11762        },
11763        "MonitoringInterval":{
11764          "shape":"Integer",
11765          "documentation":"<p>The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.</p>"
11766        },
11767        "MonitoringRoleArn":{
11768          "shape":"NonEmptyString",
11769          "documentation":"<p>The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.</p>"
11770        },
11771        "PromotionTier":{
11772          "shape":"Integer",
11773          "documentation":"<p>The order in which to promote an Aurora replica to the primary instance after a failure of the existing primary instance.</p>"
11774        },
11775        "Timezone":{
11776          "shape":"NonEmptyString",
11777          "documentation":"<p>The time zone of the DB instance.</p>"
11778        },
11779        "PerformanceInsightsEnabled":{
11780          "shape":"Boolean",
11781          "documentation":"<p>Indicates whether Performance Insights is enabled for the DB instance.</p>"
11782        },
11783        "PerformanceInsightsKmsKeyId":{
11784          "shape":"NonEmptyString",
11785          "documentation":"<p>The identifier of the KMS key used to encrypt the Performance Insights data.</p>"
11786        },
11787        "PerformanceInsightsRetentionPeriod":{
11788          "shape":"Integer",
11789          "documentation":"<p>The number of days to retain Performance Insights data.</p>"
11790        },
11791        "EnabledCloudWatchLogsExports":{
11792          "shape":"StringList",
11793          "documentation":"<p>A list of log types that this DB instance is configured to export to CloudWatch Logs.</p>"
11794        },
11795        "ProcessorFeatures":{
11796          "shape":"AwsRdsDbProcessorFeatures",
11797          "documentation":"<p>The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.</p>"
11798        },
11799        "ListenerEndpoint":{"shape":"AwsRdsDbInstanceEndpoint"},
11800        "MaxAllocatedStorage":{
11801          "shape":"Integer",
11802          "documentation":"<p>The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.</p>"
11803        }
11804      },
11805      "documentation":"<p>Contains the details of an Amazon RDS DB instance.</p>"
11806    },
11807    "AwsRdsDbInstanceEndpoint":{
11808      "type":"structure",
11809      "members":{
11810        "Address":{
11811          "shape":"NonEmptyString",
11812          "documentation":"<p>Specifies the DNS address of the DB instance.</p>"
11813        },
11814        "Port":{
11815          "shape":"Integer",
11816          "documentation":"<p>Specifies the port that the database engine is listening on.</p>"
11817        },
11818        "HostedZoneId":{
11819          "shape":"NonEmptyString",
11820          "documentation":"<p>Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.</p>"
11821        }
11822      },
11823      "documentation":"<p>Specifies the connection endpoint.</p>"
11824    },
11825    "AwsRdsDbInstanceVpcSecurityGroup":{
11826      "type":"structure",
11827      "members":{
11828        "VpcSecurityGroupId":{
11829          "shape":"NonEmptyString",
11830          "documentation":"<p>The name of the VPC security group.</p>"
11831        },
11832        "Status":{
11833          "shape":"NonEmptyString",
11834          "documentation":"<p>The status of the VPC security group.</p>"
11835        }
11836      },
11837      "documentation":"<p>A VPC security groups that the DB instance belongs to.</p>"
11838    },
11839    "AwsRdsDbInstanceVpcSecurityGroups":{
11840      "type":"list",
11841      "member":{"shape":"AwsRdsDbInstanceVpcSecurityGroup"}
11842    },
11843    "AwsRdsDbOptionGroupMembership":{
11844      "type":"structure",
11845      "members":{
11846        "OptionGroupName":{
11847          "shape":"NonEmptyString",
11848          "documentation":"<p>The name of the option group.</p>"
11849        },
11850        "Status":{
11851          "shape":"NonEmptyString",
11852          "documentation":"<p>The status of the option group membership.</p>"
11853        }
11854      },
11855      "documentation":"<p>An option group membership.</p>"
11856    },
11857    "AwsRdsDbOptionGroupMemberships":{
11858      "type":"list",
11859      "member":{"shape":"AwsRdsDbOptionGroupMembership"}
11860    },
11861    "AwsRdsDbParameterGroup":{
11862      "type":"structure",
11863      "members":{
11864        "DbParameterGroupName":{
11865          "shape":"NonEmptyString",
11866          "documentation":"<p>The name of the parameter group.</p>"
11867        },
11868        "ParameterApplyStatus":{
11869          "shape":"NonEmptyString",
11870          "documentation":"<p>The status of parameter updates.</p>"
11871        }
11872      },
11873      "documentation":"<p>Provides information about a parameter group for a DB instance.</p>"
11874    },
11875    "AwsRdsDbParameterGroups":{
11876      "type":"list",
11877      "member":{"shape":"AwsRdsDbParameterGroup"}
11878    },
11879    "AwsRdsDbPendingModifiedValues":{
11880      "type":"structure",
11881      "members":{
11882        "DbInstanceClass":{
11883          "shape":"NonEmptyString",
11884          "documentation":"<p>The new DB instance class for the DB instance.</p>"
11885        },
11886        "AllocatedStorage":{
11887          "shape":"Integer",
11888          "documentation":"<p>The new value of the allocated storage for the DB instance.</p>"
11889        },
11890        "MasterUserPassword":{
11891          "shape":"NonEmptyString",
11892          "documentation":"<p>The new master user password for the DB instance.</p>"
11893        },
11894        "Port":{
11895          "shape":"Integer",
11896          "documentation":"<p>The new port for the DB instance.</p>"
11897        },
11898        "BackupRetentionPeriod":{
11899          "shape":"Integer",
11900          "documentation":"<p>The new backup retention period for the DB instance.</p>"
11901        },
11902        "MultiAZ":{
11903          "shape":"Boolean",
11904          "documentation":"<p>Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.</p>"
11905        },
11906        "EngineVersion":{
11907          "shape":"NonEmptyString",
11908          "documentation":"<p>The new engine version for the DB instance.</p>"
11909        },
11910        "LicenseModel":{
11911          "shape":"NonEmptyString",
11912          "documentation":"<p>The new license model value for the DB instance.</p>"
11913        },
11914        "Iops":{
11915          "shape":"Integer",
11916          "documentation":"<p>The new provisioned IOPS value for the DB instance.</p>"
11917        },
11918        "DbInstanceIdentifier":{
11919          "shape":"NonEmptyString",
11920          "documentation":"<p>The new DB instance identifier for the DB instance.</p>"
11921        },
11922        "StorageType":{
11923          "shape":"NonEmptyString",
11924          "documentation":"<p>The new storage type for the DB instance.</p>"
11925        },
11926        "CaCertificateIdentifier":{
11927          "shape":"NonEmptyString",
11928          "documentation":"<p>The new CA certificate identifier for the DB instance.</p>"
11929        },
11930        "DbSubnetGroupName":{
11931          "shape":"NonEmptyString",
11932          "documentation":"<p>The name of the new subnet group for the DB instance.</p>"
11933        },
11934        "PendingCloudWatchLogsExports":{
11935          "shape":"AwsRdsPendingCloudWatchLogsExports",
11936          "documentation":"<p>A list of log types that are being enabled or disabled.</p>"
11937        },
11938        "ProcessorFeatures":{
11939          "shape":"AwsRdsDbProcessorFeatures",
11940          "documentation":"<p>Processor features that are being updated.</p>"
11941        }
11942      },
11943      "documentation":"<p>Changes to a DB instance that are currently pending.</p>"
11944    },
11945    "AwsRdsDbProcessorFeature":{
11946      "type":"structure",
11947      "members":{
11948        "Name":{
11949          "shape":"NonEmptyString",
11950          "documentation":"<p>The name of the processor feature. Valid values are <code>coreCount</code> or <code>threadsPerCore</code>.</p>"
11951        },
11952        "Value":{
11953          "shape":"NonEmptyString",
11954          "documentation":"<p>The value of the processor feature.</p>"
11955        }
11956      },
11957      "documentation":"<p>A processor feature.</p>"
11958    },
11959    "AwsRdsDbProcessorFeatures":{
11960      "type":"list",
11961      "member":{"shape":"AwsRdsDbProcessorFeature"}
11962    },
11963    "AwsRdsDbSecurityGroupDetails":{
11964      "type":"structure",
11965      "members":{
11966        "DbSecurityGroupArn":{
11967          "shape":"NonEmptyString",
11968          "documentation":"<p>The ARN for the DB security group.</p>"
11969        },
11970        "DbSecurityGroupDescription":{
11971          "shape":"NonEmptyString",
11972          "documentation":"<p>Provides the description of the DB security group.</p>"
11973        },
11974        "DbSecurityGroupName":{
11975          "shape":"NonEmptyString",
11976          "documentation":"<p>Specifies the name of the DB security group.</p>"
11977        },
11978        "Ec2SecurityGroups":{
11979          "shape":"AwsRdsDbSecurityGroupEc2SecurityGroups",
11980          "documentation":"<p>Contains a list of EC2 security groups.</p>"
11981        },
11982        "IpRanges":{
11983          "shape":"AwsRdsDbSecurityGroupIpRanges",
11984          "documentation":"<p>Contains a list of IP ranges.</p>"
11985        },
11986        "OwnerId":{
11987          "shape":"NonEmptyString",
11988          "documentation":"<p>Provides the Amazon Web Services ID of the owner of a specific DB security group.</p>"
11989        },
11990        "VpcId":{
11991          "shape":"NonEmptyString",
11992          "documentation":"<p>Provides VPC ID associated with the DB security group. </p>"
11993        }
11994      },
11995      "documentation":"<p>Provides information about an Amazon RDS DB security group.</p>"
11996    },
11997    "AwsRdsDbSecurityGroupEc2SecurityGroup":{
11998      "type":"structure",
11999      "members":{
12000        "Ec2SecurityGroupId":{
12001          "shape":"NonEmptyString",
12002          "documentation":"<p>Specifies the ID for the EC2 security group.</p>"
12003        },
12004        "Ec2SecurityGroupName":{
12005          "shape":"NonEmptyString",
12006          "documentation":"<p>Specifies the name of the EC2 security group.</p>"
12007        },
12008        "Ec2SecurityGroupOwnerId":{
12009          "shape":"NonEmptyString",
12010          "documentation":"<p>Provides the Amazon Web Services ID of the owner of the EC2 security group.</p>"
12011        },
12012        "Status":{
12013          "shape":"NonEmptyString",
12014          "documentation":"<p>Provides the status of the EC2 security group.</p>"
12015        }
12016      },
12017      "documentation":"<p>EC2 security group information for an RDS DB security group.</p>"
12018    },
12019    "AwsRdsDbSecurityGroupEc2SecurityGroups":{
12020      "type":"list",
12021      "member":{"shape":"AwsRdsDbSecurityGroupEc2SecurityGroup"}
12022    },
12023    "AwsRdsDbSecurityGroupIpRange":{
12024      "type":"structure",
12025      "members":{
12026        "CidrIp":{
12027          "shape":"NonEmptyString",
12028          "documentation":"<p>Specifies the IP range.</p>"
12029        },
12030        "Status":{
12031          "shape":"NonEmptyString",
12032          "documentation":"<p>Specifies the status of the IP range.</p>"
12033        }
12034      },
12035      "documentation":"<p>IP range information for an RDS DB security group.</p>"
12036    },
12037    "AwsRdsDbSecurityGroupIpRanges":{
12038      "type":"list",
12039      "member":{"shape":"AwsRdsDbSecurityGroupIpRange"}
12040    },
12041    "AwsRdsDbSnapshotDetails":{
12042      "type":"structure",
12043      "members":{
12044        "DbSnapshotIdentifier":{
12045          "shape":"NonEmptyString",
12046          "documentation":"<p>The name or ARN of the DB snapshot that is used to restore the DB instance.</p>"
12047        },
12048        "DbInstanceIdentifier":{
12049          "shape":"NonEmptyString",
12050          "documentation":"<p>A name for the DB instance.</p>"
12051        },
12052        "SnapshotCreateTime":{
12053          "shape":"NonEmptyString",
12054          "documentation":"<p>When the snapshot was taken in Coordinated Universal Time (UTC).</p>"
12055        },
12056        "Engine":{
12057          "shape":"NonEmptyString",
12058          "documentation":"<p>The name of the database engine to use for this DB instance. Valid values are as follows:</p> <ul> <li> <p> <code>aurora</code> </p> </li> <li> <p> <code>aurora-mysql</code> </p> </li> <li> <p> <code>aurora-postgresql</code> </p> </li> <li> <p> <code>c</code> </p> </li> <li> <p> <code>mariadb</code> </p> </li> <li> <p> <code>mysql</code> </p> </li> <li> <p> <code>oracle-ee</code> </p> </li> <li> <p> <code>oracle-se</code> </p> </li> <li> <p> <code>oracle-se1</code> </p> </li> <li> <p> <code>oracle-se2</code> </p> </li> <li> <p> <code>sqlserver-ee</code> </p> </li> <li> <p> <code>sqlserver-ex</code> </p> </li> <li> <p> <code>sqlserver-se</code> </p> </li> <li> <p> <code>sqlserver-web</code> </p> </li> </ul>"
12059        },
12060        "AllocatedStorage":{
12061          "shape":"Integer",
12062          "documentation":"<p>The amount of storage (in gigabytes) to be initially allocated for the database instance.</p>"
12063        },
12064        "Status":{
12065          "shape":"NonEmptyString",
12066          "documentation":"<p>The status of this DB snapshot.</p>"
12067        },
12068        "Port":{
12069          "shape":"Integer",
12070          "documentation":"<p>The port that the database engine was listening on at the time of the snapshot.</p>"
12071        },
12072        "AvailabilityZone":{
12073          "shape":"NonEmptyString",
12074          "documentation":"<p>Specifies the name of the Availability Zone in which the DB instance was located at the time of the DB snapshot.</p>"
12075        },
12076        "VpcId":{
12077          "shape":"NonEmptyString",
12078          "documentation":"<p>The VPC ID associated with the DB snapshot.</p>"
12079        },
12080        "InstanceCreateTime":{
12081          "shape":"NonEmptyString",
12082          "documentation":"<p>Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.</p>"
12083        },
12084        "MasterUsername":{
12085          "shape":"NonEmptyString",
12086          "documentation":"<p>The master user name for the DB snapshot.</p>"
12087        },
12088        "EngineVersion":{
12089          "shape":"NonEmptyString",
12090          "documentation":"<p>The version of the database engine.</p>"
12091        },
12092        "LicenseModel":{
12093          "shape":"NonEmptyString",
12094          "documentation":"<p>License model information for the restored DB instance.</p>"
12095        },
12096        "SnapshotType":{
12097          "shape":"NonEmptyString",
12098          "documentation":"<p>The type of the DB snapshot.</p>"
12099        },
12100        "Iops":{
12101          "shape":"Integer",
12102          "documentation":"<p>The provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.</p>"
12103        },
12104        "OptionGroupName":{
12105          "shape":"NonEmptyString",
12106          "documentation":"<p>The option group name for the DB snapshot.</p>"
12107        },
12108        "PercentProgress":{
12109          "shape":"Integer",
12110          "documentation":"<p>The percentage of the estimated data that has been transferred.</p>"
12111        },
12112        "SourceRegion":{
12113          "shape":"NonEmptyString",
12114          "documentation":"<p>The Amazon Web Services Region that the DB snapshot was created in or copied from.</p>"
12115        },
12116        "SourceDbSnapshotIdentifier":{
12117          "shape":"NonEmptyString",
12118          "documentation":"<p>The DB snapshot ARN that the DB snapshot was copied from.</p>"
12119        },
12120        "StorageType":{
12121          "shape":"NonEmptyString",
12122          "documentation":"<p>The storage type associated with the DB snapshot. Valid values are as follows:</p> <ul> <li> <p> <code>gp2</code> </p> </li> <li> <p> <code>io1</code> </p> </li> <li> <p> <code>standard</code> </p> </li> </ul>"
12123        },
12124        "TdeCredentialArn":{
12125          "shape":"NonEmptyString",
12126          "documentation":"<p>The ARN from the key store with which to associate the instance for TDE encryption.</p>"
12127        },
12128        "Encrypted":{
12129          "shape":"Boolean",
12130          "documentation":"<p>Whether the DB snapshot is encrypted.</p>"
12131        },
12132        "KmsKeyId":{
12133          "shape":"NonEmptyString",
12134          "documentation":"<p>If <code>Encrypted</code> is <code>true</code>, the KMS key identifier for the encrypted DB snapshot.</p>"
12135        },
12136        "Timezone":{
12137          "shape":"NonEmptyString",
12138          "documentation":"<p>The time zone of the DB snapshot.</p>"
12139        },
12140        "IamDatabaseAuthenticationEnabled":{
12141          "shape":"Boolean",
12142          "documentation":"<p>Whether mapping of IAM accounts to database accounts is enabled.</p>"
12143        },
12144        "ProcessorFeatures":{
12145          "shape":"AwsRdsDbProcessorFeatures",
12146          "documentation":"<p>The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.</p>"
12147        },
12148        "DbiResourceId":{
12149          "shape":"NonEmptyString",
12150          "documentation":"<p>The identifier for the source DB instance.</p>"
12151        }
12152      },
12153      "documentation":"<p>Provides details about an Amazon RDS DB cluster snapshot.</p>"
12154    },
12155    "AwsRdsDbStatusInfo":{
12156      "type":"structure",
12157      "members":{
12158        "StatusType":{
12159          "shape":"NonEmptyString",
12160          "documentation":"<p>The type of status. For a read replica, the status type is read replication.</p>"
12161        },
12162        "Normal":{
12163          "shape":"Boolean",
12164          "documentation":"<p>Whether the read replica instance is operating normally.</p>"
12165        },
12166        "Status":{
12167          "shape":"NonEmptyString",
12168          "documentation":"<p>The status of the read replica instance.</p>"
12169        },
12170        "Message":{
12171          "shape":"NonEmptyString",
12172          "documentation":"<p>If the read replica is currently in an error state, provides the error details.</p>"
12173        }
12174      },
12175      "documentation":"<p>Information about the status of a read replica.</p>"
12176    },
12177    "AwsRdsDbStatusInfos":{
12178      "type":"list",
12179      "member":{"shape":"AwsRdsDbStatusInfo"}
12180    },
12181    "AwsRdsDbSubnetGroup":{
12182      "type":"structure",
12183      "members":{
12184        "DbSubnetGroupName":{
12185          "shape":"NonEmptyString",
12186          "documentation":"<p>The name of the subnet group.</p>"
12187        },
12188        "DbSubnetGroupDescription":{
12189          "shape":"NonEmptyString",
12190          "documentation":"<p>The description of the subnet group.</p>"
12191        },
12192        "VpcId":{
12193          "shape":"NonEmptyString",
12194          "documentation":"<p>The VPC ID of the subnet group.</p>"
12195        },
12196        "SubnetGroupStatus":{
12197          "shape":"NonEmptyString",
12198          "documentation":"<p>The status of the subnet group.</p>"
12199        },
12200        "Subnets":{
12201          "shape":"AwsRdsDbSubnetGroupSubnets",
12202          "documentation":"<p>A list of subnets in the subnet group.</p>"
12203        },
12204        "DbSubnetGroupArn":{
12205          "shape":"NonEmptyString",
12206          "documentation":"<p>The ARN of the subnet group.</p>"
12207        }
12208      },
12209      "documentation":"<p>Information about the subnet group for the database instance.</p>"
12210    },
12211    "AwsRdsDbSubnetGroupSubnet":{
12212      "type":"structure",
12213      "members":{
12214        "SubnetIdentifier":{
12215          "shape":"NonEmptyString",
12216          "documentation":"<p>The identifier of a subnet in the subnet group.</p>"
12217        },
12218        "SubnetAvailabilityZone":{
12219          "shape":"AwsRdsDbSubnetGroupSubnetAvailabilityZone",
12220          "documentation":"<p>Information about the Availability Zone for a subnet in the subnet group.</p>"
12221        },
12222        "SubnetStatus":{
12223          "shape":"NonEmptyString",
12224          "documentation":"<p>The status of a subnet in the subnet group.</p>"
12225        }
12226      },
12227      "documentation":"<p>Information about a subnet in a subnet group.</p>"
12228    },
12229    "AwsRdsDbSubnetGroupSubnetAvailabilityZone":{
12230      "type":"structure",
12231      "members":{
12232        "Name":{
12233          "shape":"NonEmptyString",
12234          "documentation":"<p>The name of the Availability Zone for a subnet in the subnet group.</p>"
12235        }
12236      },
12237      "documentation":"<p>An Availability Zone for a subnet in a subnet group.</p>"
12238    },
12239    "AwsRdsDbSubnetGroupSubnets":{
12240      "type":"list",
12241      "member":{"shape":"AwsRdsDbSubnetGroupSubnet"}
12242    },
12243    "AwsRdsEventSubscriptionDetails":{
12244      "type":"structure",
12245      "members":{
12246        "CustSubscriptionId":{
12247          "shape":"NonEmptyString",
12248          "documentation":"<p>The identifier of the account that is associated with the event notification subscription.</p>"
12249        },
12250        "CustomerAwsId":{
12251          "shape":"NonEmptyString",
12252          "documentation":"<p>The identifier of the event notification subscription.</p>"
12253        },
12254        "Enabled":{
12255          "shape":"Boolean",
12256          "documentation":"<p>Whether the event notification subscription is enabled.</p>"
12257        },
12258        "EventCategoriesList":{
12259          "shape":"NonEmptyStringList",
12260          "documentation":"<p>The list of event categories for the event notification subscription.</p>"
12261        },
12262        "EventSubscriptionArn":{
12263          "shape":"NonEmptyString",
12264          "documentation":"<p>The ARN of the event notification subscription.</p>"
12265        },
12266        "SnsTopicArn":{
12267          "shape":"NonEmptyString",
12268          "documentation":"<p>The ARN of the SNS topic to post the event notifications to.</p>"
12269        },
12270        "SourceIdsList":{
12271          "shape":"NonEmptyStringList",
12272          "documentation":"<p>A list of source identifiers for the event notification subscription.</p>"
12273        },
12274        "SourceType":{
12275          "shape":"NonEmptyString",
12276          "documentation":"<p>The source type for the event notification subscription.</p>"
12277        },
12278        "Status":{
12279          "shape":"NonEmptyString",
12280          "documentation":"<p>The status of the event notification subscription.</p> <p>Valid values: <code>creating</code> | <code>modifying</code> | <code>deleting</code> | <code>active</code> | <code>no-permission</code> | <code>topic-not-exist</code> </p>"
12281        },
12282        "SubscriptionCreationTime":{
12283          "shape":"NonEmptyString",
12284          "documentation":"<p>The datetime when the event notification subscription was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
12285        }
12286      },
12287      "documentation":"<p>Details about an Amazon RDS event notification subscription. The subscription allows Amazon RDS to post events to an SNS topic.</p>"
12288    },
12289    "AwsRdsPendingCloudWatchLogsExports":{
12290      "type":"structure",
12291      "members":{
12292        "LogTypesToEnable":{
12293          "shape":"StringList",
12294          "documentation":"<p>A list of log types that are being enabled.</p>"
12295        },
12296        "LogTypesToDisable":{
12297          "shape":"StringList",
12298          "documentation":"<p>A list of log types that are being disabled.</p>"
12299        }
12300      },
12301      "documentation":"<p>Identifies the log types to enable and disable.</p>"
12302    },
12303    "AwsRedshiftClusterClusterNode":{
12304      "type":"structure",
12305      "members":{
12306        "NodeRole":{
12307          "shape":"NonEmptyString",
12308          "documentation":"<p>The role of the node. A node might be a leader node or a compute node.</p>"
12309        },
12310        "PrivateIpAddress":{
12311          "shape":"NonEmptyString",
12312          "documentation":"<p>The private IP address of the node.</p>"
12313        },
12314        "PublicIpAddress":{
12315          "shape":"NonEmptyString",
12316          "documentation":"<p>The public IP address of the node.</p>"
12317        }
12318      },
12319      "documentation":"<p>A node in an Amazon Redshift cluster.</p>"
12320    },
12321    "AwsRedshiftClusterClusterNodes":{
12322      "type":"list",
12323      "member":{"shape":"AwsRedshiftClusterClusterNode"}
12324    },
12325    "AwsRedshiftClusterClusterParameterGroup":{
12326      "type":"structure",
12327      "members":{
12328        "ClusterParameterStatusList":{
12329          "shape":"AwsRedshiftClusterClusterParameterStatusList",
12330          "documentation":"<p>The list of parameter statuses.</p>"
12331        },
12332        "ParameterApplyStatus":{
12333          "shape":"NonEmptyString",
12334          "documentation":"<p>The status of updates to the parameters.</p>"
12335        },
12336        "ParameterGroupName":{
12337          "shape":"NonEmptyString",
12338          "documentation":"<p>The name of the parameter group.</p>"
12339        }
12340      },
12341      "documentation":"<p>A cluster parameter group that is associated with an Amazon Redshift cluster.</p>"
12342    },
12343    "AwsRedshiftClusterClusterParameterGroups":{
12344      "type":"list",
12345      "member":{"shape":"AwsRedshiftClusterClusterParameterGroup"}
12346    },
12347    "AwsRedshiftClusterClusterParameterStatus":{
12348      "type":"structure",
12349      "members":{
12350        "ParameterName":{
12351          "shape":"NonEmptyString",
12352          "documentation":"<p>The name of the parameter.</p>"
12353        },
12354        "ParameterApplyStatus":{
12355          "shape":"NonEmptyString",
12356          "documentation":"<p>The status of the parameter. Indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when it was applied.</p> <p>Valid values: <code>in-sync</code> | <code>pending-reboot</code> | <code>applying</code> | <code>invalid-parameter</code> | <code>apply-deferred</code> | <code>apply-error</code> | <code>unknown-error</code> </p>"
12357        },
12358        "ParameterApplyErrorDescription":{
12359          "shape":"NonEmptyString",
12360          "documentation":"<p>The error that prevented the parameter from being applied to the database.</p>"
12361        }
12362      },
12363      "documentation":"<p>The status of a parameter in a cluster parameter group for an Amazon Redshift cluster.</p>"
12364    },
12365    "AwsRedshiftClusterClusterParameterStatusList":{
12366      "type":"list",
12367      "member":{"shape":"AwsRedshiftClusterClusterParameterStatus"}
12368    },
12369    "AwsRedshiftClusterClusterSecurityGroup":{
12370      "type":"structure",
12371      "members":{
12372        "ClusterSecurityGroupName":{
12373          "shape":"NonEmptyString",
12374          "documentation":"<p>The name of the cluster security group.</p>"
12375        },
12376        "Status":{
12377          "shape":"NonEmptyString",
12378          "documentation":"<p>The status of the cluster security group.</p>"
12379        }
12380      },
12381      "documentation":"<p>A security group that is associated with the cluster.</p>"
12382    },
12383    "AwsRedshiftClusterClusterSecurityGroups":{
12384      "type":"list",
12385      "member":{"shape":"AwsRedshiftClusterClusterSecurityGroup"}
12386    },
12387    "AwsRedshiftClusterClusterSnapshotCopyStatus":{
12388      "type":"structure",
12389      "members":{
12390        "DestinationRegion":{
12391          "shape":"NonEmptyString",
12392          "documentation":"<p>The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.</p>"
12393        },
12394        "ManualSnapshotRetentionPeriod":{
12395          "shape":"Integer",
12396          "documentation":"<p>The number of days that manual snapshots are retained in the destination Region after they are copied from a source Region.</p> <p>If the value is <code>-1</code>, then the manual snapshot is retained indefinitely.</p> <p>Valid values: Either <code>-1</code> or an integer between 1 and 3,653</p>"
12397        },
12398        "RetentionPeriod":{
12399          "shape":"Integer",
12400          "documentation":"<p>The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.</p>"
12401        },
12402        "SnapshotCopyGrantName":{
12403          "shape":"NonEmptyString",
12404          "documentation":"<p>The name of the snapshot copy grant.</p>"
12405        }
12406      },
12407      "documentation":"<p>You can configure Amazon Redshift to copy snapshots for a cluster to another Amazon Web Services Region. This parameter provides information about a cross-Region snapshot copy.</p>"
12408    },
12409    "AwsRedshiftClusterDeferredMaintenanceWindow":{
12410      "type":"structure",
12411      "members":{
12412        "DeferMaintenanceEndTime":{
12413          "shape":"NonEmptyString",
12414          "documentation":"<p>The end of the time window for which maintenance was deferred.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
12415        },
12416        "DeferMaintenanceIdentifier":{
12417          "shape":"NonEmptyString",
12418          "documentation":"<p>The identifier of the maintenance window.</p>"
12419        },
12420        "DeferMaintenanceStartTime":{
12421          "shape":"NonEmptyString",
12422          "documentation":"<p>The start of the time window for which maintenance was deferred.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
12423        }
12424      },
12425      "documentation":"<p>A time windows during which maintenance was deferred for an Amazon Redshift cluster.</p>"
12426    },
12427    "AwsRedshiftClusterDeferredMaintenanceWindows":{
12428      "type":"list",
12429      "member":{"shape":"AwsRedshiftClusterDeferredMaintenanceWindow"}
12430    },
12431    "AwsRedshiftClusterDetails":{
12432      "type":"structure",
12433      "members":{
12434        "AllowVersionUpgrade":{
12435          "shape":"Boolean",
12436          "documentation":"<p>Indicates whether major version upgrades are applied automatically to the cluster during the maintenance window.</p>"
12437        },
12438        "AutomatedSnapshotRetentionPeriod":{
12439          "shape":"Integer",
12440          "documentation":"<p>The number of days that automatic cluster snapshots are retained.</p>"
12441        },
12442        "AvailabilityZone":{
12443          "shape":"NonEmptyString",
12444          "documentation":"<p>The name of the Availability Zone in which the cluster is located.</p>"
12445        },
12446        "ClusterAvailabilityStatus":{
12447          "shape":"NonEmptyString",
12448          "documentation":"<p>The availability status of the cluster for queries. Possible values are the following:</p> <ul> <li> <p> <code>Available</code> - The cluster is available for queries.</p> </li> <li> <p> <code>Unavailable</code> - The cluster is not available for queries.</p> </li> <li> <p> <code>Maintenance</code> - The cluster is intermittently available for queries due to maintenance activities.</p> </li> <li> <p> <code>Modifying</code> -The cluster is intermittently available for queries due to changes that modify the cluster.</p> </li> <li> <p> <code>Failed</code> - The cluster failed and is not available for queries.</p> </li> </ul>"
12449        },
12450        "ClusterCreateTime":{
12451          "shape":"NonEmptyString",
12452          "documentation":"<p>Indicates when the cluster was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
12453        },
12454        "ClusterIdentifier":{
12455          "shape":"NonEmptyString",
12456          "documentation":"<p>The unique identifier of the cluster.</p>"
12457        },
12458        "ClusterNodes":{
12459          "shape":"AwsRedshiftClusterClusterNodes",
12460          "documentation":"<p>The nodes in the cluster.</p>"
12461        },
12462        "ClusterParameterGroups":{
12463          "shape":"AwsRedshiftClusterClusterParameterGroups",
12464          "documentation":"<p>The list of cluster parameter groups that are associated with this cluster.</p>"
12465        },
12466        "ClusterPublicKey":{
12467          "shape":"NonEmptyString",
12468          "documentation":"<p>The public key for the cluster.</p>"
12469        },
12470        "ClusterRevisionNumber":{
12471          "shape":"NonEmptyString",
12472          "documentation":"<p>The specific revision number of the database in the cluster.</p>"
12473        },
12474        "ClusterSecurityGroups":{
12475          "shape":"AwsRedshiftClusterClusterSecurityGroups",
12476          "documentation":"<p>A list of cluster security groups that are associated with the cluster.</p>"
12477        },
12478        "ClusterSnapshotCopyStatus":{
12479          "shape":"AwsRedshiftClusterClusterSnapshotCopyStatus",
12480          "documentation":"<p>Information about the destination Region and retention period for the cross-Region snapshot copy.</p>"
12481        },
12482        "ClusterStatus":{
12483          "shape":"NonEmptyString",
12484          "documentation":"<p>The current status of the cluster.</p> <p>Valid values: <code>available</code> | <code>available, prep-for-resize</code> | <code>available, resize-cleanup</code> |<code> cancelling-resize</code> | <code>creating</code> | <code>deleting</code> | <code>final-snapshot</code> | <code>hardware-failure</code> | <code>incompatible-hsm</code> |<code> incompatible-network</code> | <code>incompatible-parameters</code> | <code>incompatible-restore</code> | <code>modifying</code> | <code>paused</code> | <code>rebooting</code> | <code>renaming</code> | <code>resizing</code> | <code>rotating-keys</code> | <code>storage-full</code> | <code>updating-hsm</code> </p>"
12485        },
12486        "ClusterSubnetGroupName":{
12487          "shape":"NonEmptyString",
12488          "documentation":"<p>The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.</p>"
12489        },
12490        "ClusterVersion":{
12491          "shape":"NonEmptyString",
12492          "documentation":"<p>The version ID of the Amazon Redshift engine that runs on the cluster.</p>"
12493        },
12494        "DBName":{
12495          "shape":"NonEmptyString",
12496          "documentation":"<p>The name of the initial database that was created when the cluster was created.</p> <p>The same name is returned for the life of the cluster.</p> <p>If an initial database is not specified, a database named <code>devdev</code> is created by default.</p>"
12497        },
12498        "DeferredMaintenanceWindows":{
12499          "shape":"AwsRedshiftClusterDeferredMaintenanceWindows",
12500          "documentation":"<p>List of time windows during which maintenance was deferred.</p>"
12501        },
12502        "ElasticIpStatus":{
12503          "shape":"AwsRedshiftClusterElasticIpStatus",
12504          "documentation":"<p>Information about the status of the Elastic IP (EIP) address.</p>"
12505        },
12506        "ElasticResizeNumberOfNodeOptions":{
12507          "shape":"NonEmptyString",
12508          "documentation":"<p>The number of nodes that you can use the elastic resize method to resize the cluster to.</p>"
12509        },
12510        "Encrypted":{
12511          "shape":"Boolean",
12512          "documentation":"<p>Indicates whether the data in the cluster is encrypted at rest.</p>"
12513        },
12514        "Endpoint":{
12515          "shape":"AwsRedshiftClusterEndpoint",
12516          "documentation":"<p>The connection endpoint.</p>"
12517        },
12518        "EnhancedVpcRouting":{
12519          "shape":"Boolean",
12520          "documentation":"<p>Indicates whether to create the cluster with enhanced VPC routing enabled.</p>"
12521        },
12522        "ExpectedNextSnapshotScheduleTime":{
12523          "shape":"NonEmptyString",
12524          "documentation":"<p>Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule and have backups enabled.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
12525        },
12526        "ExpectedNextSnapshotScheduleTimeStatus":{
12527          "shape":"NonEmptyString",
12528          "documentation":"<p>The status of the next expected snapshot.</p> <p>Valid values: <code>OnTrack</code> | <code>Pending</code> </p>"
12529        },
12530        "HsmStatus":{
12531          "shape":"AwsRedshiftClusterHsmStatus",
12532          "documentation":"<p>Information about whether the Amazon Redshift cluster finished applying any changes to hardware security module (HSM) settings that were specified in a modify cluster command.</p>"
12533        },
12534        "IamRoles":{
12535          "shape":"AwsRedshiftClusterIamRoles",
12536          "documentation":"<p>A list of IAM roles that the cluster can use to access other Amazon Web Services services.</p>"
12537        },
12538        "KmsKeyId":{
12539          "shape":"NonEmptyString",
12540          "documentation":"<p>The identifier of the KMS encryption key that is used to encrypt data in the cluster.</p>"
12541        },
12542        "MaintenanceTrackName":{
12543          "shape":"NonEmptyString",
12544          "documentation":"<p>The name of the maintenance track for the cluster.</p>"
12545        },
12546        "ManualSnapshotRetentionPeriod":{
12547          "shape":"Integer",
12548          "documentation":"<p>The default number of days to retain a manual snapshot.</p> <p>If the value is <code>-1</code>, the snapshot is retained indefinitely.</p> <p>This setting doesn't change the retention period of existing snapshots.</p> <p>Valid values: Either <code>-1</code> or an integer between 1 and 3,653</p>"
12549        },
12550        "MasterUsername":{
12551          "shape":"NonEmptyString",
12552          "documentation":"<p>The master user name for the cluster. This name is used to connect to the database that is specified in as the value of <code>DBName</code>.</p>"
12553        },
12554        "NextMaintenanceWindowStartTime":{
12555          "shape":"NonEmptyString",
12556          "documentation":"<p>Indicates the start of the next maintenance window.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
12557        },
12558        "NodeType":{
12559          "shape":"NonEmptyString",
12560          "documentation":"<p>The node type for the nodes in the cluster.</p>"
12561        },
12562        "NumberOfNodes":{
12563          "shape":"Integer",
12564          "documentation":"<p>The number of compute nodes in the cluster.</p>"
12565        },
12566        "PendingActions":{
12567          "shape":"StringList",
12568          "documentation":"<p>A list of cluster operations that are waiting to start.</p>"
12569        },
12570        "PendingModifiedValues":{
12571          "shape":"AwsRedshiftClusterPendingModifiedValues",
12572          "documentation":"<p>A list of changes to the cluster that are currently pending.</p>"
12573        },
12574        "PreferredMaintenanceWindow":{
12575          "shape":"NonEmptyString",
12576          "documentation":"<p>The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.</p> <p>Format: <code> <i>&lt;day&gt;</i>:HH:MM-<i>&lt;day&gt;</i>:HH:MM</code> </p> <p>For the day values, use <code>mon</code> | <code>tue</code> | <code>wed</code> | <code>thu</code> | <code>fri</code> | <code>sat</code> | <code>sun</code> </p> <p>For example, <code>sun:09:32-sun:10:02</code> </p>"
12577        },
12578        "PubliclyAccessible":{
12579          "shape":"Boolean",
12580          "documentation":"<p>Whether the cluster can be accessed from a public network.</p>"
12581        },
12582        "ResizeInfo":{
12583          "shape":"AwsRedshiftClusterResizeInfo",
12584          "documentation":"<p>Information about the resize operation for the cluster.</p>"
12585        },
12586        "RestoreStatus":{
12587          "shape":"AwsRedshiftClusterRestoreStatus",
12588          "documentation":"<p>Information about the status of a cluster restore action. Only applies to a cluster that was created by restoring a snapshot.</p>"
12589        },
12590        "SnapshotScheduleIdentifier":{
12591          "shape":"NonEmptyString",
12592          "documentation":"<p>A unique identifier for the cluster snapshot schedule.</p>"
12593        },
12594        "SnapshotScheduleState":{
12595          "shape":"NonEmptyString",
12596          "documentation":"<p>The current state of the cluster snapshot schedule.</p> <p>Valid values: <code>MODIFYING</code> | <code>ACTIVE</code> | <code>FAILED</code> </p>"
12597        },
12598        "VpcId":{
12599          "shape":"NonEmptyString",
12600          "documentation":"<p>The identifier of the VPC that the cluster is in, if the cluster is in a VPC.</p>"
12601        },
12602        "VpcSecurityGroups":{
12603          "shape":"AwsRedshiftClusterVpcSecurityGroups",
12604          "documentation":"<p>The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.</p>"
12605        },
12606        "LoggingStatus":{
12607          "shape":"AwsRedshiftClusterLoggingStatus",
12608          "documentation":"<p>Information about the logging status of the cluster.</p>"
12609        }
12610      },
12611      "documentation":"<p>Details about an Amazon Redshift cluster.</p>"
12612    },
12613    "AwsRedshiftClusterElasticIpStatus":{
12614      "type":"structure",
12615      "members":{
12616        "ElasticIp":{
12617          "shape":"NonEmptyString",
12618          "documentation":"<p>The elastic IP address for the cluster.</p>"
12619        },
12620        "Status":{
12621          "shape":"NonEmptyString",
12622          "documentation":"<p>The status of the elastic IP address.</p>"
12623        }
12624      },
12625      "documentation":"<p>The status of the elastic IP (EIP) address for an Amazon Redshift cluster.</p>"
12626    },
12627    "AwsRedshiftClusterEndpoint":{
12628      "type":"structure",
12629      "members":{
12630        "Address":{
12631          "shape":"NonEmptyString",
12632          "documentation":"<p>The DNS address of the cluster.</p>"
12633        },
12634        "Port":{
12635          "shape":"Integer",
12636          "documentation":"<p>The port that the database engine listens on.</p>"
12637        }
12638      },
12639      "documentation":"<p>The connection endpoint for an Amazon Redshift cluster.</p>"
12640    },
12641    "AwsRedshiftClusterHsmStatus":{
12642      "type":"structure",
12643      "members":{
12644        "HsmClientCertificateIdentifier":{
12645          "shape":"NonEmptyString",
12646          "documentation":"<p>The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve the data encryption keys that are stored in an HSM.</p>"
12647        },
12648        "HsmConfigurationIdentifier":{
12649          "shape":"NonEmptyString",
12650          "documentation":"<p>The name of the HSM configuration that contains the information that the Amazon Redshift cluster can use to retrieve and store keys in an HSM.</p>"
12651        },
12652        "Status":{
12653          "shape":"NonEmptyString",
12654          "documentation":"<p>Indicates whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.</p> <p>Type: String</p> <p>Valid values: <code>active</code> | <code>applying</code> </p>"
12655        }
12656      },
12657      "documentation":"<p>Information about whether an Amazon Redshift cluster finished applying any hardware changes to security module (HSM) settings that were specified in a modify cluster command.</p>"
12658    },
12659    "AwsRedshiftClusterIamRole":{
12660      "type":"structure",
12661      "members":{
12662        "ApplyStatus":{
12663          "shape":"NonEmptyString",
12664          "documentation":"<p>The status of the IAM role's association with the cluster.</p> <p>Valid values: <code>in-sync</code> | <code>adding</code> | <code>removing</code> </p>"
12665        },
12666        "IamRoleArn":{
12667          "shape":"NonEmptyString",
12668          "documentation":"<p>The ARN of the IAM role.</p>"
12669        }
12670      },
12671      "documentation":"<p>An IAM role that the cluster can use to access other Amazon Web Services services.</p>"
12672    },
12673    "AwsRedshiftClusterIamRoles":{
12674      "type":"list",
12675      "member":{"shape":"AwsRedshiftClusterIamRole"}
12676    },
12677    "AwsRedshiftClusterLoggingStatus":{
12678      "type":"structure",
12679      "members":{
12680        "BucketName":{
12681          "shape":"NonEmptyString",
12682          "documentation":"<p>The name of the S3 bucket where the log files are stored.</p>"
12683        },
12684        "LastFailureMessage":{
12685          "shape":"NonEmptyString",
12686          "documentation":"<p>The message indicating that the logs failed to be delivered.</p>"
12687        },
12688        "LastFailureTime":{
12689          "shape":"NonEmptyString",
12690          "documentation":"<p>The last time when logs failed to be delivered.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
12691        },
12692        "LastSuccessfulDeliveryTime":{
12693          "shape":"NonEmptyString",
12694          "documentation":"<p>The last time that logs were delivered successfully.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
12695        },
12696        "LoggingEnabled":{
12697          "shape":"Boolean",
12698          "documentation":"<p>Indicates whether logging is enabled.</p>"
12699        },
12700        "S3KeyPrefix":{
12701          "shape":"NonEmptyString",
12702          "documentation":"<p>Provides the prefix applied to the log file names.</p>"
12703        }
12704      },
12705      "documentation":"<p>Provides information about the logging status of the cluster.</p>"
12706    },
12707    "AwsRedshiftClusterPendingModifiedValues":{
12708      "type":"structure",
12709      "members":{
12710        "AutomatedSnapshotRetentionPeriod":{
12711          "shape":"Integer",
12712          "documentation":"<p>The pending or in-progress change to the automated snapshot retention period.</p>"
12713        },
12714        "ClusterIdentifier":{
12715          "shape":"NonEmptyString",
12716          "documentation":"<p>The pending or in-progress change to the identifier for the cluster.</p>"
12717        },
12718        "ClusterType":{
12719          "shape":"NonEmptyString",
12720          "documentation":"<p>The pending or in-progress change to the cluster type.</p>"
12721        },
12722        "ClusterVersion":{
12723          "shape":"NonEmptyString",
12724          "documentation":"<p>The pending or in-progress change to the service version.</p>"
12725        },
12726        "EncryptionType":{
12727          "shape":"NonEmptyString",
12728          "documentation":"<p>The encryption type for a cluster.</p>"
12729        },
12730        "EnhancedVpcRouting":{
12731          "shape":"Boolean",
12732          "documentation":"<p>Indicates whether to create the cluster with enhanced VPC routing enabled.</p>"
12733        },
12734        "MaintenanceTrackName":{
12735          "shape":"NonEmptyString",
12736          "documentation":"<p>The name of the maintenance track that the cluster changes to during the next maintenance window.</p>"
12737        },
12738        "MasterUserPassword":{
12739          "shape":"NonEmptyString",
12740          "documentation":"<p>The pending or in-progress change to the master user password for the cluster.</p>"
12741        },
12742        "NodeType":{
12743          "shape":"NonEmptyString",
12744          "documentation":"<p>The pending or in-progress change to the cluster's node type.</p>"
12745        },
12746        "NumberOfNodes":{
12747          "shape":"Integer",
12748          "documentation":"<p>The pending or in-progress change to the number of nodes in the cluster.</p>"
12749        },
12750        "PubliclyAccessible":{
12751          "shape":"Boolean",
12752          "documentation":"<p>The pending or in-progress change to whether the cluster can be connected to from the public network.</p>"
12753        }
12754      },
12755      "documentation":"<p>Changes to the Amazon Redshift cluster that are currently pending.</p>"
12756    },
12757    "AwsRedshiftClusterResizeInfo":{
12758      "type":"structure",
12759      "members":{
12760        "AllowCancelResize":{
12761          "shape":"Boolean",
12762          "documentation":"<p>Indicates whether the resize operation can be canceled.</p>"
12763        },
12764        "ResizeType":{
12765          "shape":"NonEmptyString",
12766          "documentation":"<p>The type of resize operation.</p> <p>Valid values: <code>ClassicResize</code> </p>"
12767        }
12768      },
12769      "documentation":"<p>Information about the resize operation for the cluster.</p>"
12770    },
12771    "AwsRedshiftClusterRestoreStatus":{
12772      "type":"structure",
12773      "members":{
12774        "CurrentRestoreRateInMegaBytesPerSecond":{
12775          "shape":"Double",
12776          "documentation":"<p>The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.</p> <p>This field is only updated when you restore to DC2 and DS2 node types.</p>"
12777        },
12778        "ElapsedTimeInSeconds":{
12779          "shape":"Long",
12780          "documentation":"<p>The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.</p> <p>This field is only updated when you restore to DC2 and DS2 node types.</p>"
12781        },
12782        "EstimatedTimeToCompletionInSeconds":{
12783          "shape":"Long",
12784          "documentation":"<p>The estimate of the time remaining before the restore is complete. Returns 0 for a completed restore.</p> <p>This field is only updated when you restore to DC2 and DS2 node types.</p>"
12785        },
12786        "ProgressInMegaBytes":{
12787          "shape":"Long",
12788          "documentation":"<p>The number of megabytes that were transferred from snapshot storage.</p> <p>This field is only updated when you restore to DC2 and DS2 node types.</p>"
12789        },
12790        "SnapshotSizeInMegaBytes":{
12791          "shape":"Long",
12792          "documentation":"<p>The size of the set of snapshot data that was used to restore the cluster.</p> <p>This field is only updated when you restore to DC2 and DS2 node types.</p>"
12793        },
12794        "Status":{
12795          "shape":"NonEmptyString",
12796          "documentation":"<p>The status of the restore action.</p> <p>Valid values: <code>starting</code> | <code>restoring</code> | <code>completed</code> | <code>failed</code> </p>"
12797        }
12798      },
12799      "documentation":"<p>Information about the status of a cluster restore action. It only applies if the cluster was created by restoring a snapshot.</p>"
12800    },
12801    "AwsRedshiftClusterVpcSecurityGroup":{
12802      "type":"structure",
12803      "members":{
12804        "Status":{
12805          "shape":"NonEmptyString",
12806          "documentation":"<p>The status of the VPC security group.</p>"
12807        },
12808        "VpcSecurityGroupId":{
12809          "shape":"NonEmptyString",
12810          "documentation":"<p>The identifier of the VPC security group.</p>"
12811        }
12812      },
12813      "documentation":"<p>A VPC security group that the cluster belongs to, if the cluster is in a VPC.</p>"
12814    },
12815    "AwsRedshiftClusterVpcSecurityGroups":{
12816      "type":"list",
12817      "member":{"shape":"AwsRedshiftClusterVpcSecurityGroup"}
12818    },
12819    "AwsRoute53HostedZoneConfigDetails":{
12820      "type":"structure",
12821      "members":{
12822        "Comment":{
12823          "shape":"NonEmptyString",
12824          "documentation":"<p> Any comments that you include about the hosted zone. </p>"
12825        }
12826      },
12827      "documentation":"<p> An object that contains an optional comment about your Amazon Route 53 hosted zone.</p>"
12828    },
12829    "AwsRoute53HostedZoneDetails":{
12830      "type":"structure",
12831      "members":{
12832        "HostedZone":{
12833          "shape":"AwsRoute53HostedZoneObjectDetails",
12834          "documentation":"<p> An object that contains information about the specified hosted zone.</p>"
12835        },
12836        "Vpcs":{
12837          "shape":"AwsRoute53HostedZoneVpcsList",
12838          "documentation":"<p> An object that contains information about the Amazon Virtual Private Clouds (Amazon VPCs) that are associated with the specified hosted zone.</p>"
12839        },
12840        "NameServers":{
12841          "shape":"AwsRoute53HostedZoneNameServersList",
12842          "documentation":"<p> An object that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.</p>"
12843        },
12844        "QueryLoggingConfig":{
12845          "shape":"AwsRoute53QueryLoggingConfigDetails",
12846          "documentation":"<p> An array that contains one <code>QueryLoggingConfig</code> element for each DNS query logging configuration that is associated with the current Amazon Web Services account.</p>"
12847        }
12848      },
12849      "documentation":"<p> Provides details about a specified Amazon Route 53 hosted zone, including the four name servers assigned to the hosted zone. A hosted zone represents a collection of records that can be managed together, belonging to a single parent domain name.</p>"
12850    },
12851    "AwsRoute53HostedZoneNameServersList":{
12852      "type":"list",
12853      "member":{"shape":"NonEmptyString"}
12854    },
12855    "AwsRoute53HostedZoneObjectDetails":{
12856      "type":"structure",
12857      "members":{
12858        "Id":{
12859          "shape":"NonEmptyString",
12860          "documentation":"<p> The ID that Route 53 assigns to the hosted zone when you create it. </p>"
12861        },
12862        "Name":{
12863          "shape":"NonEmptyString",
12864          "documentation":"<p> The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.</p>"
12865        },
12866        "Config":{
12867          "shape":"AwsRoute53HostedZoneConfigDetails",
12868          "documentation":"<p> An object that includes the <code>Comment</code> element.</p>"
12869        }
12870      },
12871      "documentation":"<p> An object that contains information about an Amazon Route 53 hosted zone. </p>"
12872    },
12873    "AwsRoute53HostedZoneVpcDetails":{
12874      "type":"structure",
12875      "members":{
12876        "Id":{
12877          "shape":"NonEmptyString",
12878          "documentation":"<p> The identifier of an Amazon VPC. </p>"
12879        },
12880        "Region":{
12881          "shape":"NonEmptyString",
12882          "documentation":"<p> The Amazon Web Services Region that an Amazon VPC was created in.</p>"
12883        }
12884      },
12885      "documentation":"<p> For private hosted zones, this is a complex type that contains information about an Amazon VPC.</p>"
12886    },
12887    "AwsRoute53HostedZoneVpcsList":{
12888      "type":"list",
12889      "member":{"shape":"AwsRoute53HostedZoneVpcDetails"}
12890    },
12891    "AwsRoute53QueryLoggingConfigDetails":{
12892      "type":"structure",
12893      "members":{
12894        "CloudWatchLogsLogGroupArn":{
12895          "shape":"CloudWatchLogsLogGroupArnConfigDetails",
12896          "documentation":"<p> The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group that Route 53 is publishing logs to.</p>"
12897        }
12898      },
12899      "documentation":"<p> Provides details about a specified Amazon Route 53 configuration for DNS query logging.</p>"
12900    },
12901    "AwsS3AccessPointDetails":{
12902      "type":"structure",
12903      "members":{
12904        "AccessPointArn":{
12905          "shape":"NonEmptyString",
12906          "documentation":"<p> The Amazon Resource Name (ARN) of the access point. </p>"
12907        },
12908        "Alias":{
12909          "shape":"NonEmptyString",
12910          "documentation":"<p> The name or alias of the access point. </p>"
12911        },
12912        "Bucket":{
12913          "shape":"NonEmptyString",
12914          "documentation":"<p> The name of the S3 bucket associated with the specified access point. </p>"
12915        },
12916        "BucketAccountId":{
12917          "shape":"NonEmptyString",
12918          "documentation":"<p> The Amazon Web Services account ID associated with the S3 bucket associated with this access point. </p>"
12919        },
12920        "Name":{
12921          "shape":"NonEmptyString",
12922          "documentation":"<p> The name of the specified access point. </p>"
12923        },
12924        "NetworkOrigin":{
12925          "shape":"NonEmptyString",
12926          "documentation":"<p> Indicates whether this access point allows access from the public internet. </p>"
12927        },
12928        "PublicAccessBlockConfiguration":{"shape":"AwsS3AccountPublicAccessBlockDetails"},
12929        "VpcConfiguration":{
12930          "shape":"AwsS3AccessPointVpcConfigurationDetails",
12931          "documentation":"<p> Contains the virtual private cloud (VPC) configuration for the specified access point. </p>"
12932        }
12933      },
12934      "documentation":"<p> Returns configuration information about the specified Amazon S3 access point. S3 access points are named network endpoints that are attached to buckets that you can use to perform S3 object operations. </p>"
12935    },
12936    "AwsS3AccessPointVpcConfigurationDetails":{
12937      "type":"structure",
12938      "members":{
12939        "VpcId":{
12940          "shape":"NonEmptyString",
12941          "documentation":"<p> If this field is specified, this access point will only allow connections from the specified VPC ID. </p>"
12942        }
12943      },
12944      "documentation":"<p> The virtual private cloud (VPC) configuration for an Amazon S3 access point. </p>"
12945    },
12946    "AwsS3AccountPublicAccessBlockDetails":{
12947      "type":"structure",
12948      "members":{
12949        "BlockPublicAcls":{
12950          "shape":"Boolean",
12951          "documentation":"<p>Indicates whether to reject calls to update an S3 bucket if the calls include a public access control list (ACL).</p>"
12952        },
12953        "BlockPublicPolicy":{
12954          "shape":"Boolean",
12955          "documentation":"<p>Indicates whether to reject calls to update the access policy for an S3 bucket or access point if the policy allows public access.</p>"
12956        },
12957        "IgnorePublicAcls":{
12958          "shape":"Boolean",
12959          "documentation":"<p>Indicates whether Amazon S3 ignores public ACLs that are associated with an S3 bucket.</p>"
12960        },
12961        "RestrictPublicBuckets":{
12962          "shape":"Boolean",
12963          "documentation":"<p>Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only Amazon Web Services service principals and authorized users within the S3 bucket owner's account.</p>"
12964        }
12965      },
12966      "documentation":"<p>provides information about the Amazon S3 Public Access Block configuration for accounts.</p>"
12967    },
12968    "AwsS3BucketBucketLifecycleConfigurationDetails":{
12969      "type":"structure",
12970      "members":{
12971        "Rules":{
12972          "shape":"AwsS3BucketBucketLifecycleConfigurationRulesList",
12973          "documentation":"<p>The lifecycle rules.</p>"
12974        }
12975      },
12976      "documentation":"<p>The lifecycle configuration for the objects in the S3 bucket.</p>"
12977    },
12978    "AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails":{
12979      "type":"structure",
12980      "members":{
12981        "DaysAfterInitiation":{
12982          "shape":"Integer",
12983          "documentation":"<p>The number of days after which Amazon S3 cancels an incomplete multipart upload.</p>"
12984        }
12985      },
12986      "documentation":"<p>Information about what Amazon S3 does when a multipart upload is incomplete.</p>"
12987    },
12988    "AwsS3BucketBucketLifecycleConfigurationRulesDetails":{
12989      "type":"structure",
12990      "members":{
12991        "AbortIncompleteMultipartUpload":{
12992          "shape":"AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails",
12993          "documentation":"<p>How Amazon S3 responds when a multipart upload is incomplete. Specifically, provides a number of days before Amazon S3 cancels the entire upload.</p>"
12994        },
12995        "ExpirationDate":{
12996          "shape":"NonEmptyString",
12997          "documentation":"<p>The date when objects are moved or deleted.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
12998        },
12999        "ExpirationInDays":{
13000          "shape":"Integer",
13001          "documentation":"<p>The length in days of the lifetime for objects that are subject to the rule.</p>"
13002        },
13003        "ExpiredObjectDeleteMarker":{
13004          "shape":"Boolean",
13005          "documentation":"<p>Whether Amazon S3 removes a delete marker that has no noncurrent versions. If set to <code>true</code>, the delete marker is expired. If set to <code>false</code>, the policy takes no action.</p> <p>If you provide <code>ExpiredObjectDeleteMarker</code>, you cannot provide <code>ExpirationInDays</code> or <code>ExpirationDate</code>.</p>"
13006        },
13007        "Filter":{
13008          "shape":"AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails",
13009          "documentation":"<p>Identifies the objects that a rule applies to.</p>"
13010        },
13011        "ID":{
13012          "shape":"NonEmptyString",
13013          "documentation":"<p>The unique identifier of the rule.</p>"
13014        },
13015        "NoncurrentVersionExpirationInDays":{
13016          "shape":"Integer",
13017          "documentation":"<p>The number of days that an object is noncurrent before Amazon S3 can perform the associated action.</p>"
13018        },
13019        "NoncurrentVersionTransitions":{
13020          "shape":"AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsList",
13021          "documentation":"<p>Transition rules that describe when noncurrent objects transition to a specified storage class.</p>"
13022        },
13023        "Prefix":{
13024          "shape":"NonEmptyString",
13025          "documentation":"<p>A prefix that identifies one or more objects that the rule applies to.</p>"
13026        },
13027        "Status":{
13028          "shape":"NonEmptyString",
13029          "documentation":"<p>The current status of the rule. Indicates whether the rule is currently being applied.</p>"
13030        },
13031        "Transitions":{
13032          "shape":"AwsS3BucketBucketLifecycleConfigurationRulesTransitionsList",
13033          "documentation":"<p>Transition rules that indicate when objects transition to a specified storage class.</p>"
13034        }
13035      },
13036      "documentation":"<p>Configuration for a lifecycle rule.</p>"
13037    },
13038    "AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails":{
13039      "type":"structure",
13040      "members":{
13041        "Predicate":{
13042          "shape":"AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails",
13043          "documentation":"<p>The configuration for the filter.</p>"
13044        }
13045      },
13046      "documentation":"<p>Identifies the objects that a rule applies to.</p>"
13047    },
13048    "AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails":{
13049      "type":"structure",
13050      "members":{
13051        "Operands":{
13052          "shape":"AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsList",
13053          "documentation":"<p>The values to use for the filter.</p>"
13054        },
13055        "Prefix":{
13056          "shape":"NonEmptyString",
13057          "documentation":"<p>A prefix filter.</p>"
13058        },
13059        "Tag":{
13060          "shape":"AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails",
13061          "documentation":"<p>A tag filter.</p>"
13062        },
13063        "Type":{
13064          "shape":"NonEmptyString",
13065          "documentation":"<p>Whether to use <code>AND</code> or <code>OR</code> to join the operands. Valid values are <code>LifecycleAndOperator</code> or <code>LifecycleOrOperator</code>.</p>"
13066        }
13067      },
13068      "documentation":"<p>The configuration for the filter.</p>"
13069    },
13070    "AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails":{
13071      "type":"structure",
13072      "members":{
13073        "Prefix":{
13074          "shape":"NonEmptyString",
13075          "documentation":"<p>Prefix text for matching objects.</p>"
13076        },
13077        "Tag":{
13078          "shape":"AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails",
13079          "documentation":"<p>A tag that is assigned to matching objects.</p>"
13080        },
13081        "Type":{
13082          "shape":"NonEmptyString",
13083          "documentation":"<p>The type of filter value. Valid values are <code>LifecyclePrefixPredicate</code> or <code>LifecycleTagPredicate</code>.</p>"
13084        }
13085      },
13086      "documentation":"<p>A value to use for the filter.</p>"
13087    },
13088    "AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsList":{
13089      "type":"list",
13090      "member":{"shape":"AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails"}
13091    },
13092    "AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails":{
13093      "type":"structure",
13094      "members":{
13095        "Key":{
13096          "shape":"NonEmptyString",
13097          "documentation":"<p>The tag key.</p>"
13098        },
13099        "Value":{
13100          "shape":"NonEmptyString",
13101          "documentation":"<p>The tag value.</p>"
13102        }
13103      },
13104      "documentation":"<p>A tag that is assigned to matching objects.</p>"
13105    },
13106    "AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails":{
13107      "type":"structure",
13108      "members":{
13109        "Key":{
13110          "shape":"NonEmptyString",
13111          "documentation":"<p>The tag key.</p>"
13112        },
13113        "Value":{
13114          "shape":"NonEmptyString",
13115          "documentation":"<p>The tag value</p>"
13116        }
13117      },
13118      "documentation":"<p>A tag filter.</p>"
13119    },
13120    "AwsS3BucketBucketLifecycleConfigurationRulesList":{
13121      "type":"list",
13122      "member":{"shape":"AwsS3BucketBucketLifecycleConfigurationRulesDetails"}
13123    },
13124    "AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails":{
13125      "type":"structure",
13126      "members":{
13127        "Days":{
13128          "shape":"Integer",
13129          "documentation":"<p>The number of days that an object is noncurrent before Amazon S3 can perform the associated action.</p>"
13130        },
13131        "StorageClass":{
13132          "shape":"NonEmptyString",
13133          "documentation":"<p>The class of storage to change the object to after the object is noncurrent for the specified number of days.</p>"
13134        }
13135      },
13136      "documentation":"<p>A transition rule that describes when noncurrent objects transition to a specified storage class.</p>"
13137    },
13138    "AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsList":{
13139      "type":"list",
13140      "member":{"shape":"AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails"}
13141    },
13142    "AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails":{
13143      "type":"structure",
13144      "members":{
13145        "Date":{
13146          "shape":"NonEmptyString",
13147          "documentation":"<p>A date on which to transition objects to the specified storage class. If you provide <code>Date</code>, you cannot provide <code>Days</code>.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
13148        },
13149        "Days":{
13150          "shape":"Integer",
13151          "documentation":"<p>The number of days after which to transition the object to the specified storage class. If you provide <code>Days</code>, you cannot provide <code>Date</code>.</p>"
13152        },
13153        "StorageClass":{
13154          "shape":"NonEmptyString",
13155          "documentation":"<p>The storage class to transition the object to. Valid values are as follows:</p> <ul> <li> <p> <code>DEEP_ARCHIVE</code> </p> </li> <li> <p> <code>GLACIER</code> </p> </li> <li> <p> <code>INTELLIGENT_TIERING</code> </p> </li> <li> <p> <code>ONEZONE_IA</code> </p> </li> <li> <p> <code>STANDARD_IA</code> </p> </li> </ul>"
13156        }
13157      },
13158      "documentation":"<p>A rule for when objects transition to specific storage classes.</p>"
13159    },
13160    "AwsS3BucketBucketLifecycleConfigurationRulesTransitionsList":{
13161      "type":"list",
13162      "member":{"shape":"AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails"}
13163    },
13164    "AwsS3BucketBucketVersioningConfiguration":{
13165      "type":"structure",
13166      "members":{
13167        "IsMfaDeleteEnabled":{
13168          "shape":"Boolean",
13169          "documentation":"<p>Specifies whether MFA delete is currently enabled in the S3 bucket versioning configuration. If the S3 bucket was never configured with MFA delete, then this attribute is not included.</p>"
13170        },
13171        "Status":{
13172          "shape":"NonEmptyString",
13173          "documentation":"<p>The versioning status of the S3 bucket. Valid values are <code>Enabled</code> or <code>Suspended</code>.</p>"
13174        }
13175      },
13176      "documentation":"<p>Describes the versioning state of an S3 bucket.</p>"
13177    },
13178    "AwsS3BucketDetails":{
13179      "type":"structure",
13180      "members":{
13181        "OwnerId":{
13182          "shape":"NonEmptyString",
13183          "documentation":"<p>The canonical user ID of the owner of the S3 bucket.</p>"
13184        },
13185        "OwnerName":{
13186          "shape":"NonEmptyString",
13187          "documentation":"<p>The display name of the owner of the S3 bucket.</p>"
13188        },
13189        "OwnerAccountId":{
13190          "shape":"NonEmptyString",
13191          "documentation":"<p>The Amazon Web Services account identifier of the account that owns the S3 bucket.</p>"
13192        },
13193        "CreatedAt":{
13194          "shape":"NonEmptyString",
13195          "documentation":"<p>Indicates when the S3 bucket was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
13196        },
13197        "ServerSideEncryptionConfiguration":{
13198          "shape":"AwsS3BucketServerSideEncryptionConfiguration",
13199          "documentation":"<p>The encryption rules that are applied to the S3 bucket.</p>"
13200        },
13201        "BucketLifecycleConfiguration":{
13202          "shape":"AwsS3BucketBucketLifecycleConfigurationDetails",
13203          "documentation":"<p>The lifecycle configuration for objects in the specified bucket.</p>"
13204        },
13205        "PublicAccessBlockConfiguration":{
13206          "shape":"AwsS3AccountPublicAccessBlockDetails",
13207          "documentation":"<p>Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.</p>"
13208        },
13209        "AccessControlList":{
13210          "shape":"NonEmptyString",
13211          "documentation":"<p>The access control list for the S3 bucket.</p>"
13212        },
13213        "BucketLoggingConfiguration":{
13214          "shape":"AwsS3BucketLoggingConfiguration",
13215          "documentation":"<p>The logging configuration for the S3 bucket.</p>"
13216        },
13217        "BucketWebsiteConfiguration":{
13218          "shape":"AwsS3BucketWebsiteConfiguration",
13219          "documentation":"<p>The website configuration parameters for the S3 bucket.</p>"
13220        },
13221        "BucketNotificationConfiguration":{
13222          "shape":"AwsS3BucketNotificationConfiguration",
13223          "documentation":"<p>The notification configuration for the S3 bucket.</p>"
13224        },
13225        "BucketVersioningConfiguration":{
13226          "shape":"AwsS3BucketBucketVersioningConfiguration",
13227          "documentation":"<p>The versioning state of an S3 bucket.</p>"
13228        },
13229        "ObjectLockConfiguration":{
13230          "shape":"AwsS3BucketObjectLockConfiguration",
13231          "documentation":"<p> Specifies which rule Amazon S3 applies by default to every new object placed in the bucket. </p>"
13232        },
13233        "Name":{
13234          "shape":"NonEmptyString",
13235          "documentation":"<p> The name of the bucket. </p>"
13236        }
13237      },
13238      "documentation":"<p>The details of an Amazon Simple Storage Service (Amazon S3) bucket.</p>"
13239    },
13240    "AwsS3BucketLoggingConfiguration":{
13241      "type":"structure",
13242      "members":{
13243        "DestinationBucketName":{
13244          "shape":"NonEmptyString",
13245          "documentation":"<p>The name of the S3 bucket where log files for the S3 bucket are stored.</p>"
13246        },
13247        "LogFilePrefix":{
13248          "shape":"NonEmptyString",
13249          "documentation":"<p>The prefix added to log files for the S3 bucket.</p>"
13250        }
13251      },
13252      "documentation":"<p>Information about logging for the S3 bucket</p>"
13253    },
13254    "AwsS3BucketNotificationConfiguration":{
13255      "type":"structure",
13256      "members":{
13257        "Configurations":{
13258          "shape":"AwsS3BucketNotificationConfigurationDetails",
13259          "documentation":"<p>Configurations for S3 bucket notifications.</p>"
13260        }
13261      },
13262      "documentation":"<p>The notification configuration for the S3 bucket.</p>"
13263    },
13264    "AwsS3BucketNotificationConfigurationDetail":{
13265      "type":"structure",
13266      "members":{
13267        "Events":{
13268          "shape":"AwsS3BucketNotificationConfigurationEvents",
13269          "documentation":"<p>The list of events that trigger a notification.</p>"
13270        },
13271        "Filter":{
13272          "shape":"AwsS3BucketNotificationConfigurationFilter",
13273          "documentation":"<p>The filters that determine which S3 buckets generate notifications.</p>"
13274        },
13275        "Destination":{
13276          "shape":"NonEmptyString",
13277          "documentation":"<p>The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the notification.</p>"
13278        },
13279        "Type":{
13280          "shape":"NonEmptyString",
13281          "documentation":"<p>Indicates the type of notification. Notifications can be generated using Lambda functions, Amazon SQS queues, or Amazon SNS topics, with corresponding valid values as follows:</p> <ul> <li> <p> <code>LambdaConfiguration</code> </p> </li> <li> <p> <code>QueueConfiguration</code> </p> </li> <li> <p> <code>TopicConfiguration</code> </p> </li> </ul>"
13282        }
13283      },
13284      "documentation":"<p>Details for an S3 bucket notification configuration.</p>"
13285    },
13286    "AwsS3BucketNotificationConfigurationDetails":{
13287      "type":"list",
13288      "member":{"shape":"AwsS3BucketNotificationConfigurationDetail"}
13289    },
13290    "AwsS3BucketNotificationConfigurationEvents":{
13291      "type":"list",
13292      "member":{"shape":"NonEmptyString"}
13293    },
13294    "AwsS3BucketNotificationConfigurationFilter":{
13295      "type":"structure",
13296      "members":{
13297        "S3KeyFilter":{
13298          "shape":"AwsS3BucketNotificationConfigurationS3KeyFilter",
13299          "documentation":"<p>Details for an Amazon S3 filter.</p>"
13300        }
13301      },
13302      "documentation":"<p>Filtering information for the notifications. The filtering is based on Amazon S3 key names.</p>"
13303    },
13304    "AwsS3BucketNotificationConfigurationS3KeyFilter":{
13305      "type":"structure",
13306      "members":{
13307        "FilterRules":{
13308          "shape":"AwsS3BucketNotificationConfigurationS3KeyFilterRules",
13309          "documentation":"<p>The filter rules for the filter.</p>"
13310        }
13311      },
13312      "documentation":"<p>Details for an Amazon S3 filter.</p>"
13313    },
13314    "AwsS3BucketNotificationConfigurationS3KeyFilterRule":{
13315      "type":"structure",
13316      "members":{
13317        "Name":{
13318          "shape":"AwsS3BucketNotificationConfigurationS3KeyFilterRuleName",
13319          "documentation":"<p>Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.</p>"
13320        },
13321        "Value":{
13322          "shape":"NonEmptyString",
13323          "documentation":"<p>The filter value.</p>"
13324        }
13325      },
13326      "documentation":"<p>Details for a filter rule.</p>"
13327    },
13328    "AwsS3BucketNotificationConfigurationS3KeyFilterRuleName":{
13329      "type":"string",
13330      "enum":[
13331        "Prefix",
13332        "Suffix"
13333      ]
13334    },
13335    "AwsS3BucketNotificationConfigurationS3KeyFilterRules":{
13336      "type":"list",
13337      "member":{"shape":"AwsS3BucketNotificationConfigurationS3KeyFilterRule"}
13338    },
13339    "AwsS3BucketObjectLockConfiguration":{
13340      "type":"structure",
13341      "members":{
13342        "ObjectLockEnabled":{
13343          "shape":"NonEmptyString",
13344          "documentation":"<p> Indicates whether the bucket has an Object Lock configuration enabled. </p>"
13345        },
13346        "Rule":{
13347          "shape":"AwsS3BucketObjectLockConfigurationRuleDetails",
13348          "documentation":"<p> Specifies the Object Lock rule for the specified object. </p>"
13349        }
13350      },
13351      "documentation":"<p> The container element for S3 Object Lock configuration parameters. In Amazon S3, Object Lock can help prevent objects from being deleted or overwritten for a fixed amount of time or indefinitely. </p>"
13352    },
13353    "AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails":{
13354      "type":"structure",
13355      "members":{
13356        "Days":{
13357          "shape":"Integer",
13358          "documentation":"<p> The number of days that you want to specify for the default retention period. </p>"
13359        },
13360        "Mode":{
13361          "shape":"NonEmptyString",
13362          "documentation":"<p> The default Object Lock retention mode you want to apply to new objects placed in the specified bucket. </p>"
13363        },
13364        "Years":{
13365          "shape":"Integer",
13366          "documentation":"<p> The number of years that you want to specify for the default retention period. </p>"
13367        }
13368      },
13369      "documentation":"<p> The default S3 Object Lock retention mode and period that you want to apply to new objects placed in the specified Amazon S3 bucket. </p>"
13370    },
13371    "AwsS3BucketObjectLockConfigurationRuleDetails":{
13372      "type":"structure",
13373      "members":{
13374        "DefaultRetention":{
13375          "shape":"AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails",
13376          "documentation":"<p> The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket. </p>"
13377        }
13378      },
13379      "documentation":"<p> Specifies the S3 Object Lock rule for the specified object. In Amazon S3, Object Lock can help prevent objects from being deleted or overwritten for a fixed amount of time or indefinitely. </p>"
13380    },
13381    "AwsS3BucketServerSideEncryptionByDefault":{
13382      "type":"structure",
13383      "members":{
13384        "SSEAlgorithm":{
13385          "shape":"NonEmptyString",
13386          "documentation":"<p>Server-side encryption algorithm to use for the default encryption. Valid values are <code>aws: kms</code> or <code>AES256</code>.</p>"
13387        },
13388        "KMSMasterKeyID":{
13389          "shape":"NonEmptyString",
13390          "documentation":"<p>KMS key ID to use for the default encryption.</p>"
13391        }
13392      },
13393      "documentation":"<p>Specifies the default server-side encryption to apply to new objects in the bucket.</p>"
13394    },
13395    "AwsS3BucketServerSideEncryptionConfiguration":{
13396      "type":"structure",
13397      "members":{
13398        "Rules":{
13399          "shape":"AwsS3BucketServerSideEncryptionRules",
13400          "documentation":"<p>The encryption rules that are applied to the S3 bucket.</p>"
13401        }
13402      },
13403      "documentation":"<p>The encryption configuration for the S3 bucket.</p>"
13404    },
13405    "AwsS3BucketServerSideEncryptionRule":{
13406      "type":"structure",
13407      "members":{
13408        "ApplyServerSideEncryptionByDefault":{
13409          "shape":"AwsS3BucketServerSideEncryptionByDefault",
13410          "documentation":"<p>Specifies the default server-side encryption to apply to new objects in the bucket. If a <code>PUT</code> object request doesn't specify any server-side encryption, this default encryption is applied.</p>"
13411        }
13412      },
13413      "documentation":"<p>An encryption rule to apply to the S3 bucket.</p>"
13414    },
13415    "AwsS3BucketServerSideEncryptionRules":{
13416      "type":"list",
13417      "member":{"shape":"AwsS3BucketServerSideEncryptionRule"}
13418    },
13419    "AwsS3BucketWebsiteConfiguration":{
13420      "type":"structure",
13421      "members":{
13422        "ErrorDocument":{
13423          "shape":"NonEmptyString",
13424          "documentation":"<p>The name of the error document for the website.</p>"
13425        },
13426        "IndexDocumentSuffix":{
13427          "shape":"NonEmptyString",
13428          "documentation":"<p>The name of the index document for the website.</p>"
13429        },
13430        "RedirectAllRequestsTo":{
13431          "shape":"AwsS3BucketWebsiteConfigurationRedirectTo",
13432          "documentation":"<p>The redirect behavior for requests to the website.</p>"
13433        },
13434        "RoutingRules":{
13435          "shape":"AwsS3BucketWebsiteConfigurationRoutingRules",
13436          "documentation":"<p>The rules for applying redirects for requests to the website.</p>"
13437        }
13438      },
13439      "documentation":"<p>Website parameters for the S3 bucket.</p>"
13440    },
13441    "AwsS3BucketWebsiteConfigurationRedirectTo":{
13442      "type":"structure",
13443      "members":{
13444        "Hostname":{
13445          "shape":"NonEmptyString",
13446          "documentation":"<p>The name of the host to redirect requests to.</p>"
13447        },
13448        "Protocol":{
13449          "shape":"NonEmptyString",
13450          "documentation":"<p>The protocol to use when redirecting requests. By default, this field uses the same protocol as the original request. Valid values are <code>http</code> or <code>https</code>.</p>"
13451        }
13452      },
13453      "documentation":"<p>The redirect behavior for requests to the website.</p>"
13454    },
13455    "AwsS3BucketWebsiteConfigurationRoutingRule":{
13456      "type":"structure",
13457      "members":{
13458        "Condition":{
13459          "shape":"AwsS3BucketWebsiteConfigurationRoutingRuleCondition",
13460          "documentation":"<p>Provides the condition that must be met in order to apply the routing rule.</p>"
13461        },
13462        "Redirect":{
13463          "shape":"AwsS3BucketWebsiteConfigurationRoutingRuleRedirect",
13464          "documentation":"<p>Provides the rules to redirect the request if the condition in <code>Condition</code> is met.</p>"
13465        }
13466      },
13467      "documentation":"<p>A rule for redirecting requests to the website.</p>"
13468    },
13469    "AwsS3BucketWebsiteConfigurationRoutingRuleCondition":{
13470      "type":"structure",
13471      "members":{
13472        "HttpErrorCodeReturnedEquals":{
13473          "shape":"NonEmptyString",
13474          "documentation":"<p>Indicates to redirect the request if the HTTP error code matches this value.</p>"
13475        },
13476        "KeyPrefixEquals":{
13477          "shape":"NonEmptyString",
13478          "documentation":"<p>Indicates to redirect the request if the key prefix matches this value.</p>"
13479        }
13480      },
13481      "documentation":"<p>The condition that must be met in order to apply the routing rule.</p>"
13482    },
13483    "AwsS3BucketWebsiteConfigurationRoutingRuleRedirect":{
13484      "type":"structure",
13485      "members":{
13486        "Hostname":{
13487          "shape":"NonEmptyString",
13488          "documentation":"<p>The host name to use in the redirect request.</p>"
13489        },
13490        "HttpRedirectCode":{
13491          "shape":"NonEmptyString",
13492          "documentation":"<p>The HTTP redirect code to use in the response.</p>"
13493        },
13494        "Protocol":{
13495          "shape":"NonEmptyString",
13496          "documentation":"<p>The protocol to use to redirect the request. By default, uses the protocol from the original request.</p>"
13497        },
13498        "ReplaceKeyPrefixWith":{
13499          "shape":"NonEmptyString",
13500          "documentation":"<p>The object key prefix to use in the redirect request.</p> <p>Cannot be provided if <code>ReplaceKeyWith</code> is present.</p>"
13501        },
13502        "ReplaceKeyWith":{
13503          "shape":"NonEmptyString",
13504          "documentation":"<p>The specific object key to use in the redirect request.</p> <p>Cannot be provided if <code>ReplaceKeyPrefixWith</code> is present.</p>"
13505        }
13506      },
13507      "documentation":"<p>The rules to redirect the request if the condition in <code>Condition</code> is met.</p>"
13508    },
13509    "AwsS3BucketWebsiteConfigurationRoutingRules":{
13510      "type":"list",
13511      "member":{"shape":"AwsS3BucketWebsiteConfigurationRoutingRule"}
13512    },
13513    "AwsS3ObjectDetails":{
13514      "type":"structure",
13515      "members":{
13516        "LastModified":{
13517          "shape":"NonEmptyString",
13518          "documentation":"<p>Indicates when the object was last modified.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
13519        },
13520        "ETag":{
13521          "shape":"NonEmptyString",
13522          "documentation":"<p>The opaque identifier assigned by a web server to a specific version of a resource found at a URL.</p>"
13523        },
13524        "VersionId":{
13525          "shape":"NonEmptyString",
13526          "documentation":"<p>The version of the object.</p>"
13527        },
13528        "ContentType":{
13529          "shape":"NonEmptyString",
13530          "documentation":"<p>A standard MIME type describing the format of the object data.</p>"
13531        },
13532        "ServerSideEncryption":{
13533          "shape":"NonEmptyString",
13534          "documentation":"<p>If the object is stored using server-side encryption, the value of the server-side encryption algorithm used when storing this object in Amazon S3.</p>"
13535        },
13536        "SSEKMSKeyId":{
13537          "shape":"NonEmptyString",
13538          "documentation":"<p>The identifier of the KMS symmetric customer managed key that was used for the object.</p>"
13539        }
13540      },
13541      "documentation":"<p>Details about an Amazon S3 object.</p>"
13542    },
13543    "AwsSageMakerNotebookInstanceDetails":{
13544      "type":"structure",
13545      "members":{
13546        "AcceleratorTypes":{
13547          "shape":"NonEmptyStringList",
13548          "documentation":"<p> A list of Amazon Elastic Inference instance types to associate with the notebook instance. Currently, only one instance type can be associated with a notebook instance. </p>"
13549        },
13550        "AdditionalCodeRepositories":{
13551          "shape":"NonEmptyStringList",
13552          "documentation":"<p> An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">CodeCommit</a> or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html\">Associating Git repositories with SageMaker notebook instances</a> in the <i>Amazon SageMaker Developer Guide</i>. </p>"
13553        },
13554        "DefaultCodeRepository":{
13555          "shape":"NonEmptyString",
13556          "documentation":"<p> The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">CodeCommit</a> or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html\">Associating Git repositories with SageMaker notebook instances</a> in the <i>Amazon SageMaker Developer Guide</i>. </p>"
13557        },
13558        "DirectInternetAccess":{
13559          "shape":"NonEmptyString",
13560          "documentation":"<p> Sets whether SageMaker provides internet access to the notebook instance. If you set this to <code>Disabled</code>, this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a Network Address Translation (NAT) Gateway in your VPC. </p>"
13561        },
13562        "FailureReason":{
13563          "shape":"NonEmptyString",
13564          "documentation":"<p> If status of the instance is <code>Failed</code>, the reason it failed. </p>"
13565        },
13566        "InstanceMetadataServiceConfiguration":{
13567          "shape":"AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails",
13568          "documentation":"<p> Information on the IMDS configuration of the notebook instance. </p>"
13569        },
13570        "InstanceType":{
13571          "shape":"NonEmptyString",
13572          "documentation":"<p> The type of machine learning (ML) compute instance to launch for the notebook instance. </p>"
13573        },
13574        "KmsKeyId":{
13575          "shape":"NonEmptyString",
13576          "documentation":"<p> The Amazon Resource Name (ARN) of an Key Management Service (KMS) key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/enabling-keys.html\">Enabling and disabling keys</a> in the <i>Key Management Service Developer Guide</i>. </p>"
13577        },
13578        "NetworkInterfaceId":{
13579          "shape":"NonEmptyString",
13580          "documentation":"<p> The network interface ID that SageMaker created when the instance was created. </p>"
13581        },
13582        "NotebookInstanceArn":{
13583          "shape":"NonEmptyString",
13584          "documentation":"<p> The Amazon Resource Name (ARN) of the notebook instance. </p>"
13585        },
13586        "NotebookInstanceLifecycleConfigName":{
13587          "shape":"NonEmptyString",
13588          "documentation":"<p> The name of a notebook instance lifecycle configuration. </p>"
13589        },
13590        "NotebookInstanceName":{
13591          "shape":"NonEmptyString",
13592          "documentation":"<p> The name of the new notebook instance. </p>"
13593        },
13594        "NotebookInstanceStatus":{
13595          "shape":"NonEmptyString",
13596          "documentation":"<p> The status of the notebook instance. </p>"
13597        },
13598        "PlatformIdentifier":{
13599          "shape":"NonEmptyString",
13600          "documentation":"<p> The platform identifier of the notebook instance runtime environment. </p>"
13601        },
13602        "RoleArn":{
13603          "shape":"NonEmptyString",
13604          "documentation":"<p> The Amazon Resource Name (ARN) of the IAM role associated with the instance. </p>"
13605        },
13606        "RootAccess":{
13607          "shape":"NonEmptyString",
13608          "documentation":"<p> Whether root access is enabled or disabled for users of the notebook instance. </p>"
13609        },
13610        "SecurityGroups":{
13611          "shape":"NonEmptyStringList",
13612          "documentation":"<p> The VPC security group IDs. </p>"
13613        },
13614        "SubnetId":{
13615          "shape":"NonEmptyString",
13616          "documentation":"<p> The ID of the VPC subnet to which you have a connectivity from your ML compute instance. </p>"
13617        },
13618        "Url":{
13619          "shape":"NonEmptyString",
13620          "documentation":"<p> The URL that you use to connect to the Jupyter notebook that is running in your notebook instance. </p>"
13621        },
13622        "VolumeSizeInGB":{
13623          "shape":"Integer",
13624          "documentation":"<p> The size, in GB, of the ML storage volume to attach to the notebook instance. </p>"
13625        }
13626      },
13627      "documentation":"<p> Provides details about an Amazon SageMaker notebook instance. </p>"
13628    },
13629    "AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails":{
13630      "type":"structure",
13631      "members":{
13632        "MinimumInstanceMetadataServiceVersion":{
13633          "shape":"NonEmptyString",
13634          "documentation":"<p> Indicates the minimum IMDS version that the notebook instance supports. </p>"
13635        }
13636      },
13637      "documentation":"<p> Information on the instance metadata service (IMDS) configuration of the notebook instance. </p>"
13638    },
13639    "AwsSecretsManagerSecretDetails":{
13640      "type":"structure",
13641      "members":{
13642        "RotationRules":{
13643          "shape":"AwsSecretsManagerSecretRotationRules",
13644          "documentation":"<p>Defines the rotation schedule for the secret.</p>"
13645        },
13646        "RotationOccurredWithinFrequency":{
13647          "shape":"Boolean",
13648          "documentation":"<p>Whether the rotation occurred within the specified rotation frequency.</p>"
13649        },
13650        "KmsKeyId":{
13651          "shape":"NonEmptyString",
13652          "documentation":"<p>The ARN, Key ID, or alias of the KMS key used to encrypt the <code>SecretString</code> or <code>SecretBinary</code> values for versions of this secret.</p>"
13653        },
13654        "RotationEnabled":{
13655          "shape":"Boolean",
13656          "documentation":"<p>Whether rotation is enabled.</p>"
13657        },
13658        "RotationLambdaArn":{
13659          "shape":"NonEmptyString",
13660          "documentation":"<p>The ARN of the Lambda function that rotates the secret.</p>"
13661        },
13662        "Deleted":{
13663          "shape":"Boolean",
13664          "documentation":"<p>Whether the secret is deleted.</p>"
13665        },
13666        "Name":{
13667          "shape":"NonEmptyString",
13668          "documentation":"<p>The name of the secret.</p>"
13669        },
13670        "Description":{
13671          "shape":"NonEmptyString",
13672          "documentation":"<p>The user-provided description of the secret.</p>"
13673        }
13674      },
13675      "documentation":"<p>Details about an Secrets Manager secret.</p>"
13676    },
13677    "AwsSecretsManagerSecretRotationRules":{
13678      "type":"structure",
13679      "members":{
13680        "AutomaticallyAfterDays":{
13681          "shape":"Integer",
13682          "documentation":"<p>The number of days after the previous rotation to rotate the secret.</p>"
13683        }
13684      },
13685      "documentation":"<p>Defines the rotation schedule for the secret.</p>"
13686    },
13687    "AwsSecurityFinding":{
13688      "type":"structure",
13689      "required":[
13690        "SchemaVersion",
13691        "Id",
13692        "ProductArn",
13693        "GeneratorId",
13694        "AwsAccountId",
13695        "CreatedAt",
13696        "UpdatedAt",
13697        "Title",
13698        "Description",
13699        "Resources"
13700      ],
13701      "members":{
13702        "SchemaVersion":{
13703          "shape":"NonEmptyString",
13704          "documentation":"<p>The schema version that a finding is formatted for.</p>"
13705        },
13706        "Id":{
13707          "shape":"NonEmptyString",
13708          "documentation":"<p>The security findings provider-specific identifier for a finding.</p>"
13709        },
13710        "ProductArn":{
13711          "shape":"NonEmptyString",
13712          "documentation":"<p>The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.</p>"
13713        },
13714        "ProductName":{
13715          "shape":"NonEmptyString",
13716          "documentation":"<p>The name of the product that generated the finding.</p> <p>Security Hub populates this attribute automatically for each finding. You cannot update this attribute with <code>BatchImportFindings</code> or <code>BatchUpdateFindings</code>. The exception to this is a custom integration.</p> <p>When you use the Security Hub console or API to filter findings by product name, you use this attribute.</p>"
13717        },
13718        "CompanyName":{
13719          "shape":"NonEmptyString",
13720          "documentation":"<p>The name of the company for the product that generated the finding.</p> <p>Security Hub populates this attribute automatically for each finding. You cannot update this attribute with <code>BatchImportFindings</code> or <code>BatchUpdateFindings</code>. The exception to this is a custom integration.</p> <p>When you use the Security Hub console or API to filter findings by company name, you use this attribute.</p>"
13721        },
13722        "Region":{
13723          "shape":"NonEmptyString",
13724          "documentation":"<p>The Region from which the finding was generated.</p> <p>Security Hub populates this attribute automatically for each finding. You cannot update it using <code>BatchImportFindings</code> or <code>BatchUpdateFindings</code>.</p>"
13725        },
13726        "GeneratorId":{
13727          "shape":"NonEmptyString",
13728          "documentation":"<p>The identifier for the solution-specific component (a discrete unit of logic) that generated a finding. In various security findings providers' solutions, this generator can be called a rule, a check, a detector, a plugin, etc. </p>"
13729        },
13730        "AwsAccountId":{
13731          "shape":"NonEmptyString",
13732          "documentation":"<p>The Amazon Web Services account ID that a finding is generated in.</p>"
13733        },
13734        "Types":{
13735          "shape":"TypeList",
13736          "documentation":"<p>One or more finding types in the format of <code>namespace/category/classifier</code> that classify a finding.</p> <p>Valid namespace values are: Software and Configuration Checks | TTPs | Effects | Unusual Behaviors | Sensitive Data Identifications</p>"
13737        },
13738        "FirstObservedAt":{
13739          "shape":"NonEmptyString",
13740          "documentation":"<p>Indicates when the security findings provider first observed the potential security issue that a finding captured.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
13741        },
13742        "LastObservedAt":{
13743          "shape":"NonEmptyString",
13744          "documentation":"<p>Indicates when the security findings provider most recently observed the potential security issue that a finding captured.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
13745        },
13746        "CreatedAt":{
13747          "shape":"NonEmptyString",
13748          "documentation":"<p>Indicates when the security findings provider created the potential security issue that a finding captured.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
13749        },
13750        "UpdatedAt":{
13751          "shape":"NonEmptyString",
13752          "documentation":"<p>Indicates when the security findings provider last updated the finding record.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
13753        },
13754        "Severity":{
13755          "shape":"Severity",
13756          "documentation":"<p>A finding's severity.</p>"
13757        },
13758        "Confidence":{
13759          "shape":"Integer",
13760          "documentation":"<p>A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.</p> <p>Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence.</p>"
13761        },
13762        "Criticality":{
13763          "shape":"Integer",
13764          "documentation":"<p>The level of importance assigned to the resources associated with the finding.</p> <p>A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources.</p>"
13765        },
13766        "Title":{
13767          "shape":"NonEmptyString",
13768          "documentation":"<p>A finding's title.</p> <note> <p>In this release, <code>Title</code> is a required property.</p> </note>"
13769        },
13770        "Description":{
13771          "shape":"NonEmptyString",
13772          "documentation":"<p>A finding's description.</p> <note> <p>In this release, <code>Description</code> is a required property.</p> </note>"
13773        },
13774        "Remediation":{
13775          "shape":"Remediation",
13776          "documentation":"<p>A data type that describes the remediation options for a finding.</p>"
13777        },
13778        "SourceUrl":{
13779          "shape":"NonEmptyString",
13780          "documentation":"<p>A URL that links to a page about the current finding in the security findings provider's solution.</p>"
13781        },
13782        "ProductFields":{
13783          "shape":"FieldMap",
13784          "documentation":"<p>A data type where security findings providers can include additional solution-specific details that aren't part of the defined <code>AwsSecurityFinding</code> format.</p> <p>Can contain up to 50 key-value pairs. For each key-value pair, the key can contain up to 128 characters, and the value can contain up to 2048 characters.</p>"
13785        },
13786        "UserDefinedFields":{
13787          "shape":"FieldMap",
13788          "documentation":"<p>A list of name/value string pairs associated with the finding. These are custom, user-defined fields added to a finding. </p>"
13789        },
13790        "Malware":{
13791          "shape":"MalwareList",
13792          "documentation":"<p>A list of malware related to a finding.</p>"
13793        },
13794        "Network":{
13795          "shape":"Network",
13796          "documentation":"<p>The details of network-related information about a finding.</p>"
13797        },
13798        "NetworkPath":{
13799          "shape":"NetworkPathList",
13800          "documentation":"<p>Provides information about a network path that is relevant to a finding. Each entry under <code>NetworkPath</code> represents a component of that path.</p>"
13801        },
13802        "Process":{
13803          "shape":"ProcessDetails",
13804          "documentation":"<p>The details of process-related information about a finding.</p>"
13805        },
13806        "Threats":{
13807          "shape":"ThreatList",
13808          "documentation":"<p>Details about the threat detected in a security finding and the file paths that were affected by the threat. </p>"
13809        },
13810        "ThreatIntelIndicators":{
13811          "shape":"ThreatIntelIndicatorList",
13812          "documentation":"<p>Threat intelligence details related to a finding.</p>"
13813        },
13814        "Resources":{
13815          "shape":"ResourceList",
13816          "documentation":"<p>A set of resource data types that describe the resources that the finding refers to.</p>"
13817        },
13818        "Compliance":{
13819          "shape":"Compliance",
13820          "documentation":"<p>This data type is exclusive to findings that are generated as the result of a check run against a specific rule in a supported security standard, such as CIS Amazon Web Services Foundations. Contains security standard-related finding details.</p>"
13821        },
13822        "VerificationState":{
13823          "shape":"VerificationState",
13824          "documentation":"<p>Indicates the veracity of a finding. </p>"
13825        },
13826        "WorkflowState":{
13827          "shape":"WorkflowState",
13828          "documentation":"<p>The workflow state of a finding. </p>"
13829        },
13830        "Workflow":{
13831          "shape":"Workflow",
13832          "documentation":"<p>Provides information about the status of the investigation into a finding.</p>"
13833        },
13834        "RecordState":{
13835          "shape":"RecordState",
13836          "documentation":"<p>The record state of a finding.</p>"
13837        },
13838        "RelatedFindings":{
13839          "shape":"RelatedFindingList",
13840          "documentation":"<p>A list of related findings.</p>"
13841        },
13842        "Note":{
13843          "shape":"Note",
13844          "documentation":"<p>A user-defined note added to a finding.</p>"
13845        },
13846        "Vulnerabilities":{
13847          "shape":"VulnerabilityList",
13848          "documentation":"<p>Provides a list of vulnerabilities associated with the findings.</p>"
13849        },
13850        "PatchSummary":{
13851          "shape":"PatchSummary",
13852          "documentation":"<p>Provides an overview of the patch compliance status for an instance against a selected compliance standard.</p>"
13853        },
13854        "Action":{
13855          "shape":"Action",
13856          "documentation":"<p>Provides details about an action that affects or that was taken on a resource.</p>"
13857        },
13858        "FindingProviderFields":{
13859          "shape":"FindingProviderFields",
13860          "documentation":"<p>In a <code>BatchImportFindings</code> request, finding providers use <code>FindingProviderFields</code> to provide and update their own values for confidence, criticality, related findings, severity, and types.</p>"
13861        },
13862        "Sample":{
13863          "shape":"Boolean",
13864          "documentation":"<p>Indicates whether the finding is a sample finding.</p>"
13865        },
13866        "GeneratorDetails":{
13867          "shape":"GeneratorDetails",
13868          "documentation":"<p>Provides metadata for the Amazon CodeGuru detector associated with a finding. This field pertains to findings that relate to Lambda functions. Amazon Inspector identifies policy violations and vulnerabilities in Lambda function code based on internal detectors developed in collaboration with Amazon CodeGuru. Security Hub receives those findings. </p>"
13869        },
13870        "ProcessedAt":{
13871          "shape":"NonEmptyString",
13872          "documentation":"<p>An ISO8601-formatted timestamp that indicates when Security Hub received a finding and begins to process it.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
13873        },
13874        "AwsAccountName":{
13875          "shape":"NonEmptyString",
13876          "documentation":"<p>The name of the Amazon Web Services account from which a finding was generated. </p>"
13877        }
13878      },
13879      "documentation":"<p>Provides a consistent format for Security Hub findings. <code>AwsSecurityFinding</code> format allows you to share findings between Amazon Web Services security services and third-party solutions.</p> <note> <p>A finding is a potential security issue generated either by Amazon Web Services services or by the integrated third-party solutions and standards checks.</p> </note>"
13880    },
13881    "AwsSecurityFindingFilters":{
13882      "type":"structure",
13883      "members":{
13884        "ProductArn":{
13885          "shape":"StringFilterList",
13886          "documentation":"<p>The ARN generated by Security Hub that uniquely identifies a third-party company (security findings provider) after this provider's product (solution that generates findings) is registered with Security Hub.</p>"
13887        },
13888        "AwsAccountId":{
13889          "shape":"StringFilterList",
13890          "documentation":"<p>The Amazon Web Services account ID in which a finding is generated.</p>"
13891        },
13892        "Id":{
13893          "shape":"StringFilterList",
13894          "documentation":"<p>The security findings provider-specific identifier for a finding.</p>"
13895        },
13896        "GeneratorId":{
13897          "shape":"StringFilterList",
13898          "documentation":"<p>The identifier for the solution-specific component (a discrete unit of logic) that generated a finding. In various security findings providers' solutions, this generator can be called a rule, a check, a detector, a plugin, etc.</p>"
13899        },
13900        "Region":{
13901          "shape":"StringFilterList",
13902          "documentation":"<p>The Region from which the finding was generated.</p>"
13903        },
13904        "Type":{
13905          "shape":"StringFilterList",
13906          "documentation":"<p>A finding type in the format of <code>namespace/category/classifier</code> that classifies a finding.</p>"
13907        },
13908        "FirstObservedAt":{
13909          "shape":"DateFilterList",
13910          "documentation":"<p>An ISO8601-formatted timestamp that indicates when the security findings provider first observed the potential security issue that a finding captured.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
13911        },
13912        "LastObservedAt":{
13913          "shape":"DateFilterList",
13914          "documentation":"<p>An ISO8601-formatted timestamp that indicates when the security findings provider most recently observed the potential security issue that a finding captured.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
13915        },
13916        "CreatedAt":{
13917          "shape":"DateFilterList",
13918          "documentation":"<p>An ISO8601-formatted timestamp that indicates when the security findings provider captured the potential security issue that a finding captured.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
13919        },
13920        "UpdatedAt":{
13921          "shape":"DateFilterList",
13922          "documentation":"<p>An ISO8601-formatted timestamp that indicates when the security findings provider last updated the finding record. </p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
13923        },
13924        "SeverityProduct":{
13925          "shape":"NumberFilterList",
13926          "documentation":"<p>The native severity as defined by the security findings provider's solution that generated the finding.</p>",
13927          "deprecated":true,
13928          "deprecatedMessage":"This filter is deprecated. Instead, use FindingProviderSeverityOriginal."
13929        },
13930        "SeverityNormalized":{
13931          "shape":"NumberFilterList",
13932          "documentation":"<p>The normalized severity of a finding.</p>",
13933          "deprecated":true,
13934          "deprecatedMessage":"This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel."
13935        },
13936        "SeverityLabel":{
13937          "shape":"StringFilterList",
13938          "documentation":"<p>The label of a finding's severity.</p>"
13939        },
13940        "Confidence":{
13941          "shape":"NumberFilterList",
13942          "documentation":"<p>A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.</p> <p>Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence.</p>"
13943        },
13944        "Criticality":{
13945          "shape":"NumberFilterList",
13946          "documentation":"<p>The level of importance assigned to the resources associated with the finding.</p> <p>A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources.</p>"
13947        },
13948        "Title":{
13949          "shape":"StringFilterList",
13950          "documentation":"<p>A finding's title.</p>"
13951        },
13952        "Description":{
13953          "shape":"StringFilterList",
13954          "documentation":"<p>A finding's description.</p>"
13955        },
13956        "RecommendationText":{
13957          "shape":"StringFilterList",
13958          "documentation":"<p>The recommendation of what to do about the issue described in a finding.</p>"
13959        },
13960        "SourceUrl":{
13961          "shape":"StringFilterList",
13962          "documentation":"<p>A URL that links to a page about the current finding in the security findings provider's solution.</p>"
13963        },
13964        "ProductFields":{
13965          "shape":"MapFilterList",
13966          "documentation":"<p>A data type where security findings providers can include additional solution-specific details that aren't part of the defined <code>AwsSecurityFinding</code> format.</p>"
13967        },
13968        "ProductName":{
13969          "shape":"StringFilterList",
13970          "documentation":"<p>The name of the solution (product) that generates findings.</p>"
13971        },
13972        "CompanyName":{
13973          "shape":"StringFilterList",
13974          "documentation":"<p>The name of the findings provider (company) that owns the solution (product) that generates findings.</p>"
13975        },
13976        "UserDefinedFields":{
13977          "shape":"MapFilterList",
13978          "documentation":"<p>A list of name/value string pairs associated with the finding. These are custom, user-defined fields added to a finding. </p>"
13979        },
13980        "MalwareName":{
13981          "shape":"StringFilterList",
13982          "documentation":"<p>The name of the malware that was observed.</p>"
13983        },
13984        "MalwareType":{
13985          "shape":"StringFilterList",
13986          "documentation":"<p>The type of the malware that was observed.</p>"
13987        },
13988        "MalwarePath":{
13989          "shape":"StringFilterList",
13990          "documentation":"<p>The filesystem path of the malware that was observed.</p>"
13991        },
13992        "MalwareState":{
13993          "shape":"StringFilterList",
13994          "documentation":"<p>The state of the malware that was observed.</p>"
13995        },
13996        "NetworkDirection":{
13997          "shape":"StringFilterList",
13998          "documentation":"<p>Indicates the direction of network traffic associated with a finding.</p>"
13999        },
14000        "NetworkProtocol":{
14001          "shape":"StringFilterList",
14002          "documentation":"<p>The protocol of network-related information about a finding.</p>"
14003        },
14004        "NetworkSourceIpV4":{
14005          "shape":"IpFilterList",
14006          "documentation":"<p>The source IPv4 address of network-related information about a finding.</p>"
14007        },
14008        "NetworkSourceIpV6":{
14009          "shape":"IpFilterList",
14010          "documentation":"<p>The source IPv6 address of network-related information about a finding.</p>"
14011        },
14012        "NetworkSourcePort":{
14013          "shape":"NumberFilterList",
14014          "documentation":"<p>The source port of network-related information about a finding.</p>"
14015        },
14016        "NetworkSourceDomain":{
14017          "shape":"StringFilterList",
14018          "documentation":"<p>The source domain of network-related information about a finding.</p>"
14019        },
14020        "NetworkSourceMac":{
14021          "shape":"StringFilterList",
14022          "documentation":"<p>The source media access control (MAC) address of network-related information about a finding.</p>"
14023        },
14024        "NetworkDestinationIpV4":{
14025          "shape":"IpFilterList",
14026          "documentation":"<p>The destination IPv4 address of network-related information about a finding.</p>"
14027        },
14028        "NetworkDestinationIpV6":{
14029          "shape":"IpFilterList",
14030          "documentation":"<p>The destination IPv6 address of network-related information about a finding.</p>"
14031        },
14032        "NetworkDestinationPort":{
14033          "shape":"NumberFilterList",
14034          "documentation":"<p>The destination port of network-related information about a finding.</p>"
14035        },
14036        "NetworkDestinationDomain":{
14037          "shape":"StringFilterList",
14038          "documentation":"<p>The destination domain of network-related information about a finding.</p>"
14039        },
14040        "ProcessName":{
14041          "shape":"StringFilterList",
14042          "documentation":"<p>The name of the process.</p>"
14043        },
14044        "ProcessPath":{
14045          "shape":"StringFilterList",
14046          "documentation":"<p>The path to the process executable.</p>"
14047        },
14048        "ProcessPid":{
14049          "shape":"NumberFilterList",
14050          "documentation":"<p>The process ID.</p>"
14051        },
14052        "ProcessParentPid":{
14053          "shape":"NumberFilterList",
14054          "documentation":"<p>The parent process ID. This field accepts positive integers between <code>O</code> and <code>2147483647</code>.</p>"
14055        },
14056        "ProcessLaunchedAt":{
14057          "shape":"DateFilterList",
14058          "documentation":"<p>A timestamp that identifies when the process was launched.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
14059        },
14060        "ProcessTerminatedAt":{
14061          "shape":"DateFilterList",
14062          "documentation":"<p>A timestamp that identifies when the process was terminated.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
14063        },
14064        "ThreatIntelIndicatorType":{
14065          "shape":"StringFilterList",
14066          "documentation":"<p>The type of a threat intelligence indicator.</p>"
14067        },
14068        "ThreatIntelIndicatorValue":{
14069          "shape":"StringFilterList",
14070          "documentation":"<p>The value of a threat intelligence indicator.</p>"
14071        },
14072        "ThreatIntelIndicatorCategory":{
14073          "shape":"StringFilterList",
14074          "documentation":"<p>The category of a threat intelligence indicator.</p>"
14075        },
14076        "ThreatIntelIndicatorLastObservedAt":{
14077          "shape":"DateFilterList",
14078          "documentation":"<p>A timestamp that identifies the last observation of a threat intelligence indicator.</p>"
14079        },
14080        "ThreatIntelIndicatorSource":{
14081          "shape":"StringFilterList",
14082          "documentation":"<p>The source of the threat intelligence.</p>"
14083        },
14084        "ThreatIntelIndicatorSourceUrl":{
14085          "shape":"StringFilterList",
14086          "documentation":"<p>The URL for more details from the source of the threat intelligence.</p>"
14087        },
14088        "ResourceType":{
14089          "shape":"StringFilterList",
14090          "documentation":"<p>Specifies the type of the resource that details are provided for.</p>"
14091        },
14092        "ResourceId":{
14093          "shape":"StringFilterList",
14094          "documentation":"<p>The canonical identifier for the given resource type.</p>"
14095        },
14096        "ResourcePartition":{
14097          "shape":"StringFilterList",
14098          "documentation":"<p>The canonical Amazon Web Services partition name that the Region is assigned to.</p>"
14099        },
14100        "ResourceRegion":{
14101          "shape":"StringFilterList",
14102          "documentation":"<p>The canonical Amazon Web Services external Region name where this resource is located.</p>"
14103        },
14104        "ResourceTags":{
14105          "shape":"MapFilterList",
14106          "documentation":"<p>A list of Amazon Web Services tags associated with a resource at the time the finding was processed.</p>"
14107        },
14108        "ResourceAwsEc2InstanceType":{
14109          "shape":"StringFilterList",
14110          "documentation":"<p>The instance type of the instance.</p>"
14111        },
14112        "ResourceAwsEc2InstanceImageId":{
14113          "shape":"StringFilterList",
14114          "documentation":"<p>The Amazon Machine Image (AMI) ID of the instance.</p>"
14115        },
14116        "ResourceAwsEc2InstanceIpV4Addresses":{
14117          "shape":"IpFilterList",
14118          "documentation":"<p>The IPv4 addresses associated with the instance.</p>"
14119        },
14120        "ResourceAwsEc2InstanceIpV6Addresses":{
14121          "shape":"IpFilterList",
14122          "documentation":"<p>The IPv6 addresses associated with the instance.</p>"
14123        },
14124        "ResourceAwsEc2InstanceKeyName":{
14125          "shape":"StringFilterList",
14126          "documentation":"<p>The key name associated with the instance.</p>"
14127        },
14128        "ResourceAwsEc2InstanceIamInstanceProfileArn":{
14129          "shape":"StringFilterList",
14130          "documentation":"<p>The IAM profile ARN of the instance.</p>"
14131        },
14132        "ResourceAwsEc2InstanceVpcId":{
14133          "shape":"StringFilterList",
14134          "documentation":"<p>The identifier of the VPC that the instance was launched in.</p>"
14135        },
14136        "ResourceAwsEc2InstanceSubnetId":{
14137          "shape":"StringFilterList",
14138          "documentation":"<p>The identifier of the subnet that the instance was launched in.</p>"
14139        },
14140        "ResourceAwsEc2InstanceLaunchedAt":{
14141          "shape":"DateFilterList",
14142          "documentation":"<p>The date and time the instance was launched.</p>"
14143        },
14144        "ResourceAwsS3BucketOwnerId":{
14145          "shape":"StringFilterList",
14146          "documentation":"<p>The canonical user ID of the owner of the S3 bucket.</p>"
14147        },
14148        "ResourceAwsS3BucketOwnerName":{
14149          "shape":"StringFilterList",
14150          "documentation":"<p>The display name of the owner of the S3 bucket.</p>"
14151        },
14152        "ResourceAwsIamAccessKeyUserName":{
14153          "shape":"StringFilterList",
14154          "documentation":"<p>The user associated with the IAM access key related to a finding.</p>",
14155          "deprecated":true,
14156          "deprecatedMessage":"This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName."
14157        },
14158        "ResourceAwsIamAccessKeyPrincipalName":{
14159          "shape":"StringFilterList",
14160          "documentation":"<p>The name of the principal that is associated with an IAM access key.</p>"
14161        },
14162        "ResourceAwsIamAccessKeyStatus":{
14163          "shape":"StringFilterList",
14164          "documentation":"<p>The status of the IAM access key related to a finding.</p>"
14165        },
14166        "ResourceAwsIamAccessKeyCreatedAt":{
14167          "shape":"DateFilterList",
14168          "documentation":"<p>The creation date/time of the IAM access key related to a finding.</p>"
14169        },
14170        "ResourceAwsIamUserUserName":{
14171          "shape":"StringFilterList",
14172          "documentation":"<p>The name of an IAM user.</p>"
14173        },
14174        "ResourceContainerName":{
14175          "shape":"StringFilterList",
14176          "documentation":"<p>The name of the container related to a finding.</p>"
14177        },
14178        "ResourceContainerImageId":{
14179          "shape":"StringFilterList",
14180          "documentation":"<p>The identifier of the image related to a finding.</p>"
14181        },
14182        "ResourceContainerImageName":{
14183          "shape":"StringFilterList",
14184          "documentation":"<p>The name of the image related to a finding.</p>"
14185        },
14186        "ResourceContainerLaunchedAt":{
14187          "shape":"DateFilterList",
14188          "documentation":"<p>A timestamp that identifies when the container was started.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
14189        },
14190        "ResourceDetailsOther":{
14191          "shape":"MapFilterList",
14192          "documentation":"<p>The details of a resource that doesn't have a specific subfield for the resource type defined.</p>"
14193        },
14194        "ComplianceStatus":{
14195          "shape":"StringFilterList",
14196          "documentation":"<p>Exclusive to findings that are generated as the result of a check run against a specific rule in a supported standard, such as CIS Amazon Web Services Foundations. Contains security standard-related finding details.</p>"
14197        },
14198        "VerificationState":{
14199          "shape":"StringFilterList",
14200          "documentation":"<p>The veracity of a finding.</p>"
14201        },
14202        "WorkflowState":{
14203          "shape":"StringFilterList",
14204          "documentation":"<p>The workflow state of a finding.</p> <p>Note that this field is deprecated. To search for a finding based on its workflow status, use <code>WorkflowStatus</code>.</p>"
14205        },
14206        "WorkflowStatus":{
14207          "shape":"StringFilterList",
14208          "documentation":"<p>The status of the investigation into a finding. Allowed values are the following.</p> <ul> <li> <p> <code>NEW</code> - The initial state of a finding, before it is reviewed.</p> <p>Security Hub also resets the workflow status from <code>NOTIFIED</code> or <code>RESOLVED</code> to <code>NEW</code> in the following cases:</p> <ul> <li> <p> <code>RecordState</code> changes from <code>ARCHIVED</code> to <code>ACTIVE</code>.</p> </li> <li> <p> <code>Compliance.Status</code> changes from <code>PASSED</code> to either <code>WARNING</code>, <code>FAILED</code>, or <code>NOT_AVAILABLE</code>.</p> </li> </ul> </li> <li> <p> <code>NOTIFIED</code> - Indicates that the resource owner has been notified about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.</p> <p>If one of the following occurs, the workflow status is changed automatically from <code>NOTIFIED</code> to <code>NEW</code>:</p> <ul> <li> <p> <code>RecordState</code> changes from <code>ARCHIVED</code> to <code>ACTIVE</code>.</p> </li> <li> <p> <code>Compliance.Status</code> changes from <code>PASSED</code> to <code>FAILED</code>, <code>WARNING</code>, or <code>NOT_AVAILABLE</code>.</p> </li> </ul> </li> <li> <p> <code>SUPPRESSED</code> - Indicates that you reviewed the finding and do not believe that any action is needed.</p> <p>The workflow status of a <code>SUPPRESSED</code> finding does not change if <code>RecordState</code> changes from <code>ARCHIVED</code> to <code>ACTIVE</code>.</p> </li> <li> <p> <code>RESOLVED</code> - The finding was reviewed and remediated and is now considered resolved. </p> <p>The finding remains <code>RESOLVED</code> unless one of the following occurs:</p> <ul> <li> <p> <code>RecordState</code> changes from <code>ARCHIVED</code> to <code>ACTIVE</code>.</p> </li> <li> <p> <code>Compliance.Status</code> changes from <code>PASSED</code> to <code>FAILED</code>, <code>WARNING</code>, or <code>NOT_AVAILABLE</code>.</p> </li> </ul> <p>In those cases, the workflow status is automatically reset to <code>NEW</code>.</p> <p>For findings from controls, if <code>Compliance.Status</code> is <code>PASSED</code>, then Security Hub automatically sets the workflow status to <code>RESOLVED</code>.</p> </li> </ul>"
14209        },
14210        "RecordState":{
14211          "shape":"StringFilterList",
14212          "documentation":"<p>The updated record state for the finding.</p>"
14213        },
14214        "RelatedFindingsProductArn":{
14215          "shape":"StringFilterList",
14216          "documentation":"<p>The ARN of the solution that generated a related finding.</p>"
14217        },
14218        "RelatedFindingsId":{
14219          "shape":"StringFilterList",
14220          "documentation":"<p>The solution-generated identifier for a related finding.</p>"
14221        },
14222        "NoteText":{
14223          "shape":"StringFilterList",
14224          "documentation":"<p>The text of a note.</p>"
14225        },
14226        "NoteUpdatedAt":{
14227          "shape":"DateFilterList",
14228          "documentation":"<p>The timestamp of when the note was updated.</p>"
14229        },
14230        "NoteUpdatedBy":{
14231          "shape":"StringFilterList",
14232          "documentation":"<p>The principal that created a note.</p>"
14233        },
14234        "Keyword":{
14235          "shape":"KeywordFilterList",
14236          "documentation":"<p>A keyword for a finding.</p>",
14237          "deprecated":true,
14238          "deprecatedMessage":"The Keyword property is deprecated."
14239        },
14240        "FindingProviderFieldsConfidence":{
14241          "shape":"NumberFilterList",
14242          "documentation":"<p>The finding provider value for the finding confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.</p> <p>Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence.</p>"
14243        },
14244        "FindingProviderFieldsCriticality":{
14245          "shape":"NumberFilterList",
14246          "documentation":"<p>The finding provider value for the level of importance assigned to the resources associated with the findings.</p> <p>A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. </p>"
14247        },
14248        "FindingProviderFieldsRelatedFindingsId":{
14249          "shape":"StringFilterList",
14250          "documentation":"<p>The finding identifier of a related finding that is identified by the finding provider.</p>"
14251        },
14252        "FindingProviderFieldsRelatedFindingsProductArn":{
14253          "shape":"StringFilterList",
14254          "documentation":"<p>The ARN of the solution that generated a related finding that is identified by the finding provider.</p>"
14255        },
14256        "FindingProviderFieldsSeverityLabel":{
14257          "shape":"StringFilterList",
14258          "documentation":"<p>The finding provider value for the severity label.</p>"
14259        },
14260        "FindingProviderFieldsSeverityOriginal":{
14261          "shape":"StringFilterList",
14262          "documentation":"<p>The finding provider's original value for the severity.</p>"
14263        },
14264        "FindingProviderFieldsTypes":{
14265          "shape":"StringFilterList",
14266          "documentation":"<p>One or more finding types that the finding provider assigned to the finding. Uses the format of <code>namespace/category/classifier</code> that classify a finding.</p> <p>Valid namespace values are: Software and Configuration Checks | TTPs | Effects | Unusual Behaviors | Sensitive Data Identifications</p>"
14267        },
14268        "Sample":{
14269          "shape":"BooleanFilterList",
14270          "documentation":"<p>Indicates whether or not sample findings are included in the filter results.</p>"
14271        },
14272        "ComplianceSecurityControlId":{
14273          "shape":"StringFilterList",
14274          "documentation":"<p> The unique identifier of a control across standards. Values for this field typically consist of an Amazon Web Service and a number, such as APIGateway.5. </p>"
14275        },
14276        "ComplianceAssociatedStandardsId":{
14277          "shape":"StringFilterList",
14278          "documentation":"<p> The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html\">DescribeStandards</a> API response. </p>"
14279        },
14280        "VulnerabilitiesExploitAvailable":{
14281          "shape":"StringFilterList",
14282          "documentation":"<p> Indicates whether a software vulnerability in your environment has a known exploit. You can filter findings by this field only if you use Security Hub and Amazon Inspector. </p>"
14283        },
14284        "VulnerabilitiesFixAvailable":{
14285          "shape":"StringFilterList",
14286          "documentation":"<p> Indicates whether a vulnerability is fixed in a newer version of the affected software packages. You can filter findings by this field only if you use Security Hub and Amazon Inspector. </p>"
14287        },
14288        "ComplianceSecurityControlParametersName":{
14289          "shape":"StringFilterList",
14290          "documentation":"<p> The name of a security control parameter. </p>"
14291        },
14292        "ComplianceSecurityControlParametersValue":{
14293          "shape":"StringFilterList",
14294          "documentation":"<p> The current value of a security control parameter. </p>"
14295        },
14296        "AwsAccountName":{
14297          "shape":"StringFilterList",
14298          "documentation":"<p>The name of the Amazon Web Services account in which a finding is generated.</p>"
14299        },
14300        "ResourceApplicationName":{
14301          "shape":"StringFilterList",
14302          "documentation":"<p> The name of the application that is related to a finding. </p>"
14303        },
14304        "ResourceApplicationArn":{
14305          "shape":"StringFilterList",
14306          "documentation":"<p> The ARN of the application that is related to a finding. </p>"
14307        }
14308      },
14309      "documentation":"<p>A collection of filters that are applied to all active findings aggregated by Security Hub.</p> <p>You can filter by up to ten finding attributes. For each attribute, you can provide up to 20 filter values.</p>"
14310    },
14311    "AwsSecurityFindingIdentifier":{
14312      "type":"structure",
14313      "required":[
14314        "Id",
14315        "ProductArn"
14316      ],
14317      "members":{
14318        "Id":{
14319          "shape":"NonEmptyString",
14320          "documentation":"<p>The identifier of the finding that was specified by the finding provider.</p>"
14321        },
14322        "ProductArn":{
14323          "shape":"NonEmptyString",
14324          "documentation":"<p>The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.</p>"
14325        }
14326      },
14327      "documentation":"<p>Identifies which finding to get the finding history for.</p>"
14328    },
14329    "AwsSecurityFindingIdentifierList":{
14330      "type":"list",
14331      "member":{"shape":"AwsSecurityFindingIdentifier"}
14332    },
14333    "AwsSecurityFindingList":{
14334      "type":"list",
14335      "member":{"shape":"AwsSecurityFinding"}
14336    },
14337    "AwsSnsTopicDetails":{
14338      "type":"structure",
14339      "members":{
14340        "KmsMasterKeyId":{
14341          "shape":"NonEmptyString",
14342          "documentation":"<p>The ID of an Amazon Web Services managed key for Amazon SNS or a customer managed key.</p>"
14343        },
14344        "Subscription":{
14345          "shape":"AwsSnsTopicSubscriptionList",
14346          "documentation":"<p>Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.</p>"
14347        },
14348        "TopicName":{
14349          "shape":"NonEmptyString",
14350          "documentation":"<p>The name of the Amazon SNS topic.</p>"
14351        },
14352        "Owner":{
14353          "shape":"NonEmptyString",
14354          "documentation":"<p>The subscription's owner.</p>"
14355        },
14356        "SqsSuccessFeedbackRoleArn":{
14357          "shape":"NonEmptyString",
14358          "documentation":"<p>Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS endpoint. </p>"
14359        },
14360        "SqsFailureFeedbackRoleArn":{
14361          "shape":"NonEmptyString",
14362          "documentation":"<p>Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS endpoint. </p>"
14363        },
14364        "ApplicationSuccessFeedbackRoleArn":{
14365          "shape":"NonEmptyString",
14366          "documentation":"<p>Indicates failed message delivery status for an Amazon SNS topic that is subscribed to a platform application endpoint. </p>"
14367        },
14368        "FirehoseSuccessFeedbackRoleArn":{
14369          "shape":"NonEmptyString",
14370          "documentation":"<p>Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data Firehose endpoint. </p>"
14371        },
14372        "FirehoseFailureFeedbackRoleArn":{
14373          "shape":"NonEmptyString",
14374          "documentation":"<p>Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data Firehose endpoint. </p>"
14375        },
14376        "HttpSuccessFeedbackRoleArn":{
14377          "shape":"NonEmptyString",
14378          "documentation":"<p>Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint. </p>"
14379        },
14380        "HttpFailureFeedbackRoleArn":{
14381          "shape":"NonEmptyString",
14382          "documentation":"<p>Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint. </p>"
14383        }
14384      },
14385      "documentation":"<p>Provides information about an Amazon SNS topic to which notifications can be published.</p>"
14386    },
14387    "AwsSnsTopicSubscription":{
14388      "type":"structure",
14389      "members":{
14390        "Endpoint":{
14391          "shape":"NonEmptyString",
14392          "documentation":"<p>The subscription's endpoint (format depends on the protocol).</p>"
14393        },
14394        "Protocol":{
14395          "shape":"NonEmptyString",
14396          "documentation":"<p>The subscription's protocol.</p>"
14397        }
14398      },
14399      "documentation":"<p>A wrapper type for the attributes of an Amazon SNS subscription.</p>"
14400    },
14401    "AwsSnsTopicSubscriptionList":{
14402      "type":"list",
14403      "member":{"shape":"AwsSnsTopicSubscription"}
14404    },
14405    "AwsSqsQueueDetails":{
14406      "type":"structure",
14407      "members":{
14408        "KmsDataKeyReusePeriodSeconds":{
14409          "shape":"Integer",
14410          "documentation":"<p>The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.</p>"
14411        },
14412        "KmsMasterKeyId":{
14413          "shape":"NonEmptyString",
14414          "documentation":"<p>The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.</p>"
14415        },
14416        "QueueName":{
14417          "shape":"NonEmptyString",
14418          "documentation":"<p>The name of the new queue.</p>"
14419        },
14420        "DeadLetterTargetArn":{
14421          "shape":"NonEmptyString",
14422          "documentation":"<p>The ARN of the dead-letter queue to which Amazon SQS moves messages after the value of <code>maxReceiveCount</code> is exceeded. </p>"
14423        }
14424      },
14425      "documentation":"<p>Data about a queue.</p>"
14426    },
14427    "AwsSsmComplianceSummary":{
14428      "type":"structure",
14429      "members":{
14430        "Status":{
14431          "shape":"NonEmptyString",
14432          "documentation":"<p>The current patch compliance status. Valid values are as follows:</p> <ul> <li> <p> <code>COMPLIANT</code> </p> </li> <li> <p> <code>NON_COMPLIANT</code> </p> </li> <li> <p> <code>UNSPECIFIED_DATA</code> </p> </li> </ul>"
14433        },
14434        "CompliantCriticalCount":{
14435          "shape":"Integer",
14436          "documentation":"<p>For the patches that are compliant, the number that have a severity of <code>CRITICAL</code>.</p>"
14437        },
14438        "CompliantHighCount":{
14439          "shape":"Integer",
14440          "documentation":"<p>For the patches that are compliant, the number that have a severity of <code>HIGH</code>.</p>"
14441        },
14442        "CompliantMediumCount":{
14443          "shape":"Integer",
14444          "documentation":"<p>For the patches that are compliant, the number that have a severity of <code>MEDIUM</code>.</p>"
14445        },
14446        "ExecutionType":{
14447          "shape":"NonEmptyString",
14448          "documentation":"<p>The type of execution that was used determine compliance.</p>"
14449        },
14450        "NonCompliantCriticalCount":{
14451          "shape":"Integer",
14452          "documentation":"<p>For the patch items that are noncompliant, the number of items that have a severity of <code>CRITICAL</code>.</p>"
14453        },
14454        "CompliantInformationalCount":{
14455          "shape":"Integer",
14456          "documentation":"<p>For the patches that are compliant, the number that have a severity of <code>INFORMATIONAL</code>.</p>"
14457        },
14458        "NonCompliantInformationalCount":{
14459          "shape":"Integer",
14460          "documentation":"<p>For the patches that are noncompliant, the number that have a severity of <code>INFORMATIONAL</code>.</p>"
14461        },
14462        "CompliantUnspecifiedCount":{
14463          "shape":"Integer",
14464          "documentation":"<p>For the patches that are compliant, the number that have a severity of <code>UNSPECIFIED</code>.</p>"
14465        },
14466        "NonCompliantLowCount":{
14467          "shape":"Integer",
14468          "documentation":"<p>For the patches that are noncompliant, the number that have a severity of <code>LOW</code>.</p>"
14469        },
14470        "NonCompliantHighCount":{
14471          "shape":"Integer",
14472          "documentation":"<p>For the patches that are noncompliant, the number that have a severity of <code>HIGH</code>.</p>"
14473        },
14474        "CompliantLowCount":{
14475          "shape":"Integer",
14476          "documentation":"<p>For the patches that are compliant, the number that have a severity of <code>LOW</code>.</p>"
14477        },
14478        "ComplianceType":{
14479          "shape":"NonEmptyString",
14480          "documentation":"<p>The type of resource for which the compliance was determined. For <code>AwsSsmPatchCompliance</code>, <code>ComplianceType</code> is <code>Patch</code>. </p>"
14481        },
14482        "PatchBaselineId":{
14483          "shape":"NonEmptyString",
14484          "documentation":"<p>The identifier of the patch baseline. The patch baseline lists the patches that are approved for installation.</p>"
14485        },
14486        "OverallSeverity":{
14487          "shape":"NonEmptyString",
14488          "documentation":"<p>The highest severity for the patches. Valid values are as follows:</p> <ul> <li> <p> <code>CRITICAL</code> </p> </li> <li> <p> <code>HIGH</code> </p> </li> <li> <p> <code>MEDIUM</code> </p> </li> <li> <p> <code>LOW</code> </p> </li> <li> <p> <code>INFORMATIONAL</code> </p> </li> <li> <p> <code>UNSPECIFIED</code> </p> </li> </ul>"
14489        },
14490        "NonCompliantMediumCount":{
14491          "shape":"Integer",
14492          "documentation":"<p>For the patches that are noncompliant, the number that have a severity of <code>MEDIUM</code>.</p>"
14493        },
14494        "NonCompliantUnspecifiedCount":{
14495          "shape":"Integer",
14496          "documentation":"<p>For the patches that are noncompliant, the number that have a severity of <code>UNSPECIFIED</code>.</p>"
14497        },
14498        "PatchGroup":{
14499          "shape":"NonEmptyString",
14500          "documentation":"<p>The identifier of the patch group for which compliance was determined. A patch group uses tags to group EC2 instances that should have the same patch compliance.</p>"
14501        }
14502      },
14503      "documentation":"<p>Provides the details about the compliance status for a patch.</p>"
14504    },
14505    "AwsSsmPatch":{
14506      "type":"structure",
14507      "members":{
14508        "ComplianceSummary":{
14509          "shape":"AwsSsmComplianceSummary",
14510          "documentation":"<p>The compliance status details for the patch.</p>"
14511        }
14512      },
14513      "documentation":"<p>Provides details about the compliance for a patch.</p>"
14514    },
14515    "AwsSsmPatchComplianceDetails":{
14516      "type":"structure",
14517      "members":{
14518        "Patch":{
14519          "shape":"AwsSsmPatch",
14520          "documentation":"<p>Information about the status of a patch.</p>"
14521        }
14522      },
14523      "documentation":"<p>Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.</p>"
14524    },
14525    "AwsStepFunctionStateMachineDetails":{
14526      "type":"structure",
14527      "members":{
14528        "Label":{
14529          "shape":"NonEmptyString",
14530          "documentation":"<p> A user-defined or an auto-generated string that identifies a <code>Map</code> state. This parameter is present only if the <code>stateMachineArn</code> specified in input is a qualified state machine ARN. </p>"
14531        },
14532        "LoggingConfiguration":{
14533          "shape":"AwsStepFunctionStateMachineLoggingConfigurationDetails",
14534          "documentation":"<p> Used to set CloudWatch Logs options. </p>"
14535        },
14536        "Name":{
14537          "shape":"NonEmptyString",
14538          "documentation":"<p> The name of the state machine. </p>"
14539        },
14540        "RoleArn":{
14541          "shape":"NonEmptyString",
14542          "documentation":"<p> The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. </p>"
14543        },
14544        "StateMachineArn":{
14545          "shape":"NonEmptyString",
14546          "documentation":"<p> The ARN that identifies the state machine. </p>"
14547        },
14548        "Status":{
14549          "shape":"NonEmptyString",
14550          "documentation":"<p> The current status of the state machine. </p>"
14551        },
14552        "TracingConfiguration":{
14553          "shape":"AwsStepFunctionStateMachineTracingConfigurationDetails",
14554          "documentation":"<p> Specifies whether X-Ray tracing is enabled. </p>"
14555        },
14556        "Type":{
14557          "shape":"NonEmptyString",
14558          "documentation":"<p> The type of the state machine (STANDARD or EXPRESS). </p>"
14559        }
14560      },
14561      "documentation":"<p> Provides details about an Step Functions state machine, which is a workflow consisting of a series of event- driven steps. </p>"
14562    },
14563    "AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails":{
14564      "type":"structure",
14565      "members":{
14566        "LogGroupArn":{
14567          "shape":"NonEmptyString",
14568          "documentation":"<p>The ARN (ends with <code>:*</code>) of the CloudWatch Logs log group to which you want your logs emitted.</p>"
14569        }
14570      },
14571      "documentation":"<p> An object describing a CloudWatch log group. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\"> Amazon Web Services::Logs::LogGroup</a> in the <i>CloudFormation User Guide</i>. </p>"
14572    },
14573    "AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails":{
14574      "type":"structure",
14575      "members":{
14576        "CloudWatchLogsLogGroup":{
14577          "shape":"AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails",
14578          "documentation":"<p> An object describing a CloudWatch Logs log group. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\"> Amazon Web Services::Logs::LogGroup</a> in the <i>CloudFormation User Guide</i>. </p>"
14579        }
14580      },
14581      "documentation":"<p> An array of objects that describes where your execution history events will be logged. </p>"
14582    },
14583    "AwsStepFunctionStateMachineLoggingConfigurationDestinationsList":{
14584      "type":"list",
14585      "member":{"shape":"AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails"}
14586    },
14587    "AwsStepFunctionStateMachineLoggingConfigurationDetails":{
14588      "type":"structure",
14589      "members":{
14590        "Destinations":{
14591          "shape":"AwsStepFunctionStateMachineLoggingConfigurationDestinationsList",
14592          "documentation":"<p> An array of objects that describes where your execution history events will be logged. </p>"
14593        },
14594        "IncludeExecutionData":{
14595          "shape":"Boolean",
14596          "documentation":"<p> Determines whether execution data is included in your log. When set to false, data is excluded. </p>"
14597        },
14598        "Level":{
14599          "shape":"NonEmptyString",
14600          "documentation":"<p> Defines which category of execution history events are logged. </p>"
14601        }
14602      },
14603      "documentation":"<p> The <code>LoggingConfiguration</code> data type is used to set CloudWatch Logs options. </p>"
14604    },
14605    "AwsStepFunctionStateMachineTracingConfigurationDetails":{
14606      "type":"structure",
14607      "members":{
14608        "Enabled":{
14609          "shape":"Boolean",
14610          "documentation":"<p> When set to true, X-Ray tracing is enabled. </p>"
14611        }
14612      },
14613      "documentation":"<p> Specifies whether X-Ray tracing is enabled. </p>"
14614    },
14615    "AwsWafRateBasedRuleDetails":{
14616      "type":"structure",
14617      "members":{
14618        "MetricName":{
14619          "shape":"NonEmptyString",
14620          "documentation":"<p>The name of the metrics for the rate-based rule.</p>"
14621        },
14622        "Name":{
14623          "shape":"NonEmptyString",
14624          "documentation":"<p>The name of the rate-based rule.</p>"
14625        },
14626        "RateKey":{
14627          "shape":"NonEmptyString",
14628          "documentation":"<p>The field that WAF uses to determine whether requests are likely arriving from single source and are subject to rate monitoring.</p>"
14629        },
14630        "RateLimit":{
14631          "shape":"Long",
14632          "documentation":"<p>The maximum number of requests that have an identical value for the field specified in <code>RateKey</code> that are allowed within a five-minute period. If the number of requests exceeds <code>RateLimit</code> and the other predicates specified in the rule are met, WAF triggers the action for the rule.</p>"
14633        },
14634        "RuleId":{
14635          "shape":"NonEmptyString",
14636          "documentation":"<p>The unique identifier for the rate-based rule.</p>"
14637        },
14638        "MatchPredicates":{
14639          "shape":"AwsWafRateBasedRuleMatchPredicateList",
14640          "documentation":"<p>The predicates to include in the rate-based rule.</p>"
14641        }
14642      },
14643      "documentation":"<p>Details about a rate-based rule for global resources. A rate-based rule provides settings to indicate when to allow, block, or count a request. Rate-based rules include the number of requests that arrive over a specified period of time.</p>"
14644    },
14645    "AwsWafRateBasedRuleMatchPredicate":{
14646      "type":"structure",
14647      "members":{
14648        "DataId":{
14649          "shape":"NonEmptyString",
14650          "documentation":"<p>The unique identifier for the predicate.</p>"
14651        },
14652        "Negated":{
14653          "shape":"Boolean",
14654          "documentation":"<p>If set to <code>true</code>, then the rule actions are performed on requests that match the predicate settings.</p> <p>If set to <code>false</code>, then the rule actions are performed on all requests except those that match the predicate settings. </p>"
14655        },
14656        "Type":{
14657          "shape":"NonEmptyString",
14658          "documentation":"<p>The type of predicate. Valid values are as follows:</p> <ul> <li> <p> <code>ByteMatch</code> </p> </li> <li> <p> <code>GeoMatch</code> </p> </li> <li> <p> <code>IPMatch</code> </p> </li> <li> <p> <code>RegexMatch</code> </p> </li> <li> <p> <code>SizeConstraint</code> </p> </li> <li> <p> <code>SqlInjectionMatch</code> </p> </li> <li> <p> <code>XssMatch</code> </p> </li> </ul>"
14659        }
14660      },
14661      "documentation":"<p>A match predicate. A predicate might look for characteristics such as specific IP addresses, geographic locations, or sizes.</p>"
14662    },
14663    "AwsWafRateBasedRuleMatchPredicateList":{
14664      "type":"list",
14665      "member":{"shape":"AwsWafRateBasedRuleMatchPredicate"}
14666    },
14667    "AwsWafRegionalRateBasedRuleDetails":{
14668      "type":"structure",
14669      "members":{
14670        "MetricName":{
14671          "shape":"NonEmptyString",
14672          "documentation":"<p>The name of the metrics for the rate-based rule.</p>"
14673        },
14674        "Name":{
14675          "shape":"NonEmptyString",
14676          "documentation":"<p>The name of the rate-based rule.</p>"
14677        },
14678        "RateKey":{
14679          "shape":"NonEmptyString",
14680          "documentation":"<p>The field that WAF uses to determine whether requests are likely arriving from single source and are subject to rate monitoring.</p>"
14681        },
14682        "RateLimit":{
14683          "shape":"Long",
14684          "documentation":"<p>The maximum number of requests that have an identical value for the field specified in <code>RateKey</code> that are allowed within a five-minute period. If the number of requests exceeds <code>RateLimit</code> and the other predicates specified in the rule are met, WAF triggers the action for the rule.</p>"
14685        },
14686        "RuleId":{
14687          "shape":"NonEmptyString",
14688          "documentation":"<p>The unique identifier for the rate-based rule.</p>"
14689        },
14690        "MatchPredicates":{
14691          "shape":"AwsWafRegionalRateBasedRuleMatchPredicateList",
14692          "documentation":"<p>The predicates to include in the rate-based rule.</p>"
14693        }
14694      },
14695      "documentation":"<p>contains details about a rate-based rule for Regional resources. A rate-based rule provides settings to indicate when to allow, block, or count a request. Rate-based rules include the number of requests that arrive over a specified period of time.</p>"
14696    },
14697    "AwsWafRegionalRateBasedRuleMatchPredicate":{
14698      "type":"structure",
14699      "members":{
14700        "DataId":{
14701          "shape":"NonEmptyString",
14702          "documentation":"<p>The unique identifier for the predicate.</p>"
14703        },
14704        "Negated":{
14705          "shape":"Boolean",
14706          "documentation":"<p>If set to <code>true</code>, then the rule actions are performed on requests that match the predicate settings.</p> <p>If set to <code>false</code>, then the rule actions are performed on all requests except those that match the predicate settings.</p>"
14707        },
14708        "Type":{
14709          "shape":"NonEmptyString",
14710          "documentation":"<p>The type of predicate. Valid values are as follows:</p> <ul> <li> <p> <code>ByteMatch</code> </p> </li> <li> <p> <code>GeoMatch</code> </p> </li> <li> <p> <code>IPMatch</code> </p> </li> <li> <p> <code>RegexMatch</code> </p> </li> <li> <p> <code>SizeConstraint</code> </p> </li> <li> <p> <code>SqlInjectionMatch</code> </p> </li> <li> <p> <code>XssMatch</code> </p> </li> </ul>"
14711        }
14712      },
14713      "documentation":"<p>Details for a match predicate. A predicate might look for characteristics such as specific IP addresses, geographic locations, or sizes.</p>"
14714    },
14715    "AwsWafRegionalRateBasedRuleMatchPredicateList":{
14716      "type":"list",
14717      "member":{"shape":"AwsWafRegionalRateBasedRuleMatchPredicate"}
14718    },
14719    "AwsWafRegionalRuleDetails":{
14720      "type":"structure",
14721      "members":{
14722        "MetricName":{
14723          "shape":"NonEmptyString",
14724          "documentation":"<p>A name for the metrics for the rule. </p>"
14725        },
14726        "Name":{
14727          "shape":"NonEmptyString",
14728          "documentation":"<p>A descriptive name for the rule. </p>"
14729        },
14730        "PredicateList":{
14731          "shape":"AwsWafRegionalRulePredicateList",
14732          "documentation":"<p>Specifies the <code>ByteMatchSet</code>, <code>IPSet</code>, <code>SqlInjectionMatchSet</code>, <code>XssMatchSet</code>, <code>RegexMatchSet</code>, <code>GeoMatchSet</code>, and <code>SizeConstraintSet</code> objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings. </p>"
14733        },
14734        "RuleId":{
14735          "shape":"NonEmptyString",
14736          "documentation":"<p>The ID of the rule. </p>"
14737        }
14738      },
14739      "documentation":"<p>Provides information about an WAF Regional rule. This rule identifies the web requests that you want to allow, block, or count. </p>"
14740    },
14741    "AwsWafRegionalRuleGroupDetails":{
14742      "type":"structure",
14743      "members":{
14744        "MetricName":{
14745          "shape":"NonEmptyString",
14746          "documentation":"<p>A name for the metrics for this rule group. </p>"
14747        },
14748        "Name":{
14749          "shape":"NonEmptyString",
14750          "documentation":"<p>The descriptive name of the rule group. </p>"
14751        },
14752        "RuleGroupId":{
14753          "shape":"NonEmptyString",
14754          "documentation":"<p>The ID of the rule group. </p>"
14755        },
14756        "Rules":{
14757          "shape":"AwsWafRegionalRuleGroupRulesList",
14758          "documentation":"<p>Provides information about the rule statements used to identify the web requests that you want to allow, block, or count. </p>"
14759        }
14760      },
14761      "documentation":"<p>Provides information about an WAF Regional rule group. The rule group is a collection of rules for inspecting and controlling web requests. </p>"
14762    },
14763    "AwsWafRegionalRuleGroupRulesActionDetails":{
14764      "type":"structure",
14765      "members":{
14766        "Type":{
14767          "shape":"NonEmptyString",
14768          "documentation":"<p>Specifies the <code>ByteMatchSet</code>, <code>IPSet</code>, <code>SqlInjectionMatchSet</code>, <code>XssMatchSet</code>, <code>RegexMatchSet</code>, <code>GeoMatchSet</code>, and <code>SizeConstraintSet</code> objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.</p>"
14769        }
14770      },
14771      "documentation":"<p>Describes the action that WAF should take on a web request when it matches the criteria defined in the rule. </p>"
14772    },
14773    "AwsWafRegionalRuleGroupRulesDetails":{
14774      "type":"structure",
14775      "members":{
14776        "Action":{
14777          "shape":"AwsWafRegionalRuleGroupRulesActionDetails",
14778          "documentation":"<p>The action that WAF should take on a web request when it matches the criteria defined in the rule. </p>"
14779        },
14780        "Priority":{
14781          "shape":"Integer",
14782          "documentation":"<p>If you define more than one rule in a web ACL, WAF evaluates each request against the rules in order based on the value of <code>Priority</code>. </p>"
14783        },
14784        "RuleId":{
14785          "shape":"NonEmptyString",
14786          "documentation":"<p>The ID for a rule. </p>"
14787        },
14788        "Type":{
14789          "shape":"NonEmptyString",
14790          "documentation":"<p>The type of rule in the rule group. </p>"
14791        }
14792      },
14793      "documentation":"<p>Provides information about the rules attached to a rule group </p>"
14794    },
14795    "AwsWafRegionalRuleGroupRulesList":{
14796      "type":"list",
14797      "member":{"shape":"AwsWafRegionalRuleGroupRulesDetails"}
14798    },
14799    "AwsWafRegionalRulePredicateList":{
14800      "type":"list",
14801      "member":{"shape":"AwsWafRegionalRulePredicateListDetails"}
14802    },
14803    "AwsWafRegionalRulePredicateListDetails":{
14804      "type":"structure",
14805      "members":{
14806        "DataId":{
14807          "shape":"NonEmptyString",
14808          "documentation":"<p>A unique identifier for a predicate in a rule, such as <code>ByteMatchSetId</code> or <code>IPSetId</code>. </p>"
14809        },
14810        "Negated":{
14811          "shape":"Boolean",
14812          "documentation":"<p>Specifies if you want WAF to allow, block, or count requests based on the settings in the <code>ByteMatchSet</code>, <code>IPSet</code>, <code>SqlInjectionMatchSet</code>, <code>XssMatchSet</code>, <code>RegexMatchSet</code>, <code>GeoMatchSet</code>, or <code>SizeConstraintSet</code>. </p>"
14813        },
14814        "Type":{
14815          "shape":"NonEmptyString",
14816          "documentation":"<p>The type of predicate in a rule, such as <code>ByteMatch</code> or <code>IPSet</code>. </p>"
14817        }
14818      },
14819      "documentation":"<p>Provides details about the <code>ByteMatchSet</code>, <code>IPSet</code>, <code>SqlInjectionMatchSet</code>, <code>XssMatchSet</code>, <code>RegexMatchSet</code>, <code>GeoMatchSet</code>, and <code>SizeConstraintSet</code> objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings. </p>"
14820    },
14821    "AwsWafRegionalWebAclDetails":{
14822      "type":"structure",
14823      "members":{
14824        "DefaultAction":{
14825          "shape":"NonEmptyString",
14826          "documentation":"<p>The action to perform if none of the rules contained in the web ACL match. </p>"
14827        },
14828        "MetricName":{
14829          "shape":"NonEmptyString",
14830          "documentation":"<p>A name for the metrics for this web ACL. </p>"
14831        },
14832        "Name":{
14833          "shape":"NonEmptyString",
14834          "documentation":"<p>A descriptive name for the web ACL. </p>"
14835        },
14836        "RulesList":{
14837          "shape":"AwsWafRegionalWebAclRulesList",
14838          "documentation":"<p>An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule. </p>"
14839        },
14840        "WebAclId":{
14841          "shape":"NonEmptyString",
14842          "documentation":"<p>The ID of the web ACL. </p>"
14843        }
14844      },
14845      "documentation":"<p>Provides information about the web access control list (web ACL). The web ACL contains the rules that identify the requests that you want to allow, block, or count. </p>"
14846    },
14847    "AwsWafRegionalWebAclRulesList":{
14848      "type":"list",
14849      "member":{"shape":"AwsWafRegionalWebAclRulesListDetails"}
14850    },
14851    "AwsWafRegionalWebAclRulesListActionDetails":{
14852      "type":"structure",
14853      "members":{
14854        "Type":{
14855          "shape":"NonEmptyString",
14856          "documentation":"<p>For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule. </p>"
14857        }
14858      },
14859      "documentation":"<p>The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request. </p>"
14860    },
14861    "AwsWafRegionalWebAclRulesListDetails":{
14862      "type":"structure",
14863      "members":{
14864        "Action":{
14865          "shape":"AwsWafRegionalWebAclRulesListActionDetails",
14866          "documentation":"<p>The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request. </p>"
14867        },
14868        "OverrideAction":{
14869          "shape":"AwsWafRegionalWebAclRulesListOverrideActionDetails",
14870          "documentation":"<p>Overrides the rule evaluation result in the rule group. </p>"
14871        },
14872        "Priority":{
14873          "shape":"Integer",
14874          "documentation":"<p>The order in which WAF evaluates the rules in a web ACL. </p>"
14875        },
14876        "RuleId":{
14877          "shape":"NonEmptyString",
14878          "documentation":"<p>The ID of an WAF Regional rule to associate with a web ACL. </p>"
14879        },
14880        "Type":{
14881          "shape":"NonEmptyString",
14882          "documentation":"<p>For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule. </p>"
14883        }
14884      },
14885      "documentation":"<p>A combination of <code>ByteMatchSet</code>, <code>IPSet</code>, and/or <code>SqlInjectionMatchSet</code> objects that identify the web requests that you want to allow, block, or count. </p>"
14886    },
14887    "AwsWafRegionalWebAclRulesListOverrideActionDetails":{
14888      "type":"structure",
14889      "members":{
14890        "Type":{
14891          "shape":"NonEmptyString",
14892          "documentation":"<p>Overrides the rule evaluation result in the rule group. </p>"
14893        }
14894      },
14895      "documentation":"<p>Provides details about the action to use in the place of the action that results from the rule group evaluation. </p>"
14896    },
14897    "AwsWafRuleDetails":{
14898      "type":"structure",
14899      "members":{
14900        "MetricName":{
14901          "shape":"NonEmptyString",
14902          "documentation":"<p>The name of the metrics for this rule. </p>"
14903        },
14904        "Name":{
14905          "shape":"NonEmptyString",
14906          "documentation":"<p>A descriptive name for the rule. </p>"
14907        },
14908        "PredicateList":{
14909          "shape":"AwsWafRulePredicateList",
14910          "documentation":"<p>Specifies the <code>ByteMatchSet</code>, <code>IPSet</code>, <code>SqlInjectionMatchSet</code>, <code>XssMatchSet</code>, <code>RegexMatchSet</code>, <code>GeoMatchSet</code>, and <code>SizeConstraintSet</code> objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings. </p>"
14911        },
14912        "RuleId":{
14913          "shape":"NonEmptyString",
14914          "documentation":"<p>The ID of the WAF rule. </p>"
14915        }
14916      },
14917      "documentation":"<p>Provides information about a WAF rule. This rule specifies the web requests that you want to allow, block, or count. </p>"
14918    },
14919    "AwsWafRuleGroupDetails":{
14920      "type":"structure",
14921      "members":{
14922        "MetricName":{
14923          "shape":"NonEmptyString",
14924          "documentation":"<p>The name of the metrics for this rule group. </p>"
14925        },
14926        "Name":{
14927          "shape":"NonEmptyString",
14928          "documentation":"<p>The name of the rule group. </p>"
14929        },
14930        "RuleGroupId":{
14931          "shape":"NonEmptyString",
14932          "documentation":"<p>The ID of the rule group. </p>"
14933        },
14934        "Rules":{
14935          "shape":"AwsWafRuleGroupRulesList",
14936          "documentation":"<p>Provides information about the rules attached to the rule group. These rules identify the web requests that you want to allow, block, or count. </p>"
14937        }
14938      },
14939      "documentation":"<p>Provides information about an WAF rule group. A rule group is a collection of rules for inspecting and controlling web requests. </p>"
14940    },
14941    "AwsWafRuleGroupRulesActionDetails":{
14942      "type":"structure",
14943      "members":{
14944        "Type":{
14945          "shape":"NonEmptyString",
14946          "documentation":"<p>The action that WAF should take on a web request when it matches the rule's statement.</p>"
14947        }
14948      },
14949      "documentation":"<p>Provides information about what action WAF should take on a web request when it matches the criteria defined in the rule. </p>"
14950    },
14951    "AwsWafRuleGroupRulesDetails":{
14952      "type":"structure",
14953      "members":{
14954        "Action":{
14955          "shape":"AwsWafRuleGroupRulesActionDetails",
14956          "documentation":"<p>Provides information about what action WAF should take on a web request when it matches the criteria defined in the rule. </p>"
14957        },
14958        "Priority":{
14959          "shape":"Integer",
14960          "documentation":"<p>If you define more than one rule in a web ACL, WAF evaluates each request against the rules in order based on the value of <code>Priority</code>.</p>"
14961        },
14962        "RuleId":{
14963          "shape":"NonEmptyString",
14964          "documentation":"<p>The rule ID for a rule. </p>"
14965        },
14966        "Type":{
14967          "shape":"NonEmptyString",
14968          "documentation":"<p>The type of rule. </p>"
14969        }
14970      },
14971      "documentation":"<p>Provides information about the rules attached to the rule group. These rules identify the web requests that you want to allow, block, or count. </p>"
14972    },
14973    "AwsWafRuleGroupRulesList":{
14974      "type":"list",
14975      "member":{"shape":"AwsWafRuleGroupRulesDetails"}
14976    },
14977    "AwsWafRulePredicateList":{
14978      "type":"list",
14979      "member":{"shape":"AwsWafRulePredicateListDetails"}
14980    },
14981    "AwsWafRulePredicateListDetails":{
14982      "type":"structure",
14983      "members":{
14984        "DataId":{
14985          "shape":"NonEmptyString",
14986          "documentation":"<p>A unique identifier for a predicate in a rule, such as <code>ByteMatchSetId</code> or <code>IPSetId</code>. </p>"
14987        },
14988        "Negated":{
14989          "shape":"Boolean",
14990          "documentation":"<p>Specifies if you want WAF to allow, block, or count requests based on the settings in the <code>ByteMatchSet</code>, <code>IPSet</code>, <code>SqlInjectionMatchSet</code>, <code>XssMatchSet</code>, <code>RegexMatchSet</code>, <code>GeoMatchSet</code>, or <code>SizeConstraintSet</code>. </p>"
14991        },
14992        "Type":{
14993          "shape":"NonEmptyString",
14994          "documentation":"<p>The type of predicate in a rule, such as <code>ByteMatch</code> or <code>IPSet</code>. </p>"
14995        }
14996      },
14997      "documentation":"<p>Provides details about the <code>ByteMatchSet</code>, <code>IPSet</code>, <code>SqlInjectionMatchSet</code>, <code>XssMatchSet</code>, <code>RegexMatchSet</code>, <code>GeoMatchSet</code>, and <code>SizeConstraintSet</code> objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings. </p>"
14998    },
14999    "AwsWafWebAclDetails":{
15000      "type":"structure",
15001      "members":{
15002        "Name":{
15003          "shape":"NonEmptyString",
15004          "documentation":"<p>A friendly name or description of the web ACL. You can't change the name of a web ACL after you create it.</p>"
15005        },
15006        "DefaultAction":{
15007          "shape":"NonEmptyString",
15008          "documentation":"<p>The action to perform if none of the rules contained in the web ACL match.</p>"
15009        },
15010        "Rules":{
15011          "shape":"AwsWafWebAclRuleList",
15012          "documentation":"<p>An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.</p>"
15013        },
15014        "WebAclId":{
15015          "shape":"NonEmptyString",
15016          "documentation":"<p>A unique identifier for a web ACL.</p>"
15017        }
15018      },
15019      "documentation":"<p>Provides information about an WAF web access control list (web ACL).</p>"
15020    },
15021    "AwsWafWebAclRule":{
15022      "type":"structure",
15023      "members":{
15024        "Action":{
15025          "shape":"WafAction",
15026          "documentation":"<p>Specifies the action that CloudFront or WAF takes when a web request matches the conditions in the rule. </p>"
15027        },
15028        "ExcludedRules":{
15029          "shape":"WafExcludedRuleList",
15030          "documentation":"<p>Rules to exclude from a rule group.</p>"
15031        },
15032        "OverrideAction":{
15033          "shape":"WafOverrideAction",
15034          "documentation":"<p>Use the <code>OverrideAction</code> to test your <code>RuleGroup</code>.</p> <p>Any rule in a <code>RuleGroup</code> can potentially block a request. If you set the <code>OverrideAction</code> to <code>None</code>, the <code>RuleGroup</code> blocks a request if any individual rule in the <code>RuleGroup</code> matches the request and is configured to block that request.</p> <p>However, if you first want to test the <code>RuleGroup</code>, set the <code>OverrideAction</code> to <code>Count</code>. The <code>RuleGroup</code> then overrides any block action specified by individual rules contained within the group. Instead of blocking matching requests, those requests are counted.</p> <p> <code>ActivatedRule</code>|<code>OverrideAction</code> applies only when updating or adding a <code>RuleGroup</code> to a web ACL. In this case you do not use <code>ActivatedRule</code> <code>Action</code>. For all other update requests, <code>ActivatedRule</code> <code>Action</code> is used instead of <code>ActivatedRule</code> <code>OverrideAction</code>.</p>"
15035        },
15036        "Priority":{
15037          "shape":"Integer",
15038          "documentation":"<p>Specifies the order in which the rules in a web ACL are evaluated. Rules with a lower value for <code>Priority</code> are evaluated before rules with a higher value. The value must be a unique integer. If you add multiple rules to a web ACL, the values do not need to be consecutive.</p>"
15039        },
15040        "RuleId":{
15041          "shape":"NonEmptyString",
15042          "documentation":"<p>The identifier for a rule.</p>"
15043        },
15044        "Type":{
15045          "shape":"NonEmptyString",
15046          "documentation":"<p>The rule type.</p> <p>Valid values: <code>REGULAR</code> | <code>RATE_BASED</code> | <code>GROUP</code> </p> <p>The default is <code>REGULAR</code>.</p>"
15047        }
15048      },
15049      "documentation":"<p>Details for a rule in an WAF web ACL.</p>"
15050    },
15051    "AwsWafWebAclRuleList":{
15052      "type":"list",
15053      "member":{"shape":"AwsWafWebAclRule"}
15054    },
15055    "AwsWafv2ActionAllowDetails":{
15056      "type":"structure",
15057      "members":{
15058        "CustomRequestHandling":{
15059          "shape":"AwsWafv2CustomRequestHandlingDetails",
15060          "documentation":"<p> Defines custom handling for the web request. For information about customizing web requests and responses, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-custom-request-response.html\">Customizing web requests and responses in WAF</a> in the <i>WAF Developer Guide.</i>. </p>"
15061        }
15062      },
15063      "documentation":"<p> Specifies that WAF should allow the request and optionally defines additional custom handling for the request. </p>"
15064    },
15065    "AwsWafv2ActionBlockDetails":{
15066      "type":"structure",
15067      "members":{
15068        "CustomResponse":{
15069          "shape":"AwsWafv2CustomResponseDetails",
15070          "documentation":"<p> Defines a custom response for the web request. For information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-custom-request-response.html\">Customizing web requests and responses in WAF</a> in the <i>WAF Developer Guide.</i>. </p>"
15071        }
15072      },
15073      "documentation":"<p> Specifies that WAF should block the request and optionally defines additional custom handling for the response to the web request. </p>"
15074    },
15075    "AwsWafv2CustomHttpHeader":{
15076      "type":"structure",
15077      "members":{
15078        "Name":{
15079          "shape":"NonEmptyString",
15080          "documentation":"<p> The name of the custom header. </p>"
15081        },
15082        "Value":{
15083          "shape":"NonEmptyString",
15084          "documentation":"<p> The value of the custom header. </p>"
15085        }
15086      },
15087      "documentation":"<p> A custom header for custom request and response handling. </p>"
15088    },
15089    "AwsWafv2CustomRequestHandlingDetails":{
15090      "type":"structure",
15091      "members":{
15092        "InsertHeaders":{
15093          "shape":"AwsWafv2InsertHeadersList",
15094          "documentation":"<p> The HTTP headers to insert into the request. </p>"
15095        }
15096      },
15097      "documentation":"<p> Custom request handling behavior that inserts custom headers into a web request. WAF uses custom request handling when the rule action doesn't block the request. </p>"
15098    },
15099    "AwsWafv2CustomResponseDetails":{
15100      "type":"structure",
15101      "members":{
15102        "CustomResponseBodyKey":{
15103          "shape":"NonEmptyString",
15104          "documentation":"<p> References the response body that you want WAF to return to the web request client. You can define a custom response for a rule action or a default web ACL action that is set to block. </p>"
15105        },
15106        "ResponseCode":{
15107          "shape":"Integer",
15108          "documentation":"<p> The HTTP status code to return to the client. For a list of status codes that you can use in your custom responses, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/customizing-the-response-status-codes.html\">Supported status codes for custom response</a> in the <i>WAF Developer Guide.</i> </p>"
15109        },
15110        "ResponseHeaders":{
15111          "shape":"AwsWafv2InsertHeadersList",
15112          "documentation":"<p> The HTTP headers to use in the response. </p>"
15113        }
15114      },
15115      "documentation":"<p> A custom response to send to the client. You can define a custom response for rule actions and default web ACL actions that are set to block. </p>"
15116    },
15117    "AwsWafv2InsertHeadersList":{
15118      "type":"list",
15119      "member":{"shape":"AwsWafv2CustomHttpHeader"}
15120    },
15121    "AwsWafv2RuleGroupDetails":{
15122      "type":"structure",
15123      "members":{
15124        "Capacity":{
15125          "shape":"Long",
15126          "documentation":"<p> The web ACL capacity units (WCUs) required for this rule group. </p>"
15127        },
15128        "Description":{
15129          "shape":"NonEmptyString",
15130          "documentation":"<p> A description of the rule group that helps with identification. </p>"
15131        },
15132        "Id":{
15133          "shape":"NonEmptyString",
15134          "documentation":"<p> A unique identifier for the rule group. </p>"
15135        },
15136        "Name":{
15137          "shape":"NonEmptyString",
15138          "documentation":"<p> The name of the rule group. You cannot change the name of a rule group after you create it. </p>"
15139        },
15140        "Arn":{
15141          "shape":"NonEmptyString",
15142          "documentation":"<p> The Amazon Resource Name (ARN) of the entity. </p>"
15143        },
15144        "Rules":{
15145          "shape":"AwsWafv2RulesList",
15146          "documentation":"<p> The Rule statements used to identify the web requests that you want to allow, block, or count. Each rule includes one top-level statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them. </p>"
15147        },
15148        "Scope":{
15149          "shape":"NonEmptyString",
15150          "documentation":"<p> Specifies whether the rule group is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool. </p>"
15151        },
15152        "VisibilityConfig":{
15153          "shape":"AwsWafv2VisibilityConfigDetails",
15154          "documentation":"<p> Defines and enables Amazon CloudWatch metrics and web request sample collection. </p>"
15155        }
15156      },
15157      "documentation":"<p> Details about an WAFv2 rule group. </p>"
15158    },
15159    "AwsWafv2RulesActionCaptchaDetails":{
15160      "type":"structure",
15161      "members":{
15162        "CustomRequestHandling":{
15163          "shape":"AwsWafv2CustomRequestHandlingDetails",
15164          "documentation":"<p> Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired. For more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-custom-request-response.html\">Customizing web requests and responses in WAF</a> in the <i>WAF Developer Guide.</i>. </p>"
15165        }
15166      },
15167      "documentation":"<p> Specifies that WAF should run a CAPTCHA check against the request. </p>"
15168    },
15169    "AwsWafv2RulesActionCountDetails":{
15170      "type":"structure",
15171      "members":{
15172        "CustomRequestHandling":{
15173          "shape":"AwsWafv2CustomRequestHandlingDetails",
15174          "documentation":"<p> Defines custom handling for the web request. For more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-custom-request-response.html\">Customizing web requests and responses in WAF</a> in the <i>WAF Developer Guide.</i>. </p>"
15175        }
15176      },
15177      "documentation":"<p> Specifies that WAF should count the request. </p>"
15178    },
15179    "AwsWafv2RulesActionDetails":{
15180      "type":"structure",
15181      "members":{
15182        "Allow":{
15183          "shape":"AwsWafv2ActionAllowDetails",
15184          "documentation":"<p> Instructs WAF to allow the web request. </p>"
15185        },
15186        "Block":{
15187          "shape":"AwsWafv2ActionBlockDetails",
15188          "documentation":"<p> Instructs WAF to block the web request. </p>"
15189        },
15190        "Captcha":{
15191          "shape":"AwsWafv2RulesActionCaptchaDetails",
15192          "documentation":"<p> Instructs WAF to run a CAPTCHA check against the web request. </p>"
15193        },
15194        "Count":{
15195          "shape":"AwsWafv2RulesActionCountDetails",
15196          "documentation":"<p> Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL. </p>"
15197        }
15198      },
15199      "documentation":"<p> The action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting. </p>"
15200    },
15201    "AwsWafv2RulesDetails":{
15202      "type":"structure",
15203      "members":{
15204        "Action":{
15205          "shape":"AwsWafv2RulesActionDetails",
15206          "documentation":"<p> The action that WAF should take on a web request when it matches the rule statement. Settings at the web ACL level can override the rule action setting. </p>"
15207        },
15208        "Name":{
15209          "shape":"NonEmptyString",
15210          "documentation":"<p> The name of the rule. </p>"
15211        },
15212        "OverrideAction":{
15213          "shape":"NonEmptyString",
15214          "documentation":"<p> The action to use in the place of the action that results from the rule group evaluation. </p>"
15215        },
15216        "Priority":{
15217          "shape":"Integer",
15218          "documentation":"<p> If you define more than one Rule in a WebACL, WAF evaluates each request against the Rules in order based on the value of <code>Priority</code>. WAF processes rules with lower priority first. The priorities don't need to be consecutive, but they must all be different. </p>"
15219        },
15220        "VisibilityConfig":{
15221          "shape":"AwsWafv2VisibilityConfigDetails",
15222          "documentation":"<p> Defines and enables Amazon CloudWatch metrics and web request sample collection. </p>"
15223        }
15224      },
15225      "documentation":"<p> Provides details about rules in a rule group. A rule identifies web requests that you want to allow, block, or count. Each rule includes one top-level Statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them. </p>"
15226    },
15227    "AwsWafv2RulesList":{
15228      "type":"list",
15229      "member":{"shape":"AwsWafv2RulesDetails"}
15230    },
15231    "AwsWafv2VisibilityConfigDetails":{
15232      "type":"structure",
15233      "members":{
15234        "CloudWatchMetricsEnabled":{
15235          "shape":"Boolean",
15236          "documentation":"<p> A boolean indicating whether the associated resource sends metrics to Amazon CloudWatch. For the list of available metrics, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics\">WAF metrics and dimensions</a> in the <i>WAF Developer Guide</i>. </p>"
15237        },
15238        "MetricName":{
15239          "shape":"NonEmptyString",
15240          "documentation":"<p> A name of the Amazon CloudWatch metric. </p>"
15241        },
15242        "SampledRequestsEnabled":{
15243          "shape":"Boolean",
15244          "documentation":"<p> A boolean indicating whether WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the WAF console. </p>"
15245        }
15246      },
15247      "documentation":"<p> Defines and enables Amazon CloudWatch metrics and web request sample collection. </p>"
15248    },
15249    "AwsWafv2WebAclActionDetails":{
15250      "type":"structure",
15251      "members":{
15252        "Allow":{
15253          "shape":"AwsWafv2ActionAllowDetails",
15254          "documentation":"<p> Specifies that WAF should allow requests by default. </p>"
15255        },
15256        "Block":{
15257          "shape":"AwsWafv2ActionBlockDetails",
15258          "documentation":"<p> Specifies that WAF should block requests by default. </p>"
15259        }
15260      },
15261      "documentation":"<p> Specifies the action that Amazon CloudFront or WAF takes when a web request matches the conditions in the rule. </p>"
15262    },
15263    "AwsWafv2WebAclCaptchaConfigDetails":{
15264      "type":"structure",
15265      "members":{
15266        "ImmunityTimeProperty":{
15267          "shape":"AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails",
15268          "documentation":"<p> Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle. </p>"
15269        }
15270      },
15271      "documentation":"<p> Specifies how WAF should handle CAPTCHA evaluations for rules that don't have their own <code>CaptchaConfig</code> settings. </p>"
15272    },
15273    "AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails":{
15274      "type":"structure",
15275      "members":{
15276        "ImmunityTime":{
15277          "shape":"Long",
15278          "documentation":"<p> The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by WAF. </p>"
15279        }
15280      },
15281      "documentation":"<p> Used for CAPTCHA and challenge token settings. Determines how long a CAPTCHA or challenge timestamp remains valid after WAF updates it for a successful CAPTCHA or challenge response. </p>"
15282    },
15283    "AwsWafv2WebAclDetails":{
15284      "type":"structure",
15285      "members":{
15286        "Name":{
15287          "shape":"NonEmptyString",
15288          "documentation":"<p> The name of the web ACL. </p>"
15289        },
15290        "Arn":{
15291          "shape":"NonEmptyString",
15292          "documentation":"<p> The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource. </p>"
15293        },
15294        "ManagedbyFirewallManager":{
15295          "shape":"Boolean",
15296          "documentation":"<p> Indicates whether this web ACL is managed by Firewall Manager. </p>"
15297        },
15298        "Id":{
15299          "shape":"NonEmptyString",
15300          "documentation":"<p> A unique identifier for the web ACL. </p>"
15301        },
15302        "Capacity":{
15303          "shape":"Long",
15304          "documentation":"<p> The web ACL capacity units (WCUs) currently being used by this web ACL. </p>"
15305        },
15306        "CaptchaConfig":{
15307          "shape":"AwsWafv2WebAclCaptchaConfigDetails",
15308          "documentation":"<p> Specifies how WAF should handle CAPTCHA evaluations for rules that don't have their own <code>CaptchaConfig</code> settings. </p>"
15309        },
15310        "DefaultAction":{
15311          "shape":"AwsWafv2WebAclActionDetails",
15312          "documentation":"<p> The action to perform if none of the Rules contained in the web ACL match. </p>"
15313        },
15314        "Description":{
15315          "shape":"NonEmptyString",
15316          "documentation":"<p> A description of the web ACL that helps with identification. </p>"
15317        },
15318        "Rules":{
15319          "shape":"AwsWafv2RulesList",
15320          "documentation":"<p> The Rule statements used to identify the web requests that you want to allow, block, or count. Each rule includes one top-level statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them. </p>"
15321        },
15322        "VisibilityConfig":{
15323          "shape":"AwsWafv2VisibilityConfigDetails",
15324          "documentation":"<p> Defines and enables Amazon CloudWatch metrics and web request sample collection. </p>"
15325        }
15326      },
15327      "documentation":"<p> Details about an WAFv2 web Access Control List (ACL). </p>"
15328    },
15329    "AwsXrayEncryptionConfigDetails":{
15330      "type":"structure",
15331      "members":{
15332        "KeyId":{
15333          "shape":"NonEmptyString",
15334          "documentation":"<p>The identifier of the KMS key that is used for encryption. Provided if <code>Type</code> is <code>KMS</code>.</p>"
15335        },
15336        "Status":{
15337          "shape":"NonEmptyString",
15338          "documentation":"<p>The current status of the encryption configuration. Valid values are <code>ACTIVE</code> or <code>UPDATING</code>.</p> <p>When <code>Status</code> is equal to <code>UPDATING</code>, X-Ray might use both the old and new encryption.</p>"
15339        },
15340        "Type":{
15341          "shape":"NonEmptyString",
15342          "documentation":"<p>The type of encryption. <code>KMS</code> indicates that the encryption uses KMS keys. <code>NONE</code> indicates the default encryption.</p>"
15343        }
15344      },
15345      "documentation":"<p>Information about the encryption configuration for X-Ray.</p>"
15346    },
15347    "BatchDeleteAutomationRulesRequest":{
15348      "type":"structure",
15349      "required":["AutomationRulesArns"],
15350      "members":{
15351        "AutomationRulesArns":{
15352          "shape":"AutomationRulesArnsList",
15353          "documentation":"<p> A list of Amazon Resource Names (ARNs) for the rules that are to be deleted. </p>"
15354        }
15355      }
15356    },
15357    "BatchDeleteAutomationRulesResponse":{
15358      "type":"structure",
15359      "members":{
15360        "ProcessedAutomationRules":{
15361          "shape":"AutomationRulesArnsList",
15362          "documentation":"<p> A list of properly processed rule ARNs. </p>"
15363        },
15364        "UnprocessedAutomationRules":{
15365          "shape":"UnprocessedAutomationRulesList",
15366          "documentation":"<p> A list of objects containing <code>RuleArn</code>, <code>ErrorCode</code>, and <code>ErrorMessage</code>. This parameter tells you which automation rules the request didn't delete and why. </p>"
15367        }
15368      }
15369    },
15370    "BatchDisableStandardsRequest":{
15371      "type":"structure",
15372      "required":["StandardsSubscriptionArns"],
15373      "members":{
15374        "StandardsSubscriptionArns":{
15375          "shape":"StandardsSubscriptionArns",
15376          "documentation":"<p>The ARNs of the standards subscriptions to disable.</p>"
15377        }
15378      }
15379    },
15380    "BatchDisableStandardsResponse":{
15381      "type":"structure",
15382      "members":{
15383        "StandardsSubscriptions":{
15384          "shape":"StandardsSubscriptions",
15385          "documentation":"<p>The details of the standards subscriptions that were disabled.</p>"
15386        }
15387      }
15388    },
15389    "BatchEnableStandardsRequest":{
15390      "type":"structure",
15391      "required":["StandardsSubscriptionRequests"],
15392      "members":{
15393        "StandardsSubscriptionRequests":{
15394          "shape":"StandardsSubscriptionRequests",
15395          "documentation":"<p>The list of standards checks to enable.</p>"
15396        }
15397      }
15398    },
15399    "BatchEnableStandardsResponse":{
15400      "type":"structure",
15401      "members":{
15402        "StandardsSubscriptions":{
15403          "shape":"StandardsSubscriptions",
15404          "documentation":"<p>The details of the standards subscriptions that were enabled.</p>"
15405        }
15406      }
15407    },
15408    "BatchGetAutomationRulesRequest":{
15409      "type":"structure",
15410      "required":["AutomationRulesArns"],
15411      "members":{
15412        "AutomationRulesArns":{
15413          "shape":"AutomationRulesArnsList",
15414          "documentation":"<p> A list of rule ARNs to get details for. </p>"
15415        }
15416      }
15417    },
15418    "BatchGetAutomationRulesResponse":{
15419      "type":"structure",
15420      "members":{
15421        "Rules":{
15422          "shape":"AutomationRulesConfigList",
15423          "documentation":"<p> A list of rule details for the provided rule ARNs. </p>"
15424        },
15425        "UnprocessedAutomationRules":{
15426          "shape":"UnprocessedAutomationRulesList",
15427          "documentation":"<p> A list of objects containing <code>RuleArn</code>, <code>ErrorCode</code>, and <code>ErrorMessage</code>. This parameter tells you which automation rules the request didn't retrieve and why. </p>"
15428        }
15429      }
15430    },
15431    "BatchGetConfigurationPolicyAssociationsRequest":{
15432      "type":"structure",
15433      "required":["ConfigurationPolicyAssociationIdentifiers"],
15434      "members":{
15435        "ConfigurationPolicyAssociationIdentifiers":{
15436          "shape":"ConfigurationPolicyAssociationsList",
15437          "documentation":"<p> Specifies one or more target account IDs, organizational unit (OU) IDs, or the root ID to retrieve associations for. </p>"
15438        }
15439      }
15440    },
15441    "BatchGetConfigurationPolicyAssociationsResponse":{
15442      "type":"structure",
15443      "members":{
15444        "ConfigurationPolicyAssociations":{
15445          "shape":"ConfigurationPolicyAssociationList",
15446          "documentation":"<p> Describes associations for the target accounts, OUs, or the root. </p>"
15447        },
15448        "UnprocessedConfigurationPolicyAssociations":{
15449          "shape":"UnprocessedConfigurationPolicyAssociationList",
15450          "documentation":"<p> An array of configuration policy associations, one for each configuration policy association identifier, that was specified in the request but couldn’t be processed due to an error. </p>"
15451        }
15452      }
15453    },
15454    "BatchGetSecurityControlsRequest":{
15455      "type":"structure",
15456      "required":["SecurityControlIds"],
15457      "members":{
15458        "SecurityControlIds":{
15459          "shape":"StringList",
15460          "documentation":"<p> A list of security controls (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards. </p>"
15461        }
15462      }
15463    },
15464    "BatchGetSecurityControlsResponse":{
15465      "type":"structure",
15466      "required":["SecurityControls"],
15467      "members":{
15468        "SecurityControls":{
15469          "shape":"SecurityControls",
15470          "documentation":"<p> An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control. The same information is returned whether the request includes <code>SecurityControlId</code> or <code>SecurityControlArn</code>. </p>"
15471        },
15472        "UnprocessedIds":{
15473          "shape":"UnprocessedSecurityControls",
15474          "documentation":"<p> A security control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) for which details cannot be returned. </p>"
15475        }
15476      }
15477    },
15478    "BatchGetStandardsControlAssociationsRequest":{
15479      "type":"structure",
15480      "required":["StandardsControlAssociationIds"],
15481      "members":{
15482        "StandardsControlAssociationIds":{
15483          "shape":"StandardsControlAssociationIds",
15484          "documentation":"<p> An array with one or more objects that includes a security control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards. </p>"
15485        }
15486      }
15487    },
15488    "BatchGetStandardsControlAssociationsResponse":{
15489      "type":"structure",
15490      "required":["StandardsControlAssociationDetails"],
15491      "members":{
15492        "StandardsControlAssociationDetails":{
15493          "shape":"StandardsControlAssociationDetails",
15494          "documentation":"<p>Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard. </p>"
15495        },
15496        "UnprocessedAssociations":{
15497          "shape":"UnprocessedStandardsControlAssociations",
15498          "documentation":"<p> A security control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) whose enablement status in a specified standard cannot be returned. </p>"
15499        }
15500      }
15501    },
15502    "BatchImportFindingsRequest":{
15503      "type":"structure",
15504      "required":["Findings"],
15505      "members":{
15506        "Findings":{
15507          "shape":"BatchImportFindingsRequestFindingList",
15508          "documentation":"<p>A list of findings to import. To successfully import a finding, it must follow the <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html\">Amazon Web Services Security Finding Format</a>. Maximum of 100 findings per request.</p>"
15509        }
15510      }
15511    },
15512    "BatchImportFindingsRequestFindingList":{
15513      "type":"list",
15514      "member":{"shape":"AwsSecurityFinding"},
15515      "max":100,
15516      "min":1
15517    },
15518    "BatchImportFindingsResponse":{
15519      "type":"structure",
15520      "required":[
15521        "FailedCount",
15522        "SuccessCount"
15523      ],
15524      "members":{
15525        "FailedCount":{
15526          "shape":"Integer",
15527          "documentation":"<p>The number of findings that failed to import.</p>"
15528        },
15529        "SuccessCount":{
15530          "shape":"Integer",
15531          "documentation":"<p>The number of findings that were successfully imported.</p>"
15532        },
15533        "FailedFindings":{
15534          "shape":"ImportFindingsErrorList",
15535          "documentation":"<p>The list of findings that failed to import.</p>"
15536        }
15537      }
15538    },
15539    "BatchUpdateAutomationRulesRequest":{
15540      "type":"structure",
15541      "required":["UpdateAutomationRulesRequestItems"],
15542      "members":{
15543        "UpdateAutomationRulesRequestItems":{
15544          "shape":"UpdateAutomationRulesRequestItemsList",
15545          "documentation":"<p> An array of ARNs for the rules that are to be updated. Optionally, you can also include <code>RuleStatus</code> and <code>RuleOrder</code>. </p>"
15546        }
15547      }
15548    },
15549    "BatchUpdateAutomationRulesResponse":{
15550      "type":"structure",
15551      "members":{
15552        "ProcessedAutomationRules":{
15553          "shape":"AutomationRulesArnsList",
15554          "documentation":"<p> A list of properly processed rule ARNs. </p>"
15555        },
15556        "UnprocessedAutomationRules":{
15557          "shape":"UnprocessedAutomationRulesList",
15558          "documentation":"<p> A list of objects containing <code>RuleArn</code>, <code>ErrorCode</code>, and <code>ErrorMessage</code>. This parameter tells you which automation rules the request didn't update and why. </p>"
15559        }
15560      }
15561    },
15562    "BatchUpdateFindingsRequest":{
15563      "type":"structure",
15564      "required":["FindingIdentifiers"],
15565      "members":{
15566        "FindingIdentifiers":{
15567          "shape":"AwsSecurityFindingIdentifierList",
15568          "documentation":"<p>The list of findings to update. <code>BatchUpdateFindings</code> can be used to update up to 100 findings at a time.</p> <p>For each finding, the list provides the finding identifier and the ARN of the finding provider.</p>"
15569        },
15570        "Note":{"shape":"NoteUpdate"},
15571        "Severity":{
15572          "shape":"SeverityUpdate",
15573          "documentation":"<p>Used to update the finding severity.</p>"
15574        },
15575        "VerificationState":{
15576          "shape":"VerificationState",
15577          "documentation":"<p>Indicates the veracity of a finding.</p> <p>The available values for <code>VerificationState</code> are as follows.</p> <ul> <li> <p> <code>UNKNOWN</code> – The default disposition of a security finding</p> </li> <li> <p> <code>TRUE_POSITIVE</code> – The security finding is confirmed</p> </li> <li> <p> <code>FALSE_POSITIVE</code> – The security finding was determined to be a false alarm</p> </li> <li> <p> <code>BENIGN_POSITIVE</code> – A special case of <code>TRUE_POSITIVE</code> where the finding doesn't pose any threat, is expected, or both</p> </li> </ul>"
15578        },
15579        "Confidence":{
15580          "shape":"RatioScale",
15581          "documentation":"<p>The updated value for the finding confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.</p> <p>Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence.</p>"
15582        },
15583        "Criticality":{
15584          "shape":"RatioScale",
15585          "documentation":"<p>The updated value for the level of importance assigned to the resources associated with the findings.</p> <p>A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. </p>"
15586        },
15587        "Types":{
15588          "shape":"TypeList",
15589          "documentation":"<p>One or more finding types in the format of namespace/category/classifier that classify a finding.</p> <p>Valid namespace values are as follows.</p> <ul> <li> <p>Software and Configuration Checks</p> </li> <li> <p>TTPs</p> </li> <li> <p>Effects</p> </li> <li> <p>Unusual Behaviors</p> </li> <li> <p>Sensitive Data Identifications </p> </li> </ul>"
15590        },
15591        "UserDefinedFields":{
15592          "shape":"FieldMap",
15593          "documentation":"<p>A list of name/value string pairs associated with the finding. These are custom, user-defined fields added to a finding.</p>"
15594        },
15595        "Workflow":{
15596          "shape":"WorkflowUpdate",
15597          "documentation":"<p>Used to update the workflow status of a finding.</p> <p>The workflow status indicates the progress of the investigation into the finding. </p>"
15598        },
15599        "RelatedFindings":{
15600          "shape":"RelatedFindingList",
15601          "documentation":"<p>A list of findings that are related to the updated findings.</p>"
15602        }
15603      }
15604    },
15605    "BatchUpdateFindingsResponse":{
15606      "type":"structure",
15607      "required":[
15608        "ProcessedFindings",
15609        "UnprocessedFindings"
15610      ],
15611      "members":{
15612        "ProcessedFindings":{
15613          "shape":"AwsSecurityFindingIdentifierList",
15614          "documentation":"<p>The list of findings that were updated successfully.</p>"
15615        },
15616        "UnprocessedFindings":{
15617          "shape":"BatchUpdateFindingsUnprocessedFindingsList",
15618          "documentation":"<p>The list of findings that were not updated.</p>"
15619        }
15620      }
15621    },
15622    "BatchUpdateFindingsUnprocessedFinding":{
15623      "type":"structure",
15624      "required":[
15625        "FindingIdentifier",
15626        "ErrorCode",
15627        "ErrorMessage"
15628      ],
15629      "members":{
15630        "FindingIdentifier":{
15631          "shape":"AwsSecurityFindingIdentifier",
15632          "documentation":"<p>The identifier of the finding that was not updated.</p>"
15633        },
15634        "ErrorCode":{
15635          "shape":"NonEmptyString",
15636          "documentation":"<p>The code associated with the error. Possible values are:</p> <ul> <li> <p> <code>ConcurrentUpdateError</code> - Another request attempted to update the finding while this request was being processed. This error may also occur if you call <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html\"> <code>BatchUpdateFindings</code> </a> and <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html\"> <code>BatchImportFindings</code> </a> at the same time.</p> </li> <li> <p> <code>DuplicatedFindingIdentifier</code> - The request included two or more findings with the same <code>FindingIdentifier</code>.</p> </li> <li> <p> <code>FindingNotFound</code> - The <code>FindingIdentifier</code> included in the request did not match an existing finding.</p> </li> <li> <p> <code>FindingSizeExceeded</code> - The finding size was greater than the permissible value of 240 KB.</p> </li> <li> <p> <code>InternalFailure</code> - An internal service failure occurred when updating the finding.</p> </li> <li> <p> <code>InvalidInput</code> - The finding update contained an invalid value that did not satisfy the <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html\">Amazon Web Services Security Finding Format</a> syntax.</p> </li> </ul>"
15637        },
15638        "ErrorMessage":{
15639          "shape":"NonEmptyString",
15640          "documentation":"<p>The message associated with the error. Possible values are:</p> <ul> <li> <p> <code>Concurrent finding updates detected</code> </p> </li> <li> <p> <code>Finding Identifier is duplicated</code> </p> </li> <li> <p> <code>Finding Not Found</code> </p> </li> <li> <p> <code>Finding size exceeded 240 KB</code> </p> </li> <li> <p> <code>Internal service failure</code> </p> </li> <li> <p> <code>Invalid Input</code> </p> </li> </ul>"
15641        }
15642      },
15643      "documentation":"<p>A finding from a <code>BatchUpdateFindings</code> request that Security Hub was unable to update.</p>"
15644    },
15645    "BatchUpdateFindingsUnprocessedFindingsList":{
15646      "type":"list",
15647      "member":{"shape":"BatchUpdateFindingsUnprocessedFinding"}
15648    },
15649    "BatchUpdateStandardsControlAssociationsRequest":{
15650      "type":"structure",
15651      "required":["StandardsControlAssociationUpdates"],
15652      "members":{
15653        "StandardsControlAssociationUpdates":{
15654          "shape":"StandardsControlAssociationUpdates",
15655          "documentation":"<p> Updates the enablement status of a security control in a specified standard. </p>"
15656        }
15657      }
15658    },
15659    "BatchUpdateStandardsControlAssociationsResponse":{
15660      "type":"structure",
15661      "members":{
15662        "UnprocessedAssociationUpdates":{
15663          "shape":"UnprocessedStandardsControlAssociationUpdates",
15664          "documentation":"<p> A security control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated. </p>"
15665        }
15666      }
15667    },
15668    "Boolean":{"type":"boolean"},
15669    "BooleanConfigurationOptions":{
15670      "type":"structure",
15671      "members":{
15672        "DefaultValue":{
15673          "shape":"Boolean",
15674          "documentation":"<p> The Security Hub default value for a boolean parameter. </p>"
15675        }
15676      },
15677      "documentation":"<p> The options for customizing a security control parameter with a boolean. For a boolean parameter, the options are <code>true</code> and <code>false</code>. </p>"
15678    },
15679    "BooleanFilter":{
15680      "type":"structure",
15681      "members":{
15682        "Value":{
15683          "shape":"Boolean",
15684          "documentation":"<p>The value of the boolean.</p>"
15685        }
15686      },
15687      "documentation":"<p>Boolean filter for querying findings.</p>"
15688    },
15689    "BooleanFilterList":{
15690      "type":"list",
15691      "member":{"shape":"BooleanFilter"}
15692    },
15693    "CategoryList":{
15694      "type":"list",
15695      "member":{"shape":"NonEmptyString"}
15696    },
15697    "Cell":{
15698      "type":"structure",
15699      "members":{
15700        "Column":{
15701          "shape":"Long",
15702          "documentation":"<p>The column number of the column that contains the data. For a Microsoft Excel workbook, the column number corresponds to the alphabetical column identifiers. For example, a value of 1 for Column corresponds to the A column in the workbook.</p>"
15703        },
15704        "Row":{
15705          "shape":"Long",
15706          "documentation":"<p>The row number of the row that contains the data.</p>"
15707        },
15708        "ColumnName":{
15709          "shape":"NonEmptyString",
15710          "documentation":"<p>The name of the column that contains the data.</p>"
15711        },
15712        "CellReference":{
15713          "shape":"NonEmptyString",
15714          "documentation":"<p>For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains the data. For example, Sheet2!C5 for cell C5 on Sheet2.</p>"
15715        }
15716      },
15717      "documentation":"<p>An occurrence of sensitive data detected in a Microsoft Excel workbook, comma-separated value (CSV) file, or tab-separated value (TSV) file.</p>"
15718    },
15719    "Cells":{
15720      "type":"list",
15721      "member":{"shape":"Cell"}
15722    },
15723    "CidrBlockAssociation":{
15724      "type":"structure",
15725      "members":{
15726        "AssociationId":{
15727          "shape":"NonEmptyString",
15728          "documentation":"<p>The association ID for the IPv4 CIDR block.</p>"
15729        },
15730        "CidrBlock":{
15731          "shape":"NonEmptyString",
15732          "documentation":"<p>The IPv4 CIDR block.</p>"
15733        },
15734        "CidrBlockState":{
15735          "shape":"NonEmptyString",
15736          "documentation":"<p>Information about the state of the IPv4 CIDR block.</p>"
15737        }
15738      },
15739      "documentation":"<p>An IPv4 CIDR block association.</p>"
15740    },
15741    "CidrBlockAssociationList":{
15742      "type":"list",
15743      "member":{"shape":"CidrBlockAssociation"}
15744    },
15745    "City":{
15746      "type":"structure",
15747      "members":{
15748        "CityName":{
15749          "shape":"NonEmptyString",
15750          "documentation":"<p>The name of the city.</p>"
15751        }
15752      },
15753      "documentation":"<p>Information about a city.</p>"
15754    },
15755    "ClassificationResult":{
15756      "type":"structure",
15757      "members":{
15758        "MimeType":{
15759          "shape":"NonEmptyString",
15760          "documentation":"<p>The type of content that the finding applies to.</p>"
15761        },
15762        "SizeClassified":{
15763          "shape":"Long",
15764          "documentation":"<p>The total size in bytes of the affected data.</p>"
15765        },
15766        "AdditionalOccurrences":{
15767          "shape":"Boolean",
15768          "documentation":"<p>Indicates whether there are additional occurrences of sensitive data that are not included in the finding. This occurs when the number of occurrences exceeds the maximum that can be included.</p>"
15769        },
15770        "Status":{
15771          "shape":"ClassificationStatus",
15772          "documentation":"<p>The current status of the sensitive data detection.</p>"
15773        },
15774        "SensitiveData":{
15775          "shape":"SensitiveDataResultList",
15776          "documentation":"<p>Provides details about sensitive data that was identified based on built-in configuration.</p>"
15777        },
15778        "CustomDataIdentifiers":{
15779          "shape":"CustomDataIdentifiersResult",
15780          "documentation":"<p>Provides details about sensitive data that was identified based on customer-defined configuration.</p>"
15781        }
15782      },
15783      "documentation":"<p>Details about the sensitive data that was detected on the resource.</p>"
15784    },
15785    "ClassificationStatus":{
15786      "type":"structure",
15787      "members":{
15788        "Code":{
15789          "shape":"NonEmptyString",
15790          "documentation":"<p>The code that represents the status of the sensitive data detection.</p>"
15791        },
15792        "Reason":{
15793          "shape":"NonEmptyString",
15794          "documentation":"<p>A longer description of the current status of the sensitive data detection.</p>"
15795        }
15796      },
15797      "documentation":"<p>Provides details about the current status of the sensitive data detection.</p>"
15798    },
15799    "CloudWatchLogsLogGroupArnConfigDetails":{
15800      "type":"structure",
15801      "members":{
15802        "CloudWatchLogsLogGroupArn":{
15803          "shape":"NonEmptyString",
15804          "documentation":"<p> The ARN of the CloudWatch Logs log group that Route 53 is publishing logs to.</p>"
15805        },
15806        "HostedZoneId":{
15807          "shape":"NonEmptyString",
15808          "documentation":"<p> The ID of the hosted zone that CloudWatch Logs is logging queries for. </p>"
15809        },
15810        "Id":{
15811          "shape":"NonEmptyString",
15812          "documentation":"<p> The ID for a DNS query logging configuration. </p>"
15813        }
15814      },
15815      "documentation":"<p> The Amazon Resource Name (ARN) and other details of the Amazon CloudWatch Logs log group that Amazon Route 53 is publishing logs to.</p>"
15816    },
15817    "CodeVulnerabilitiesFilePath":{
15818      "type":"structure",
15819      "members":{
15820        "EndLine":{
15821          "shape":"Integer",
15822          "documentation":"<p> The line number of the last line of code in which the vulnerability is located. </p>"
15823        },
15824        "FileName":{
15825          "shape":"NonEmptyString",
15826          "documentation":"<p> The name of the file in which the code vulnerability is located. </p>"
15827        },
15828        "FilePath":{
15829          "shape":"NonEmptyString",
15830          "documentation":"<p> The file path to the code in which the vulnerability is located. </p>"
15831        },
15832        "StartLine":{
15833          "shape":"Integer",
15834          "documentation":"<p> The line number of the first line of code in which the vulnerability is located. </p>"
15835        }
15836      },
15837      "documentation":"<p> Provides details about where a code vulnerability is located in your Lambda function. </p>"
15838    },
15839    "Compliance":{
15840      "type":"structure",
15841      "members":{
15842        "Status":{
15843          "shape":"ComplianceStatus",
15844          "documentation":"<p>The result of a standards check.</p> <p>The valid values for <code>Status</code> are as follows.</p> <ul> <li> <ul> <li> <p> <code>PASSED</code> - Standards check passed for all evaluated resources.</p> </li> <li> <p> <code>WARNING</code> - Some information is missing or this check is not supported for your configuration.</p> </li> <li> <p> <code>FAILED</code> - Standards check failed for at least one evaluated resource.</p> </li> <li> <p> <code>NOT_AVAILABLE</code> - Check could not be performed due to a service outage, API error, or because the result of the Config evaluation was <code>NOT_APPLICABLE</code>. If the Config evaluation result was <code>NOT_APPLICABLE</code>, then after 3 days, Security Hub automatically archives the finding.</p> </li> </ul> </li> </ul>"
15845        },
15846        "RelatedRequirements":{
15847          "shape":"RelatedRequirementsList",
15848          "documentation":"<p>For a control, the industry or regulatory framework requirements that are related to the control. The check for that control is aligned with these requirements.</p>"
15849        },
15850        "StatusReasons":{
15851          "shape":"StatusReasonsList",
15852          "documentation":"<p>For findings generated from controls, a list of reasons behind the value of <code>Status</code>. For the list of status reason codes and their meanings, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-results.html#securityhub-standards-results-asff\">Standards-related information in the ASFF</a> in the <i>Security Hub User Guide</i>. </p>"
15853        },
15854        "SecurityControlId":{
15855          "shape":"NonEmptyString",
15856          "documentation":"<p> The unique identifier of a control across standards. Values for this field typically consist of an Amazon Web Service and a number, such as APIGateway.5. </p>"
15857        },
15858        "AssociatedStandards":{
15859          "shape":"AssociatedStandardsList",
15860          "documentation":"<p>The enabled security standards in which a security control is currently enabled. </p>"
15861        },
15862        "SecurityControlParameters":{
15863          "shape":"SecurityControlParametersList",
15864          "documentation":"<p> An object that includes security control parameter names and values. </p>"
15865        }
15866      },
15867      "documentation":"<p>Contains finding details that are specific to control-based findings. Only returned for findings generated from controls.</p>"
15868    },
15869    "ComplianceStatus":{
15870      "type":"string",
15871      "enum":[
15872        "PASSED",
15873        "WARNING",
15874        "FAILED",
15875        "NOT_AVAILABLE"
15876      ]
15877    },
15878    "ConfigurationOptions":{
15879      "type":"structure",
15880      "members":{
15881        "Integer":{
15882          "shape":"IntegerConfigurationOptions",
15883          "documentation":"<p> The options for customizing a security control parameter that is an integer. </p>"
15884        },
15885        "IntegerList":{
15886          "shape":"IntegerListConfigurationOptions",
15887          "documentation":"<p> The options for customizing a security control parameter that is a list of integers. </p>"
15888        },
15889        "Double":{
15890          "shape":"DoubleConfigurationOptions",
15891          "documentation":"<p> The options for customizing a security control parameter that is a double. </p>"
15892        },
15893        "String":{
15894          "shape":"StringConfigurationOptions",
15895          "documentation":"<p> The options for customizing a security control parameter that is a string data type. </p>"
15896        },
15897        "StringList":{
15898          "shape":"StringListConfigurationOptions",
15899          "documentation":"<p> The options for customizing a security control parameter that is a list of strings. </p>"
15900        },
15901        "Boolean":{
15902          "shape":"BooleanConfigurationOptions",
15903          "documentation":"<p> The options for customizing a security control parameter that is a boolean. For a boolean parameter, the options are <code>true</code> and <code>false</code>. </p>"
15904        },
15905        "Enum":{
15906          "shape":"EnumConfigurationOptions",
15907          "documentation":"<p> The options for customizing a security control parameter that is an enum. </p>"
15908        },
15909        "EnumList":{
15910          "shape":"EnumListConfigurationOptions",
15911          "documentation":"<p> The options for customizing a security control parameter that is a list of enums. </p>"
15912        }
15913      },
15914      "documentation":"<p> The options for customizing a security control parameter. </p>",
15915      "union":true
15916    },
15917    "ConfigurationPolicyAssociation":{
15918      "type":"structure",
15919      "members":{
15920        "Target":{
15921          "shape":"Target",
15922          "documentation":"<p> The target account, organizational unit, or the root. </p>"
15923        }
15924      },
15925      "documentation":"<p> Provides details about the association between an Security Hub configuration and a target account, organizational unit, or the root. An association can exist between a target and a configuration policy, or between a target and self-managed behavior. </p>"
15926    },
15927    "ConfigurationPolicyAssociationList":{
15928      "type":"list",
15929      "member":{"shape":"ConfigurationPolicyAssociationSummary"}
15930    },
15931    "ConfigurationPolicyAssociationStatus":{
15932      "type":"string",
15933      "enum":[
15934        "PENDING",
15935        "SUCCESS",
15936        "FAILED"
15937      ]
15938    },
15939    "ConfigurationPolicyAssociationSummary":{
15940      "type":"structure",
15941      "members":{
15942        "ConfigurationPolicyId":{
15943          "shape":"NonEmptyString",
15944          "documentation":"<p> The universally unique identifier (UUID) of the configuration policy. </p>"
15945        },
15946        "TargetId":{
15947          "shape":"NonEmptyString",
15948          "documentation":"<p> The identifier of the target account, organizational unit, or the root. </p>"
15949        },
15950        "TargetType":{
15951          "shape":"TargetType",
15952          "documentation":"<p> Specifies whether the target is an Amazon Web Services account, organizational unit, or the root. </p>"
15953        },
15954        "AssociationType":{
15955          "shape":"AssociationType",
15956          "documentation":"<p> Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent. </p>"
15957        },
15958        "UpdatedAt":{
15959          "shape":"Timestamp",
15960          "documentation":"<p> The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated. </p>"
15961        },
15962        "AssociationStatus":{
15963          "shape":"ConfigurationPolicyAssociationStatus",
15964          "documentation":"<p> The current status of the association between the specified target and the configuration. </p>"
15965        },
15966        "AssociationStatusMessage":{
15967          "shape":"NonEmptyString",
15968          "documentation":"<p> The explanation for a <code>FAILED</code> value for <code>AssociationStatus</code>. </p>"
15969        }
15970      },
15971      "documentation":"<p> An object that contains the details of a configuration policy association that’s returned in a <code>ListConfigurationPolicyAssociations</code> request. </p>"
15972    },
15973    "ConfigurationPolicyAssociationSummaryList":{
15974      "type":"list",
15975      "member":{"shape":"ConfigurationPolicyAssociationSummary"}
15976    },
15977    "ConfigurationPolicyAssociationsList":{
15978      "type":"list",
15979      "member":{"shape":"ConfigurationPolicyAssociation"}
15980    },
15981    "ConfigurationPolicySummary":{
15982      "type":"structure",
15983      "members":{
15984        "Arn":{
15985          "shape":"NonEmptyString",
15986          "documentation":"<p> The Amazon Resource Name (ARN) of the configuration policy. </p>"
15987        },
15988        "Id":{
15989          "shape":"NonEmptyString",
15990          "documentation":"<p> The universally unique identifier (UUID) of the configuration policy. </p>"
15991        },
15992        "Name":{
15993          "shape":"NonEmptyString",
15994          "documentation":"<p> The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: <code>-, ., !, *, /</code>. </p>"
15995        },
15996        "Description":{
15997          "shape":"NonEmptyString",
15998          "documentation":"<p> The description of the configuration policy. </p>"
15999        },
16000        "UpdatedAt":{
16001          "shape":"Timestamp",
16002          "documentation":"<p> The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated. </p>"
16003        },
16004        "ServiceEnabled":{
16005          "shape":"Boolean",
16006          "documentation":"<p> Indicates whether the service that the configuration policy applies to is enabled in the policy. </p>"
16007        }
16008      },
16009      "documentation":"<p> An object that contains the details of an Security Hub configuration policy that’s returned in a <code>ListConfigurationPolicies</code> request. </p>"
16010    },
16011    "ConfigurationPolicySummaryList":{
16012      "type":"list",
16013      "member":{"shape":"ConfigurationPolicySummary"}
16014    },
16015    "ContainerDetails":{
16016      "type":"structure",
16017      "members":{
16018        "ContainerRuntime":{
16019          "shape":"NonEmptyString",
16020          "documentation":"<p>The runtime of the container. </p>"
16021        },
16022        "Name":{
16023          "shape":"NonEmptyString",
16024          "documentation":"<p>The name of the container related to a finding.</p>"
16025        },
16026        "ImageId":{
16027          "shape":"NonEmptyString",
16028          "documentation":"<p>The identifier of the container image related to a finding.</p>"
16029        },
16030        "ImageName":{
16031          "shape":"NonEmptyString",
16032          "documentation":"<p>The name of the container image related to a finding.</p>"
16033        },
16034        "LaunchedAt":{
16035          "shape":"NonEmptyString",
16036          "documentation":"<p>Indicates when the container started.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
16037        },
16038        "VolumeMounts":{
16039          "shape":"VolumeMountList",
16040          "documentation":"<p>Provides information about the mounting of a volume in a container. </p>"
16041        },
16042        "Privileged":{
16043          "shape":"Boolean",
16044          "documentation":"<p>When this parameter is <code>true</code>, the container is given elevated privileges on the host container instance (similar to the root user). </p>"
16045        }
16046      },
16047      "documentation":"<p>Container details related to a finding.</p>"
16048    },
16049    "ControlFindingGenerator":{
16050      "type":"string",
16051      "enum":[
16052        "STANDARD_CONTROL",
16053        "SECURITY_CONTROL"
16054      ]
16055    },
16056    "ControlStatus":{
16057      "type":"string",
16058      "enum":[
16059        "ENABLED",
16060        "DISABLED"
16061      ]
16062    },
16063    "Country":{
16064      "type":"structure",
16065      "members":{
16066        "CountryCode":{
16067          "shape":"NonEmptyString",
16068          "documentation":"<p>The 2-letter ISO 3166 country code for the country.</p>"
16069        },
16070        "CountryName":{
16071          "shape":"NonEmptyString",
16072          "documentation":"<p>The name of the country.</p>"
16073        }
16074      },
16075      "documentation":"<p>Information about a country.</p>"
16076    },
16077    "CreateActionTargetRequest":{
16078      "type":"structure",
16079      "required":[
16080        "Name",
16081        "Description",
16082        "Id"
16083      ],
16084      "members":{
16085        "Name":{
16086          "shape":"NonEmptyString",
16087          "documentation":"<p>The name of the custom action target. Can contain up to 20 characters.</p>"
16088        },
16089        "Description":{
16090          "shape":"NonEmptyString",
16091          "documentation":"<p>The description for the custom action target.</p>"
16092        },
16093        "Id":{
16094          "shape":"NonEmptyString",
16095          "documentation":"<p>The ID for the custom action target. Can contain up to 20 alphanumeric characters.</p>"
16096        }
16097      }
16098    },
16099    "CreateActionTargetResponse":{
16100      "type":"structure",
16101      "required":["ActionTargetArn"],
16102      "members":{
16103        "ActionTargetArn":{
16104          "shape":"NonEmptyString",
16105          "documentation":"<p>The Amazon Resource Name (ARN) for the custom action target.</p>"
16106        }
16107      }
16108    },
16109    "CreateAutomationRuleRequest":{
16110      "type":"structure",
16111      "required":[
16112        "RuleOrder",
16113        "RuleName",
16114        "Description",
16115        "Criteria",
16116        "Actions"
16117      ],
16118      "members":{
16119        "Tags":{
16120          "shape":"TagMap",
16121          "documentation":"<p> User-defined tags associated with an automation rule. </p>"
16122        },
16123        "RuleStatus":{
16124          "shape":"RuleStatus",
16125          "documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html\"> <code>BatchUpdateAutomationRules</code> </a>. </p>"
16126        },
16127        "RuleOrder":{
16128          "shape":"RuleOrderValue",
16129          "documentation":"<p>An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub applies rules with lower values for this parameter first. </p>"
16130        },
16131        "RuleName":{
16132          "shape":"NonEmptyString",
16133          "documentation":"<p> The name of the rule. </p>"
16134        },
16135        "Description":{
16136          "shape":"NonEmptyString",
16137          "documentation":"<p> A description of the rule. </p>"
16138        },
16139        "IsTerminal":{
16140          "shape":"Boolean",
16141          "documentation":"<p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal. </p>"
16142        },
16143        "Criteria":{
16144          "shape":"AutomationRulesFindingFilters",
16145          "documentation":"<p> A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding. </p>"
16146        },
16147        "Actions":{
16148          "shape":"ActionList",
16149          "documentation":"<p> One or more actions to update finding fields if a finding matches the conditions specified in <code>Criteria</code>. </p>"
16150        }
16151      }
16152    },
16153    "CreateAutomationRuleResponse":{
16154      "type":"structure",
16155      "members":{
16156        "RuleArn":{
16157          "shape":"NonEmptyString",
16158          "documentation":"<p> The Amazon Resource Name (ARN) of the automation rule that you created. </p>"
16159        }
16160      }
16161    },
16162    "CreateConfigurationPolicyRequest":{
16163      "type":"structure",
16164      "required":[
16165        "Name",
16166        "ConfigurationPolicy"
16167      ],
16168      "members":{
16169        "Name":{
16170          "shape":"NonEmptyString",
16171          "documentation":"<p> The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: <code>-, ., !, *, /</code>. </p>"
16172        },
16173        "Description":{
16174          "shape":"NonEmptyString",
16175          "documentation":"<p> The description of the configuration policy. </p>"
16176        },
16177        "ConfigurationPolicy":{
16178          "shape":"Policy",
16179          "documentation":"<p> An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls). </p>"
16180        },
16181        "Tags":{
16182          "shape":"TagMap",
16183          "documentation":"<p> User-defined tags associated with a configuration policy. For more information, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html\">Tagging Security Hub resources</a> in the <i>Security Hub user guide</i>. </p>"
16184        }
16185      }
16186    },
16187    "CreateConfigurationPolicyResponse":{
16188      "type":"structure",
16189      "members":{
16190        "Arn":{
16191          "shape":"NonEmptyString",
16192          "documentation":"<p> The Amazon Resource Name (ARN) of the configuration policy. </p>"
16193        },
16194        "Id":{
16195          "shape":"NonEmptyString",
16196          "documentation":"<p> The universally unique identifier (UUID) of the configuration policy. </p>"
16197        },
16198        "Name":{
16199          "shape":"NonEmptyString",
16200          "documentation":"<p> The name of the configuration policy. </p>"
16201        },
16202        "Description":{
16203          "shape":"NonEmptyString",
16204          "documentation":"<p> The description of the configuration policy. </p>"
16205        },
16206        "UpdatedAt":{
16207          "shape":"Timestamp",
16208          "documentation":"<p> The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated. </p>"
16209        },
16210        "CreatedAt":{
16211          "shape":"Timestamp",
16212          "documentation":"<p> The date and time, in UTC and ISO 8601 format, that the configuration policy was created. </p>"
16213        },
16214        "ConfigurationPolicy":{
16215          "shape":"Policy",
16216          "documentation":"<p> An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the request included a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If the request included a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls). </p>"
16217        }
16218      }
16219    },
16220    "CreateFindingAggregatorRequest":{
16221      "type":"structure",
16222      "required":["RegionLinkingMode"],
16223      "members":{
16224        "RegionLinkingMode":{
16225          "shape":"NonEmptyString",
16226          "documentation":"<p>Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.</p> <p>The selected option also determines how to use the Regions provided in the Regions list.</p> <p>The options are as follows:</p> <ul> <li> <p> <code>ALL_REGIONS</code> - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. </p> </li> <li> <p> <code>ALL_REGIONS_EXCEPT_SPECIFIED</code> - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the <code>Regions</code> parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. </p> </li> <li> <p> <code>SPECIFIED_REGIONS</code> - Indicates to aggregate findings only from the Regions listed in the <code>Regions</code> parameter. Security Hub does not automatically aggregate findings from new Regions. </p> </li> </ul>"
16227        },
16228        "Regions":{
16229          "shape":"StringList",
16230          "documentation":"<p>If <code>RegionLinkingMode</code> is <code>ALL_REGIONS_EXCEPT_SPECIFIED</code>, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.</p> <p>If <code>RegionLinkingMode</code> is <code>SPECIFIED_REGIONS</code>, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region. </p>"
16231        }
16232      }
16233    },
16234    "CreateFindingAggregatorResponse":{
16235      "type":"structure",
16236      "members":{
16237        "FindingAggregatorArn":{
16238          "shape":"NonEmptyString",
16239          "documentation":"<p>The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and stop finding aggregation.</p>"
16240        },
16241        "FindingAggregationRegion":{
16242          "shape":"NonEmptyString",
16243          "documentation":"<p>The aggregation Region.</p>"
16244        },
16245        "RegionLinkingMode":{
16246          "shape":"NonEmptyString",
16247          "documentation":"<p>Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.</p>"
16248        },
16249        "Regions":{
16250          "shape":"StringList",
16251          "documentation":"<p>The list of excluded Regions or included Regions.</p>"
16252        }
16253      }
16254    },
16255    "CreateInsightRequest":{
16256      "type":"structure",
16257      "required":[
16258        "Name",
16259        "Filters",
16260        "GroupByAttribute"
16261      ],
16262      "members":{
16263        "Name":{
16264          "shape":"NonEmptyString",
16265          "documentation":"<p>The name of the custom insight to create.</p>"
16266        },
16267        "Filters":{
16268          "shape":"AwsSecurityFindingFilters",
16269          "documentation":"<p>One or more attributes used to filter the findings included in the insight. The insight only includes findings that match the criteria defined in the filters.</p>"
16270        },
16271        "GroupByAttribute":{
16272          "shape":"NonEmptyString",
16273          "documentation":"<p>The attribute used to group the findings for the insight. The grouping attribute identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.</p>"
16274        }
16275      }
16276    },
16277    "CreateInsightResponse":{
16278      "type":"structure",
16279      "required":["InsightArn"],
16280      "members":{
16281        "InsightArn":{
16282          "shape":"NonEmptyString",
16283          "documentation":"<p>The ARN of the insight created.</p>"
16284        }
16285      }
16286    },
16287    "CreateMembersRequest":{
16288      "type":"structure",
16289      "required":["AccountDetails"],
16290      "members":{
16291        "AccountDetails":{
16292          "shape":"AccountDetailsList",
16293          "documentation":"<p>The list of accounts to associate with the Security Hub administrator account. For each account, the list includes the account ID and optionally the email address.</p>"
16294        }
16295      }
16296    },
16297    "CreateMembersResponse":{
16298      "type":"structure",
16299      "members":{
16300        "UnprocessedAccounts":{
16301          "shape":"ResultList",
16302          "documentation":"<p>The list of Amazon Web Services accounts that were not processed. For each account, the list includes the account ID and the email address.</p>"
16303        }
16304      }
16305    },
16306    "CrossAccountMaxResults":{
16307      "type":"integer",
16308      "max":50,
16309      "min":1
16310    },
16311    "CustomDataIdentifiersDetections":{
16312      "type":"structure",
16313      "members":{
16314        "Count":{
16315          "shape":"Long",
16316          "documentation":"<p>The total number of occurrences of sensitive data that were detected.</p>"
16317        },
16318        "Arn":{
16319          "shape":"NonEmptyString",
16320          "documentation":"<p>The ARN of the custom identifier that was used to detect the sensitive data.</p>"
16321        },
16322        "Name":{
16323          "shape":"NonEmptyString",
16324          "documentation":"<p>he name of the custom identifier that detected the sensitive data.</p>"
16325        },
16326        "Occurrences":{
16327          "shape":"Occurrences",
16328          "documentation":"<p>Details about the sensitive data that was detected.</p>"
16329        }
16330      },
16331      "documentation":"<p>The list of detected instances of sensitive data.</p>"
16332    },
16333    "CustomDataIdentifiersDetectionsList":{
16334      "type":"list",
16335      "member":{"shape":"CustomDataIdentifiersDetections"}
16336    },
16337    "CustomDataIdentifiersResult":{
16338      "type":"structure",
16339      "members":{
16340        "Detections":{
16341          "shape":"CustomDataIdentifiersDetectionsList",
16342          "documentation":"<p>The list of detected instances of sensitive data.</p>"
16343        },
16344        "TotalCount":{
16345          "shape":"Long",
16346          "documentation":"<p>The total number of occurrences of sensitive data.</p>"
16347        }
16348      },
16349      "documentation":"<p>Contains an instance of sensitive data that was detected by a customer-defined identifier.</p>"
16350    },
16351    "CustomizableProperties":{
16352      "type":"list",
16353      "member":{"shape":"SecurityControlProperty"}
16354    },
16355    "Cvss":{
16356      "type":"structure",
16357      "members":{
16358        "Version":{
16359          "shape":"NonEmptyString",
16360          "documentation":"<p>The version of CVSS for the CVSS score.</p>"
16361        },
16362        "BaseScore":{
16363          "shape":"Double",
16364          "documentation":"<p>The base CVSS score.</p>"
16365        },
16366        "BaseVector":{
16367          "shape":"NonEmptyString",
16368          "documentation":"<p>The base scoring vector for the CVSS score.</p>"
16369        },
16370        "Source":{
16371          "shape":"NonEmptyString",
16372          "documentation":"<p>The origin of the original CVSS score and vector.</p>"
16373        },
16374        "Adjustments":{
16375          "shape":"AdjustmentList",
16376          "documentation":"<p>Adjustments to the CVSS metrics.</p>"
16377        }
16378      },
16379      "documentation":"<p>CVSS scores from the advisory related to the vulnerability.</p>"
16380    },
16381    "CvssList":{
16382      "type":"list",
16383      "member":{"shape":"Cvss"}
16384    },
16385    "DataClassificationDetails":{
16386      "type":"structure",
16387      "members":{
16388        "DetailedResultsLocation":{
16389          "shape":"NonEmptyString",
16390          "documentation":"<p>The path to the folder or file that contains the sensitive data.</p>"
16391        },
16392        "Result":{
16393          "shape":"ClassificationResult",
16394          "documentation":"<p>The details about the sensitive data that was detected on the resource.</p>"
16395        }
16396      },
16397      "documentation":"<p>Provides details about sensitive data that was detected on a resource.</p>"
16398    },
16399    "DateFilter":{
16400      "type":"structure",
16401      "members":{
16402        "Start":{
16403          "shape":"NonEmptyString",
16404          "documentation":"<p>A timestamp that provides the start date for the date filter.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
16405        },
16406        "End":{
16407          "shape":"NonEmptyString",
16408          "documentation":"<p>A timestamp that provides the end date for the date filter.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p>"
16409        },
16410        "DateRange":{
16411          "shape":"DateRange",
16412          "documentation":"<p>A date range for the date filter.</p>"
16413        }
16414      },
16415      "documentation":"<p>A date filter for querying findings.</p>"
16416    },
16417    "DateFilterList":{
16418      "type":"list",
16419      "member":{"shape":"DateFilter"}
16420    },
16421    "DateRange":{
16422      "type":"structure",
16423      "members":{
16424        "Value":{
16425          "shape":"Integer",
16426          "documentation":"<p>A date range value for the date filter.</p>"
16427        },
16428        "Unit":{
16429          "shape":"DateRangeUnit",
16430          "documentation":"<p>A date range unit for the date filter.</p>"
16431        }
16432      },
16433      "documentation":"<p>A date range for the date filter.</p>"
16434    },
16435    "DateRangeUnit":{
16436      "type":"string",
16437      "enum":["DAYS"]
16438    },
16439    "DeclineInvitationsRequest":{
16440      "type":"structure",
16441      "required":["AccountIds"],
16442      "members":{
16443        "AccountIds":{
16444          "shape":"AccountIdList",
16445          "documentation":"<p>The list of prospective member account IDs for which to decline an invitation.</p>"
16446        }
16447      }
16448    },
16449    "DeclineInvitationsResponse":{
16450      "type":"structure",
16451      "members":{
16452        "UnprocessedAccounts":{
16453          "shape":"ResultList",
16454          "documentation":"<p>The list of Amazon Web Services accounts that were not processed. For each account, the list includes the account ID and the email address.</p>"
16455        }
16456      }
16457    },
16458    "DeleteActionTargetRequest":{
16459      "type":"structure",
16460      "required":["ActionTargetArn"],
16461      "members":{
16462        "ActionTargetArn":{
16463          "shape":"NonEmptyString",
16464          "documentation":"<p>The Amazon Resource Name (ARN) of the custom action target to delete.</p>",
16465          "location":"uri",
16466          "locationName":"ActionTargetArn"
16467        }
16468      }
16469    },
16470    "DeleteActionTargetResponse":{
16471      "type":"structure",
16472      "required":["ActionTargetArn"],
16473      "members":{
16474        "ActionTargetArn":{
16475          "shape":"NonEmptyString",
16476          "documentation":"<p>The ARN of the custom action target that was deleted.</p>"
16477        }
16478      }
16479    },
16480    "DeleteConfigurationPolicyRequest":{
16481      "type":"structure",
16482      "required":["Identifier"],
16483      "members":{
16484        "Identifier":{
16485          "shape":"NonEmptyString",
16486          "documentation":"<p> The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy. </p>",
16487          "location":"uri",
16488          "locationName":"Identifier"
16489        }
16490      }
16491    },
16492    "DeleteConfigurationPolicyResponse":{
16493      "type":"structure",
16494      "members":{
16495      }
16496    },
16497    "DeleteFindingAggregatorRequest":{
16498      "type":"structure",
16499      "required":["FindingAggregatorArn"],
16500      "members":{
16501        "FindingAggregatorArn":{
16502          "shape":"NonEmptyString",
16503          "documentation":"<p>The ARN of the finding aggregator to delete. To obtain the ARN, use <code>ListFindingAggregators</code>.</p>",
16504          "location":"uri",
16505          "locationName":"FindingAggregatorArn"
16506        }
16507      }
16508    },
16509    "DeleteFindingAggregatorResponse":{
16510      "type":"structure",
16511      "members":{
16512      }
16513    },
16514    "DeleteInsightRequest":{
16515      "type":"structure",
16516      "required":["InsightArn"],
16517      "members":{
16518        "InsightArn":{
16519          "shape":"NonEmptyString",
16520          "documentation":"<p>The ARN of the insight to delete.</p>",
16521          "location":"uri",
16522          "locationName":"InsightArn"
16523        }
16524      }
16525    },
16526    "DeleteInsightResponse":{
16527      "type":"structure",
16528      "required":["InsightArn"],
16529      "members":{
16530        "InsightArn":{
16531          "shape":"NonEmptyString",
16532          "documentation":"<p>The ARN of the insight that was deleted.</p>"
16533        }
16534      }
16535    },
16536    "DeleteInvitationsRequest":{
16537      "type":"structure",
16538      "required":["AccountIds"],
16539      "members":{
16540        "AccountIds":{
16541          "shape":"AccountIdList",
16542          "documentation":"<p>The list of member account IDs that received the invitations you want to delete.</p>"
16543        }
16544      }
16545    },
16546    "DeleteInvitationsResponse":{
16547      "type":"structure",
16548      "members":{
16549        "UnprocessedAccounts":{
16550          "shape":"ResultList",
16551          "documentation":"<p>The list of Amazon Web Services accounts for which the invitations were not deleted. For each account, the list includes the account ID and the email address.</p>"
16552        }
16553      }
16554    },
16555    "DeleteMembersRequest":{
16556      "type":"structure",
16557      "required":["AccountIds"],
16558      "members":{
16559        "AccountIds":{
16560          "shape":"AccountIdList",
16561          "documentation":"<p>The list of account IDs for the member accounts to delete.</p>"
16562        }
16563      }
16564    },
16565    "DeleteMembersResponse":{
16566      "type":"structure",
16567      "members":{
16568        "UnprocessedAccounts":{
16569          "shape":"ResultList",
16570          "documentation":"<p>The list of Amazon Web Services accounts that were not deleted. For each account, the list includes the account ID and the email address.</p>"
16571        }
16572      }
16573    },
16574    "DescribeActionTargetsRequest":{
16575      "type":"structure",
16576      "members":{
16577        "ActionTargetArns":{
16578          "shape":"ArnList",
16579          "documentation":"<p>A list of custom action target ARNs for the custom action targets to retrieve.</p>"
16580        },
16581        "NextToken":{
16582          "shape":"NextToken",
16583          "documentation":"<p>The token that is required for pagination. On your first call to the <code>DescribeActionTargets</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>"
16584        },
16585        "MaxResults":{
16586          "shape":"MaxResults",
16587          "documentation":"<p>The maximum number of results to return.</p>"
16588        }
16589      }
16590    },
16591    "DescribeActionTargetsResponse":{
16592      "type":"structure",
16593      "required":["ActionTargets"],
16594      "members":{
16595        "ActionTargets":{
16596          "shape":"ActionTargetList",
16597          "documentation":"<p>A list of <code>ActionTarget</code> objects. Each object includes the <code>ActionTargetArn</code>, <code>Description</code>, and <code>Name</code> of a custom action target available in Security Hub.</p>"
16598        },
16599        "NextToken":{
16600          "shape":"NextToken",
16601          "documentation":"<p>The pagination token to use to request the next page of results.</p>"
16602        }
16603      }
16604    },
16605    "DescribeHubRequest":{
16606      "type":"structure",
16607      "members":{
16608        "HubArn":{
16609          "shape":"NonEmptyString",
16610          "documentation":"<p>The ARN of the Hub resource to retrieve.</p>",
16611          "location":"querystring",
16612          "locationName":"HubArn"
16613        }
16614      }
16615    },
16616    "DescribeHubResponse":{
16617      "type":"structure",
16618      "members":{
16619        "HubArn":{
16620          "shape":"NonEmptyString",
16621          "documentation":"<p>The ARN of the Hub resource that was retrieved.</p>"
16622        },
16623        "SubscribedAt":{
16624          "shape":"NonEmptyString",
16625          "documentation":"<p>The date and time when Security Hub was enabled in the account.</p>"
16626        },
16627        "AutoEnableControls":{
16628          "shape":"Boolean",
16629          "documentation":"<p>Whether to automatically enable new controls when they are added to standards that are enabled.</p> <p>If set to <code>true</code>, then new controls for enabled standards are enabled automatically. If set to <code>false</code>, then new controls are not enabled.</p>"
16630        },
16631        "ControlFindingGenerator":{
16632          "shape":"ControlFindingGenerator",
16633          "documentation":"<p>Specifies whether the calling account has consolidated control findings turned on. If the value for this field is set to <code>SECURITY_CONTROL</code>, Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards.</p> <p>If the value for this field is set to <code>STANDARD_CONTROL</code>, Security Hub generates separate findings for a control check when the check applies to multiple enabled standards.</p> <p>The value for this field in a member account matches the value in the administrator account. For accounts that aren't part of an organization, the default value of this field is <code>SECURITY_CONTROL</code> if you enabled Security Hub on or after February 23, 2023.</p>"
16634        }
16635      }
16636    },
16637    "DescribeOrganizationConfigurationRequest":{
16638      "type":"structure",
16639      "members":{
16640      }
16641    },
16642    "DescribeOrganizationConfigurationResponse":{
16643      "type":"structure",
16644      "members":{
16645        "AutoEnable":{
16646          "shape":"Boolean",
16647          "documentation":"<p>Whether to automatically enable Security Hub in new member accounts when they join the organization.</p> <p>If set to <code>true</code>, then Security Hub is automatically enabled in new accounts. If set to <code>false</code>, then Security Hub isn't enabled in new accounts automatically. The default value is <code>false</code>.</p> <p>If the <code>ConfigurationType</code> of your organization is set to <code>CENTRAL</code>, then this field is set to <code>false</code> and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.</p>"
16648        },
16649        "MemberAccountLimitReached":{
16650          "shape":"Boolean",
16651          "documentation":"<p>Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.</p>"
16652        },
16653        "AutoEnableStandards":{
16654          "shape":"AutoEnableStandards",
16655          "documentation":"<p>Whether to automatically enable Security Hub <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html\">default standards</a> in new member accounts when they join the organization.</p> <p>If equal to <code>DEFAULT</code>, then Security Hub default standards are automatically enabled for new member accounts. If equal to <code>NONE</code>, then default standards are not automatically enabled for new member accounts. The default value of this parameter is equal to <code>DEFAULT</code>.</p> <p>If the <code>ConfigurationType</code> of your organization is set to <code>CENTRAL</code>, then this field is set to <code>NONE</code> and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.</p>"
16656        },
16657        "OrganizationConfiguration":{"shape":"OrganizationConfiguration"}
16658      }
16659    },
16660    "DescribeProductsRequest":{
16661      "type":"structure",
16662      "members":{
16663        "NextToken":{
16664          "shape":"NextToken",
16665          "documentation":"<p>The token that is required for pagination. On your first call to the <code>DescribeProducts</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>",
16666          "location":"querystring",
16667          "locationName":"NextToken"
16668        },
16669        "MaxResults":{
16670          "shape":"MaxResults",
16671          "documentation":"<p>The maximum number of results to return.</p>",
16672          "location":"querystring",
16673          "locationName":"MaxResults"
16674        },
16675        "ProductArn":{
16676          "shape":"NonEmptyString",
16677          "documentation":"<p>The ARN of the integration to return.</p>",
16678          "location":"querystring",
16679          "locationName":"ProductArn"
16680        }
16681      }
16682    },
16683    "DescribeProductsResponse":{
16684      "type":"structure",
16685      "required":["Products"],
16686      "members":{
16687        "Products":{
16688          "shape":"ProductsList",
16689          "documentation":"<p>A list of products, including details for each product.</p>"
16690        },
16691        "NextToken":{
16692          "shape":"NextToken",
16693          "documentation":"<p>The pagination token to use to request the next page of results.</p>"
16694        }
16695      }
16696    },
16697    "DescribeStandardsControlsRequest":{
16698      "type":"structure",
16699      "required":["StandardsSubscriptionArn"],
16700      "members":{
16701        "StandardsSubscriptionArn":{
16702          "shape":"NonEmptyString",
16703          "documentation":"<p>The ARN of a resource that represents your subscription to a supported standard. To get the subscription ARNs of the standards you have enabled, use the <code>GetEnabledStandards</code> operation.</p>",
16704          "location":"uri",
16705          "locationName":"StandardsSubscriptionArn"
16706        },
16707        "NextToken":{
16708          "shape":"NextToken",
16709          "documentation":"<p>The token that is required for pagination. On your first call to the <code>DescribeStandardsControls</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>",
16710          "location":"querystring",
16711          "locationName":"NextToken"
16712        },
16713        "MaxResults":{
16714          "shape":"MaxResults",
16715          "documentation":"<p>The maximum number of security standard controls to return.</p>",
16716          "location":"querystring",
16717          "locationName":"MaxResults"
16718        }
16719      }
16720    },
16721    "DescribeStandardsControlsResponse":{
16722      "type":"structure",
16723      "members":{
16724        "Controls":{
16725          "shape":"StandardsControls",
16726          "documentation":"<p>A list of security standards controls.</p>"
16727        },
16728        "NextToken":{
16729          "shape":"NextToken",
16730          "documentation":"<p>The pagination token to use to request the next page of results.</p>"
16731        }
16732      }
16733    },
16734    "DescribeStandardsRequest":{
16735      "type":"structure",
16736      "members":{
16737        "NextToken":{
16738          "shape":"NextToken",
16739          "documentation":"<p>The token that is required for pagination. On your first call to the <code>DescribeStandards</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>",
16740          "location":"querystring",
16741          "locationName":"NextToken"
16742        },
16743        "MaxResults":{
16744          "shape":"MaxResults",
16745          "documentation":"<p>The maximum number of standards to return.</p>",
16746          "location":"querystring",
16747          "locationName":"MaxResults"
16748        }
16749      }
16750    },
16751    "DescribeStandardsResponse":{
16752      "type":"structure",
16753      "members":{
16754        "Standards":{
16755          "shape":"Standards",
16756          "documentation":"<p>A list of available standards.</p>"
16757        },
16758        "NextToken":{
16759          "shape":"NextToken",
16760          "documentation":"<p>The pagination token to use to request the next page of results.</p>"
16761        }
16762      }
16763    },
16764    "DisableImportFindingsForProductRequest":{
16765      "type":"structure",
16766      "required":["ProductSubscriptionArn"],
16767      "members":{
16768        "ProductSubscriptionArn":{
16769          "shape":"NonEmptyString",
16770          "documentation":"<p>The ARN of the integrated product to disable the integration for.</p>",
16771          "location":"uri",
16772          "locationName":"ProductSubscriptionArn"
16773        }
16774      }
16775    },
16776    "DisableImportFindingsForProductResponse":{
16777      "type":"structure",
16778      "members":{
16779      }
16780    },
16781    "DisableOrganizationAdminAccountRequest":{
16782      "type":"structure",
16783      "required":["AdminAccountId"],
16784      "members":{
16785        "AdminAccountId":{
16786          "shape":"NonEmptyString",
16787          "documentation":"<p>The Amazon Web Services account identifier of the Security Hub administrator account.</p>"
16788        }
16789      }
16790    },
16791    "DisableOrganizationAdminAccountResponse":{
16792      "type":"structure",
16793      "members":{
16794      }
16795    },
16796    "DisableSecurityHubRequest":{
16797      "type":"structure",
16798      "members":{
16799      }
16800    },
16801    "DisableSecurityHubResponse":{
16802      "type":"structure",
16803      "members":{
16804      }
16805    },
16806    "DisabledSecurityControlIdentifierList":{
16807      "type":"list",
16808      "member":{"shape":"NonEmptyString"}
16809    },
16810    "DisassociateFromAdministratorAccountRequest":{
16811      "type":"structure",
16812      "members":{
16813      }
16814    },
16815    "DisassociateFromAdministratorAccountResponse":{
16816      "type":"structure",
16817      "members":{
16818      }
16819    },
16820    "DisassociateFromMasterAccountRequest":{
16821      "type":"structure",
16822      "members":{
16823      }
16824    },
16825    "DisassociateFromMasterAccountResponse":{
16826      "type":"structure",
16827      "members":{
16828      }
16829    },
16830    "DisassociateMembersRequest":{
16831      "type":"structure",
16832      "required":["AccountIds"],
16833      "members":{
16834        "AccountIds":{
16835          "shape":"AccountIdList",
16836          "documentation":"<p>The account IDs of the member accounts to disassociate from the administrator account.</p>"
16837        }
16838      }
16839    },
16840    "DisassociateMembersResponse":{
16841      "type":"structure",
16842      "members":{
16843      }
16844    },
16845    "DnsRequestAction":{
16846      "type":"structure",
16847      "members":{
16848        "Domain":{
16849          "shape":"NonEmptyString",
16850          "documentation":"<p>The DNS domain that is associated with the DNS request.</p>"
16851        },
16852        "Protocol":{
16853          "shape":"NonEmptyString",
16854          "documentation":"<p>The protocol that was used for the DNS request.</p>"
16855        },
16856        "Blocked":{
16857          "shape":"Boolean",
16858          "documentation":"<p>Indicates whether the DNS request was blocked.</p>"
16859        }
16860      },
16861      "documentation":"<p>Provided if <code>ActionType</code> is <code>DNS_REQUEST</code>. It provides details about the DNS request that was detected.</p>"
16862    },
16863    "Double":{"type":"double"},
16864    "DoubleConfigurationOptions":{
16865      "type":"structure",
16866      "members":{
16867        "DefaultValue":{
16868          "shape":"Double",
16869          "documentation":"<p> The Security Hub default value for a control parameter that is a double. </p>"
16870        },
16871        "Min":{
16872          "shape":"Double",
16873          "documentation":"<p> The minimum valid value for a control parameter that is a double. </p>"
16874        },
16875        "Max":{
16876          "shape":"Double",
16877          "documentation":"<p> The maximum valid value for a control parameter that is a double. </p>"
16878        }
16879      },
16880      "documentation":"<p> The options for customizing a security control parameter that is a double. </p>"
16881    },
16882    "EnableImportFindingsForProductRequest":{
16883      "type":"structure",
16884      "required":["ProductArn"],
16885      "members":{
16886        "ProductArn":{
16887          "shape":"NonEmptyString",
16888          "documentation":"<p>The ARN of the product to enable the integration for.</p>"
16889        }
16890      }
16891    },
16892    "EnableImportFindingsForProductResponse":{
16893      "type":"structure",
16894      "members":{
16895        "ProductSubscriptionArn":{
16896          "shape":"NonEmptyString",
16897          "documentation":"<p>The ARN of your subscription to the product to enable integrations for.</p>"
16898        }
16899      }
16900    },
16901    "EnableOrganizationAdminAccountRequest":{
16902      "type":"structure",
16903      "required":["AdminAccountId"],
16904      "members":{
16905        "AdminAccountId":{
16906          "shape":"NonEmptyString",
16907          "documentation":"<p>The Amazon Web Services account identifier of the account to designate as the Security Hub administrator account.</p>"
16908        }
16909      }
16910    },
16911    "EnableOrganizationAdminAccountResponse":{
16912      "type":"structure",
16913      "members":{
16914      }
16915    },
16916    "EnableSecurityHubRequest":{
16917      "type":"structure",
16918      "members":{
16919        "Tags":{
16920          "shape":"TagMap",
16921          "documentation":"<p>The tags to add to the hub resource when you enable Security Hub.</p>"
16922        },
16923        "EnableDefaultStandards":{
16924          "shape":"Boolean",
16925          "documentation":"<p>Whether to enable the security standards that Security Hub has designated as automatically enabled. If you do not provide a value for <code>EnableDefaultStandards</code>, it is set to <code>true</code>. To not enable the automatically enabled standards, set <code>EnableDefaultStandards</code> to <code>false</code>.</p>"
16926        },
16927        "ControlFindingGenerator":{
16928          "shape":"ControlFindingGenerator",
16929          "documentation":"<p>This field, used when enabling Security Hub, specifies whether the calling account has consolidated control findings turned on. If the value for this field is set to <code>SECURITY_CONTROL</code>, Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards.</p> <p>If the value for this field is set to <code>STANDARD_CONTROL</code>, Security Hub generates separate findings for a control check when the check applies to multiple enabled standards.</p> <p>The value for this field in a member account matches the value in the administrator account. For accounts that aren't part of an organization, the default value of this field is <code>SECURITY_CONTROL</code> if you enabled Security Hub on or after February 23, 2023.</p>"
16930        }
16931      }
16932    },
16933    "EnableSecurityHubResponse":{
16934      "type":"structure",
16935      "members":{
16936      }
16937    },
16938    "EnabledSecurityControlIdentifierList":{
16939      "type":"list",
16940      "member":{"shape":"NonEmptyString"}
16941    },
16942    "EnabledStandardIdentifierList":{
16943      "type":"list",
16944      "member":{"shape":"NonEmptyString"}
16945    },
16946    "EnumConfigurationOptions":{
16947      "type":"structure",
16948      "members":{
16949        "DefaultValue":{
16950          "shape":"NonEmptyString",
16951          "documentation":"<p> The Security Hub default value for a control parameter that is an enum. </p>"
16952        },
16953        "AllowedValues":{
16954          "shape":"StringList",
16955          "documentation":"<p> The valid values for a control parameter that is an enum. </p>"
16956        }
16957      },
16958      "documentation":"<p> The options for customizing a security control parameter that is an enum. </p>"
16959    },
16960    "EnumListConfigurationOptions":{
16961      "type":"structure",
16962      "members":{
16963        "DefaultValue":{
16964          "shape":"StringList",
16965          "documentation":"<p> The Security Hub default value for a control parameter that is a list of enums. </p>"
16966        },
16967        "MaxItems":{
16968          "shape":"Integer",
16969          "documentation":"<p> The maximum number of list items that an enum list control parameter can accept. </p>"
16970        },
16971        "AllowedValues":{
16972          "shape":"StringList",
16973          "documentation":"<p> The valid values for a control parameter that is a list of enums. </p>"
16974        }
16975      },
16976      "documentation":"<p> The options for customizing a security control parameter that is a list of enums. </p>"
16977    },
16978    "FieldMap":{
16979      "type":"map",
16980      "key":{"shape":"NonEmptyString"},
16981      "value":{"shape":"NonEmptyString"}
16982    },
16983    "FilePathList":{
16984      "type":"list",
16985      "member":{"shape":"FilePaths"}
16986    },
16987    "FilePaths":{
16988      "type":"structure",
16989      "members":{
16990        "FilePath":{
16991          "shape":"NonEmptyString",
16992          "documentation":"<p>Path to the infected or suspicious file on the resource it was detected on. </p>"
16993        },
16994        "FileName":{
16995          "shape":"NonEmptyString",
16996          "documentation":"<p>The name of the infected or suspicious file corresponding to the hash. </p>"
16997        },
16998        "ResourceId":{
16999          "shape":"NonEmptyString",
17000          "documentation":"<p>The Amazon Resource Name (ARN) of the resource on which the threat was detected. </p>"
17001        },
17002        "Hash":{
17003          "shape":"NonEmptyString",
17004          "documentation":"<p>The hash value for the infected or suspicious file. </p>"
17005        }
17006      },
17007      "documentation":"<p>Provides information about the file paths that were affected by the threat. </p>"
17008    },
17009    "FindingAggregator":{
17010      "type":"structure",
17011      "members":{
17012        "FindingAggregatorArn":{
17013          "shape":"NonEmptyString",
17014          "documentation":"<p>The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.</p>"
17015        }
17016      },
17017      "documentation":"<p>A finding aggregator. A finding aggregator contains the configuration for finding aggregation.</p>"
17018    },
17019    "FindingAggregatorList":{
17020      "type":"list",
17021      "member":{"shape":"FindingAggregator"}
17022    },
17023    "FindingHistoryRecord":{
17024      "type":"structure",
17025      "members":{
17026        "FindingIdentifier":{"shape":"AwsSecurityFindingIdentifier"},
17027        "UpdateTime":{
17028          "shape":"Timestamp",
17029          "documentation":"<p> An ISO 8601-formatted timestamp that indicates when Security Hub processed the updated finding record.</p> <p>A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. </p>"
17030        },
17031        "FindingCreated":{
17032          "shape":"Boolean",
17033          "documentation":"<p> Identifies whether the event marks the creation of a new finding. A value of <code>True</code> means that the finding is newly created. A value of <code>False</code> means that the finding isn’t newly created. </p>"
17034        },
17035        "UpdateSource":{
17036          "shape":"FindingHistoryUpdateSource",
17037          "documentation":"<p> Identifies the source of the event that changed the finding. For example, an integrated Amazon Web Service or third-party partner integration may call <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html\"> <code>BatchImportFindings</code> </a>, or an Security Hub customer may call <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html\"> <code>BatchUpdateFindings</code> </a>. </p>"
17038        },
17039        "Updates":{
17040          "shape":"FindingHistoryUpdatesList",
17041          "documentation":"<p> An array of objects that provides details about the finding change event, including the Amazon Web Services Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the field after the change. </p>"
17042        },
17043        "NextToken":{
17044          "shape":"NextToken",
17045          "documentation":"<p> A token for pagination purposes. Provide this token in the subsequent request to <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetFindingsHistory.html\"> <code>GetFindingsHistory</code> </a> to get up to an additional 100 results of history for the same finding that you specified in your initial request. </p>"
17046        }
17047      },
17048      "documentation":"<p> A list of events that changed the specified finding during the specified time period. Each record represents a single finding change event. </p>"
17049    },
17050    "FindingHistoryRecordList":{
17051      "type":"list",
17052      "member":{"shape":"FindingHistoryRecord"}
17053    },
17054    "FindingHistoryUpdate":{
17055      "type":"structure",
17056      "members":{
17057        "UpdatedField":{
17058          "shape":"NonEmptyString",
17059          "documentation":"<p> The ASFF field that changed during the finding change event. </p>"
17060        },
17061        "OldValue":{
17062          "shape":"NonEmptyString",
17063          "documentation":"<p> The value of the ASFF field before the finding change event. </p>"
17064        },
17065        "NewValue":{
17066          "shape":"NonEmptyString",
17067          "documentation":"<p> The value of the ASFF field after the finding change event. To preserve storage and readability, Security Hub omits this value if <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_FindingHistoryRecord.html\"> <code>FindingHistoryRecord</code> </a> exceeds database limits. </p>"
17068        }
17069      },
17070      "documentation":"<p> An array of objects that provides details about a change to a finding, including the Amazon Web Services Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the field after the change. </p>"
17071    },
17072    "FindingHistoryUpdateSource":{
17073      "type":"structure",
17074      "members":{
17075        "Type":{
17076          "shape":"FindingHistoryUpdateSourceType",
17077          "documentation":"<p> Describes the type of finding change event, such as a call to <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html\"> <code>BatchImportFindings</code> </a> (by an integrated Amazon Web Service or third party partner integration) or <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html\"> <code>BatchUpdateFindings</code> </a> (by a Security Hub customer). </p>"
17078        },
17079        "Identity":{
17080          "shape":"NonEmptyString",
17081          "documentation":"<p> The identity of the source that initiated the finding change event. For example, the Amazon Resource Name (ARN) of a partner that calls BatchImportFindings or of a customer that calls BatchUpdateFindings. </p>"
17082        }
17083      },
17084      "documentation":"<p> Identifies the source of the finding change event. </p>"
17085    },
17086    "FindingHistoryUpdateSourceType":{
17087      "type":"string",
17088      "enum":[
17089        "BATCH_UPDATE_FINDINGS",
17090        "BATCH_IMPORT_FINDINGS"
17091      ]
17092    },
17093    "FindingHistoryUpdatesList":{
17094      "type":"list",
17095      "member":{"shape":"FindingHistoryUpdate"}
17096    },
17097    "FindingProviderFields":{
17098      "type":"structure",
17099      "members":{
17100        "Confidence":{
17101          "shape":"RatioScale",
17102          "documentation":"<p>A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.</p> <p>Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence.</p>"
17103        },
17104        "Criticality":{
17105          "shape":"RatioScale",
17106          "documentation":"<p>The level of importance assigned to the resources associated with the finding.</p> <p>A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources.</p>"
17107        },
17108        "RelatedFindings":{
17109          "shape":"RelatedFindingList",
17110          "documentation":"<p>A list of findings that are related to the current finding.</p>"
17111        },
17112        "Severity":{
17113          "shape":"FindingProviderSeverity",
17114          "documentation":"<p>The severity of a finding.</p>"
17115        },
17116        "Types":{
17117          "shape":"TypeList",
17118          "documentation":"<p>One or more finding types in the format of <code>namespace/category/classifier</code> that classify a finding.</p> <p>Valid namespace values are: Software and Configuration Checks | TTPs | Effects | Unusual Behaviors | Sensitive Data Identifications</p>"
17119        }
17120      },
17121      "documentation":"<p>In a <code>BatchImportFindings</code> request, finding providers use <code>FindingProviderFields</code> to provide and update values for confidence, criticality, related findings, severity, and types.</p>"
17122    },
17123    "FindingProviderSeverity":{
17124      "type":"structure",
17125      "members":{
17126        "Label":{
17127          "shape":"SeverityLabel",
17128          "documentation":"<p>The severity label assigned to the finding by the finding provider.</p>"
17129        },
17130        "Original":{
17131          "shape":"NonEmptyString",
17132          "documentation":"<p>The finding provider's original value for the severity.</p>"
17133        }
17134      },
17135      "documentation":"<p>The severity assigned to the finding by the finding provider.</p>"
17136    },
17137    "FirewallPolicyDetails":{
17138      "type":"structure",
17139      "members":{
17140        "StatefulRuleGroupReferences":{
17141          "shape":"FirewallPolicyStatefulRuleGroupReferencesList",
17142          "documentation":"<p>The stateful rule groups that are used in the firewall policy.</p>"
17143        },
17144        "StatelessCustomActions":{
17145          "shape":"FirewallPolicyStatelessCustomActionsList",
17146          "documentation":"<p>The custom action definitions that are available to use in the firewall policy's <code>StatelessDefaultActions</code> setting.</p>"
17147        },
17148        "StatelessDefaultActions":{
17149          "shape":"NonEmptyStringList",
17150          "documentation":"<p>The actions to take on a packet if it doesn't match any of the stateless rules in the policy.</p> <p>You must specify a standard action (<code>aws:pass</code>, <code>aws:drop</code>, <code>aws:forward_to_sfe</code>), and can optionally include a custom action from <code>StatelessCustomActions</code>. </p>"
17151        },
17152        "StatelessFragmentDefaultActions":{
17153          "shape":"NonEmptyStringList",
17154          "documentation":"<p>The actions to take on a fragmented UDP packet if it doesn't match any of the stateless rules in the policy.</p> <p>You must specify a standard action (<code>aws:pass</code>, <code>aws:drop</code>, <code>aws:forward_to_sfe</code>), and can optionally include a custom action from <code>StatelessCustomActions</code>. </p>"
17155        },
17156        "StatelessRuleGroupReferences":{
17157          "shape":"FirewallPolicyStatelessRuleGroupReferencesList",
17158          "documentation":"<p>The stateless rule groups that are used in the firewall policy.</p>"
17159        }
17160      },
17161      "documentation":"<p>Defines the behavior of the firewall.</p>"
17162    },
17163    "FirewallPolicyStatefulRuleGroupReferencesDetails":{
17164      "type":"structure",
17165      "members":{
17166        "ResourceArn":{
17167          "shape":"NonEmptyString",
17168          "documentation":"<p>The ARN of the stateful rule group.</p>"
17169        }
17170      },
17171      "documentation":"<p>A stateful rule group that is used by the firewall policy.</p>"
17172    },
17173    "FirewallPolicyStatefulRuleGroupReferencesList":{
17174      "type":"list",
17175      "member":{"shape":"FirewallPolicyStatefulRuleGroupReferencesDetails"}
17176    },
17177    "FirewallPolicyStatelessCustomActionsDetails":{
17178      "type":"structure",
17179      "members":{
17180        "ActionDefinition":{
17181          "shape":"StatelessCustomActionDefinition",
17182          "documentation":"<p>The definition of the custom action.</p>"
17183        },
17184        "ActionName":{
17185          "shape":"NonEmptyString",
17186          "documentation":"<p>The name of the custom action.</p>"
17187        }
17188      },
17189      "documentation":"<p>A custom action that can be used for stateless packet handling.</p>"
17190    },
17191    "FirewallPolicyStatelessCustomActionsList":{
17192      "type":"list",
17193      "member":{"shape":"FirewallPolicyStatelessCustomActionsDetails"}
17194    },
17195    "FirewallPolicyStatelessRuleGroupReferencesDetails":{
17196      "type":"structure",
17197      "members":{
17198        "Priority":{
17199          "shape":"Integer",
17200          "documentation":"<p>The order in which to run the stateless rule group.</p>"
17201        },
17202        "ResourceArn":{
17203          "shape":"NonEmptyString",
17204          "documentation":"<p>The ARN of the stateless rule group.</p>"
17205        }
17206      },
17207      "documentation":"<p>A stateless rule group that is used by the firewall policy.</p>"
17208    },
17209    "FirewallPolicyStatelessRuleGroupReferencesList":{
17210      "type":"list",
17211      "member":{"shape":"FirewallPolicyStatelessRuleGroupReferencesDetails"}
17212    },
17213    "GeneratorDetails":{
17214      "type":"structure",
17215      "members":{
17216        "Name":{
17217          "shape":"NonEmptyString",
17218          "documentation":"<p> The name of the detector used to identify the code vulnerability. </p>"
17219        },
17220        "Description":{
17221          "shape":"NonEmptyString",
17222          "documentation":"<p> The description of the detector used to identify the code vulnerability. </p>"
17223        },
17224        "Labels":{
17225          "shape":"TypeList",
17226          "documentation":"<p> An array of tags used to identify the detector associated with the finding. </p>"
17227        }
17228      },
17229      "documentation":"<p> Provides metadata for the Amazon CodeGuru detector associated with a finding. This field pertains to findings that relate to Lambda functions. Amazon Inspector identifies policy violations and vulnerabilities in Lambda function code based on internal detectors developed in collaboration with Amazon CodeGuru. Security Hub receives those findings. </p>"
17230    },
17231    "GeoLocation":{
17232      "type":"structure",
17233      "members":{
17234        "Lon":{
17235          "shape":"Double",
17236          "documentation":"<p>The longitude of the location.</p>"
17237        },
17238        "Lat":{
17239          "shape":"Double",
17240          "documentation":"<p>The latitude of the location.</p>"
17241        }
17242      },
17243      "documentation":"<p>Provides the latitude and longitude coordinates of a location.</p>"
17244    },
17245    "GetAdministratorAccountRequest":{
17246      "type":"structure",
17247      "members":{
17248      }
17249    },
17250    "GetAdministratorAccountResponse":{
17251      "type":"structure",
17252      "members":{
17253        "Administrator":{"shape":"Invitation"}
17254      }
17255    },
17256    "GetConfigurationPolicyAssociationRequest":{
17257      "type":"structure",
17258      "required":["Target"],
17259      "members":{
17260        "Target":{
17261          "shape":"Target",
17262          "documentation":"<p> The target account ID, organizational unit ID, or the root ID to retrieve the association for. </p>"
17263        }
17264      }
17265    },
17266    "GetConfigurationPolicyAssociationResponse":{
17267      "type":"structure",
17268      "members":{
17269        "ConfigurationPolicyId":{
17270          "shape":"NonEmptyString",
17271          "documentation":"<p> The universally unique identifier (UUID) of a configuration policy. For self-managed behavior, the value is <code>SELF_MANAGED_SECURITY_HUB</code>. </p>"
17272        },
17273        "TargetId":{
17274          "shape":"NonEmptyString",
17275          "documentation":"<p> The target account ID, organizational unit ID, or the root ID for which the association is retrieved. </p>"
17276        },
17277        "TargetType":{
17278          "shape":"TargetType",
17279          "documentation":"<p> Specifies whether the target is an Amazon Web Services account, organizational unit, or the organization root. </p>"
17280        },
17281        "AssociationType":{
17282          "shape":"AssociationType",
17283          "documentation":"<p> Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent. </p>"
17284        },
17285        "UpdatedAt":{
17286          "shape":"Timestamp",
17287          "documentation":"<p> The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated. </p>"
17288        },
17289        "AssociationStatus":{
17290          "shape":"ConfigurationPolicyAssociationStatus",
17291          "documentation":"<p> The current status of the association between the specified target and the configuration. </p>"
17292        },
17293        "AssociationStatusMessage":{
17294          "shape":"NonEmptyString",
17295          "documentation":"<p> The explanation for a <code>FAILED</code> value for <code>AssociationStatus</code>. </p>"
17296        }
17297      }
17298    },
17299    "GetConfigurationPolicyRequest":{
17300      "type":"structure",
17301      "required":["Identifier"],
17302      "members":{
17303        "Identifier":{
17304          "shape":"NonEmptyString",
17305          "documentation":"<p> The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy. </p>",
17306          "location":"uri",
17307          "locationName":"Identifier"
17308        }
17309      }
17310    },
17311    "GetConfigurationPolicyResponse":{
17312      "type":"structure",
17313      "members":{
17314        "Arn":{
17315          "shape":"NonEmptyString",
17316          "documentation":"<p> The ARN of the configuration policy. </p>"
17317        },
17318        "Id":{
17319          "shape":"NonEmptyString",
17320          "documentation":"<p> The UUID of the configuration policy. </p>"
17321        },
17322        "Name":{
17323          "shape":"NonEmptyString",
17324          "documentation":"<p> The name of the configuration policy. </p>"
17325        },
17326        "Description":{
17327          "shape":"NonEmptyString",
17328          "documentation":"<p> The description of the configuration policy. </p>"
17329        },
17330        "UpdatedAt":{
17331          "shape":"Timestamp",
17332          "documentation":"<p> The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated. </p>"
17333        },
17334        "CreatedAt":{
17335          "shape":"Timestamp",
17336          "documentation":"<p> The date and time, in UTC and ISO 8601 format, that the configuration policy was created. </p>"
17337        },
17338        "ConfigurationPolicy":{
17339          "shape":"Policy",
17340          "documentation":"<p> An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the policy includes a list of security controls that are enabled, Security Hub disables all other controls (including newly released controls). If the policy includes a list of security controls that are disabled, Security Hub enables all other controls (including newly released controls). </p>"
17341        }
17342      }
17343    },
17344    "GetEnabledStandardsRequest":{
17345      "type":"structure",
17346      "members":{
17347        "StandardsSubscriptionArns":{
17348          "shape":"StandardsSubscriptionArns",
17349          "documentation":"<p>The list of the standards subscription ARNs for the standards to retrieve.</p>"
17350        },
17351        "NextToken":{
17352          "shape":"NextToken",
17353          "documentation":"<p>The token that is required for pagination. On your first call to the <code>GetEnabledStandards</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>"
17354        },
17355        "MaxResults":{
17356          "shape":"MaxResults",
17357          "documentation":"<p>The maximum number of results to return in the response.</p>"
17358        }
17359      }
17360    },
17361    "GetEnabledStandardsResponse":{
17362      "type":"structure",
17363      "members":{
17364        "StandardsSubscriptions":{
17365          "shape":"StandardsSubscriptions",
17366          "documentation":"<p>The list of <code>StandardsSubscriptions</code> objects that include information about the enabled standards.</p>"
17367        },
17368        "NextToken":{
17369          "shape":"NextToken",
17370          "documentation":"<p>The pagination token to use to request the next page of results.</p>"
17371        }
17372      }
17373    },
17374    "GetFindingAggregatorRequest":{
17375      "type":"structure",
17376      "required":["FindingAggregatorArn"],
17377      "members":{
17378        "FindingAggregatorArn":{
17379          "shape":"NonEmptyString",
17380          "documentation":"<p>The ARN of the finding aggregator to return details for. To obtain the ARN, use <code>ListFindingAggregators</code>.</p>",
17381          "location":"uri",
17382          "locationName":"FindingAggregatorArn"
17383        }
17384      }
17385    },
17386    "GetFindingAggregatorResponse":{
17387      "type":"structure",
17388      "members":{
17389        "FindingAggregatorArn":{
17390          "shape":"NonEmptyString",
17391          "documentation":"<p>The ARN of the finding aggregator.</p>"
17392        },
17393        "FindingAggregationRegion":{
17394          "shape":"NonEmptyString",
17395          "documentation":"<p>The aggregation Region.</p>"
17396        },
17397        "RegionLinkingMode":{
17398          "shape":"NonEmptyString",
17399          "documentation":"<p>Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.</p>"
17400        },
17401        "Regions":{
17402          "shape":"StringList",
17403          "documentation":"<p>The list of excluded Regions or included Regions.</p>"
17404        }
17405      }
17406    },
17407    "GetFindingHistoryRequest":{
17408      "type":"structure",
17409      "required":["FindingIdentifier"],
17410      "members":{
17411        "FindingIdentifier":{"shape":"AwsSecurityFindingIdentifier"},
17412        "StartTime":{
17413          "shape":"Timestamp",
17414          "documentation":"<p> An ISO 8601-formatted timestamp that indicates the start time of the requested finding history. A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p> <p>If you provide values for both <code>StartTime</code> and <code>EndTime</code>, Security Hub returns finding history for the specified time period. If you provide a value for <code>StartTime</code> but not for <code>EndTime</code>, Security Hub returns finding history from the <code>StartTime</code> to the time at which the API is called. If you provide a value for <code>EndTime</code> but not for <code>StartTime</code>, Security Hub returns finding history from the <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt\">CreatedAt</a> timestamp of the finding to the <code>EndTime</code>. If you provide neither <code>StartTime</code> nor <code>EndTime</code>, Security Hub returns finding history from the CreatedAt timestamp of the finding to the time at which the API is called. In all of these scenarios, the response is limited to 100 results, and the maximum time period is limited to 90 days. </p>"
17415        },
17416        "EndTime":{
17417          "shape":"Timestamp",
17418          "documentation":"<p> An ISO 8601-formatted timestamp that indicates the end time of the requested finding history. A correctly formatted example is <code>2020-05-21T20:16:34.724Z</code>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For more information, see <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>.</p> <p>If you provide values for both <code>StartTime</code> and <code>EndTime</code>, Security Hub returns finding history for the specified time period. If you provide a value for <code>StartTime</code> but not for <code>EndTime</code>, Security Hub returns finding history from the <code>StartTime</code> to the time at which the API is called. If you provide a value for <code>EndTime</code> but not for <code>StartTime</code>, Security Hub returns finding history from the <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt\">CreatedAt</a> timestamp of the finding to the <code>EndTime</code>. If you provide neither <code>StartTime</code> nor <code>EndTime</code>, Security Hub returns finding history from the CreatedAt timestamp of the finding to the time at which the API is called. In all of these scenarios, the response is limited to 100 results, and the maximum time period is limited to 90 days.</p>"
17419        },
17420        "NextToken":{
17421          "shape":"NextToken",
17422          "documentation":"<p> A token for pagination purposes. Provide <code>NULL</code> as the initial value. In subsequent requests, provide the token included in the response to get up to an additional 100 results of finding history. If you don’t provide <code>NextToken</code>, Security Hub returns up to 100 results of finding history for each request. </p>"
17423        },
17424        "MaxResults":{
17425          "shape":"MaxResults",
17426          "documentation":"<p> The maximum number of results to be returned. If you don’t provide it, Security Hub returns up to 100 results of finding history. </p>"
17427        }
17428      }
17429    },
17430    "GetFindingHistoryResponse":{
17431      "type":"structure",
17432      "members":{
17433        "Records":{
17434          "shape":"FindingHistoryRecordList",
17435          "documentation":"<p> A list of events that altered the specified finding during the specified time period. </p>"
17436        },
17437        "NextToken":{
17438          "shape":"NextToken",
17439          "documentation":"<p> A token for pagination purposes. Provide this token in the subsequent request to <code>GetFindingsHistory</code> to get up to an additional 100 results of history for the same finding that you specified in your initial request. </p>"
17440        }
17441      }
17442    },
17443    "GetFindingsRequest":{
17444      "type":"structure",
17445      "members":{
17446        "Filters":{
17447          "shape":"AwsSecurityFindingFilters",
17448          "documentation":"<p>The finding attributes used to define a condition to filter the returned findings.</p> <p>You can filter by up to 10 finding attributes. For each attribute, you can provide up to 20 filter values.</p> <p>Note that in the available filter fields, <code>WorkflowState</code> is deprecated. To search for a finding based on its workflow status, use <code>WorkflowStatus</code>.</p>"
17449        },
17450        "SortCriteria":{
17451          "shape":"SortCriteria",
17452          "documentation":"<p>The finding attributes used to sort the list of returned findings.</p>"
17453        },
17454        "NextToken":{
17455          "shape":"NextToken",
17456          "documentation":"<p>The token that is required for pagination. On your first call to the <code>GetFindings</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>"
17457        },
17458        "MaxResults":{
17459          "shape":"MaxResults",
17460          "documentation":"<p>The maximum number of findings to return.</p>"
17461        }
17462      }
17463    },
17464    "GetFindingsResponse":{
17465      "type":"structure",
17466      "required":["Findings"],
17467      "members":{
17468        "Findings":{
17469          "shape":"AwsSecurityFindingList",
17470          "documentation":"<p>The findings that matched the filters specified in the request.</p>"
17471        },
17472        "NextToken":{
17473          "shape":"NextToken",
17474          "documentation":"<p>The pagination token to use to request the next page of results.</p>"
17475        }
17476      }
17477    },
17478    "GetInsightResultsRequest":{
17479      "type":"structure",
17480      "required":["InsightArn"],
17481      "members":{
17482        "InsightArn":{
17483          "shape":"NonEmptyString",
17484          "documentation":"<p>The ARN of the insight for which to return results.</p>",
17485          "location":"uri",
17486          "locationName":"InsightArn"
17487        }
17488      }
17489    },
17490    "GetInsightResultsResponse":{
17491      "type":"structure",
17492      "required":["InsightResults"],
17493      "members":{
17494        "InsightResults":{
17495          "shape":"InsightResults",
17496          "documentation":"<p>The insight results returned by the operation.</p>"
17497        }
17498      }
17499    },
17500    "GetInsightsRequest":{
17501      "type":"structure",
17502      "members":{
17503        "InsightArns":{
17504          "shape":"ArnList",
17505          "documentation":"<p>The ARNs of the insights to describe. If you do not provide any insight ARNs, then <code>GetInsights</code> returns all of your custom insights. It does not return any managed insights.</p>"
17506        },
17507        "NextToken":{
17508          "shape":"NextToken",
17509          "documentation":"<p>The token that is required for pagination. On your first call to the <code>GetInsights</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>"
17510        },
17511        "MaxResults":{
17512          "shape":"MaxResults",
17513          "documentation":"<p>The maximum number of items to return in the response.</p>"
17514        }
17515      }
17516    },
17517    "GetInsightsResponse":{
17518      "type":"structure",
17519      "required":["Insights"],
17520      "members":{
17521        "Insights":{
17522          "shape":"InsightList",
17523          "documentation":"<p>The insights returned by the operation.</p>"
17524        },
17525        "NextToken":{
17526          "shape":"NextToken",
17527          "documentation":"<p>The pagination token to use to request the next page of results.</p>"
17528        }
17529      }
17530    },
17531    "GetInvitationsCountRequest":{
17532      "type":"structure",
17533      "members":{
17534      }
17535    },
17536    "GetInvitationsCountResponse":{
17537      "type":"structure",
17538      "members":{
17539        "InvitationsCount":{
17540          "shape":"Integer",
17541          "documentation":"<p>The number of all membership invitations sent to this Security Hub member account, not including the currently accepted invitation.</p>"
17542        }
17543      }
17544    },
17545    "GetMasterAccountRequest":{
17546      "type":"structure",
17547      "members":{
17548      }
17549    },
17550    "GetMasterAccountResponse":{
17551      "type":"structure",
17552      "members":{
17553        "Master":{
17554          "shape":"Invitation",
17555          "documentation":"<p>A list of details about the Security Hub administrator account for the current member account. </p>"
17556        }
17557      }
17558    },
17559    "GetMembersRequest":{
17560      "type":"structure",
17561      "required":["AccountIds"],
17562      "members":{
17563        "AccountIds":{
17564          "shape":"AccountIdList",
17565          "documentation":"<p>The list of account IDs for the Security Hub member accounts to return the details for. </p>"
17566        }
17567      }
17568    },
17569    "GetMembersResponse":{
17570      "type":"structure",
17571      "members":{
17572        "Members":{
17573          "shape":"MemberList",
17574          "documentation":"<p>The list of details about the Security Hub member accounts.</p>"
17575        },
17576        "UnprocessedAccounts":{
17577          "shape":"ResultList",
17578          "documentation":"<p>The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.</p>"
17579        }
17580      }
17581    },
17582    "GetSecurityControlDefinitionRequest":{
17583      "type":"structure",
17584      "required":["SecurityControlId"],
17585      "members":{
17586        "SecurityControlId":{
17587          "shape":"NonEmptyString",
17588          "documentation":"<p> The ID of the security control to retrieve the definition for. This field doesn’t accept an Amazon Resource Name (ARN). </p>",
17589          "location":"querystring",
17590          "locationName":"SecurityControlId"
17591        }
17592      }
17593    },
17594    "GetSecurityControlDefinitionResponse":{
17595      "type":"structure",
17596      "required":["SecurityControlDefinition"],
17597      "members":{
17598        "SecurityControlDefinition":{"shape":"SecurityControlDefinition"}
17599      }
17600    },
17601    "IcmpTypeCode":{
17602      "type":"structure",
17603      "members":{
17604        "Code":{
17605          "shape":"Integer",
17606          "documentation":"<p>The ICMP code for which to deny or allow access. To deny or allow all codes, use the value <code>-1</code>.</p>"
17607        },
17608        "Type":{
17609          "shape":"Integer",
17610          "documentation":"<p>The ICMP type for which to deny or allow access. To deny or allow all types, use the value <code>-1</code>.</p>"
17611        }
17612      },
17613      "documentation":"<p>An Internet Control Message Protocol (ICMP) type and code.</p>"
17614    },
17615    "ImportFindingsError":{
17616      "type":"structure",
17617      "required":[
17618        "Id",
17619        "ErrorCode",
17620        "ErrorMessage"
17621      ],
17622      "members":{
17623        "Id":{
17624          "shape":"NonEmptyString",
17625          "documentation":"<p>The identifier of the finding that could not be updated.</p>"
17626        },
17627        "ErrorCode":{
17628          "shape":"NonEmptyString",
17629          "documentation":"<p>The code of the error returned by the <code>BatchImportFindings</code> operation.</p>"
17630        },
17631        "ErrorMessage":{
17632          "shape":"NonEmptyString",
17633          "documentation":"<p>The message of the error returned by the <code>BatchImportFindings</code> operation.</p>"
17634        }
17635      },
17636      "documentation":"<p>The list of the findings that cannot be imported. For each finding, the list provides the error.</p>"
17637    },
17638    "ImportFindingsErrorList":{
17639      "type":"list",
17640      "member":{"shape":"ImportFindingsError"}
17641    },
17642    "Insight":{
17643      "type":"structure",
17644      "required":[
17645        "InsightArn",
17646        "Name",
17647        "Filters",
17648        "GroupByAttribute"
17649      ],
17650      "members":{
17651        "InsightArn":{
17652          "shape":"NonEmptyString",
17653          "documentation":"<p>The ARN of a Security Hub insight.</p>"
17654        },
17655        "Name":{
17656          "shape":"NonEmptyString",
17657          "documentation":"<p>The name of a Security Hub insight.</p>"
17658        },
17659        "Filters":{
17660          "shape":"AwsSecurityFindingFilters",
17661          "documentation":"<p>One or more attributes used to filter the findings included in the insight. The insight only includes findings that match the criteria defined in the filters.</p>"
17662        },
17663        "GroupByAttribute":{
17664          "shape":"NonEmptyString",
17665          "documentation":"<p>The grouping attribute for the insight's findings. Indicates how to group the matching findings, and identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.</p>"
17666        }
17667      },
17668      "documentation":"<p>Contains information about a Security Hub insight.</p>"
17669    },
17670    "InsightList":{
17671      "type":"list",
17672      "member":{"shape":"Insight"}
17673    },
17674    "InsightResultValue":{
17675      "type":"structure",
17676      "required":[
17677        "GroupByAttributeValue",
17678        "Count"
17679      ],
17680      "members":{
17681        "GroupByAttributeValue":{
17682          "shape":"NonEmptyString",
17683          "documentation":"<p>The value of the attribute that the findings are grouped by for the insight whose results are returned by the <code>GetInsightResults</code> operation.</p>"
17684        },
17685        "Count":{
17686          "shape":"Integer",
17687          "documentation":"<p>The number of findings returned for each <code>GroupByAttributeValue</code>.</p>"
17688        }
17689      },
17690      "documentation":"<p>The insight result values returned by the <code>GetInsightResults</code> operation.</p>"
17691    },
17692    "InsightResultValueList":{
17693      "type":"list",
17694      "member":{"shape":"InsightResultValue"}
17695    },
17696    "InsightResults":{
17697      "type":"structure",
17698      "required":[
17699        "InsightArn",
17700        "GroupByAttribute",
17701        "ResultValues"
17702      ],
17703      "members":{
17704        "InsightArn":{
17705          "shape":"NonEmptyString",
17706          "documentation":"<p>The ARN of the insight whose results are returned by the <code>GetInsightResults</code> operation.</p>"
17707        },
17708        "GroupByAttribute":{
17709          "shape":"NonEmptyString",
17710          "documentation":"<p>The attribute that the findings are grouped by for the insight whose results are returned by the <code>GetInsightResults</code> operation.</p>"
17711        },
17712        "ResultValues":{
17713          "shape":"InsightResultValueList",
17714          "documentation":"<p>The list of insight result values returned by the <code>GetInsightResults</code> operation.</p>"
17715        }
17716      },
17717      "documentation":"<p>The insight results returned by the <code>GetInsightResults</code> operation.</p>"
17718    },
17719    "Integer":{"type":"integer"},
17720    "IntegerConfigurationOptions":{
17721      "type":"structure",
17722      "members":{
17723        "DefaultValue":{
17724          "shape":"Integer",
17725          "documentation":"<p> The Security Hub default value for a control parameter that is an integer. </p>"
17726        },
17727        "Min":{
17728          "shape":"Integer",
17729          "documentation":"<p> The minimum valid value for a control parameter that is an integer. </p>"
17730        },
17731        "Max":{
17732          "shape":"Integer",
17733          "documentation":"<p> The maximum valid value for a control parameter that is an integer. </p>"
17734        }
17735      },
17736      "documentation":"<p> The options for customizing a security control parameter that is an integer. </p>"
17737    },
17738    "IntegerList":{
17739      "type":"list",
17740      "member":{"shape":"Integer"}
17741    },
17742    "IntegerListConfigurationOptions":{
17743      "type":"structure",
17744      "members":{
17745        "DefaultValue":{
17746          "shape":"IntegerList",
17747          "documentation":"<p> The Security Hub default value for a control parameter that is a list of integers. </p>"
17748        },
17749        "Min":{
17750          "shape":"Integer",
17751          "documentation":"<p> The minimum valid value for a control parameter that is a list of integers. </p>"
17752        },
17753        "Max":{
17754          "shape":"Integer",
17755          "documentation":"<p> The maximum valid value for a control parameter that is a list of integers. </p>"
17756        },
17757        "MaxItems":{
17758          "shape":"Integer",
17759          "documentation":"<p> The maximum number of list items that an interger list control parameter can accept. </p>"
17760        }
17761      },
17762      "documentation":"<p> The options for customizing a security control parameter that is a list of integers. </p>"
17763    },
17764    "IntegrationType":{
17765      "type":"string",
17766      "enum":[
17767        "SEND_FINDINGS_TO_SECURITY_HUB",
17768        "RECEIVE_FINDINGS_FROM_SECURITY_HUB",
17769        "UPDATE_FINDINGS_IN_SECURITY_HUB"
17770      ]
17771    },
17772    "IntegrationTypeList":{
17773      "type":"list",
17774      "member":{"shape":"IntegrationType"}
17775    },
17776    "InternalException":{
17777      "type":"structure",
17778      "members":{
17779        "Message":{"shape":"NonEmptyString"},
17780        "Code":{"shape":"NonEmptyString"}
17781      },
17782      "documentation":"<p>Internal server error.</p>",
17783      "error":{"httpStatusCode":500},
17784      "exception":true
17785    },
17786    "InvalidAccessException":{
17787      "type":"structure",
17788      "members":{
17789        "Message":{"shape":"NonEmptyString"},
17790        "Code":{"shape":"NonEmptyString"}
17791      },
17792      "documentation":"<p>The account doesn't have permission to perform this action.</p>",
17793      "error":{"httpStatusCode":401},
17794      "exception":true
17795    },
17796    "InvalidInputException":{
17797      "type":"structure",
17798      "members":{
17799        "Message":{"shape":"NonEmptyString"},
17800        "Code":{"shape":"NonEmptyString"}
17801      },
17802      "documentation":"<p>The request was rejected because you supplied an invalid or out-of-range value for an input parameter.</p>",
17803      "error":{"httpStatusCode":400},
17804      "exception":true
17805    },
17806    "Invitation":{
17807      "type":"structure",
17808      "members":{
17809        "AccountId":{
17810          "shape":"AccountId",
17811          "documentation":"<p>The account ID of the Security Hub administrator account that the invitation was sent from.</p>"
17812        },
17813        "InvitationId":{
17814          "shape":"NonEmptyString",
17815          "documentation":"<p>The ID of the invitation sent to the member account.</p>"
17816        },
17817        "InvitedAt":{
17818          "shape":"Timestamp",
17819          "documentation":"<p>The timestamp of when the invitation was sent.</p>"
17820        },
17821        "MemberStatus":{
17822          "shape":"NonEmptyString",
17823          "documentation":"<p>The current status of the association between the member and administrator accounts.</p>"
17824        }
17825      },
17826      "documentation":"<p>Details about an invitation.</p>"
17827    },
17828    "InvitationList":{
17829      "type":"list",
17830      "member":{"shape":"Invitation"}
17831    },
17832    "InviteMembersRequest":{
17833      "type":"structure",
17834      "required":["AccountIds"],
17835      "members":{
17836        "AccountIds":{
17837          "shape":"AccountIdList",
17838          "documentation":"<p>The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members. </p>"
17839        }
17840      }
17841    },
17842    "InviteMembersResponse":{
17843      "type":"structure",
17844      "members":{
17845        "UnprocessedAccounts":{
17846          "shape":"ResultList",
17847          "documentation":"<p>The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.</p>"
17848        }
17849      }
17850    },
17851    "IpFilter":{
17852      "type":"structure",
17853      "members":{
17854        "Cidr":{
17855          "shape":"NonEmptyString",
17856          "documentation":"<p>A finding's CIDR value.</p>"
17857        }
17858      },
17859      "documentation":"<p>The IP filter for querying findings.</p>"
17860    },
17861    "IpFilterList":{
17862      "type":"list",
17863      "member":{"shape":"IpFilter"}
17864    },
17865    "IpOrganizationDetails":{
17866      "type":"structure",
17867      "members":{
17868        "Asn":{
17869          "shape":"Integer",
17870          "documentation":"<p>The Autonomous System Number (ASN) of the internet provider</p>"
17871        },
17872        "AsnOrg":{
17873          "shape":"NonEmptyString",
17874          "documentation":"<p>The name of the organization that registered the ASN.</p>"
17875        },
17876        "Isp":{
17877          "shape":"NonEmptyString",
17878          "documentation":"<p>The ISP information for the internet provider.</p>"
17879        },
17880        "Org":{
17881          "shape":"NonEmptyString",
17882          "documentation":"<p>The name of the internet provider.</p>"
17883        }
17884      },
17885      "documentation":"<p>Provides information about an internet provider.</p>"
17886    },
17887    "Ipv6CidrBlockAssociation":{
17888      "type":"structure",
17889      "members":{
17890        "AssociationId":{
17891          "shape":"NonEmptyString",
17892          "documentation":"<p>The association ID for the IPv6 CIDR block.</p>"
17893        },
17894        "Ipv6CidrBlock":{
17895          "shape":"NonEmptyString",
17896          "documentation":"<p>The IPv6 CIDR block.</p>"
17897        },
17898        "CidrBlockState":{
17899          "shape":"NonEmptyString",
17900          "documentation":"<p>Information about the state of the CIDR block. Valid values are as follows:</p> <ul> <li> <p> <code>associating</code> </p> </li> <li> <p> <code>associated</code> </p> </li> <li> <p> <code>disassociating</code> </p> </li> <li> <p> <code>disassociated</code> </p> </li> <li> <p> <code>failed</code> </p> </li> <li> <p> <code>failing</code> </p> </li> </ul>"
17901        }
17902      },
17903      "documentation":"<p>An IPV6 CIDR block association.</p>"
17904    },
17905    "Ipv6CidrBlockAssociationList":{
17906      "type":"list",
17907      "member":{"shape":"Ipv6CidrBlockAssociation"}
17908    },
17909    "KeywordFilter":{
17910      "type":"structure",
17911      "members":{
17912        "Value":{
17913          "shape":"NonEmptyString",
17914          "documentation":"<p>A value for the keyword.</p>"
17915        }
17916      },
17917      "documentation":"<p>A keyword filter for querying findings.</p>"
17918    },
17919    "KeywordFilterList":{
17920      "type":"list",
17921      "member":{"shape":"KeywordFilter"}
17922    },
17923    "LimitExceededException":{
17924      "type":"structure",
17925      "members":{
17926        "Message":{"shape":"NonEmptyString"},
17927        "Code":{"shape":"NonEmptyString"}
17928      },
17929      "documentation":"<p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services account or throttling limits. The error code describes the limit exceeded.</p>",
17930      "error":{"httpStatusCode":429},
17931      "exception":true
17932    },
17933    "ListAutomationRulesRequest":{
17934      "type":"structure",
17935      "members":{
17936        "NextToken":{
17937          "shape":"NextToken",
17938          "documentation":"<p> A token to specify where to start paginating the response. This is the <code>NextToken</code> from a previously truncated response. On your first call to the <code>ListAutomationRules</code> API, set the value of this parameter to <code>NULL</code>. </p>",
17939          "location":"querystring",
17940          "locationName":"NextToken"
17941        },
17942        "MaxResults":{
17943          "shape":"MaxResults",
17944          "documentation":"<p> The maximum number of rules to return in the response. This currently ranges from 1 to 100. </p>",
17945          "location":"querystring",
17946          "locationName":"MaxResults"
17947        }
17948      }
17949    },
17950    "ListAutomationRulesResponse":{
17951      "type":"structure",
17952      "members":{
17953        "AutomationRulesMetadata":{
17954          "shape":"AutomationRulesMetadataList",
17955          "documentation":"<p> Metadata for rules in the calling account. The response includes rules with a <code>RuleStatus</code> of <code>ENABLED</code> and <code>DISABLED</code>. </p>"
17956        },
17957        "NextToken":{
17958          "shape":"NextToken",
17959          "documentation":"<p> A pagination token for the response. </p>"
17960        }
17961      }
17962    },
17963    "ListConfigurationPoliciesRequest":{
17964      "type":"structure",
17965      "members":{
17966        "NextToken":{
17967          "shape":"NextToken",
17968          "documentation":"<p> The NextToken value that's returned from a previous paginated <code>ListConfigurationPolicies</code> request where <code>MaxResults</code> was used but the results exceeded the value of that parameter. Pagination continues from the <code>MaxResults</code> was used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned the <code>NextToken</code> value. This value is <code>null</code> when there are no more results to return. </p>",
17969          "location":"querystring",
17970          "locationName":"NextToken"
17971        },
17972        "MaxResults":{
17973          "shape":"MaxResults",
17974          "documentation":"<p> The maximum number of results that's returned by <code>ListConfigurationPolicies</code> in each page of the response. When this parameter is used, <code>ListConfigurationPolicies</code> returns the specified number of results in a single page and a <code>NextToken</code> response element. You can see the remaining results of the initial request by sending another <code>ListConfigurationPolicies</code> request with the returned <code>NextToken</code> value. A valid range for <code>MaxResults</code> is between 1 and 100. </p>",
17975          "location":"querystring",
17976          "locationName":"MaxResults"
17977        }
17978      }
17979    },
17980    "ListConfigurationPoliciesResponse":{
17981      "type":"structure",
17982      "members":{
17983        "ConfigurationPolicySummaries":{
17984          "shape":"ConfigurationPolicySummaryList",
17985          "documentation":"<p> Provides metadata for each of your configuration policies. </p>"
17986        },
17987        "NextToken":{
17988          "shape":"NextToken",
17989          "documentation":"<p> The <code>NextToken</code> value to include in the next <code>ListConfigurationPolicies</code> request. When the results of a <code>ListConfigurationPolicies</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>"
17990        }
17991      }
17992    },
17993    "ListConfigurationPolicyAssociationsRequest":{
17994      "type":"structure",
17995      "members":{
17996        "NextToken":{
17997          "shape":"NextToken",
17998          "documentation":"<p> The <code>NextToken</code> value that's returned from a previous paginated <code>ListConfigurationPolicyAssociations</code> request where <code>MaxResults</code> was used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned the <code>NextToken</code> value. This value is <code>null</code> when there are no more results to return. </p>"
17999        },
18000        "MaxResults":{
18001          "shape":"MaxResults",
18002          "documentation":"<p> The maximum number of results that's returned by <code>ListConfigurationPolicies</code> in each page of the response. When this parameter is used, <code>ListConfigurationPolicyAssociations</code> returns the specified number of results in a single page and a <code>NextToken</code> response element. You can see the remaining results of the initial request by sending another <code>ListConfigurationPolicyAssociations</code> request with the returned <code>NextToken</code> value. A valid range for <code>MaxResults</code> is between 1 and 100. </p>"
18003        },
18004        "Filters":{
18005          "shape":"AssociationFilters",
18006          "documentation":"<p> Options for filtering the <code>ListConfigurationPolicyAssociations</code> response. You can filter by the Amazon Resource Name (ARN) or universally unique identifier (UUID) of a configuration, <code>AssociationType</code>, or <code>AssociationStatus</code>. </p>"
18007        }
18008      }
18009    },
18010    "ListConfigurationPolicyAssociationsResponse":{
18011      "type":"structure",
18012      "members":{
18013        "ConfigurationPolicyAssociationSummaries":{
18014          "shape":"ConfigurationPolicyAssociationSummaryList",
18015          "documentation":"<p> An object that contains the details of each configuration policy association that’s returned in a <code>ListConfigurationPolicyAssociations</code> request. </p>"
18016        },
18017        "NextToken":{
18018          "shape":"NextToken",
18019          "documentation":"<p> The <code>NextToken</code> value to include in the next <code>ListConfigurationPolicyAssociations</code> request. When the results of a <code>ListConfigurationPolicyAssociations</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>"
18020        }
18021      }
18022    },
18023    "ListEnabledProductsForImportRequest":{
18024      "type":"structure",
18025      "members":{
18026        "NextToken":{
18027          "shape":"NextToken",
18028          "documentation":"<p>The token that is required for pagination. On your first call to the <code>ListEnabledProductsForImport</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>",
18029          "location":"querystring",
18030          "locationName":"NextToken"
18031        },
18032        "MaxResults":{
18033          "shape":"MaxResults",
18034          "documentation":"<p>The maximum number of items to return in the response.</p>",
18035          "location":"querystring",
18036          "locationName":"MaxResults"
18037        }
18038      }
18039    },
18040    "ListEnabledProductsForImportResponse":{
18041      "type":"structure",
18042      "members":{
18043        "ProductSubscriptions":{
18044          "shape":"ProductSubscriptionArnList",
18045          "documentation":"<p>The list of ARNs for the resources that represent your subscriptions to products. </p>"
18046        },
18047        "NextToken":{
18048          "shape":"NextToken",
18049          "documentation":"<p>The pagination token to use to request the next page of results.</p>"
18050        }
18051      }
18052    },
18053    "ListFindingAggregatorsRequest":{
18054      "type":"structure",
18055      "members":{
18056        "NextToken":{
18057          "shape":"NextToken",
18058          "documentation":"<p>The token returned with the previous set of results. Identifies the next set of results to return.</p>",
18059          "location":"querystring",
18060          "locationName":"NextToken"
18061        },
18062        "MaxResults":{
18063          "shape":"MaxResults",
18064          "documentation":"<p>The maximum number of results to return. This operation currently only returns a single result.</p>",
18065          "location":"querystring",
18066          "locationName":"MaxResults"
18067        }
18068      }
18069    },
18070    "ListFindingAggregatorsResponse":{
18071      "type":"structure",
18072      "members":{
18073        "FindingAggregators":{
18074          "shape":"FindingAggregatorList",
18075          "documentation":"<p>The list of finding aggregators. This operation currently only returns a single result.</p>"
18076        },
18077        "NextToken":{
18078          "shape":"NextToken",
18079          "documentation":"<p>If there are more results, this is the token to provide in the next call to <code>ListFindingAggregators</code>.</p> <p>This operation currently only returns a single result. </p>"
18080        }
18081      }
18082    },
18083    "ListInvitationsRequest":{
18084      "type":"structure",
18085      "members":{
18086        "MaxResults":{
18087          "shape":"CrossAccountMaxResults",
18088          "documentation":"<p>The maximum number of items to return in the response. </p>",
18089          "location":"querystring",
18090          "locationName":"MaxResults"
18091        },
18092        "NextToken":{
18093          "shape":"NextToken",
18094          "documentation":"<p>The token that is required for pagination. On your first call to the <code>ListInvitations</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>",
18095          "location":"querystring",
18096          "locationName":"NextToken"
18097        }
18098      }
18099    },
18100    "ListInvitationsResponse":{
18101      "type":"structure",
18102      "members":{
18103        "Invitations":{
18104          "shape":"InvitationList",
18105          "documentation":"<p>The details of the invitations returned by the operation.</p>"
18106        },
18107        "NextToken":{
18108          "shape":"NonEmptyString",
18109          "documentation":"<p>The pagination token to use to request the next page of results.</p>"
18110        }
18111      }
18112    },
18113    "ListMembersRequest":{
18114      "type":"structure",
18115      "members":{
18116        "OnlyAssociated":{
18117          "shape":"Boolean",
18118          "documentation":"<p>Specifies which member accounts to include in the response based on their relationship status with the administrator account. The default value is <code>TRUE</code>.</p> <p>If <code>OnlyAssociated</code> is set to <code>TRUE</code>, the response includes member accounts whose relationship status with the administrator account is set to <code>ENABLED</code>.</p> <p>If <code>OnlyAssociated</code> is set to <code>FALSE</code>, the response includes all existing member accounts. </p>",
18119          "location":"querystring",
18120          "locationName":"OnlyAssociated"
18121        },
18122        "MaxResults":{
18123          "shape":"CrossAccountMaxResults",
18124          "documentation":"<p>The maximum number of items to return in the response. </p>",
18125          "location":"querystring",
18126          "locationName":"MaxResults"
18127        },
18128        "NextToken":{
18129          "shape":"NextToken",
18130          "documentation":"<p>The token that is required for pagination. On your first call to the <code>ListMembers</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>",
18131          "location":"querystring",
18132          "locationName":"NextToken"
18133        }
18134      }
18135    },
18136    "ListMembersResponse":{
18137      "type":"structure",
18138      "members":{
18139        "Members":{
18140          "shape":"MemberList",
18141          "documentation":"<p>Member details returned by the operation.</p>"
18142        },
18143        "NextToken":{
18144          "shape":"NonEmptyString",
18145          "documentation":"<p>The pagination token to use to request the next page of results.</p>"
18146        }
18147      }
18148    },
18149    "ListOrganizationAdminAccountsRequest":{
18150      "type":"structure",
18151      "members":{
18152        "MaxResults":{
18153          "shape":"AdminsMaxResults",
18154          "documentation":"<p>The maximum number of items to return in the response.</p>",
18155          "location":"querystring",
18156          "locationName":"MaxResults"
18157        },
18158        "NextToken":{
18159          "shape":"NextToken",
18160          "documentation":"<p>The token that is required for pagination. On your first call to the <code>ListOrganizationAdminAccounts</code> operation, set the value of this parameter to <code>NULL</code>. For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response. </p>",
18161          "location":"querystring",
18162          "locationName":"NextToken"
18163        }
18164      }
18165    },
18166    "ListOrganizationAdminAccountsResponse":{
18167      "type":"structure",
18168      "members":{
18169        "AdminAccounts":{
18170          "shape":"AdminAccounts",
18171          "documentation":"<p>The list of Security Hub administrator accounts.</p>"
18172        },
18173        "NextToken":{
18174          "shape":"NextToken",
18175          "documentation":"<p>The pagination token to use to request the next page of results.</p>"
18176        }
18177      }
18178    },
18179    "ListSecurityControlDefinitionsRequest":{
18180      "type":"structure",
18181      "members":{
18182        "StandardsArn":{
18183          "shape":"NonEmptyString",
18184          "documentation":"<p> The Amazon Resource Name (ARN) of the standard that you want to view controls for. </p>",
18185          "location":"querystring",
18186          "locationName":"StandardsArn"
18187        },
18188        "NextToken":{
18189          "shape":"NextToken",
18190          "documentation":"<p> Optional pagination parameter. </p>",
18191          "location":"querystring",
18192          "locationName":"NextToken"
18193        },
18194        "MaxResults":{
18195          "shape":"MaxResults",
18196          "documentation":"<p> An optional parameter that limits the total results of the API response to the specified number. If this parameter isn't provided in the request, the results include the first 25 security controls that apply to the specified standard. The results also include a <code>NextToken</code> parameter that you can use in a subsequent API call to get the next 25 controls. This repeats until all controls for the standard are returned. </p>",
18197          "location":"querystring",
18198          "locationName":"MaxResults"
18199        }
18200      }
18201    },
18202    "ListSecurityControlDefinitionsResponse":{
18203      "type":"structure",
18204      "required":["SecurityControlDefinitions"],
18205      "members":{
18206        "SecurityControlDefinitions":{
18207          "shape":"SecurityControlDefinitions",
18208          "documentation":"<p> An array of controls that apply to the specified standard. </p>"
18209        },
18210        "NextToken":{
18211          "shape":"NextToken",
18212          "documentation":"<p> A pagination parameter that's included in the response only if it was included in the request. </p>"
18213        }
18214      }
18215    },
18216    "ListStandardsControlAssociationsRequest":{
18217      "type":"structure",
18218      "required":["SecurityControlId"],
18219      "members":{
18220        "SecurityControlId":{
18221          "shape":"NonEmptyString",
18222          "documentation":"<p> The identifier of the control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) that you want to determine the enablement status of in each enabled standard. </p>",
18223          "location":"querystring",
18224          "locationName":"SecurityControlId"
18225        },
18226        "NextToken":{
18227          "shape":"NextToken",
18228          "documentation":"<p> Optional pagination parameter. </p>",
18229          "location":"querystring",
18230          "locationName":"NextToken"
18231        },
18232        "MaxResults":{
18233          "shape":"MaxResults",
18234          "documentation":"<p> An optional parameter that limits the total results of the API response to the specified number. If this parameter isn't provided in the request, the results include the first 25 standard and control associations. The results also include a <code>NextToken</code> parameter that you can use in a subsequent API call to get the next 25 associations. This repeats until all associations for the specified control are returned. The number of results is limited by the number of supported Security Hub standards that you've enabled in the calling account. </p>",
18235          "location":"querystring",
18236          "locationName":"MaxResults"
18237        }
18238      }
18239    },
18240    "ListStandardsControlAssociationsResponse":{
18241      "type":"structure",
18242      "required":["StandardsControlAssociationSummaries"],
18243      "members":{
18244        "StandardsControlAssociationSummaries":{
18245          "shape":"StandardsControlAssociationSummaries",
18246          "documentation":"<p> An array that provides the enablement status and other details for each security control that applies to each enabled standard. </p>"
18247        },
18248        "NextToken":{
18249          "shape":"NextToken",
18250          "documentation":"<p> A pagination parameter that's included in the response only if it was included in the request. </p>"
18251        }
18252      }
18253    },
18254    "ListTagsForResourceRequest":{
18255      "type":"structure",
18256      "required":["ResourceArn"],
18257      "members":{
18258        "ResourceArn":{
18259          "shape":"ResourceArn",
18260          "documentation":"<p>The ARN of the resource to retrieve tags for.</p>",
18261          "location":"uri",
18262          "locationName":"ResourceArn"
18263        }
18264      }
18265    },
18266    "ListTagsForResourceResponse":{
18267      "type":"structure",
18268      "members":{
18269        "Tags":{
18270          "shape":"TagMap",
18271          "documentation":"<p>The tags associated with a resource.</p>"
18272        }
18273      }
18274    },
18275    "LoadBalancerState":{
18276      "type":"structure",
18277      "members":{
18278        "Code":{
18279          "shape":"NonEmptyString",
18280          "documentation":"<p>The state code. The initial state of the load balancer is provisioning.</p> <p>After the load balancer is fully set up and ready to route traffic, its state is active.</p> <p>If the load balancer could not be set up, its state is failed. </p>"
18281        },
18282        "Reason":{
18283          "shape":"NonEmptyString",
18284          "documentation":"<p>A description of the state.</p>"
18285        }
18286      },
18287      "documentation":"<p>Information about the state of the load balancer.</p>"
18288    },
18289    "Long":{"type":"long"},
18290    "Malware":{
18291      "type":"structure",
18292      "required":["Name"],
18293      "members":{
18294        "Name":{
18295          "shape":"NonEmptyString",
18296          "documentation":"<p>The name of the malware that was observed.</p>"
18297        },
18298        "Type":{
18299          "shape":"MalwareType",
18300          "documentation":"<p>The type of the malware that was observed.</p>"
18301        },
18302        "Path":{
18303          "shape":"NonEmptyString",
18304          "documentation":"<p>The file system path of the malware that was observed.</p>"
18305        },
18306        "State":{
18307          "shape":"MalwareState",
18308          "documentation":"<p>The state of the malware that was observed.</p>"
18309        }
18310      },
18311      "documentation":"<p>A list of malware related to a finding.</p>"
18312    },
18313    "MalwareList":{
18314      "type":"list",
18315      "member":{"shape":"Malware"}
18316    },
18317    "MalwareState":{
18318      "type":"string",
18319      "enum":[
18320        "OBSERVED",
18321        "REMOVAL_FAILED",
18322        "REMOVED"
18323      ]
18324    },
18325    "MalwareType":{
18326      "type":"string",
18327      "enum":[
18328        "ADWARE",
18329        "BLENDED_THREAT",
18330        "BOTNET_AGENT",
18331        "COIN_MINER",
18332        "EXPLOIT_KIT",
18333        "KEYLOGGER",
18334        "MACRO",
18335        "POTENTIALLY_UNWANTED",
18336        "SPYWARE",
18337        "RANSOMWARE",
18338        "REMOTE_ACCESS",
18339        "ROOTKIT",
18340        "TROJAN",
18341        "VIRUS",
18342        "WORM"
18343      ]
18344    },
18345    "MapFilter":{
18346      "type":"structure",
18347      "members":{
18348        "Key":{
18349          "shape":"NonEmptyString",
18350          "documentation":"<p>The key of the map filter. For example, for <code>ResourceTags</code>, <code>Key</code> identifies the name of the tag. For <code>UserDefinedFields</code>, <code>Key</code> is the name of the field.</p>"
18351        },
18352        "Value":{
18353          "shape":"NonEmptyString",
18354          "documentation":"<p>The value for the key in the map filter. Filter values are case sensitive. For example, one of the values for a tag called <code>Department</code> might be <code>Security</code>. If you provide <code>security</code> as the filter value, then there's no match.</p>"
18355        },
18356        "Comparison":{
18357          "shape":"MapFilterComparison",
18358          "documentation":"<p>The condition to apply to the key value when filtering Security Hub findings with a map filter.</p> <p>To search for values that have the filter value, use one of the following comparison operators:</p> <ul> <li> <p>To search for values that include the filter value, use <code>CONTAINS</code>. For example, for the <code>ResourceTags</code> field, the filter <code>Department CONTAINS Security</code> matches findings that include the value <code>Security</code> for the <code>Department</code> tag. In the same example, a finding with a value of <code>Security team</code> for the <code>Department</code> tag is a match.</p> </li> <li> <p>To search for values that exactly match the filter value, use <code>EQUALS</code>. For example, for the <code>ResourceTags</code> field, the filter <code>Department EQUALS Security</code> matches findings that have the value <code>Security</code> for the <code>Department</code> tag.</p> </li> </ul> <p> <code>CONTAINS</code> and <code>EQUALS</code> filters on the same field are joined by <code>OR</code>. A finding matches if it matches any one of those filters. For example, the filters <code>Department CONTAINS Security OR Department CONTAINS Finance</code> match a finding that includes either <code>Security</code>, <code>Finance</code>, or both values.</p> <p>To search for values that don't have the filter value, use one of the following comparison operators:</p> <ul> <li> <p>To search for values that exclude the filter value, use <code>NOT_CONTAINS</code>. For example, for the <code>ResourceTags</code> field, the filter <code>Department NOT_CONTAINS Finance</code> matches findings that exclude the value <code>Finance</code> for the <code>Department</code> tag.</p> </li> <li> <p>To search for values other than the filter value, use <code>NOT_EQUALS</code>. For example, for the <code>ResourceTags</code> field, the filter <code>Department NOT_EQUALS Finance</code> matches findings that don’t have the value <code>Finance</code> for the <code>Department</code> tag.</p> </li> </ul> <p> <code>NOT_CONTAINS</code> and <code>NOT_EQUALS</code> filters on the same field are joined by <code>AND</code>. A finding matches only if it matches all of those filters. For example, the filters <code>Department NOT_CONTAINS Security AND Department NOT_CONTAINS Finance</code> match a finding that excludes both the <code>Security</code> and <code>Finance</code> values.</p> <p> <code>CONTAINS</code> filters can only be used with other <code>CONTAINS</code> filters. <code>NOT_CONTAINS</code> filters can only be used with other <code>NOT_CONTAINS</code> filters.</p> <p>You can’t have both a <code>CONTAINS</code> filter and a <code>NOT_CONTAINS</code> filter on the same field. Similarly, you can’t have both an <code>EQUALS</code> filter and a <code>NOT_EQUALS</code> filter on the same field. Combining filters in this way returns an error. </p> <p> <code>CONTAINS</code> and <code>NOT_CONTAINS</code> operators can be used only with automation rules. For more information, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html\">Automation rules</a> in the <i>Security Hub User Guide</i>.</p>"
18359        }
18360      },
18361      "documentation":"<p>A map filter for filtering Security Hub findings. Each map filter provides the field to check for, the value to check for, and the comparison operator.</p>"
18362    },
18363    "MapFilterComparison":{
18364      "type":"string",
18365      "enum":[
18366        "EQUALS",
18367        "NOT_EQUALS",
18368        "CONTAINS",
18369        "NOT_CONTAINS"
18370      ]
18371    },
18372    "MapFilterList":{
18373      "type":"list",
18374      "member":{"shape":"MapFilter"}
18375    },
18376    "MaxResults":{
18377      "type":"integer",
18378      "max":100,
18379      "min":1
18380    },
18381    "Member":{
18382      "type":"structure",
18383      "members":{
18384        "AccountId":{
18385          "shape":"AccountId",
18386          "documentation":"<p>The Amazon Web Services account ID of the member account.</p>"
18387        },
18388        "Email":{
18389          "shape":"NonEmptyString",
18390          "documentation":"<p>The email address of the member account.</p>"
18391        },
18392        "MasterId":{
18393          "shape":"NonEmptyString",
18394          "documentation":"<p>This is replaced by <code>AdministratorID</code>.</p> <p>The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.</p>",
18395          "deprecated":true,
18396          "deprecatedMessage":"This field is deprecated, use AdministratorId instead."
18397        },
18398        "AdministratorId":{
18399          "shape":"NonEmptyString",
18400          "documentation":"<p>The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.</p>"
18401        },
18402        "MemberStatus":{
18403          "shape":"NonEmptyString",
18404          "documentation":"<p>The status of the relationship between the member account and its administrator account. </p> <p>The status can have one of the following values:</p> <ul> <li> <p> <code>Created</code> - Indicates that the administrator account added the member account, but has not yet invited the member account.</p> </li> <li> <p> <code>Invited</code> - Indicates that the administrator account invited the member account. The member account has not yet responded to the invitation.</p> </li> <li> <p> <code>Enabled</code> - Indicates that the member account is currently active. For manually invited member accounts, indicates that the member account accepted the invitation.</p> </li> <li> <p> <code>Removed</code> - Indicates that the administrator account disassociated the member account.</p> </li> <li> <p> <code>Resigned</code> - Indicates that the member account disassociated themselves from the administrator account.</p> </li> <li> <p> <code>Deleted</code> - Indicates that the administrator account deleted the member account.</p> </li> <li> <p> <code>AccountSuspended</code> - Indicates that an organization account was suspended from Amazon Web Services at the same time that the administrator account tried to enable the organization account as a member account.</p> </li> </ul>"
18405        },
18406        "InvitedAt":{
18407          "shape":"Timestamp",
18408          "documentation":"<p>A timestamp for the date and time when the invitation was sent to the member account.</p>"
18409        },
18410        "UpdatedAt":{
18411          "shape":"Timestamp",
18412          "documentation":"<p>The timestamp for the date and time when the member account was updated.</p>"
18413        }
18414      },
18415      "documentation":"<p>The details about a member account.</p>"
18416    },
18417    "MemberList":{
18418      "type":"list",
18419      "member":{"shape":"Member"}
18420    },
18421    "Network":{
18422      "type":"structure",
18423      "members":{
18424        "Direction":{
18425          "shape":"NetworkDirection",
18426          "documentation":"<p>The direction of network traffic associated with a finding.</p>"
18427        },
18428        "Protocol":{
18429          "shape":"NonEmptyString",
18430          "documentation":"<p>The protocol of network-related information about a finding.</p>"
18431        },
18432        "OpenPortRange":{
18433          "shape":"PortRange",
18434          "documentation":"<p>The range of open ports that is present on the network.</p>"
18435        },
18436        "SourceIpV4":{
18437          "shape":"NonEmptyString",
18438          "documentation":"<p>The source IPv4 address of network-related information about a finding.</p>"
18439        },
18440        "SourceIpV6":{
18441          "shape":"NonEmptyString",
18442          "documentation":"<p>The source IPv6 address of network-related information about a finding.</p>"
18443        },
18444        "SourcePort":{
18445          "shape":"Integer",
18446          "documentation":"<p>The source port of network-related information about a finding.</p>"
18447        },
18448        "SourceDomain":{
18449          "shape":"NonEmptyString",
18450          "documentation":"<p>The source domain of network-related information about a finding.</p>"
18451        },
18452        "SourceMac":{
18453          "shape":"NonEmptyString",
18454          "documentation":"<p>The source media access control (MAC) address of network-related information about a finding.</p>"
18455        },
18456        "DestinationIpV4":{
18457          "shape":"NonEmptyString",
18458          "documentation":"<p>The destination IPv4 address of network-related information about a finding.</p>"
18459        },
18460        "DestinationIpV6":{
18461          "shape":"NonEmptyString",
18462          "documentation":"<p>The destination IPv6 address of network-related information about a finding.</p>"
18463        },
18464        "DestinationPort":{
18465          "shape":"Integer",
18466          "documentation":"<p>The destination port of network-related information about a finding.</p>"
18467        },
18468        "DestinationDomain":{
18469          "shape":"NonEmptyString",
18470          "documentation":"<p>The destination domain of network-related information about a finding.</p>"
18471        }
18472      },
18473      "documentation":"<p>The details of network-related information about a finding.</p>"
18474    },
18475    "NetworkConnectionAction":{
18476      "type":"structure",
18477      "members":{
18478        "ConnectionDirection":{
18479          "shape":"NonEmptyString",
18480          "documentation":"<p>The direction of the network connection request (<code>IN</code> or <code>OUT</code>).</p>"
18481        },
18482        "RemoteIpDetails":{
18483          "shape":"ActionRemoteIpDetails",
18484          "documentation":"<p>Information about the remote IP address that issued the network connection request.</p>"
18485        },
18486        "RemotePortDetails":{
18487          "shape":"ActionRemotePortDetails",
18488          "documentation":"<p>Information about the port on the remote IP address.</p>"
18489        },
18490        "LocalPortDetails":{
18491          "shape":"ActionLocalPortDetails",
18492          "documentation":"<p>Information about the port on the EC2 instance.</p>"
18493        },
18494        "Protocol":{
18495          "shape":"NonEmptyString",
18496          "documentation":"<p>The protocol used to make the network connection request.</p>"
18497        },
18498        "Blocked":{
18499          "shape":"Boolean",
18500          "documentation":"<p>Indicates whether the network connection attempt was blocked.</p>"
18501        }
18502      },
18503      "documentation":"<p>Provided if <code>ActionType</code> is <code>NETWORK_CONNECTION</code>. It provides details about the attempted network connection that was detected.</p>"
18504    },
18505    "NetworkDirection":{
18506      "type":"string",
18507      "enum":[
18508        "IN",
18509        "OUT"
18510      ]
18511    },
18512    "NetworkHeader":{
18513      "type":"structure",
18514      "members":{
18515        "Protocol":{
18516          "shape":"NonEmptyString",
18517          "documentation":"<p>The protocol used for the component.</p>"
18518        },
18519        "Destination":{
18520          "shape":"NetworkPathComponentDetails",
18521          "documentation":"<p>Information about the destination of the component.</p>"
18522        },
18523        "Source":{
18524          "shape":"NetworkPathComponentDetails",
18525          "documentation":"<p>Information about the origin of the component.</p>"
18526        }
18527      },
18528      "documentation":"<p>Details about a network path component that occurs before or after the current component.</p>"
18529    },
18530    "NetworkPathComponent":{
18531      "type":"structure",
18532      "members":{
18533        "ComponentId":{
18534          "shape":"NonEmptyString",
18535          "documentation":"<p>The identifier of a component in the network path.</p>"
18536        },
18537        "ComponentType":{
18538          "shape":"NonEmptyString",
18539          "documentation":"<p>The type of component.</p>"
18540        },
18541        "Egress":{
18542          "shape":"NetworkHeader",
18543          "documentation":"<p>Information about the component that comes after the current component in the network path.</p>"
18544        },
18545        "Ingress":{
18546          "shape":"NetworkHeader",
18547          "documentation":"<p>Information about the component that comes before the current node in the network path.</p>"
18548        }
18549      },
18550      "documentation":"<p>Information about a network path component.</p>"
18551    },
18552    "NetworkPathComponentDetails":{
18553      "type":"structure",
18554      "members":{
18555        "Address":{
18556          "shape":"StringList",
18557          "documentation":"<p>The IP addresses of the destination.</p>"
18558        },
18559        "PortRanges":{
18560          "shape":"PortRangeList",
18561          "documentation":"<p>A list of port ranges for the destination.</p>"
18562        }
18563      },
18564      "documentation":"<p>Information about the destination of the next component in the network path.</p>"
18565    },
18566    "NetworkPathList":{
18567      "type":"list",
18568      "member":{"shape":"NetworkPathComponent"}
18569    },
18570    "NextToken":{"type":"string"},
18571    "NonEmptyString":{
18572      "type":"string",
18573      "pattern":".*\\S.*"
18574    },
18575    "NonEmptyStringList":{
18576      "type":"list",
18577      "member":{"shape":"NonEmptyString"}
18578    },
18579    "Note":{
18580      "type":"structure",
18581      "required":[
18582        "Text",
18583        "UpdatedBy",
18584        "UpdatedAt"
18585      ],
18586      "members":{
18587        "Text":{
18588          "shape":"NonEmptyString",
18589          "documentation":"<p>The text of a note.</p>"
18590        },
18591        "UpdatedBy":{
18592          "shape":"NonEmptyString",
18593          "documentation":"<p>The principal that created a note.</p>"
18594        },
18595        "UpdatedAt":{
18596          "shape":"NonEmptyString",
18597          "documentation":"<p>The timestamp of when the note was updated.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
18598        }
18599      },
18600      "documentation":"<p>A user-defined note added to a finding.</p>"
18601    },
18602    "NoteUpdate":{
18603      "type":"structure",
18604      "required":[
18605        "Text",
18606        "UpdatedBy"
18607      ],
18608      "members":{
18609        "Text":{
18610          "shape":"NonEmptyString",
18611          "documentation":"<p>The updated note text.</p>"
18612        },
18613        "UpdatedBy":{
18614          "shape":"NonEmptyString",
18615          "documentation":"<p>The principal that updated the note.</p>"
18616        }
18617      },
18618      "documentation":"<p>The updated note.</p>"
18619    },
18620    "NumberFilter":{
18621      "type":"structure",
18622      "members":{
18623        "Gte":{
18624          "shape":"Double",
18625          "documentation":"<p>The greater-than-equal condition to be applied to a single field when querying for findings. </p>"
18626        },
18627        "Lte":{
18628          "shape":"Double",
18629          "documentation":"<p>The less-than-equal condition to be applied to a single field when querying for findings. </p>"
18630        },
18631        "Eq":{
18632          "shape":"Double",
18633          "documentation":"<p>The equal-to condition to be applied to a single field when querying for findings.</p>"
18634        },
18635        "Gt":{
18636          "shape":"Double",
18637          "documentation":"<p> The greater-than condition to be applied to a single field when querying for findings. </p>"
18638        },
18639        "Lt":{
18640          "shape":"Double",
18641          "documentation":"<p> The less-than condition to be applied to a single field when querying for findings. </p>"
18642        }
18643      },
18644      "documentation":"<p>A number filter for querying findings.</p>"
18645    },
18646    "NumberFilterList":{
18647      "type":"list",
18648      "member":{"shape":"NumberFilter"}
18649    },
18650    "Occurrences":{
18651      "type":"structure",
18652      "members":{
18653        "LineRanges":{
18654          "shape":"Ranges",
18655          "documentation":"<p>Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.</p>"
18656        },
18657        "OffsetRanges":{
18658          "shape":"Ranges",
18659          "documentation":"<p>Occurrences of sensitive data detected in a binary text file.</p>"
18660        },
18661        "Pages":{
18662          "shape":"Pages",
18663          "documentation":"<p>Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.</p>"
18664        },
18665        "Records":{
18666          "shape":"Records",
18667          "documentation":"<p>Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.</p>"
18668        },
18669        "Cells":{
18670          "shape":"Cells",
18671          "documentation":"<p>Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.</p>"
18672        }
18673      },
18674      "documentation":"<p>The detected occurrences of sensitive data.</p>"
18675    },
18676    "OrganizationConfiguration":{
18677      "type":"structure",
18678      "members":{
18679        "ConfigurationType":{
18680          "shape":"OrganizationConfigurationConfigurationType",
18681          "documentation":"<p> Indicates whether the organization uses local or central configuration. </p> <p>If you use local configuration, the Security Hub delegated administrator can set <code>AutoEnable</code> to <code>true</code> and <code>AutoEnableStandards</code> to <code>DEFAULT</code>. This automatically enables Security Hub and default security standards in new organization accounts. These new account settings must be set separately in each Amazon Web Services Region, and settings may be different in each Region. </p> <p> If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub, security standards, and security controls in multiple accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a configuration policy and associate it with the root or specific organizational units (OUs). New accounts will inherit the policy from the root or their assigned OU. </p>"
18682        },
18683        "Status":{
18684          "shape":"OrganizationConfigurationStatus",
18685          "documentation":"<p> Describes whether central configuration could be enabled as the <code>ConfigurationType</code> for the organization. If your <code>ConfigurationType</code> is local configuration, then the value of <code>Status</code> is always <code>ENABLED</code>. </p>"
18686        },
18687        "StatusMessage":{
18688          "shape":"NonEmptyString",
18689          "documentation":"<p> Provides an explanation if the value of <code>Status</code> is equal to <code>FAILED</code> when <code>ConfigurationType</code> is equal to <code>CENTRAL</code>. </p>"
18690        }
18691      },
18692      "documentation":"<p> Provides information about the way an organization is configured in Security Hub. </p>"
18693    },
18694    "OrganizationConfigurationConfigurationType":{
18695      "type":"string",
18696      "enum":[
18697        "CENTRAL",
18698        "LOCAL"
18699      ]
18700    },
18701    "OrganizationConfigurationStatus":{
18702      "type":"string",
18703      "enum":[
18704        "PENDING",
18705        "ENABLED",
18706        "FAILED"
18707      ]
18708    },
18709    "Page":{
18710      "type":"structure",
18711      "members":{
18712        "PageNumber":{
18713          "shape":"Long",
18714          "documentation":"<p>The page number of the page that contains the sensitive data.</p>"
18715        },
18716        "LineRange":{
18717          "shape":"Range",
18718          "documentation":"<p>An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.</p>"
18719        },
18720        "OffsetRange":{
18721          "shape":"Range",
18722          "documentation":"<p>An occurrence of sensitive data detected in a binary text file.</p>"
18723        }
18724      },
18725      "documentation":"<p>An occurrence of sensitive data in an Adobe Portable Document Format (PDF) file.</p>"
18726    },
18727    "Pages":{
18728      "type":"list",
18729      "member":{"shape":"Page"}
18730    },
18731    "ParameterConfiguration":{
18732      "type":"structure",
18733      "required":["ValueType"],
18734      "members":{
18735        "ValueType":{
18736          "shape":"ParameterValueType",
18737          "documentation":"<p> Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior.</p> <p>When <code>ValueType</code> is set equal to <code>DEFAULT</code>, the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When <code>ValueType</code> is set equal to <code>DEFAULT</code>, Security Hub ignores user-provided input for the <code>Value</code> field.</p> <p>When <code>ValueType</code> is set equal to <code>CUSTOM</code>, the <code>Value</code> field can't be empty.</p>"
18738        },
18739        "Value":{
18740          "shape":"ParameterValue",
18741          "documentation":"<p> The current value of a control parameter. </p>"
18742        }
18743      },
18744      "documentation":"<p> An object that provides the current value of a security control parameter and identifies whether it has been customized. </p>"
18745    },
18746    "ParameterDefinition":{
18747      "type":"structure",
18748      "required":[
18749        "Description",
18750        "ConfigurationOptions"
18751      ],
18752      "members":{
18753        "Description":{
18754          "shape":"NonEmptyString",
18755          "documentation":"<p> Description of a control parameter. </p>"
18756        },
18757        "ConfigurationOptions":{
18758          "shape":"ConfigurationOptions",
18759          "documentation":"<p> The options for customizing a control parameter. Customization options vary based on the data type of the parameter. </p>"
18760        }
18761      },
18762      "documentation":"<p> An object that describes a security control parameter and the options for customizing it. </p>"
18763    },
18764    "ParameterDefinitions":{
18765      "type":"map",
18766      "key":{"shape":"NonEmptyString"},
18767      "value":{"shape":"ParameterDefinition"}
18768    },
18769    "ParameterValue":{
18770      "type":"structure",
18771      "members":{
18772        "Integer":{
18773          "shape":"Integer",
18774          "documentation":"<p> A control parameter that is an integer. </p>"
18775        },
18776        "IntegerList":{
18777          "shape":"IntegerList",
18778          "documentation":"<p> A control parameter that is a list of integers. </p>"
18779        },
18780        "Double":{
18781          "shape":"Double",
18782          "documentation":"<p> A control parameter that is a double. </p>"
18783        },
18784        "String":{
18785          "shape":"NonEmptyString",
18786          "documentation":"<p> A control parameter that is a string. </p>"
18787        },
18788        "StringList":{
18789          "shape":"StringList",
18790          "documentation":"<p> A control parameter that is a list of strings. </p>"
18791        },
18792        "Boolean":{
18793          "shape":"Boolean",
18794          "documentation":"<p> A control parameter that is a boolean. </p>"
18795        },
18796        "Enum":{
18797          "shape":"NonEmptyString",
18798          "documentation":"<p> A control parameter that is an enum. </p>"
18799        },
18800        "EnumList":{
18801          "shape":"StringList",
18802          "documentation":"<p> A control parameter that is a list of enums. </p>"
18803        }
18804      },
18805      "documentation":"<p> An object that includes the data type of a security control parameter and its current value. </p>",
18806      "union":true
18807    },
18808    "ParameterValueType":{
18809      "type":"string",
18810      "enum":[
18811        "DEFAULT",
18812        "CUSTOM"
18813      ]
18814    },
18815    "Parameters":{
18816      "type":"map",
18817      "key":{"shape":"NonEmptyString"},
18818      "value":{"shape":"ParameterConfiguration"}
18819    },
18820    "Partition":{
18821      "type":"string",
18822      "enum":[
18823        "aws",
18824        "aws-cn",
18825        "aws-us-gov"
18826      ]
18827    },
18828    "PatchSummary":{
18829      "type":"structure",
18830      "required":["Id"],
18831      "members":{
18832        "Id":{
18833          "shape":"NonEmptyString",
18834          "documentation":"<p>The identifier of the compliance standard that was used to determine the patch compliance status.</p>"
18835        },
18836        "InstalledCount":{
18837          "shape":"Integer",
18838          "documentation":"<p>The number of patches from the compliance standard that were installed successfully.</p>"
18839        },
18840        "MissingCount":{
18841          "shape":"Integer",
18842          "documentation":"<p>The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.</p>"
18843        },
18844        "FailedCount":{
18845          "shape":"Integer",
18846          "documentation":"<p>The number of patches from the compliance standard that failed to install.</p>"
18847        },
18848        "InstalledOtherCount":{
18849          "shape":"Integer",
18850          "documentation":"<p>The number of installed patches that are not part of the compliance standard.</p>"
18851        },
18852        "InstalledRejectedCount":{
18853          "shape":"Integer",
18854          "documentation":"<p>The number of patches that are installed but are also on a list of patches that the customer rejected.</p>"
18855        },
18856        "InstalledPendingReboot":{
18857          "shape":"Integer",
18858          "documentation":"<p>The number of patches that were applied, but that require the instance to be rebooted in order to be marked as installed.</p>"
18859        },
18860        "OperationStartTime":{
18861          "shape":"NonEmptyString",
18862          "documentation":"<p>Indicates when the operation started.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
18863        },
18864        "OperationEndTime":{
18865          "shape":"NonEmptyString",
18866          "documentation":"<p>Indicates when the operation completed.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
18867        },
18868        "RebootOption":{
18869          "shape":"NonEmptyString",
18870          "documentation":"<p>The reboot option specified for the instance.</p>"
18871        },
18872        "Operation":{
18873          "shape":"NonEmptyString",
18874          "documentation":"<p>The type of patch operation performed. For Patch Manager, the values are <code>SCAN</code> and <code>INSTALL</code>. </p>"
18875        }
18876      },
18877      "documentation":"<p>Provides an overview of the patch compliance status for an instance against a selected compliance standard.</p>"
18878    },
18879    "Policy":{
18880      "type":"structure",
18881      "members":{
18882        "SecurityHub":{
18883          "shape":"SecurityHubPolicy",
18884          "documentation":"<p> The Amazon Web Service that the configuration policy applies to. </p>"
18885        }
18886      },
18887      "documentation":"<p> An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls). </p>",
18888      "union":true
18889    },
18890    "PortProbeAction":{
18891      "type":"structure",
18892      "members":{
18893        "PortProbeDetails":{
18894          "shape":"PortProbeDetailList",
18895          "documentation":"<p>Information about the ports affected by the port probe.</p>"
18896        },
18897        "Blocked":{
18898          "shape":"Boolean",
18899          "documentation":"<p>Indicates whether the port probe was blocked.</p>"
18900        }
18901      },
18902      "documentation":"<p>Provided if <code>ActionType</code> is <code>PORT_PROBE</code>. It provides details about the attempted port probe that was detected.</p>"
18903    },
18904    "PortProbeDetail":{
18905      "type":"structure",
18906      "members":{
18907        "LocalPortDetails":{
18908          "shape":"ActionLocalPortDetails",
18909          "documentation":"<p>Provides information about the port that was scanned.</p>"
18910        },
18911        "LocalIpDetails":{
18912          "shape":"ActionLocalIpDetails",
18913          "documentation":"<p>Provides information about the IP address where the scanned port is located.</p>"
18914        },
18915        "RemoteIpDetails":{
18916          "shape":"ActionRemoteIpDetails",
18917          "documentation":"<p>Provides information about the remote IP address that performed the scan.</p>"
18918        }
18919      },
18920      "documentation":"<p>A port scan that was part of the port probe. For each scan, PortProbeDetails provides information about the local IP address and port that were scanned, and the remote IP address that the scan originated from.</p>"
18921    },
18922    "PortProbeDetailList":{
18923      "type":"list",
18924      "member":{"shape":"PortProbeDetail"}
18925    },
18926    "PortRange":{
18927      "type":"structure",
18928      "members":{
18929        "Begin":{
18930          "shape":"Integer",
18931          "documentation":"<p>The first port in the port range.</p>"
18932        },
18933        "End":{
18934          "shape":"Integer",
18935          "documentation":"<p>The last port in the port range.</p>"
18936        }
18937      },
18938      "documentation":"<p>A range of ports.</p>"
18939    },
18940    "PortRangeFromTo":{
18941      "type":"structure",
18942      "members":{
18943        "From":{
18944          "shape":"Integer",
18945          "documentation":"<p>The first port in the port range.</p>"
18946        },
18947        "To":{
18948          "shape":"Integer",
18949          "documentation":"<p>The last port in the port range.</p>"
18950        }
18951      },
18952      "documentation":"<p>A range of ports.</p>"
18953    },
18954    "PortRangeList":{
18955      "type":"list",
18956      "member":{"shape":"PortRange"}
18957    },
18958    "ProcessDetails":{
18959      "type":"structure",
18960      "members":{
18961        "Name":{
18962          "shape":"NonEmptyString",
18963          "documentation":"<p>The name of the process.</p>"
18964        },
18965        "Path":{
18966          "shape":"NonEmptyString",
18967          "documentation":"<p>The path to the process executable.</p>"
18968        },
18969        "Pid":{
18970          "shape":"Integer",
18971          "documentation":"<p>The process ID.</p>"
18972        },
18973        "ParentPid":{
18974          "shape":"Integer",
18975          "documentation":"<p>The parent process ID. This field accepts positive integers between <code>O</code> and <code>2147483647</code>.</p>"
18976        },
18977        "LaunchedAt":{
18978          "shape":"NonEmptyString",
18979          "documentation":"<p>Indicates when the process was launched.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
18980        },
18981        "TerminatedAt":{
18982          "shape":"NonEmptyString",
18983          "documentation":"<p>Indicates when the process was terminated.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
18984        }
18985      },
18986      "documentation":"<p>The details of process-related information about a finding.</p>"
18987    },
18988    "Product":{
18989      "type":"structure",
18990      "required":["ProductArn"],
18991      "members":{
18992        "ProductArn":{
18993          "shape":"NonEmptyString",
18994          "documentation":"<p>The ARN assigned to the product.</p>"
18995        },
18996        "ProductName":{
18997          "shape":"NonEmptyString",
18998          "documentation":"<p>The name of the product.</p>"
18999        },
19000        "CompanyName":{
19001          "shape":"NonEmptyString",
19002          "documentation":"<p>The name of the company that provides the product.</p>"
19003        },
19004        "Description":{
19005          "shape":"NonEmptyString",
19006          "documentation":"<p>A description of the product.</p>"
19007        },
19008        "Categories":{
19009          "shape":"CategoryList",
19010          "documentation":"<p>The categories assigned to the product.</p>"
19011        },
19012        "IntegrationTypes":{
19013          "shape":"IntegrationTypeList",
19014          "documentation":"<p>The types of integration that the product supports. Available values are the following.</p> <ul> <li> <p> <code>SEND_FINDINGS_TO_SECURITY_HUB</code> - The integration sends findings to Security Hub.</p> </li> <li> <p> <code>RECEIVE_FINDINGS_FROM_SECURITY_HUB</code> - The integration receives findings from Security Hub.</p> </li> <li> <p> <code>UPDATE_FINDINGS_IN_SECURITY_HUB</code> - The integration does not send new findings to Security Hub, but does make updates to the findings that it receives from Security Hub.</p> </li> </ul>"
19015        },
19016        "MarketplaceUrl":{
19017          "shape":"NonEmptyString",
19018          "documentation":"<p>For integrations with Amazon Web Services services, the Amazon Web Services Console URL from which to activate the service.</p> <p>For integrations with third-party products, the Amazon Web Services Marketplace URL from which to subscribe to or purchase the product.</p>"
19019        },
19020        "ActivationUrl":{
19021          "shape":"NonEmptyString",
19022          "documentation":"<p>The URL to the service or product documentation about the integration with Security Hub, including how to activate the integration.</p>"
19023        },
19024        "ProductSubscriptionResourcePolicy":{
19025          "shape":"NonEmptyString",
19026          "documentation":"<p>The resource policy associated with the product.</p>"
19027        }
19028      },
19029      "documentation":"<p>Contains details about a product.</p>"
19030    },
19031    "ProductSubscriptionArnList":{
19032      "type":"list",
19033      "member":{"shape":"NonEmptyString"}
19034    },
19035    "ProductsList":{
19036      "type":"list",
19037      "member":{"shape":"Product"}
19038    },
19039    "PropagatingVgwSetDetails":{
19040      "type":"structure",
19041      "members":{
19042        "GatewayId":{
19043          "shape":"NonEmptyString",
19044          "documentation":"<p> The ID of the virtual private gateway. </p>"
19045        }
19046      },
19047      "documentation":"<p> Describes a virtual private gateway propagating route. </p>"
19048    },
19049    "PropagatingVgwSetList":{
19050      "type":"list",
19051      "member":{"shape":"PropagatingVgwSetDetails"}
19052    },
19053    "Range":{
19054      "type":"structure",
19055      "members":{
19056        "Start":{
19057          "shape":"Long",
19058          "documentation":"<p>The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.</p>"
19059        },
19060        "End":{
19061          "shape":"Long",
19062          "documentation":"<p>The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.</p>"
19063        },
19064        "StartColumn":{
19065          "shape":"Long",
19066          "documentation":"<p>In the line where the sensitive data starts, the column within the line where the sensitive data starts.</p>"
19067        }
19068      },
19069      "documentation":"<p>Identifies where the sensitive data begins and ends.</p>"
19070    },
19071    "Ranges":{
19072      "type":"list",
19073      "member":{"shape":"Range"}
19074    },
19075    "RatioScale":{
19076      "type":"integer",
19077      "max":100,
19078      "min":0
19079    },
19080    "Recommendation":{
19081      "type":"structure",
19082      "members":{
19083        "Text":{
19084          "shape":"NonEmptyString",
19085          "documentation":"<p>Describes the recommended steps to take to remediate an issue identified in a finding.</p>"
19086        },
19087        "Url":{
19088          "shape":"NonEmptyString",
19089          "documentation":"<p>A URL to a page or site that contains information about how to remediate a finding.</p>"
19090        }
19091      },
19092      "documentation":"<p>A recommendation on how to remediate the issue identified in a finding.</p>"
19093    },
19094    "Record":{
19095      "type":"structure",
19096      "members":{
19097        "JsonPath":{
19098          "shape":"NonEmptyString",
19099          "documentation":"<p>The path, as a JSONPath expression, to the field in the record that contains the data. If the field name is longer than 20 characters, it is truncated. If the path is longer than 250 characters, it is truncated.</p>"
19100        },
19101        "RecordIndex":{
19102          "shape":"Long",
19103          "documentation":"<p>The record index, starting from 0, for the record that contains the data.</p>"
19104        }
19105      },
19106      "documentation":"<p>An occurrence of sensitive data in an Apache Avro object container or an Apache Parquet file.</p>"
19107    },
19108    "RecordState":{
19109      "type":"string",
19110      "enum":[
19111        "ACTIVE",
19112        "ARCHIVED"
19113      ]
19114    },
19115    "Records":{
19116      "type":"list",
19117      "member":{"shape":"Record"}
19118    },
19119    "RegionAvailabilityStatus":{
19120      "type":"string",
19121      "enum":[
19122        "AVAILABLE",
19123        "UNAVAILABLE"
19124      ]
19125    },
19126    "RelatedFinding":{
19127      "type":"structure",
19128      "required":[
19129        "ProductArn",
19130        "Id"
19131      ],
19132      "members":{
19133        "ProductArn":{
19134          "shape":"NonEmptyString",
19135          "documentation":"<p>The ARN of the product that generated a related finding.</p>"
19136        },
19137        "Id":{
19138          "shape":"NonEmptyString",
19139          "documentation":"<p>The product-generated identifier for a related finding.</p>"
19140        }
19141      },
19142      "documentation":"<p>Details about a related finding.</p>"
19143    },
19144    "RelatedFindingList":{
19145      "type":"list",
19146      "member":{"shape":"RelatedFinding"}
19147    },
19148    "RelatedRequirementsList":{
19149      "type":"list",
19150      "member":{"shape":"NonEmptyString"}
19151    },
19152    "Remediation":{
19153      "type":"structure",
19154      "members":{
19155        "Recommendation":{
19156          "shape":"Recommendation",
19157          "documentation":"<p>A recommendation on the steps to take to remediate the issue identified by a finding.</p>"
19158        }
19159      },
19160      "documentation":"<p>Details about the remediation steps for a finding.</p>"
19161    },
19162    "Resource":{
19163      "type":"structure",
19164      "required":[
19165        "Type",
19166        "Id"
19167      ],
19168      "members":{
19169        "Type":{
19170          "shape":"NonEmptyString",
19171          "documentation":"<p>The type of the resource that details are provided for. If possible, set <code>Type</code> to one of the supported resource types. For example, if the resource is an EC2 instance, then set <code>Type</code> to <code>AwsEc2Instance</code>.</p> <p>If the resource does not match any of the provided types, then set <code>Type</code> to <code>Other</code>. </p>"
19172        },
19173        "Id":{
19174          "shape":"NonEmptyString",
19175          "documentation":"<p>The canonical identifier for the given resource type.</p>"
19176        },
19177        "Partition":{
19178          "shape":"Partition",
19179          "documentation":"<p>The canonical Amazon Web Services partition name that the Region is assigned to.</p>"
19180        },
19181        "Region":{
19182          "shape":"NonEmptyString",
19183          "documentation":"<p>The canonical Amazon Web Services external Region name where this resource is located.</p>"
19184        },
19185        "ResourceRole":{
19186          "shape":"NonEmptyString",
19187          "documentation":"<p>Identifies the role of the resource in the finding. A resource is either the actor or target of the finding activity,</p>"
19188        },
19189        "Tags":{
19190          "shape":"FieldMap",
19191          "documentation":"<p>A list of Amazon Web Services tags associated with a resource at the time the finding was processed.</p>"
19192        },
19193        "DataClassification":{
19194          "shape":"DataClassificationDetails",
19195          "documentation":"<p>Contains information about sensitive data that was detected on the resource.</p>"
19196        },
19197        "Details":{
19198          "shape":"ResourceDetails",
19199          "documentation":"<p>Additional details about the resource related to a finding.</p>"
19200        },
19201        "ApplicationName":{
19202          "shape":"NonEmptyString",
19203          "documentation":"<p> The name of the application that is related to a finding. </p>"
19204        },
19205        "ApplicationArn":{
19206          "shape":"NonEmptyString",
19207          "documentation":"<p> The Amazon Resource Name (ARN) of the application that is related to a finding. </p>"
19208        }
19209      },
19210      "documentation":"<p>A resource related to a finding.</p>"
19211    },
19212    "ResourceArn":{
19213      "type":"string",
19214      "pattern":"^arn:aws:securityhub:.*"
19215    },
19216    "ResourceConflictException":{
19217      "type":"structure",
19218      "members":{
19219        "Message":{"shape":"NonEmptyString"},
19220        "Code":{"shape":"NonEmptyString"}
19221      },
19222      "documentation":"<p>The resource specified in the request conflicts with an existing resource.</p>",
19223      "error":{"httpStatusCode":409},
19224      "exception":true
19225    },
19226    "ResourceDetails":{
19227      "type":"structure",
19228      "members":{
19229        "AwsAutoScalingAutoScalingGroup":{
19230          "shape":"AwsAutoScalingAutoScalingGroupDetails",
19231          "documentation":"<p>Details for an autoscaling group.</p>"
19232        },
19233        "AwsCodeBuildProject":{
19234          "shape":"AwsCodeBuildProjectDetails",
19235          "documentation":"<p>Details for an CodeBuild project.</p>"
19236        },
19237        "AwsCloudFrontDistribution":{
19238          "shape":"AwsCloudFrontDistributionDetails",
19239          "documentation":"<p>Details about a CloudFront distribution.</p>"
19240        },
19241        "AwsEc2Instance":{
19242          "shape":"AwsEc2InstanceDetails",
19243          "documentation":"<p>Details about an EC2 instance related to a finding.</p>"
19244        },
19245        "AwsEc2NetworkInterface":{
19246          "shape":"AwsEc2NetworkInterfaceDetails",
19247          "documentation":"<p>Details for an EC2 network interface.</p>"
19248        },
19249        "AwsEc2SecurityGroup":{
19250          "shape":"AwsEc2SecurityGroupDetails",
19251          "documentation":"<p>Details for an EC2 security group.</p>"
19252        },
19253        "AwsEc2Volume":{
19254          "shape":"AwsEc2VolumeDetails",
19255          "documentation":"<p>Details for an Amazon EC2 volume.</p>"
19256        },
19257        "AwsEc2Vpc":{
19258          "shape":"AwsEc2VpcDetails",
19259          "documentation":"<p>Details for an Amazon EC2 VPC.</p>"
19260        },
19261        "AwsEc2Eip":{
19262          "shape":"AwsEc2EipDetails",
19263          "documentation":"<p>Details about an Elastic IP address.</p>"
19264        },
19265        "AwsEc2Subnet":{
19266          "shape":"AwsEc2SubnetDetails",
19267          "documentation":"<p>Details about a subnet in Amazon EC2.</p>"
19268        },
19269        "AwsEc2NetworkAcl":{
19270          "shape":"AwsEc2NetworkAclDetails",
19271          "documentation":"<p>Details about an EC2 network access control list (ACL).</p>"
19272        },
19273        "AwsElbv2LoadBalancer":{
19274          "shape":"AwsElbv2LoadBalancerDetails",
19275          "documentation":"<p>Details about a load balancer.</p>"
19276        },
19277        "AwsElasticBeanstalkEnvironment":{
19278          "shape":"AwsElasticBeanstalkEnvironmentDetails",
19279          "documentation":"<p>Details about an Elastic Beanstalk environment.</p>"
19280        },
19281        "AwsElasticsearchDomain":{
19282          "shape":"AwsElasticsearchDomainDetails",
19283          "documentation":"<p>Details for an Elasticsearch domain.</p>"
19284        },
19285        "AwsS3Bucket":{
19286          "shape":"AwsS3BucketDetails",
19287          "documentation":"<p>Details about an S3 bucket related to a finding.</p>"
19288        },
19289        "AwsS3AccountPublicAccessBlock":{
19290          "shape":"AwsS3AccountPublicAccessBlockDetails",
19291          "documentation":"<p>Details about the Amazon S3 Public Access Block configuration for an account.</p>"
19292        },
19293        "AwsS3Object":{
19294          "shape":"AwsS3ObjectDetails",
19295          "documentation":"<p>Details about an S3 object related to a finding.</p>"
19296        },
19297        "AwsSecretsManagerSecret":{
19298          "shape":"AwsSecretsManagerSecretDetails",
19299          "documentation":"<p>Details about a Secrets Manager secret.</p>"
19300        },
19301        "AwsIamAccessKey":{
19302          "shape":"AwsIamAccessKeyDetails",
19303          "documentation":"<p>Details about an IAM access key related to a finding.</p>"
19304        },
19305        "AwsIamUser":{
19306          "shape":"AwsIamUserDetails",
19307          "documentation":"<p>Details about an IAM user.</p>"
19308        },
19309        "AwsIamPolicy":{
19310          "shape":"AwsIamPolicyDetails",
19311          "documentation":"<p>Details about an IAM permissions policy.</p>"
19312        },
19313        "AwsApiGatewayV2Stage":{
19314          "shape":"AwsApiGatewayV2StageDetails",
19315          "documentation":"<p>Provides information about a version 2 stage for Amazon API Gateway.</p>"
19316        },
19317        "AwsApiGatewayV2Api":{
19318          "shape":"AwsApiGatewayV2ApiDetails",
19319          "documentation":"<p>Provides information about a version 2 API in Amazon API Gateway.</p>"
19320        },
19321        "AwsDynamoDbTable":{
19322          "shape":"AwsDynamoDbTableDetails",
19323          "documentation":"<p>Details about a DynamoDB table.</p>"
19324        },
19325        "AwsApiGatewayStage":{
19326          "shape":"AwsApiGatewayStageDetails",
19327          "documentation":"<p>Provides information about a version 1 Amazon API Gateway stage.</p>"
19328        },
19329        "AwsApiGatewayRestApi":{
19330          "shape":"AwsApiGatewayRestApiDetails",
19331          "documentation":"<p>Provides information about a REST API in version 1 of Amazon API Gateway.</p>"
19332        },
19333        "AwsCloudTrailTrail":{
19334          "shape":"AwsCloudTrailTrailDetails",
19335          "documentation":"<p>Provides details about a CloudTrail trail.</p>"
19336        },
19337        "AwsSsmPatchCompliance":{
19338          "shape":"AwsSsmPatchComplianceDetails",
19339          "documentation":"<p>Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.</p>"
19340        },
19341        "AwsCertificateManagerCertificate":{
19342          "shape":"AwsCertificateManagerCertificateDetails",
19343          "documentation":"<p>Provides details about an Certificate Manager certificate.</p>"
19344        },
19345        "AwsRedshiftCluster":{
19346          "shape":"AwsRedshiftClusterDetails",
19347          "documentation":"<p>Contains details about an Amazon Redshift cluster.</p>"
19348        },
19349        "AwsElbLoadBalancer":{
19350          "shape":"AwsElbLoadBalancerDetails",
19351          "documentation":"<p>Contains details about a Classic Load Balancer.</p>"
19352        },
19353        "AwsIamGroup":{
19354          "shape":"AwsIamGroupDetails",
19355          "documentation":"<p>Contains details about an IAM group.</p>"
19356        },
19357        "AwsIamRole":{
19358          "shape":"AwsIamRoleDetails",
19359          "documentation":"<p>Details about an IAM role.</p>"
19360        },
19361        "AwsKmsKey":{
19362          "shape":"AwsKmsKeyDetails",
19363          "documentation":"<p>Details about an KMS key.</p>"
19364        },
19365        "AwsLambdaFunction":{
19366          "shape":"AwsLambdaFunctionDetails",
19367          "documentation":"<p>Details about a Lambda function.</p>"
19368        },
19369        "AwsLambdaLayerVersion":{
19370          "shape":"AwsLambdaLayerVersionDetails",
19371          "documentation":"<p>Details for a Lambda layer version.</p>"
19372        },
19373        "AwsRdsDbInstance":{
19374          "shape":"AwsRdsDbInstanceDetails",
19375          "documentation":"<p>Details about an Amazon RDS database instance.</p>"
19376        },
19377        "AwsSnsTopic":{
19378          "shape":"AwsSnsTopicDetails",
19379          "documentation":"<p>Details about an SNS topic.</p>"
19380        },
19381        "AwsSqsQueue":{
19382          "shape":"AwsSqsQueueDetails",
19383          "documentation":"<p>Details about an SQS queue.</p>"
19384        },
19385        "AwsWafWebAcl":{
19386          "shape":"AwsWafWebAclDetails",
19387          "documentation":"<p>Details for an WAF web ACL.</p>"
19388        },
19389        "AwsRdsDbSnapshot":{
19390          "shape":"AwsRdsDbSnapshotDetails",
19391          "documentation":"<p>Details about an Amazon RDS database snapshot.</p>"
19392        },
19393        "AwsRdsDbClusterSnapshot":{
19394          "shape":"AwsRdsDbClusterSnapshotDetails",
19395          "documentation":"<p>Details about an Amazon RDS database cluster snapshot.</p>"
19396        },
19397        "AwsRdsDbCluster":{
19398          "shape":"AwsRdsDbClusterDetails",
19399          "documentation":"<p>Details about an Amazon RDS database cluster.</p>"
19400        },
19401        "AwsEcsCluster":{
19402          "shape":"AwsEcsClusterDetails",
19403          "documentation":"<p>Details about an Amazon ECS cluster.</p>"
19404        },
19405        "AwsEcsContainer":{
19406          "shape":"AwsEcsContainerDetails",
19407          "documentation":"<p>Provides information about a Docker container that's part of a task. </p>"
19408        },
19409        "AwsEcsTaskDefinition":{
19410          "shape":"AwsEcsTaskDefinitionDetails",
19411          "documentation":"<p>Details about a task definition. A task definition describes the container and volume definitions of an Amazon Elastic Container Service task.</p>"
19412        },
19413        "Container":{
19414          "shape":"ContainerDetails",
19415          "documentation":"<p>Details about a container resource related to a finding.</p>"
19416        },
19417        "Other":{
19418          "shape":"FieldMap",
19419          "documentation":"<p>Details about a resource that are not available in a type-specific details object. Use the <code>Other</code> object in the following cases.</p> <ul> <li> <p>The type-specific object does not contain all of the fields that you want to populate. In this case, first use the type-specific object to populate those fields. Use the <code>Other</code> object to populate the fields that are missing from the type-specific object.</p> </li> <li> <p>The resource type does not have a corresponding object. This includes resources for which the type is <code>Other</code>. </p> </li> </ul>"
19420        },
19421        "AwsRdsEventSubscription":{
19422          "shape":"AwsRdsEventSubscriptionDetails",
19423          "documentation":"<p>Details about an RDS event notification subscription.</p>"
19424        },
19425        "AwsEcsService":{
19426          "shape":"AwsEcsServiceDetails",
19427          "documentation":"<p>Details about a service within an ECS cluster.</p>"
19428        },
19429        "AwsAutoScalingLaunchConfiguration":{
19430          "shape":"AwsAutoScalingLaunchConfigurationDetails",
19431          "documentation":"<p>Provides details about a launch configuration.</p>"
19432        },
19433        "AwsEc2VpnConnection":{
19434          "shape":"AwsEc2VpnConnectionDetails",
19435          "documentation":"<p>Details about an Amazon EC2 VPN connection.</p>"
19436        },
19437        "AwsEcrContainerImage":{
19438          "shape":"AwsEcrContainerImageDetails",
19439          "documentation":"<p>Information about an Amazon ECR image.</p>"
19440        },
19441        "AwsOpenSearchServiceDomain":{
19442          "shape":"AwsOpenSearchServiceDomainDetails",
19443          "documentation":"<p>Details about an Amazon OpenSearch Service domain.</p>"
19444        },
19445        "AwsEc2VpcEndpointService":{
19446          "shape":"AwsEc2VpcEndpointServiceDetails",
19447          "documentation":"<p>Details about the service configuration for a VPC endpoint service.</p>"
19448        },
19449        "AwsXrayEncryptionConfig":{
19450          "shape":"AwsXrayEncryptionConfigDetails",
19451          "documentation":"<p>Information about the encryption configuration for X-Ray.</p>"
19452        },
19453        "AwsWafRateBasedRule":{
19454          "shape":"AwsWafRateBasedRuleDetails",
19455          "documentation":"<p>Details about a rate-based rule for global resources.</p>"
19456        },
19457        "AwsWafRegionalRateBasedRule":{
19458          "shape":"AwsWafRegionalRateBasedRuleDetails",
19459          "documentation":"<p>Details about a rate-based rule for Regional resources.</p>"
19460        },
19461        "AwsEcrRepository":{
19462          "shape":"AwsEcrRepositoryDetails",
19463          "documentation":"<p>Information about an Amazon Elastic Container Registry repository.</p>"
19464        },
19465        "AwsEksCluster":{
19466          "shape":"AwsEksClusterDetails",
19467          "documentation":"<p>Details about an Amazon EKS cluster.</p>"
19468        },
19469        "AwsNetworkFirewallFirewallPolicy":{
19470          "shape":"AwsNetworkFirewallFirewallPolicyDetails",
19471          "documentation":"<p>Details about an Network Firewall firewall policy.</p>"
19472        },
19473        "AwsNetworkFirewallFirewall":{
19474          "shape":"AwsNetworkFirewallFirewallDetails",
19475          "documentation":"<p>Details about an Network Firewall firewall.</p>"
19476        },
19477        "AwsNetworkFirewallRuleGroup":{
19478          "shape":"AwsNetworkFirewallRuleGroupDetails",
19479          "documentation":"<p>Details about an Network Firewall rule group.</p>"
19480        },
19481        "AwsRdsDbSecurityGroup":{
19482          "shape":"AwsRdsDbSecurityGroupDetails",
19483          "documentation":"<p>Details about an Amazon RDS DB security group.</p>"
19484        },
19485        "AwsKinesisStream":{
19486          "shape":"AwsKinesisStreamDetails",
19487          "documentation":"<p>Details about an Amazon Kinesis data stream.</p>"
19488        },
19489        "AwsEc2TransitGateway":{
19490          "shape":"AwsEc2TransitGatewayDetails",
19491          "documentation":"<p>Details about an Amazon EC2 transit gateway that interconnects your virtual private clouds (VPC) and on-premises networks.</p>"
19492        },
19493        "AwsEfsAccessPoint":{
19494          "shape":"AwsEfsAccessPointDetails",
19495          "documentation":"<p>Details about an Amazon EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. </p>"
19496        },
19497        "AwsCloudFormationStack":{
19498          "shape":"AwsCloudFormationStackDetails",
19499          "documentation":"<p>Details about an CloudFormation stack. A stack is a collection of Amazon Web Services resources that you can manage as a single unit.</p>"
19500        },
19501        "AwsCloudWatchAlarm":{
19502          "shape":"AwsCloudWatchAlarmDetails",
19503          "documentation":"<p>Details about an Amazon CloudWatch alarm. An alarm allows you to monitor and receive alerts about your Amazon Web Services resources and applications across multiple Regions.</p>"
19504        },
19505        "AwsEc2VpcPeeringConnection":{
19506          "shape":"AwsEc2VpcPeeringConnectionDetails",
19507          "documentation":"<p>Details about an Amazon EC2 VPC peering connection. A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them privately. </p>"
19508        },
19509        "AwsWafRegionalRuleGroup":{
19510          "shape":"AwsWafRegionalRuleGroupDetails",
19511          "documentation":"<p>Details about an WAF rule group for Regional resources. </p>"
19512        },
19513        "AwsWafRegionalRule":{
19514          "shape":"AwsWafRegionalRuleDetails",
19515          "documentation":"<p>Details about an WAF rule for Regional resources. </p>"
19516        },
19517        "AwsWafRegionalWebAcl":{
19518          "shape":"AwsWafRegionalWebAclDetails",
19519          "documentation":"<p>Details about an WAF web access control list (web ACL) for Regional resources. </p>"
19520        },
19521        "AwsWafRule":{
19522          "shape":"AwsWafRuleDetails",
19523          "documentation":"<p>Details about an WAF rule for global resources. </p>"
19524        },
19525        "AwsWafRuleGroup":{
19526          "shape":"AwsWafRuleGroupDetails",
19527          "documentation":"<p>Details about an WAF rule group for global resources. </p>"
19528        },
19529        "AwsEcsTask":{
19530          "shape":"AwsEcsTaskDetails",
19531          "documentation":"<p>Details about a task in a cluster. </p>"
19532        },
19533        "AwsBackupBackupVault":{
19534          "shape":"AwsBackupBackupVaultDetails",
19535          "documentation":"<p>Provides details about an Backup backup vault. </p>"
19536        },
19537        "AwsBackupBackupPlan":{
19538          "shape":"AwsBackupBackupPlanDetails",
19539          "documentation":"<p>Provides details about an Backup backup plan. </p>"
19540        },
19541        "AwsBackupRecoveryPoint":{
19542          "shape":"AwsBackupRecoveryPointDetails",
19543          "documentation":"<p>Provides details about an Backup backup, or recovery point. </p>"
19544        },
19545        "AwsEc2LaunchTemplate":{"shape":"AwsEc2LaunchTemplateDetails"},
19546        "AwsSageMakerNotebookInstance":{"shape":"AwsSageMakerNotebookInstanceDetails"},
19547        "AwsWafv2WebAcl":{"shape":"AwsWafv2WebAclDetails"},
19548        "AwsWafv2RuleGroup":{"shape":"AwsWafv2RuleGroupDetails"},
19549        "AwsEc2RouteTable":{
19550          "shape":"AwsEc2RouteTableDetails",
19551          "documentation":"<p> Provides details about a route table. A route table contains a set of rules, called routes, that determine where to direct network traffic from your subnet or gateway. </p>"
19552        },
19553        "AwsAmazonMqBroker":{
19554          "shape":"AwsAmazonMqBrokerDetails",
19555          "documentation":"<p> Provides details about AppSync message broker. A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messaging protocols. </p>"
19556        },
19557        "AwsAppSyncGraphQlApi":{
19558          "shape":"AwsAppSyncGraphQlApiDetails",
19559          "documentation":"<p> Provides details about an AppSync Graph QL API, which lets you query multiple databases, microservices, and APIs from a single GraphQL endpoint. </p>"
19560        },
19561        "AwsEventSchemasRegistry":{
19562          "shape":"AwsEventSchemasRegistryDetails",
19563          "documentation":"<p> A schema defines the structure of events that are sent to Amazon EventBridge. Schema registries are containers for schemas. They collect and organize schemas so that your schemas are in logical groups. </p>"
19564        },
19565        "AwsGuardDutyDetector":{
19566          "shape":"AwsGuardDutyDetectorDetails",
19567          "documentation":"<p> Provides details about an Amazon GuardDuty detector. A detector is an object that represents the GuardDuty service. A detector is required for GuardDuty to become operational. </p>"
19568        },
19569        "AwsStepFunctionStateMachine":{
19570          "shape":"AwsStepFunctionStateMachineDetails",
19571          "documentation":"<p> Provides details about an Step Functions state machine, which is a workflow consisting of a series of event-driven steps. </p>"
19572        },
19573        "AwsAthenaWorkGroup":{
19574          "shape":"AwsAthenaWorkGroupDetails",
19575          "documentation":"<p> Provides information about an Amazon Athena workgroup. A workgroup helps you separate users, teams, applications, or workloads. It also helps you set limits on data processing and track costs. </p>"
19576        },
19577        "AwsEventsEventbus":{
19578          "shape":"AwsEventsEventbusDetails",
19579          "documentation":"<p> Provides details about Amazon EventBridge event bus for an endpoint. An event bus is a router that receives events and delivers them to zero or more destinations, or targets.</p>"
19580        },
19581        "AwsDmsEndpoint":{
19582          "shape":"AwsDmsEndpointDetails",
19583          "documentation":"<p> Provides details about an Database Migration Service (DMS) endpoint. An endpoint provides connection, data store type, and location information about your data store.</p>"
19584        },
19585        "AwsEventsEndpoint":{
19586          "shape":"AwsEventsEndpointDetails",
19587          "documentation":"<p> Provides details about an Amazon EventBridge global endpoint. The endpoint can improve your application’s availability by making it Regional-fault tolerant.</p>"
19588        },
19589        "AwsDmsReplicationTask":{
19590          "shape":"AwsDmsReplicationTaskDetails",
19591          "documentation":"<p> Provides details about an DMS replication task. A replication task moves a set of data from the source endpoint to the target endpoint.</p>"
19592        },
19593        "AwsDmsReplicationInstance":{
19594          "shape":"AwsDmsReplicationInstanceDetails",
19595          "documentation":"<p> Provides details about an DMS replication instance. DMS uses a replication instance to connect to your source data store, read the source data, and format the data for consumption by the target data store.</p>"
19596        },
19597        "AwsRoute53HostedZone":{
19598          "shape":"AwsRoute53HostedZoneDetails",
19599          "documentation":"<p> Provides details about an Amazon Route 53 hosted zone, including the four name servers assigned to the hosted zone. A hosted zone represents a collection of records that can be managed together, belonging to a single parent domain name.</p>"
19600        },
19601        "AwsMskCluster":{
19602          "shape":"AwsMskClusterDetails",
19603          "documentation":"<p> Provides details about an Amazon Managed Streaming for Apache Kafka (Amazon MSK) cluster.</p>"
19604        },
19605        "AwsS3AccessPoint":{
19606          "shape":"AwsS3AccessPointDetails",
19607          "documentation":"<p> Provides details about an Amazon Simple Storage Service (Amazon S3) access point. S3 access points are named network endpoints that are attached to S3 buckets that you can use to perform S3 object operations. </p>"
19608        },
19609        "AwsEc2ClientVpnEndpoint":{
19610          "shape":"AwsEc2ClientVpnEndpointDetails",
19611          "documentation":"<p> Provides details about an Client VPN endpoint. A Client VPN endpoint is the resource that you create and configure to enable and manage client VPN sessions. It's the termination point for all client VPN sessions. </p>"
19612        }
19613      },
19614      "documentation":"<p>Additional details about a resource related to a finding.</p> <p>To provide the details, use the object that corresponds to the resource type. For example, if the resource type is <code>AwsEc2Instance</code>, then you use the <code>AwsEc2Instance</code> object to provide the details.</p> <p>If the type-specific object does not contain all of the fields you want to populate, then you use the <code>Other</code> object to populate those additional fields.</p> <p>You also use the <code>Other</code> object to populate the details when the selected type does not have a corresponding object.</p>"
19615    },
19616    "ResourceInUseException":{
19617      "type":"structure",
19618      "members":{
19619        "Message":{"shape":"NonEmptyString"},
19620        "Code":{"shape":"NonEmptyString"}
19621      },
19622      "documentation":"<p> The request was rejected because it conflicts with the resource's availability. For example, you tried to update a security control that's currently in the <code>UPDATING</code> state. </p>",
19623      "error":{"httpStatusCode":400},
19624      "exception":true
19625    },
19626    "ResourceList":{
19627      "type":"list",
19628      "member":{"shape":"Resource"}
19629    },
19630    "ResourceNotFoundException":{
19631      "type":"structure",
19632      "members":{
19633        "Message":{"shape":"NonEmptyString"},
19634        "Code":{"shape":"NonEmptyString"}
19635      },
19636      "documentation":"<p>The request was rejected because we can't find the specified resource.</p>",
19637      "error":{"httpStatusCode":404},
19638      "exception":true
19639    },
19640    "Result":{
19641      "type":"structure",
19642      "members":{
19643        "AccountId":{
19644          "shape":"AccountId",
19645          "documentation":"<p>An Amazon Web Services account ID of the account that was not processed.</p>"
19646        },
19647        "ProcessingResult":{
19648          "shape":"NonEmptyString",
19649          "documentation":"<p>The reason that the account was not processed.</p>"
19650        }
19651      },
19652      "documentation":"<p>Details about the account that was not processed.</p>"
19653    },
19654    "ResultList":{
19655      "type":"list",
19656      "member":{"shape":"Result"}
19657    },
19658    "RouteSetDetails":{
19659      "type":"structure",
19660      "members":{
19661        "CarrierGatewayId":{
19662          "shape":"NonEmptyString",
19663          "documentation":"<p> The ID of the carrier gateway. </p>"
19664        },
19665        "CoreNetworkArn":{
19666          "shape":"NonEmptyString",
19667          "documentation":"<p> The Amazon Resource Name (ARN) of the core network. </p>"
19668        },
19669        "DestinationCidrBlock":{
19670          "shape":"NonEmptyString",
19671          "documentation":"<p> The IPv4 CIDR block used for the destination match. </p>"
19672        },
19673        "DestinationIpv6CidrBlock":{
19674          "shape":"NonEmptyString",
19675          "documentation":"<p> The IPv6 CIDR block used for the destination match. </p>"
19676        },
19677        "DestinationPrefixListId":{
19678          "shape":"NonEmptyString",
19679          "documentation":"<p> The prefix of the destination Amazon Web Service. </p>"
19680        },
19681        "EgressOnlyInternetGatewayId":{
19682          "shape":"NonEmptyString",
19683          "documentation":"<p> The ID of the egress-only internet gateway. </p>"
19684        },
19685        "GatewayId":{
19686          "shape":"NonEmptyString",
19687          "documentation":"<p> The ID of a gateway attached to your VPC. </p>"
19688        },
19689        "InstanceId":{
19690          "shape":"NonEmptyString",
19691          "documentation":"<p> The ID of a NAT instance in your VPC. </p>"
19692        },
19693        "InstanceOwnerId":{
19694          "shape":"NonEmptyString",
19695          "documentation":"<p> The ID of the Amazon Web Services account that owns the instance. </p>"
19696        },
19697        "LocalGatewayId":{
19698          "shape":"NonEmptyString",
19699          "documentation":"<p> The ID of the local gateway. </p>"
19700        },
19701        "NatGatewayId":{
19702          "shape":"NonEmptyString",
19703          "documentation":"<p> The ID of a NAT gateway. </p>"
19704        },
19705        "NetworkInterfaceId":{
19706          "shape":"NonEmptyString",
19707          "documentation":"<p> The ID of the network interface. </p>"
19708        },
19709        "Origin":{
19710          "shape":"NonEmptyString",
19711          "documentation":"<p> Describes how the route was created. </p>"
19712        },
19713        "State":{
19714          "shape":"NonEmptyString",
19715          "documentation":"<p> The state of the route. </p>"
19716        },
19717        "TransitGatewayId":{
19718          "shape":"NonEmptyString",
19719          "documentation":"<p> The ID of a transit gateway. </p>"
19720        },
19721        "VpcPeeringConnectionId":{
19722          "shape":"NonEmptyString",
19723          "documentation":"<p> The ID of a VPC peering connection. </p>"
19724        }
19725      },
19726      "documentation":"<p> Provides details about the routes in the route table. </p>"
19727    },
19728    "RouteSetList":{
19729      "type":"list",
19730      "member":{"shape":"RouteSetDetails"}
19731    },
19732    "RuleGroupDetails":{
19733      "type":"structure",
19734      "members":{
19735        "RuleVariables":{
19736          "shape":"RuleGroupVariables",
19737          "documentation":"<p>Additional settings to use in the specified rules.</p>"
19738        },
19739        "RulesSource":{
19740          "shape":"RuleGroupSource",
19741          "documentation":"<p>The rules and actions for the rule group.</p> <p>For stateful rule groups, can contain <code>RulesString</code>, <code>RulesSourceList</code>, or <code>StatefulRules</code>.</p> <p>For stateless rule groups, contains <code>StatelessRulesAndCustomActions</code>.</p>"
19742        }
19743      },
19744      "documentation":"<p>Details about the rule group.</p>"
19745    },
19746    "RuleGroupSource":{
19747      "type":"structure",
19748      "members":{
19749        "RulesSourceList":{
19750          "shape":"RuleGroupSourceListDetails",
19751          "documentation":"<p>Stateful inspection criteria for a domain list rule group. A domain list rule group determines access by specific protocols to specific domains.</p>"
19752        },
19753        "RulesString":{
19754          "shape":"NonEmptyString",
19755          "documentation":"<p>Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.</p>"
19756        },
19757        "StatefulRules":{
19758          "shape":"RuleGroupSourceStatefulRulesList",
19759          "documentation":"<p>Suricata rule specifications.</p>"
19760        },
19761        "StatelessRulesAndCustomActions":{
19762          "shape":"RuleGroupSourceStatelessRulesAndCustomActionsDetails",
19763          "documentation":"<p>The stateless rules and custom actions used by a stateless rule group.</p>"
19764        }
19765      },
19766      "documentation":"<p>The rules and actions for the rule group.</p>"
19767    },
19768    "RuleGroupSourceCustomActionsDetails":{
19769      "type":"structure",
19770      "members":{
19771        "ActionDefinition":{
19772          "shape":"StatelessCustomActionDefinition",
19773          "documentation":"<p>The definition of a custom action.</p>"
19774        },
19775        "ActionName":{
19776          "shape":"NonEmptyString",
19777          "documentation":"<p>A descriptive name of the custom action.</p>"
19778        }
19779      },
19780      "documentation":"<p>A custom action definition. A custom action is an optional, non-standard action to use for stateless packet handling.</p>"
19781    },
19782    "RuleGroupSourceCustomActionsList":{
19783      "type":"list",
19784      "member":{"shape":"RuleGroupSourceCustomActionsDetails"}
19785    },
19786    "RuleGroupSourceListDetails":{
19787      "type":"structure",
19788      "members":{
19789        "GeneratedRulesType":{
19790          "shape":"NonEmptyString",
19791          "documentation":"<p>Indicates whether to allow or deny access to the domains listed in <code>Targets</code>.</p>"
19792        },
19793        "TargetTypes":{
19794          "shape":"NonEmptyStringList",
19795          "documentation":"<p>The protocols that you want to inspect. Specify <code>LS_SNI</code> for HTTPS. Specify <code>HTTP_HOST</code> for HTTP. You can specify either or both.</p>"
19796        },
19797        "Targets":{
19798          "shape":"NonEmptyStringList",
19799          "documentation":"<p>The domains that you want to inspect for in your traffic flows. You can provide full domain names, or use the '.' prefix as a wildcard. For example, <code>.example.com</code> matches all domains that end with <code>example.com</code>.</p>"
19800        }
19801      },
19802      "documentation":"<p>Stateful inspection criteria for a domain list rule group.</p>"
19803    },
19804    "RuleGroupSourceStatefulRulesDetails":{
19805      "type":"structure",
19806      "members":{
19807        "Action":{
19808          "shape":"NonEmptyString",
19809          "documentation":"<p>Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.</p>"
19810        },
19811        "Header":{
19812          "shape":"RuleGroupSourceStatefulRulesHeaderDetails",
19813          "documentation":"<p>The stateful inspection criteria for the rule.</p>"
19814        },
19815        "RuleOptions":{
19816          "shape":"RuleGroupSourceStatefulRulesOptionsList",
19817          "documentation":"<p>Additional options for the rule.</p>"
19818        }
19819      },
19820      "documentation":"<p>A Suricata rule specification.</p>"
19821    },
19822    "RuleGroupSourceStatefulRulesHeaderDetails":{
19823      "type":"structure",
19824      "members":{
19825        "Destination":{
19826          "shape":"NonEmptyString",
19827          "documentation":"<p>The destination IP address or address range to inspect for, in CIDR notation. To match with any address, specify <code>ANY</code>.</p>"
19828        },
19829        "DestinationPort":{
19830          "shape":"NonEmptyString",
19831          "documentation":"<p>The destination port to inspect for. You can specify an individual port, such as <code>1994</code>. You also can specify a port range, such as <code>1990:1994</code>. To match with any port, specify <code>ANY</code>.</p>"
19832        },
19833        "Direction":{
19834          "shape":"NonEmptyString",
19835          "documentation":"<p>The direction of traffic flow to inspect. If set to <code>ANY</code>, the inspection matches bidirectional traffic, both from the source to the destination and from the destination to the source. If set to <code>FORWARD</code>, the inspection only matches traffic going from the source to the destination.</p>"
19836        },
19837        "Protocol":{
19838          "shape":"NonEmptyString",
19839          "documentation":"<p>The protocol to inspect for. To inspector for all protocols, use <code>IP</code>.</p>"
19840        },
19841        "Source":{
19842          "shape":"NonEmptyString",
19843          "documentation":"<p>The source IP address or address range to inspect for, in CIDR notation. To match with any address, specify <code>ANY</code>.</p>"
19844        },
19845        "SourcePort":{
19846          "shape":"NonEmptyString",
19847          "documentation":"<p>The source port to inspect for. You can specify an individual port, such as <code>1994</code>. You also can specify a port range, such as <code>1990:1994</code>. To match with any port, specify <code>ANY</code>.</p>"
19848        }
19849      },
19850      "documentation":"<p>The inspection criteria for a stateful rule.</p>"
19851    },
19852    "RuleGroupSourceStatefulRulesList":{
19853      "type":"list",
19854      "member":{"shape":"RuleGroupSourceStatefulRulesDetails"}
19855    },
19856    "RuleGroupSourceStatefulRulesOptionsDetails":{
19857      "type":"structure",
19858      "members":{
19859        "Keyword":{
19860          "shape":"NonEmptyString",
19861          "documentation":"<p>A keyword to look for.</p>"
19862        },
19863        "Settings":{
19864          "shape":"RuleGroupSourceStatefulRulesRuleOptionsSettingsList",
19865          "documentation":"<p>A list of settings.</p>"
19866        }
19867      },
19868      "documentation":"<p>A rule option for a stateful rule.</p>"
19869    },
19870    "RuleGroupSourceStatefulRulesOptionsList":{
19871      "type":"list",
19872      "member":{"shape":"RuleGroupSourceStatefulRulesOptionsDetails"}
19873    },
19874    "RuleGroupSourceStatefulRulesRuleOptionsSettingsList":{
19875      "type":"list",
19876      "member":{"shape":"NonEmptyString"}
19877    },
19878    "RuleGroupSourceStatelessRuleDefinition":{
19879      "type":"structure",
19880      "members":{
19881        "Actions":{
19882          "shape":"NonEmptyStringList",
19883          "documentation":"<p>The actions to take on a packet that matches one of the stateless rule definition's match attributes. You must specify a standard action (<code>aws:pass</code>, <code>aws:drop</code>, or <code>aws:forward_to_sfe</code>). You can then add custom actions.</p>"
19884        },
19885        "MatchAttributes":{
19886          "shape":"RuleGroupSourceStatelessRuleMatchAttributes",
19887          "documentation":"<p>The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.</p>"
19888        }
19889      },
19890      "documentation":"<p>The definition of the stateless rule.</p>"
19891    },
19892    "RuleGroupSourceStatelessRuleMatchAttributes":{
19893      "type":"structure",
19894      "members":{
19895        "DestinationPorts":{
19896          "shape":"RuleGroupSourceStatelessRuleMatchAttributesDestinationPortsList",
19897          "documentation":"<p>A list of port ranges to specify the destination ports to inspect for.</p>"
19898        },
19899        "Destinations":{
19900          "shape":"RuleGroupSourceStatelessRuleMatchAttributesDestinationsList",
19901          "documentation":"<p>The destination IP addresses and address ranges to inspect for, in CIDR notation.</p>"
19902        },
19903        "Protocols":{
19904          "shape":"RuleGroupSourceStatelessRuleMatchAttributesProtocolsList",
19905          "documentation":"<p>The protocols to inspect for.</p>"
19906        },
19907        "SourcePorts":{
19908          "shape":"RuleGroupSourceStatelessRuleMatchAttributesSourcePortsList",
19909          "documentation":"<p>A list of port ranges to specify the source ports to inspect for.</p>"
19910        },
19911        "Sources":{
19912          "shape":"RuleGroupSourceStatelessRuleMatchAttributesSourcesList",
19913          "documentation":"<p>The source IP addresses and address ranges to inspect for, in CIDR notation.</p>"
19914        },
19915        "TcpFlags":{
19916          "shape":"RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsList",
19917          "documentation":"<p>The TCP flags and masks to inspect for.</p>"
19918        }
19919      },
19920      "documentation":"<p>Criteria for the stateless rule.</p>"
19921    },
19922    "RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts":{
19923      "type":"structure",
19924      "members":{
19925        "FromPort":{
19926          "shape":"Integer",
19927          "documentation":"<p>The starting port value for the port range.</p>"
19928        },
19929        "ToPort":{
19930          "shape":"Integer",
19931          "documentation":"<p>The ending port value for the port range.</p>"
19932        }
19933      },
19934      "documentation":"<p>A port range to specify the destination ports to inspect for.</p>"
19935    },
19936    "RuleGroupSourceStatelessRuleMatchAttributesDestinationPortsList":{
19937      "type":"list",
19938      "member":{"shape":"RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts"}
19939    },
19940    "RuleGroupSourceStatelessRuleMatchAttributesDestinations":{
19941      "type":"structure",
19942      "members":{
19943        "AddressDefinition":{
19944          "shape":"NonEmptyString",
19945          "documentation":"<p>An IP address or a block of IP addresses.</p>"
19946        }
19947      },
19948      "documentation":"<p>A destination IP address or range.</p>"
19949    },
19950    "RuleGroupSourceStatelessRuleMatchAttributesDestinationsList":{
19951      "type":"list",
19952      "member":{"shape":"RuleGroupSourceStatelessRuleMatchAttributesDestinations"}
19953    },
19954    "RuleGroupSourceStatelessRuleMatchAttributesProtocolsList":{
19955      "type":"list",
19956      "member":{"shape":"Integer"}
19957    },
19958    "RuleGroupSourceStatelessRuleMatchAttributesSourcePorts":{
19959      "type":"structure",
19960      "members":{
19961        "FromPort":{
19962          "shape":"Integer",
19963          "documentation":"<p>The starting port value for the port range.</p>"
19964        },
19965        "ToPort":{
19966          "shape":"Integer",
19967          "documentation":"<p>The ending port value for the port range.</p>"
19968        }
19969      },
19970      "documentation":"<p>A port range to specify the source ports to inspect for.</p>"
19971    },
19972    "RuleGroupSourceStatelessRuleMatchAttributesSourcePortsList":{
19973      "type":"list",
19974      "member":{"shape":"RuleGroupSourceStatelessRuleMatchAttributesSourcePorts"}
19975    },
19976    "RuleGroupSourceStatelessRuleMatchAttributesSources":{
19977      "type":"structure",
19978      "members":{
19979        "AddressDefinition":{
19980          "shape":"NonEmptyString",
19981          "documentation":"<p>An IP address or a block of IP addresses.</p>"
19982        }
19983      },
19984      "documentation":"<p>A source IP addresses and address range to inspect for.</p>"
19985    },
19986    "RuleGroupSourceStatelessRuleMatchAttributesSourcesList":{
19987      "type":"list",
19988      "member":{"shape":"RuleGroupSourceStatelessRuleMatchAttributesSources"}
19989    },
19990    "RuleGroupSourceStatelessRuleMatchAttributesTcpFlags":{
19991      "type":"structure",
19992      "members":{
19993        "Flags":{
19994          "shape":"NonEmptyStringList",
19995          "documentation":"<p>Defines the flags from the <code>Masks</code> setting that must be set in order for the packet to match. Flags that are listed must be set. Flags that are not listed must not be set.</p>"
19996        },
19997        "Masks":{
19998          "shape":"NonEmptyStringList",
19999          "documentation":"<p>The set of flags to consider in the inspection. If not specified, then all flags are inspected.</p>"
20000        }
20001      },
20002      "documentation":"<p>A set of TCP flags and masks to inspect for.</p>"
20003    },
20004    "RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsList":{
20005      "type":"list",
20006      "member":{"shape":"RuleGroupSourceStatelessRuleMatchAttributesTcpFlags"}
20007    },
20008    "RuleGroupSourceStatelessRulesAndCustomActionsDetails":{
20009      "type":"structure",
20010      "members":{
20011        "CustomActions":{
20012          "shape":"RuleGroupSourceCustomActionsList",
20013          "documentation":"<p>Custom actions for the rule group.</p>"
20014        },
20015        "StatelessRules":{
20016          "shape":"RuleGroupSourceStatelessRulesList",
20017          "documentation":"<p>Stateless rules for the rule group.</p>"
20018        }
20019      },
20020      "documentation":"<p>Stateless rules and custom actions for a stateless rule group.</p>"
20021    },
20022    "RuleGroupSourceStatelessRulesDetails":{
20023      "type":"structure",
20024      "members":{
20025        "Priority":{
20026          "shape":"Integer",
20027          "documentation":"<p>Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.</p>"
20028        },
20029        "RuleDefinition":{
20030          "shape":"RuleGroupSourceStatelessRuleDefinition",
20031          "documentation":"<p>Provides the definition of the stateless rule.</p>"
20032        }
20033      },
20034      "documentation":"<p>A stateless rule in the rule group.</p>"
20035    },
20036    "RuleGroupSourceStatelessRulesList":{
20037      "type":"list",
20038      "member":{"shape":"RuleGroupSourceStatelessRulesDetails"}
20039    },
20040    "RuleGroupVariables":{
20041      "type":"structure",
20042      "members":{
20043        "IpSets":{
20044          "shape":"RuleGroupVariablesIpSetsDetails",
20045          "documentation":"<p>A list of IP addresses and address ranges, in CIDR notation.</p>"
20046        },
20047        "PortSets":{
20048          "shape":"RuleGroupVariablesPortSetsDetails",
20049          "documentation":"<p>A list of port ranges.</p>"
20050        }
20051      },
20052      "documentation":"<p>Additional settings to use in the specified rules.</p>"
20053    },
20054    "RuleGroupVariablesIpSetsDetails":{
20055      "type":"structure",
20056      "members":{
20057        "Definition":{
20058          "shape":"NonEmptyStringList",
20059          "documentation":"<p>The list of IP addresses and ranges.</p>"
20060        }
20061      },
20062      "documentation":"<p>A list of IP addresses and address ranges, in CIDR notation.</p>"
20063    },
20064    "RuleGroupVariablesPortSetsDetails":{
20065      "type":"structure",
20066      "members":{
20067        "Definition":{
20068          "shape":"NonEmptyStringList",
20069          "documentation":"<p>The list of port ranges.</p>"
20070        }
20071      },
20072      "documentation":"<p>A list of port ranges.</p>"
20073    },
20074    "RuleOrderValue":{
20075      "type":"integer",
20076      "max":1000,
20077      "min":1
20078    },
20079    "RuleStatus":{
20080      "type":"string",
20081      "enum":[
20082        "ENABLED",
20083        "DISABLED"
20084      ]
20085    },
20086    "SecurityControl":{
20087      "type":"structure",
20088      "required":[
20089        "SecurityControlId",
20090        "SecurityControlArn",
20091        "Title",
20092        "Description",
20093        "RemediationUrl",
20094        "SeverityRating",
20095        "SecurityControlStatus"
20096      ],
20097      "members":{
20098        "SecurityControlId":{
20099          "shape":"NonEmptyString",
20100          "documentation":"<p> The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Service name and a number, such as APIGateway.3. </p>"
20101        },
20102        "SecurityControlArn":{
20103          "shape":"NonEmptyString",
20104          "documentation":"<p> The Amazon Resource Name (ARN) for a security control across standards, such as <code>arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1</code>. This parameter doesn't mention a specific standard. </p>"
20105        },
20106        "Title":{
20107          "shape":"NonEmptyString",
20108          "documentation":"<p>The title of a security control. </p>"
20109        },
20110        "Description":{
20111          "shape":"NonEmptyString",
20112          "documentation":"<p> The description of a security control across standards. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. This parameter doesn't reference a specific standard. </p>"
20113        },
20114        "RemediationUrl":{
20115          "shape":"NonEmptyString",
20116          "documentation":"<p> A link to Security Hub documentation that explains how to remediate a failed finding for a security control. </p>"
20117        },
20118        "SeverityRating":{
20119          "shape":"SeverityRating",
20120          "documentation":"<p> The severity of a security control. For more information about how Security Hub determines control severity, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/controls-findings-create-update.html#control-findings-severity\">Assigning severity to control findings</a> in the <i>Security Hub User Guide</i>. </p>"
20121        },
20122        "SecurityControlStatus":{
20123          "shape":"ControlStatus",
20124          "documentation":"<p> The enablement status of a security control in a specific standard. </p>"
20125        },
20126        "UpdateStatus":{
20127          "shape":"UpdateStatus",
20128          "documentation":"<p> Identifies whether customizable properties of a security control are reflected in Security Hub findings. A status of <code>READY</code> indicates findings include the current parameter values. A status of <code>UPDATING</code> indicates that all findings may not include the current parameter values. </p>"
20129        },
20130        "Parameters":{
20131          "shape":"Parameters",
20132          "documentation":"<p> An object that identifies the name of a control parameter, its current value, and whether it has been customized. </p>"
20133        },
20134        "LastUpdateReason":{
20135          "shape":"AlphaNumericNonEmptyString",
20136          "documentation":"<p> The most recent reason for updating the customizable properties of a security control. This differs from the <code>UpdateReason</code> field of the <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html\"> <code>BatchUpdateStandardsControlAssociations</code> </a> API, which tracks the reason for updating the enablement status of a control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores. </p>"
20137        }
20138      },
20139      "documentation":"<p> A security control in Security Hub describes a security best practice related to a specific resource. </p>"
20140    },
20141    "SecurityControlCustomParameter":{
20142      "type":"structure",
20143      "members":{
20144        "SecurityControlId":{
20145          "shape":"NonEmptyString",
20146          "documentation":"<p> The ID of the security control. </p>"
20147        },
20148        "Parameters":{
20149          "shape":"Parameters",
20150          "documentation":"<p> An object that specifies parameter values for a control in a configuration policy. </p>"
20151        }
20152      },
20153      "documentation":"<p> A list of security controls and control parameter values that are included in a configuration policy. </p>"
20154    },
20155    "SecurityControlCustomParametersList":{
20156      "type":"list",
20157      "member":{"shape":"SecurityControlCustomParameter"}
20158    },
20159    "SecurityControlDefinition":{
20160      "type":"structure",
20161      "required":[
20162        "SecurityControlId",
20163        "Title",
20164        "Description",
20165        "RemediationUrl",
20166        "SeverityRating",
20167        "CurrentRegionAvailability"
20168      ],
20169      "members":{
20170        "SecurityControlId":{
20171          "shape":"NonEmptyString",
20172          "documentation":"<p> The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Service name and a number (for example, APIGateway.3). This parameter differs from <code>SecurityControlArn</code>, which is a unique Amazon Resource Name (ARN) assigned to a control. The ARN references the security control ID (for example, arn:aws:securityhub:eu-central-1:123456789012:security-control/APIGateway.3). </p>"
20173        },
20174        "Title":{
20175          "shape":"NonEmptyString",
20176          "documentation":"<p> The title of a security control. </p>"
20177        },
20178        "Description":{
20179          "shape":"NonEmptyString",
20180          "documentation":"<p> The description of a security control across standards. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. This parameter doesn't reference a specific standard. </p>"
20181        },
20182        "RemediationUrl":{
20183          "shape":"NonEmptyString",
20184          "documentation":"<p> A link to Security Hub documentation that explains how to remediate a failed finding for a security control. </p>"
20185        },
20186        "SeverityRating":{
20187          "shape":"SeverityRating",
20188          "documentation":"<p> The severity of a security control. For more information about how Security Hub determines control severity, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/controls-findings-create-update.html#control-findings-severity\">Assigning severity to control findings</a> in the <i>Security Hub User Guide</i>. </p>"
20189        },
20190        "CurrentRegionAvailability":{
20191          "shape":"RegionAvailabilityStatus",
20192          "documentation":"<p> Specifies whether a security control is available in the current Amazon Web Services Region. </p>"
20193        },
20194        "CustomizableProperties":{
20195          "shape":"CustomizableProperties",
20196          "documentation":"<p> Security control properties that you can customize. Currently, only parameter customization is supported for select controls. An empty array is returned for controls that don’t support custom properties. </p>"
20197        },
20198        "ParameterDefinitions":{
20199          "shape":"ParameterDefinitions",
20200          "documentation":"<p> An object that provides a security control parameter name, description, and the options for customizing it. This object is excluded for a control that doesn't support custom parameters. </p>"
20201        }
20202      },
20203      "documentation":"<p> Provides metadata for a security control, including its unique standard-agnostic identifier, title, description, severity, availability in Amazon Web Services Regions, and a link to remediation steps. </p>"
20204    },
20205    "SecurityControlDefinitions":{
20206      "type":"list",
20207      "member":{"shape":"SecurityControlDefinition"}
20208    },
20209    "SecurityControlParameter":{
20210      "type":"structure",
20211      "members":{
20212        "Name":{
20213          "shape":"NonEmptyString",
20214          "documentation":"<p> The name of a </p>"
20215        },
20216        "Value":{
20217          "shape":"TypeList",
20218          "documentation":"<p> The current value of a control parameter. </p>"
20219        }
20220      },
20221      "documentation":"<p> A parameter that a security control accepts. </p>"
20222    },
20223    "SecurityControlParametersList":{
20224      "type":"list",
20225      "member":{"shape":"SecurityControlParameter"}
20226    },
20227    "SecurityControlProperty":{
20228      "type":"string",
20229      "enum":["Parameters"]
20230    },
20231    "SecurityControls":{
20232      "type":"list",
20233      "member":{"shape":"SecurityControl"}
20234    },
20235    "SecurityControlsConfiguration":{
20236      "type":"structure",
20237      "members":{
20238        "EnabledSecurityControlIdentifiers":{
20239          "shape":"EnabledSecurityControlIdentifierList",
20240          "documentation":"<p> A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls. </p>"
20241        },
20242        "DisabledSecurityControlIdentifiers":{
20243          "shape":"DisabledSecurityControlIdentifierList",
20244          "documentation":"<p> A list of security controls that are disabled in the configuration policy. Security Hub enables all other controls (including newly released controls) other than the listed controls. </p>"
20245        },
20246        "SecurityControlCustomParameters":{
20247          "shape":"SecurityControlCustomParametersList",
20248          "documentation":"<p> A list of security controls and control parameter values that are included in a configuration policy. </p>"
20249        }
20250      },
20251      "documentation":"<p> An object that defines which security controls are enabled in an Security Hub configuration policy. The enablement status of a control is aligned across all of the enabled standards in an account. </p>"
20252    },
20253    "SecurityGroups":{
20254      "type":"list",
20255      "member":{"shape":"NonEmptyString"}
20256    },
20257    "SecurityHubPolicy":{
20258      "type":"structure",
20259      "members":{
20260        "ServiceEnabled":{
20261          "shape":"Boolean",
20262          "documentation":"<p> Indicates whether Security Hub is enabled in the policy. </p>"
20263        },
20264        "EnabledStandardIdentifiers":{
20265          "shape":"EnabledStandardIdentifierList",
20266          "documentation":"<p> A list that defines which security standards are enabled in the configuration policy. </p>"
20267        },
20268        "SecurityControlsConfiguration":{
20269          "shape":"SecurityControlsConfiguration",
20270          "documentation":"<p> An object that defines which security controls are enabled in the configuration policy. The enablement status of a control is aligned across all of the enabled standards in an account. </p>"
20271        }
20272      },
20273      "documentation":"<p> An object that defines how Security Hub is configured. The configuration policy includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls). </p>"
20274    },
20275    "SensitiveDataDetections":{
20276      "type":"structure",
20277      "members":{
20278        "Count":{
20279          "shape":"Long",
20280          "documentation":"<p>The total number of occurrences of sensitive data that were detected.</p>"
20281        },
20282        "Type":{
20283          "shape":"NonEmptyString",
20284          "documentation":"<p>The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.</p>"
20285        },
20286        "Occurrences":{
20287          "shape":"Occurrences",
20288          "documentation":"<p>Details about the sensitive data that was detected.</p>"
20289        }
20290      },
20291      "documentation":"<p>The list of detected instances of sensitive data.</p>"
20292    },
20293    "SensitiveDataDetectionsList":{
20294      "type":"list",
20295      "member":{"shape":"SensitiveDataDetections"}
20296    },
20297    "SensitiveDataResult":{
20298      "type":"structure",
20299      "members":{
20300        "Category":{
20301          "shape":"NonEmptyString",
20302          "documentation":"<p>The category of sensitive data that was detected. For example, the category can indicate that the sensitive data involved credentials, financial information, or personal information.</p>"
20303        },
20304        "Detections":{
20305          "shape":"SensitiveDataDetectionsList",
20306          "documentation":"<p>The list of detected instances of sensitive data.</p>"
20307        },
20308        "TotalCount":{
20309          "shape":"Long",
20310          "documentation":"<p>The total number of occurrences of sensitive data.</p>"
20311        }
20312      },
20313      "documentation":"<p>Contains a detected instance of sensitive data that are based on built-in identifiers.</p>"
20314    },
20315    "SensitiveDataResultList":{
20316      "type":"list",
20317      "member":{"shape":"SensitiveDataResult"}
20318    },
20319    "Severity":{
20320      "type":"structure",
20321      "members":{
20322        "Product":{
20323          "shape":"Double",
20324          "documentation":"<p>Deprecated. This attribute isn't included in findings. Instead of providing <code>Product</code>, provide <code>Original</code>.</p> <p>The native severity as defined by the Amazon Web Services service or integrated partner product that generated the finding.</p>"
20325        },
20326        "Label":{
20327          "shape":"SeverityLabel",
20328          "documentation":"<p>The severity value of the finding. The allowed values are the following.</p> <ul> <li> <p> <code>INFORMATIONAL</code> - No issue was found.</p> </li> <li> <p> <code>LOW</code> - The issue does not require action on its own.</p> </li> <li> <p> <code>MEDIUM</code> - The issue must be addressed but not urgently.</p> </li> <li> <p> <code>HIGH</code> - The issue must be addressed as a priority.</p> </li> <li> <p> <code>CRITICAL</code> - The issue must be remediated immediately to avoid it escalating.</p> </li> </ul> <p>If you provide <code>Normalized</code> and do not provide <code>Label</code>, then <code>Label</code> is set automatically as follows. </p> <ul> <li> <p>0 - <code>INFORMATIONAL</code> </p> </li> <li> <p>1–39 - <code>LOW</code> </p> </li> <li> <p>40–69 - <code>MEDIUM</code> </p> </li> <li> <p>70–89 - <code>HIGH</code> </p> </li> <li> <p>90–100 - <code>CRITICAL</code> </p> </li> </ul>"
20329        },
20330        "Normalized":{
20331          "shape":"Integer",
20332          "documentation":"<p>Deprecated. The normalized severity of a finding. Instead of providing <code>Normalized</code>, provide <code>Label</code>.</p> <p>If you provide <code>Label</code> and do not provide <code>Normalized</code>, then <code>Normalized</code> is set automatically as follows.</p> <ul> <li> <p> <code>INFORMATIONAL</code> - 0</p> </li> <li> <p> <code>LOW</code> - 1</p> </li> <li> <p> <code>MEDIUM</code> - 40</p> </li> <li> <p> <code>HIGH</code> - 70</p> </li> <li> <p> <code>CRITICAL</code> - 90</p> </li> </ul>"
20333        },
20334        "Original":{
20335          "shape":"NonEmptyString",
20336          "documentation":"<p>The native severity from the finding product that generated the finding.</p>"
20337        }
20338      },
20339      "documentation":"<p>The severity of the finding.</p> <p>The finding provider can provide the initial severity. The finding provider can only update the severity if it hasn't been updated using <code>BatchUpdateFindings</code>.</p> <p>The finding must have either <code>Label</code> or <code>Normalized</code> populated. If only one of these attributes is populated, then Security Hub automatically populates the other one. If neither attribute is populated, then the finding is invalid. <code>Label</code> is the preferred attribute.</p>"
20340    },
20341    "SeverityLabel":{
20342      "type":"string",
20343      "enum":[
20344        "INFORMATIONAL",
20345        "LOW",
20346        "MEDIUM",
20347        "HIGH",
20348        "CRITICAL"
20349      ]
20350    },
20351    "SeverityRating":{
20352      "type":"string",
20353      "enum":[
20354        "LOW",
20355        "MEDIUM",
20356        "HIGH",
20357        "CRITICAL"
20358      ]
20359    },
20360    "SeverityUpdate":{
20361      "type":"structure",
20362      "members":{
20363        "Normalized":{
20364          "shape":"RatioScale",
20365          "documentation":"<p>The normalized severity for the finding. This attribute is to be deprecated in favor of <code>Label</code>.</p> <p>If you provide <code>Normalized</code> and do not provide <code>Label</code>, <code>Label</code> is set automatically as follows.</p> <ul> <li> <p>0 - <code>INFORMATIONAL</code> </p> </li> <li> <p>1–39 - <code>LOW</code> </p> </li> <li> <p>40–69 - <code>MEDIUM</code> </p> </li> <li> <p>70–89 - <code>HIGH</code> </p> </li> <li> <p>90–100 - <code>CRITICAL</code> </p> </li> </ul>"
20366        },
20367        "Product":{
20368          "shape":"Double",
20369          "documentation":"<p>The native severity as defined by the Amazon Web Services service or integrated partner product that generated the finding.</p>"
20370        },
20371        "Label":{
20372          "shape":"SeverityLabel",
20373          "documentation":"<p>The severity value of the finding. The allowed values are the following.</p> <ul> <li> <p> <code>INFORMATIONAL</code> - No issue was found.</p> </li> <li> <p> <code>LOW</code> - The issue does not require action on its own.</p> </li> <li> <p> <code>MEDIUM</code> - The issue must be addressed but not urgently.</p> </li> <li> <p> <code>HIGH</code> - The issue must be addressed as a priority.</p> </li> <li> <p> <code>CRITICAL</code> - The issue must be remediated immediately to avoid it escalating.</p> </li> </ul>"
20374        }
20375      },
20376      "documentation":"<p>Updates to the severity information for a finding.</p>"
20377    },
20378    "SizeBytes":{"type":"long"},
20379    "SoftwarePackage":{
20380      "type":"structure",
20381      "members":{
20382        "Name":{
20383          "shape":"NonEmptyString",
20384          "documentation":"<p>The name of the software package.</p>"
20385        },
20386        "Version":{
20387          "shape":"NonEmptyString",
20388          "documentation":"<p>The version of the software package.</p>"
20389        },
20390        "Epoch":{
20391          "shape":"NonEmptyString",
20392          "documentation":"<p>The epoch of the software package.</p>"
20393        },
20394        "Release":{
20395          "shape":"NonEmptyString",
20396          "documentation":"<p>The release of the software package.</p>"
20397        },
20398        "Architecture":{
20399          "shape":"NonEmptyString",
20400          "documentation":"<p>The architecture used for the software package.</p>"
20401        },
20402        "PackageManager":{
20403          "shape":"NonEmptyString",
20404          "documentation":"<p>The source of the package.</p>"
20405        },
20406        "FilePath":{
20407          "shape":"NonEmptyString",
20408          "documentation":"<p>The file system path to the package manager inventory file.</p>"
20409        },
20410        "FixedInVersion":{
20411          "shape":"NonEmptyString",
20412          "documentation":"<p>The version of the software package in which the vulnerability has been resolved. </p>"
20413        },
20414        "Remediation":{
20415          "shape":"NonEmptyString",
20416          "documentation":"<p>Describes the actions a customer can take to resolve the vulnerability in the software package. </p>"
20417        },
20418        "SourceLayerHash":{
20419          "shape":"NonEmptyString",
20420          "documentation":"<p>The source layer hash of the vulnerable package. </p>"
20421        },
20422        "SourceLayerArn":{
20423          "shape":"NonEmptyString",
20424          "documentation":"<p>The Amazon Resource Name (ARN) of the source layer. </p>"
20425        }
20426      },
20427      "documentation":"<p>Information about a software package.</p>"
20428    },
20429    "SoftwarePackageList":{
20430      "type":"list",
20431      "member":{"shape":"SoftwarePackage"}
20432    },
20433    "SortCriteria":{
20434      "type":"list",
20435      "member":{"shape":"SortCriterion"}
20436    },
20437    "SortCriterion":{
20438      "type":"structure",
20439      "members":{
20440        "Field":{
20441          "shape":"NonEmptyString",
20442          "documentation":"<p>The finding attribute used to sort findings.</p>"
20443        },
20444        "SortOrder":{
20445          "shape":"SortOrder",
20446          "documentation":"<p>The order used to sort findings.</p>"
20447        }
20448      },
20449      "documentation":"<p>A collection of finding attributes used to sort findings.</p>"
20450    },
20451    "SortOrder":{
20452      "type":"string",
20453      "enum":[
20454        "asc",
20455        "desc"
20456      ]
20457    },
20458    "Standard":{
20459      "type":"structure",
20460      "members":{
20461        "StandardsArn":{
20462          "shape":"NonEmptyString",
20463          "documentation":"<p>The ARN of a standard.</p>"
20464        },
20465        "Name":{
20466          "shape":"NonEmptyString",
20467          "documentation":"<p>The name of the standard.</p>"
20468        },
20469        "Description":{
20470          "shape":"NonEmptyString",
20471          "documentation":"<p>A description of the standard.</p>"
20472        },
20473        "EnabledByDefault":{
20474          "shape":"Boolean",
20475          "documentation":"<p>Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.</p> <p>When Security Hub is enabled using the <code>EnableSecurityHub</code> API operation, the standard is enabled by default unless <code>EnableDefaultStandards</code> is set to <code>false</code>.</p>"
20476        },
20477        "StandardsManagedBy":{
20478          "shape":"StandardsManagedBy",
20479          "documentation":"<p>Provides details about the management of a standard. </p>"
20480        }
20481      },
20482      "documentation":"<p>Provides information about a specific security standard.</p>"
20483    },
20484    "Standards":{
20485      "type":"list",
20486      "member":{"shape":"Standard"}
20487    },
20488    "StandardsControl":{
20489      "type":"structure",
20490      "members":{
20491        "StandardsControlArn":{
20492          "shape":"NonEmptyString",
20493          "documentation":"<p>The ARN of the security standard control.</p>"
20494        },
20495        "ControlStatus":{
20496          "shape":"ControlStatus",
20497          "documentation":"<p>The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.</p>"
20498        },
20499        "DisabledReason":{
20500          "shape":"NonEmptyString",
20501          "documentation":"<p>The reason provided for the most recent change in status for the control.</p>"
20502        },
20503        "ControlStatusUpdatedAt":{
20504          "shape":"Timestamp",
20505          "documentation":"<p>The date and time that the status of the security standard control was most recently updated.</p>"
20506        },
20507        "ControlId":{
20508          "shape":"NonEmptyString",
20509          "documentation":"<p>The identifier of the security standard control.</p>"
20510        },
20511        "Title":{
20512          "shape":"NonEmptyString",
20513          "documentation":"<p>The title of the security standard control.</p>"
20514        },
20515        "Description":{
20516          "shape":"NonEmptyString",
20517          "documentation":"<p>The longer description of the security standard control. Provides information about what the control is checking for.</p>"
20518        },
20519        "RemediationUrl":{
20520          "shape":"NonEmptyString",
20521          "documentation":"<p>A link to remediation information for the control in the Security Hub user documentation.</p>"
20522        },
20523        "SeverityRating":{
20524          "shape":"SeverityRating",
20525          "documentation":"<p>The severity of findings generated from this security standard control.</p> <p>The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.</p>"
20526        },
20527        "RelatedRequirements":{
20528          "shape":"RelatedRequirementsList",
20529          "documentation":"<p>The list of requirements that are related to this control.</p>"
20530        }
20531      },
20532      "documentation":"<p>Details for an individual security standard control.</p>"
20533    },
20534    "StandardsControlArnList":{
20535      "type":"list",
20536      "member":{"shape":"NonEmptyString"}
20537    },
20538    "StandardsControlAssociationDetail":{
20539      "type":"structure",
20540      "required":[
20541        "StandardsArn",
20542        "SecurityControlId",
20543        "SecurityControlArn",
20544        "AssociationStatus"
20545      ],
20546      "members":{
20547        "StandardsArn":{
20548          "shape":"NonEmptyString",
20549          "documentation":"<p> The Amazon Resource Name (ARN) of a security standard. </p>"
20550        },
20551        "SecurityControlId":{
20552          "shape":"NonEmptyString",
20553          "documentation":"<p> The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Service name and a number, such as APIGateway.3. </p>"
20554        },
20555        "SecurityControlArn":{
20556          "shape":"NonEmptyString",
20557          "documentation":"<p> The ARN of a security control across standards, such as <code>arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1</code>. This parameter doesn't mention a specific standard. </p>"
20558        },
20559        "AssociationStatus":{
20560          "shape":"AssociationStatus",
20561          "documentation":"<p> Specifies whether a control is enabled or disabled in a specified standard. </p>"
20562        },
20563        "RelatedRequirements":{
20564          "shape":"RelatedRequirementsList",
20565          "documentation":"<p> The requirement that underlies a control in the compliance framework related to the standard. </p>"
20566        },
20567        "UpdatedAt":{
20568          "shape":"Timestamp",
20569          "documentation":"<p> The time at which the enablement status of the control in the specified standard was last updated. </p>"
20570        },
20571        "UpdatedReason":{
20572          "shape":"NonEmptyString",
20573          "documentation":"<p> The reason for updating the enablement status of a control in a specified standard. </p>"
20574        },
20575        "StandardsControlTitle":{
20576          "shape":"NonEmptyString",
20577          "documentation":"<p> The title of a control. This field may reference a specific standard. </p>"
20578        },
20579        "StandardsControlDescription":{
20580          "shape":"NonEmptyString",
20581          "documentation":"<p> The description of a control. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. This parameter may reference a specific standard. </p>"
20582        },
20583        "StandardsControlArns":{
20584          "shape":"StandardsControlArnList",
20585          "documentation":"<p> Provides the input parameter that Security Hub uses to call the <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateStandardsControl.html\">UpdateStandardsControl</a> API. This API can be used to enable or disable a control in a specified standard. </p>"
20586        }
20587      },
20588      "documentation":"<p> Provides details about a control's enablement status in a specified standard. </p>"
20589    },
20590    "StandardsControlAssociationDetails":{
20591      "type":"list",
20592      "member":{"shape":"StandardsControlAssociationDetail"}
20593    },
20594    "StandardsControlAssociationId":{
20595      "type":"structure",
20596      "required":[
20597        "SecurityControlId",
20598        "StandardsArn"
20599      ],
20600      "members":{
20601        "SecurityControlId":{
20602          "shape":"NonEmptyString",
20603          "documentation":"<p> The unique identifier (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) of a security control across standards. </p>"
20604        },
20605        "StandardsArn":{
20606          "shape":"NonEmptyString",
20607          "documentation":"<p> The ARN of a standard. </p>"
20608        }
20609      },
20610      "documentation":"<p> An array with one or more objects that includes a security control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. The security control ID or ARN is the same across standards. </p>"
20611    },
20612    "StandardsControlAssociationIds":{
20613      "type":"list",
20614      "member":{"shape":"StandardsControlAssociationId"}
20615    },
20616    "StandardsControlAssociationSummaries":{
20617      "type":"list",
20618      "member":{"shape":"StandardsControlAssociationSummary"}
20619    },
20620    "StandardsControlAssociationSummary":{
20621      "type":"structure",
20622      "required":[
20623        "StandardsArn",
20624        "SecurityControlId",
20625        "SecurityControlArn",
20626        "AssociationStatus"
20627      ],
20628      "members":{
20629        "StandardsArn":{
20630          "shape":"NonEmptyString",
20631          "documentation":"<p> The Amazon Resource Name (ARN) of a standard. </p>"
20632        },
20633        "SecurityControlId":{
20634          "shape":"NonEmptyString",
20635          "documentation":"<p> A unique standard-agnostic identifier for a control. Values for this field typically consist of an Amazon Web Service and a number, such as APIGateway.5. This field doesn't reference a specific standard. </p>"
20636        },
20637        "SecurityControlArn":{
20638          "shape":"NonEmptyString",
20639          "documentation":"<p> The ARN of a control, such as <code>arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1</code>. This parameter doesn't mention a specific standard. </p>"
20640        },
20641        "AssociationStatus":{
20642          "shape":"AssociationStatus",
20643          "documentation":"<p> The enablement status of a control in a specific standard. </p>"
20644        },
20645        "RelatedRequirements":{
20646          "shape":"RelatedRequirementsList",
20647          "documentation":"<p> The requirement that underlies this control in the compliance framework related to the standard. </p>"
20648        },
20649        "UpdatedAt":{
20650          "shape":"Timestamp",
20651          "documentation":"<p>The last time that a control's enablement status in a specified standard was updated.</p>"
20652        },
20653        "UpdatedReason":{
20654          "shape":"NonEmptyString",
20655          "documentation":"<p>The reason for updating a control's enablement status in a specified standard.</p>"
20656        },
20657        "StandardsControlTitle":{
20658          "shape":"NonEmptyString",
20659          "documentation":"<p> The title of a control. </p>"
20660        },
20661        "StandardsControlDescription":{
20662          "shape":"NonEmptyString",
20663          "documentation":"<p> The description of a control. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. The parameter may reference a specific standard. </p>"
20664        }
20665      },
20666      "documentation":"<p> An array that provides the enablement status and other details for each control that applies to each enabled standard. </p>"
20667    },
20668    "StandardsControlAssociationUpdate":{
20669      "type":"structure",
20670      "required":[
20671        "StandardsArn",
20672        "SecurityControlId",
20673        "AssociationStatus"
20674      ],
20675      "members":{
20676        "StandardsArn":{
20677          "shape":"NonEmptyString",
20678          "documentation":"<p>The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.</p>"
20679        },
20680        "SecurityControlId":{
20681          "shape":"NonEmptyString",
20682          "documentation":"<p>The unique identifier for the security control whose enablement status you want to update.</p>"
20683        },
20684        "AssociationStatus":{
20685          "shape":"AssociationStatus",
20686          "documentation":"<p>The desired enablement status of the control in the standard.</p>"
20687        },
20688        "UpdatedReason":{
20689          "shape":"NonEmptyString",
20690          "documentation":"<p>The reason for updating the control's enablement status in the standard.</p>"
20691        }
20692      },
20693      "documentation":"<p>An array of requested updates to the enablement status of controls in specified standards. The objects in the array include a security control ID, the Amazon Resource Name (ARN) of the standard, the requested enablement status, and the reason for updating the enablement status.</p>"
20694    },
20695    "StandardsControlAssociationUpdates":{
20696      "type":"list",
20697      "member":{"shape":"StandardsControlAssociationUpdate"}
20698    },
20699    "StandardsControls":{
20700      "type":"list",
20701      "member":{"shape":"StandardsControl"}
20702    },
20703    "StandardsInputParameterMap":{
20704      "type":"map",
20705      "key":{"shape":"NonEmptyString"},
20706      "value":{"shape":"NonEmptyString"}
20707    },
20708    "StandardsManagedBy":{
20709      "type":"structure",
20710      "members":{
20711        "Company":{
20712          "shape":"NonEmptyString",
20713          "documentation":"<p>An identifier for the company that manages a specific security standard. For existing standards, the value is equal to <code>Amazon Web Services</code>.</p>"
20714        },
20715        "Product":{
20716          "shape":"NonEmptyString",
20717          "documentation":"<p>An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.</p>"
20718        }
20719      },
20720      "documentation":"<p>Provides details about the management of a security standard.</p>"
20721    },
20722    "StandardsStatus":{
20723      "type":"string",
20724      "enum":[
20725        "PENDING",
20726        "READY",
20727        "FAILED",
20728        "DELETING",
20729        "INCOMPLETE"
20730      ]
20731    },
20732    "StandardsStatusReason":{
20733      "type":"structure",
20734      "required":["StatusReasonCode"],
20735      "members":{
20736        "StatusReasonCode":{
20737          "shape":"StatusReasonCode",
20738          "documentation":"<p>The reason code that represents the reason for the current status of a standard subscription.</p>"
20739        }
20740      },
20741      "documentation":"<p>The reason for the current status of a standard subscription.</p>"
20742    },
20743    "StandardsSubscription":{
20744      "type":"structure",
20745      "required":[
20746        "StandardsSubscriptionArn",
20747        "StandardsArn",
20748        "StandardsInput",
20749        "StandardsStatus"
20750      ],
20751      "members":{
20752        "StandardsSubscriptionArn":{
20753          "shape":"NonEmptyString",
20754          "documentation":"<p>The ARN of a resource that represents your subscription to a supported standard.</p>"
20755        },
20756        "StandardsArn":{
20757          "shape":"NonEmptyString",
20758          "documentation":"<p>The ARN of a standard.</p>"
20759        },
20760        "StandardsInput":{
20761          "shape":"StandardsInputParameterMap",
20762          "documentation":"<p>A key-value pair of input for the standard.</p>"
20763        },
20764        "StandardsStatus":{
20765          "shape":"StandardsStatus",
20766          "documentation":"<p>The status of the standard subscription.</p> <p>The status values are as follows:</p> <ul> <li> <p> <code>PENDING</code> - Standard is in the process of being enabled.</p> </li> <li> <p> <code>READY</code> - Standard is enabled.</p> </li> <li> <p> <code>INCOMPLETE</code> - Standard could not be enabled completely. Some controls may not be available.</p> </li> <li> <p> <code>DELETING</code> - Standard is in the process of being disabled.</p> </li> <li> <p> <code>FAILED</code> - Standard could not be disabled.</p> </li> </ul>"
20767        },
20768        "StandardsStatusReason":{
20769          "shape":"StandardsStatusReason",
20770          "documentation":"<p>The reason for the current status.</p>"
20771        }
20772      },
20773      "documentation":"<p>A resource that represents your subscription to a supported standard.</p>"
20774    },
20775    "StandardsSubscriptionArns":{
20776      "type":"list",
20777      "member":{"shape":"NonEmptyString"},
20778      "max":25,
20779      "min":1
20780    },
20781    "StandardsSubscriptionRequest":{
20782      "type":"structure",
20783      "required":["StandardsArn"],
20784      "members":{
20785        "StandardsArn":{
20786          "shape":"NonEmptyString",
20787          "documentation":"<p>The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the <code>DescribeStandards</code> operation.</p>"
20788        },
20789        "StandardsInput":{
20790          "shape":"StandardsInputParameterMap",
20791          "documentation":"<p>A key-value pair of input for the standard.</p>"
20792        }
20793      },
20794      "documentation":"<p>The standard that you want to enable.</p>"
20795    },
20796    "StandardsSubscriptionRequests":{
20797      "type":"list",
20798      "member":{"shape":"StandardsSubscriptionRequest"},
20799      "max":25,
20800      "min":1
20801    },
20802    "StandardsSubscriptions":{
20803      "type":"list",
20804      "member":{"shape":"StandardsSubscription"}
20805    },
20806    "StartConfigurationPolicyAssociationRequest":{
20807      "type":"structure",
20808      "required":[
20809        "ConfigurationPolicyIdentifier",
20810        "Target"
20811      ],
20812      "members":{
20813        "ConfigurationPolicyIdentifier":{
20814          "shape":"NonEmptyString",
20815          "documentation":"<p> The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy. </p>"
20816        },
20817        "Target":{
20818          "shape":"Target",
20819          "documentation":"<p> The identifier of the target account, organizational unit, or the root to associate with the specified configuration. </p>"
20820        }
20821      }
20822    },
20823    "StartConfigurationPolicyAssociationResponse":{
20824      "type":"structure",
20825      "members":{
20826        "ConfigurationPolicyId":{
20827          "shape":"NonEmptyString",
20828          "documentation":"<p> The UUID of the configuration policy. </p>"
20829        },
20830        "TargetId":{
20831          "shape":"NonEmptyString",
20832          "documentation":"<p> The identifier of the target account, organizational unit, or the organization root with which the configuration is associated. </p>"
20833        },
20834        "TargetType":{
20835          "shape":"TargetType",
20836          "documentation":"<p> Indicates whether the target is an Amazon Web Services account, organizational unit, or the organization root. </p>"
20837        },
20838        "AssociationType":{
20839          "shape":"AssociationType",
20840          "documentation":"<p> Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent. </p>"
20841        },
20842        "UpdatedAt":{
20843          "shape":"Timestamp",
20844          "documentation":"<p> The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated. </p>"
20845        },
20846        "AssociationStatus":{
20847          "shape":"ConfigurationPolicyAssociationStatus",
20848          "documentation":"<p> The current status of the association between the specified target and the configuration. </p>"
20849        },
20850        "AssociationStatusMessage":{
20851          "shape":"NonEmptyString",
20852          "documentation":"<p> An explanation for a <code>FAILED</code> value for <code>AssociationStatus</code>. </p>"
20853        }
20854      }
20855    },
20856    "StartConfigurationPolicyDisassociationRequest":{
20857      "type":"structure",
20858      "required":["ConfigurationPolicyIdentifier"],
20859      "members":{
20860        "Target":{
20861          "shape":"Target",
20862          "documentation":"<p> The identifier of the target account, organizational unit, or the root to disassociate from the specified configuration. </p>"
20863        },
20864        "ConfigurationPolicyIdentifier":{
20865          "shape":"NonEmptyString",
20866          "documentation":"<p> The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy. </p>"
20867        }
20868      }
20869    },
20870    "StartConfigurationPolicyDisassociationResponse":{
20871      "type":"structure",
20872      "members":{
20873      }
20874    },
20875    "StatelessCustomActionDefinition":{
20876      "type":"structure",
20877      "members":{
20878        "PublishMetricAction":{
20879          "shape":"StatelessCustomPublishMetricAction",
20880          "documentation":"<p>Information about metrics to publish to CloudWatch.</p>"
20881        }
20882      },
20883      "documentation":"<p>The definition of a custom action that can be used for stateless packet handling.</p>"
20884    },
20885    "StatelessCustomPublishMetricAction":{
20886      "type":"structure",
20887      "members":{
20888        "Dimensions":{
20889          "shape":"StatelessCustomPublishMetricActionDimensionsList",
20890          "documentation":"<p>Defines CloudWatch dimension values to publish.</p>"
20891        }
20892      },
20893      "documentation":"<p>Information about metrics to publish to CloudWatch.</p>"
20894    },
20895    "StatelessCustomPublishMetricActionDimension":{
20896      "type":"structure",
20897      "members":{
20898        "Value":{
20899          "shape":"NonEmptyString",
20900          "documentation":"<p>The value to use for the custom metric dimension.</p>"
20901        }
20902      },
20903      "documentation":"<p>Defines a CloudWatch dimension value to publish.</p>"
20904    },
20905    "StatelessCustomPublishMetricActionDimensionsList":{
20906      "type":"list",
20907      "member":{"shape":"StatelessCustomPublishMetricActionDimension"}
20908    },
20909    "StatusReason":{
20910      "type":"structure",
20911      "required":["ReasonCode"],
20912      "members":{
20913        "ReasonCode":{
20914          "shape":"NonEmptyString",
20915          "documentation":"<p>A code that represents a reason for the control status. For the list of status reason codes and their meanings, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-results.html#securityhub-standards-results-asff\">Standards-related information in the ASFF</a> in the <i>Security Hub User Guide</i>. </p>"
20916        },
20917        "Description":{
20918          "shape":"NonEmptyString",
20919          "documentation":"<p>The corresponding description for the status reason code.</p>"
20920        }
20921      },
20922      "documentation":"<p>Provides additional context for the value of <code>Compliance.Status</code>.</p>"
20923    },
20924    "StatusReasonCode":{
20925      "type":"string",
20926      "enum":[
20927        "NO_AVAILABLE_CONFIGURATION_RECORDER",
20928        "INTERNAL_ERROR"
20929      ]
20930    },
20931    "StatusReasonsList":{
20932      "type":"list",
20933      "member":{"shape":"StatusReason"}
20934    },
20935    "StringConfigurationOptions":{
20936      "type":"structure",
20937      "members":{
20938        "DefaultValue":{
20939          "shape":"NonEmptyString",
20940          "documentation":"<p> The Security Hub default value for a control parameter that is a string. </p>"
20941        },
20942        "Re2Expression":{
20943          "shape":"NonEmptyString",
20944          "documentation":"<p> An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string. </p>"
20945        },
20946        "ExpressionDescription":{
20947          "shape":"NonEmptyString",
20948          "documentation":"<p> The description of the RE2 regular expression. </p>"
20949        }
20950      },
20951      "documentation":"<p> The options for customizing a security control parameter that is a string. </p>"
20952    },
20953    "StringFilter":{
20954      "type":"structure",
20955      "members":{
20956        "Value":{
20957          "shape":"NonEmptyString",
20958          "documentation":"<p>The string filter value. Filter values are case sensitive. For example, the product name for control-based findings is <code>Security Hub</code>. If you provide <code>security hub</code> as the filter value, there's no match.</p>"
20959        },
20960        "Comparison":{
20961          "shape":"StringFilterComparison",
20962          "documentation":"<p>The condition to apply to a string value when filtering Security Hub findings.</p> <p>To search for values that have the filter value, use one of the following comparison operators:</p> <ul> <li> <p>To search for values that include the filter value, use <code>CONTAINS</code>. For example, the filter <code>Title CONTAINS CloudFront</code> matches findings that have a <code>Title</code> that includes the string CloudFront.</p> </li> <li> <p>To search for values that exactly match the filter value, use <code>EQUALS</code>. For example, the filter <code>AwsAccountId EQUALS 123456789012</code> only matches findings that have an account ID of <code>123456789012</code>.</p> </li> <li> <p>To search for values that start with the filter value, use <code>PREFIX</code>. For example, the filter <code>ResourceRegion PREFIX us</code> matches findings that have a <code>ResourceRegion</code> that starts with <code>us</code>. A <code>ResourceRegion</code> that starts with a different value, such as <code>af</code>, <code>ap</code>, or <code>ca</code>, doesn't match.</p> </li> </ul> <p> <code>CONTAINS</code>, <code>EQUALS</code>, and <code>PREFIX</code> filters on the same field are joined by <code>OR</code>. A finding matches if it matches any one of those filters. For example, the filters <code>Title CONTAINS CloudFront OR Title CONTAINS CloudWatch</code> match a finding that includes either <code>CloudFront</code>, <code>CloudWatch</code>, or both strings in the title.</p> <p>To search for values that don’t have the filter value, use one of the following comparison operators:</p> <ul> <li> <p>To search for values that exclude the filter value, use <code>NOT_CONTAINS</code>. For example, the filter <code>Title NOT_CONTAINS CloudFront</code> matches findings that have a <code>Title</code> that excludes the string CloudFront.</p> </li> <li> <p>To search for values other than the filter value, use <code>NOT_EQUALS</code>. For example, the filter <code>AwsAccountId NOT_EQUALS 123456789012</code> only matches findings that have an account ID other than <code>123456789012</code>.</p> </li> <li> <p>To search for values that don't start with the filter value, use <code>PREFIX_NOT_EQUALS</code>. For example, the filter <code>ResourceRegion PREFIX_NOT_EQUALS us</code> matches findings with a <code>ResourceRegion</code> that starts with a value other than <code>us</code>.</p> </li> </ul> <p> <code>NOT_CONTAINS</code>, <code>NOT_EQUALS</code>, and <code>PREFIX_NOT_EQUALS</code> filters on the same field are joined by <code>AND</code>. A finding matches only if it matches all of those filters. For example, the filters <code>Title NOT_CONTAINS CloudFront AND Title NOT_CONTAINS CloudWatch</code> match a finding that excludes both <code>CloudFront</code> and <code>CloudWatch</code> in the title.</p> <p>You can’t have both a <code>CONTAINS</code> filter and a <code>NOT_CONTAINS</code> filter on the same field. Similarly, you can't provide both an <code>EQUALS</code> filter and a <code>NOT_EQUALS</code> or <code>PREFIX_NOT_EQUALS</code> filter on the same field. Combining filters in this way returns an error. <code>CONTAINS</code> filters can only be used with other <code>CONTAINS</code> filters. <code>NOT_CONTAINS</code> filters can only be used with other <code>NOT_CONTAINS</code> filters. </p> <p>You can combine <code>PREFIX</code> filters with <code>NOT_EQUALS</code> or <code>PREFIX_NOT_EQUALS</code> filters for the same field. Security Hub first processes the <code>PREFIX</code> filters, and then the <code>NOT_EQUALS</code> or <code>PREFIX_NOT_EQUALS</code> filters.</p> <p>For example, for the following filters, Security Hub first identifies findings that have resource types that start with either <code>AwsIam</code> or <code>AwsEc2</code>. It then excludes findings that have a resource type of <code>AwsIamPolicy</code> and findings that have a resource type of <code>AwsEc2NetworkInterface</code>.</p> <ul> <li> <p> <code>ResourceType PREFIX AwsIam</code> </p> </li> <li> <p> <code>ResourceType PREFIX AwsEc2</code> </p> </li> <li> <p> <code>ResourceType NOT_EQUALS AwsIamPolicy</code> </p> </li> <li> <p> <code>ResourceType NOT_EQUALS AwsEc2NetworkInterface</code> </p> </li> </ul> <p> <code>CONTAINS</code> and <code>NOT_CONTAINS</code> operators can be used only with automation rules. For more information, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html\">Automation rules</a> in the <i>Security Hub User Guide</i>.</p>"
20963        }
20964      },
20965      "documentation":"<p>A string filter for filtering Security Hub findings.</p>"
20966    },
20967    "StringFilterComparison":{
20968      "type":"string",
20969      "enum":[
20970        "EQUALS",
20971        "PREFIX",
20972        "NOT_EQUALS",
20973        "PREFIX_NOT_EQUALS",
20974        "CONTAINS",
20975        "NOT_CONTAINS"
20976      ]
20977    },
20978    "StringFilterList":{
20979      "type":"list",
20980      "member":{"shape":"StringFilter"}
20981    },
20982    "StringList":{
20983      "type":"list",
20984      "member":{"shape":"NonEmptyString"}
20985    },
20986    "StringListConfigurationOptions":{
20987      "type":"structure",
20988      "members":{
20989        "DefaultValue":{
20990          "shape":"StringList",
20991          "documentation":"<p> The Security Hub default value for a control parameter that is a list of strings. </p>"
20992        },
20993        "Re2Expression":{
20994          "shape":"NonEmptyString",
20995          "documentation":"<p> An RE2 regular expression that Security Hub uses to validate a user-provided list of strings for a control parameter. </p>"
20996        },
20997        "MaxItems":{
20998          "shape":"Integer",
20999          "documentation":"<p> The maximum number of list items that a string list control parameter can accept. </p>"
21000        },
21001        "ExpressionDescription":{
21002          "shape":"NonEmptyString",
21003          "documentation":"<p> The description of the RE2 regular expression. </p>"
21004        }
21005      },
21006      "documentation":"<p> The options for customizing a security control parameter that is a list of strings. </p>"
21007    },
21008    "TagKey":{
21009      "type":"string",
21010      "max":128,
21011      "min":1,
21012      "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
21013    },
21014    "TagKeyList":{
21015      "type":"list",
21016      "member":{"shape":"TagKey"},
21017      "max":50,
21018      "min":1
21019    },
21020    "TagMap":{
21021      "type":"map",
21022      "key":{"shape":"TagKey"},
21023      "value":{"shape":"TagValue"},
21024      "max":50,
21025      "min":1
21026    },
21027    "TagResourceRequest":{
21028      "type":"structure",
21029      "required":[
21030        "ResourceArn",
21031        "Tags"
21032      ],
21033      "members":{
21034        "ResourceArn":{
21035          "shape":"ResourceArn",
21036          "documentation":"<p>The ARN of the resource to apply the tags to.</p>",
21037          "location":"uri",
21038          "locationName":"ResourceArn"
21039        },
21040        "Tags":{
21041          "shape":"TagMap",
21042          "documentation":"<p>The tags to add to the resource. You can add up to 50 tags at a time. The tag keys can be no longer than 128 characters. The tag values can be no longer than 256 characters.</p>"
21043        }
21044      }
21045    },
21046    "TagResourceResponse":{
21047      "type":"structure",
21048      "members":{
21049      }
21050    },
21051    "TagValue":{
21052      "type":"string",
21053      "max":256
21054    },
21055    "Target":{
21056      "type":"structure",
21057      "members":{
21058        "AccountId":{
21059          "shape":"NonEmptyString",
21060          "documentation":"<p> The Amazon Web Services account ID of the target account. </p>"
21061        },
21062        "OrganizationalUnitId":{
21063          "shape":"NonEmptyString",
21064          "documentation":"<p> The organizational unit ID of the target organizational unit. </p>"
21065        },
21066        "RootId":{
21067          "shape":"NonEmptyString",
21068          "documentation":"<p> The ID of the organization root. </p>"
21069        }
21070      },
21071      "documentation":"<p> The target account, organizational unit, or the root that is associated with an Security Hub configuration. The configuration can be a configuration policy or self-managed behavior. </p>",
21072      "union":true
21073    },
21074    "TargetType":{
21075      "type":"string",
21076      "enum":[
21077        "ACCOUNT",
21078        "ORGANIZATIONAL_UNIT"
21079      ]
21080    },
21081    "Threat":{
21082      "type":"structure",
21083      "members":{
21084        "Name":{
21085          "shape":"NonEmptyString",
21086          "documentation":"<p>The name of the threat. </p>"
21087        },
21088        "Severity":{
21089          "shape":"NonEmptyString",
21090          "documentation":"<p>The severity of the threat. </p>"
21091        },
21092        "ItemCount":{
21093          "shape":"Integer",
21094          "documentation":"<p>This total number of items in which the threat has been detected. </p>"
21095        },
21096        "FilePaths":{
21097          "shape":"FilePathList",
21098          "documentation":"<p>Provides information about the file paths that were affected by the threat. </p>"
21099        }
21100      },
21101      "documentation":"<p>Provides information about the threat detected in a security finding and the file paths that were affected by the threat. </p>"
21102    },
21103    "ThreatIntelIndicator":{
21104      "type":"structure",
21105      "members":{
21106        "Type":{
21107          "shape":"ThreatIntelIndicatorType",
21108          "documentation":"<p>The type of threat intelligence indicator.</p>"
21109        },
21110        "Value":{
21111          "shape":"NonEmptyString",
21112          "documentation":"<p>The value of a threat intelligence indicator.</p>"
21113        },
21114        "Category":{
21115          "shape":"ThreatIntelIndicatorCategory",
21116          "documentation":"<p>The category of a threat intelligence indicator.</p>"
21117        },
21118        "LastObservedAt":{
21119          "shape":"NonEmptyString",
21120          "documentation":"<p>Indicates when the most recent instance of a threat intelligence indicator was observed.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
21121        },
21122        "Source":{
21123          "shape":"NonEmptyString",
21124          "documentation":"<p>The source of the threat intelligence indicator.</p>"
21125        },
21126        "SourceUrl":{
21127          "shape":"NonEmptyString",
21128          "documentation":"<p>The URL to the page or site where you can get more information about the threat intelligence indicator.</p>"
21129        }
21130      },
21131      "documentation":"<p>Details about the threat intelligence related to a finding.</p>"
21132    },
21133    "ThreatIntelIndicatorCategory":{
21134      "type":"string",
21135      "enum":[
21136        "BACKDOOR",
21137        "CARD_STEALER",
21138        "COMMAND_AND_CONTROL",
21139        "DROP_SITE",
21140        "EXPLOIT_SITE",
21141        "KEYLOGGER"
21142      ]
21143    },
21144    "ThreatIntelIndicatorList":{
21145      "type":"list",
21146      "member":{"shape":"ThreatIntelIndicator"}
21147    },
21148    "ThreatIntelIndicatorType":{
21149      "type":"string",
21150      "enum":[
21151        "DOMAIN",
21152        "EMAIL_ADDRESS",
21153        "HASH_MD5",
21154        "HASH_SHA1",
21155        "HASH_SHA256",
21156        "HASH_SHA512",
21157        "IPV4_ADDRESS",
21158        "IPV6_ADDRESS",
21159        "MUTEX",
21160        "PROCESS",
21161        "URL"
21162      ]
21163    },
21164    "ThreatList":{
21165      "type":"list",
21166      "member":{"shape":"Threat"}
21167    },
21168    "Timestamp":{
21169      "type":"timestamp",
21170      "timestampFormat":"iso8601"
21171    },
21172    "TypeList":{
21173      "type":"list",
21174      "member":{"shape":"NonEmptyString"}
21175    },
21176    "UnprocessedAutomationRule":{
21177      "type":"structure",
21178      "members":{
21179        "RuleArn":{
21180          "shape":"NonEmptyString",
21181          "documentation":"<p> The Amazon Resource Name (ARN) for the unprocessed automation rule. </p>"
21182        },
21183        "ErrorCode":{
21184          "shape":"Integer",
21185          "documentation":"<p> The error code associated with the unprocessed automation rule. </p>"
21186        },
21187        "ErrorMessage":{
21188          "shape":"NonEmptyString",
21189          "documentation":"<p> An error message describing why a request didn't process a specific rule. </p>"
21190        }
21191      },
21192      "documentation":"<p> A list of objects containing <code>RuleArn</code>, <code>ErrorCode</code>, and <code>ErrorMessage</code>. This parameter tells you which automation rules the request didn't process and why. </p>"
21193    },
21194    "UnprocessedAutomationRulesList":{
21195      "type":"list",
21196      "member":{"shape":"UnprocessedAutomationRule"}
21197    },
21198    "UnprocessedConfigurationPolicyAssociation":{
21199      "type":"structure",
21200      "members":{
21201        "ConfigurationPolicyAssociationIdentifiers":{
21202          "shape":"ConfigurationPolicyAssociation",
21203          "documentation":"<p> Configuration policy association identifiers that were specified in a <code>BatchGetConfigurationPolicyAssociations</code> request but couldn’t be processed due to an error. </p>"
21204        },
21205        "ErrorCode":{
21206          "shape":"NonEmptyString",
21207          "documentation":"<p> An HTTP status code that identifies why the configuration policy association failed. </p>"
21208        },
21209        "ErrorReason":{
21210          "shape":"NonEmptyString",
21211          "documentation":"<p> A string that identifies why the configuration policy association failed. </p>"
21212        }
21213      },
21214      "documentation":"<p> An array of configuration policy associations, one for each configuration policy association identifier, that was specified in a <code>BatchGetConfigurationPolicyAssociations</code> request but couldn’t be processed due to an error. </p>"
21215    },
21216    "UnprocessedConfigurationPolicyAssociationList":{
21217      "type":"list",
21218      "member":{"shape":"UnprocessedConfigurationPolicyAssociation"}
21219    },
21220    "UnprocessedErrorCode":{
21221      "type":"string",
21222      "enum":[
21223        "INVALID_INPUT",
21224        "ACCESS_DENIED",
21225        "NOT_FOUND",
21226        "LIMIT_EXCEEDED"
21227      ]
21228    },
21229    "UnprocessedSecurityControl":{
21230      "type":"structure",
21231      "required":[
21232        "SecurityControlId",
21233        "ErrorCode"
21234      ],
21235      "members":{
21236        "SecurityControlId":{
21237          "shape":"NonEmptyString",
21238          "documentation":"<p> The control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) for which a response couldn't be returned. </p>"
21239        },
21240        "ErrorCode":{
21241          "shape":"UnprocessedErrorCode",
21242          "documentation":"<p> The error code for the unprocessed security control. </p>"
21243        },
21244        "ErrorReason":{
21245          "shape":"NonEmptyString",
21246          "documentation":"<p> The reason why the security control was unprocessed. </p>"
21247        }
21248      },
21249      "documentation":"<p> Provides details about a security control for which a response couldn't be returned. </p>"
21250    },
21251    "UnprocessedSecurityControls":{
21252      "type":"list",
21253      "member":{"shape":"UnprocessedSecurityControl"}
21254    },
21255    "UnprocessedStandardsControlAssociation":{
21256      "type":"structure",
21257      "required":[
21258        "StandardsControlAssociationId",
21259        "ErrorCode"
21260      ],
21261      "members":{
21262        "StandardsControlAssociationId":{
21263          "shape":"StandardsControlAssociationId",
21264          "documentation":"<p> An array with one or more objects that includes a security control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This parameter shows the specific controls for which the enablement status couldn't be retrieved in specified standards when calling <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html\">BatchUpdateStandardsControlAssociations</a>. </p>"
21265        },
21266        "ErrorCode":{
21267          "shape":"UnprocessedErrorCode",
21268          "documentation":"<p>The error code for the unprocessed standard and control association. </p>"
21269        },
21270        "ErrorReason":{
21271          "shape":"NonEmptyString",
21272          "documentation":"<p>The reason why the standard and control association was unprocessed. </p>"
21273        }
21274      },
21275      "documentation":"<p> Provides details about which control's enablement status couldn't be retrieved in a specified standard when calling <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html\">BatchUpdateStandardsControlAssociations</a>. This parameter also provides details about why the request was unprocessed. </p>"
21276    },
21277    "UnprocessedStandardsControlAssociationUpdate":{
21278      "type":"structure",
21279      "required":[
21280        "StandardsControlAssociationUpdate",
21281        "ErrorCode"
21282      ],
21283      "members":{
21284        "StandardsControlAssociationUpdate":{
21285          "shape":"StandardsControlAssociationUpdate",
21286          "documentation":"<p>An array of control and standard associations for which an update failed when calling <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html\">BatchUpdateStandardsControlAssociations</a>. </p>"
21287        },
21288        "ErrorCode":{
21289          "shape":"UnprocessedErrorCode",
21290          "documentation":"<p>The error code for the unprocessed update of the control's enablement status in the specified standard.</p>"
21291        },
21292        "ErrorReason":{
21293          "shape":"NonEmptyString",
21294          "documentation":"<p>The reason why a control's enablement status in the specified standard couldn't be updated. </p>"
21295        }
21296      },
21297      "documentation":"<p>Provides details about which control's enablement status could not be updated in a specified standard when calling the <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html\">BatchUpdateStandardsControlAssociations</a> API. This parameter also provides details about why the request was unprocessed. </p>"
21298    },
21299    "UnprocessedStandardsControlAssociationUpdates":{
21300      "type":"list",
21301      "member":{"shape":"UnprocessedStandardsControlAssociationUpdate"}
21302    },
21303    "UnprocessedStandardsControlAssociations":{
21304      "type":"list",
21305      "member":{"shape":"UnprocessedStandardsControlAssociation"}
21306    },
21307    "UntagResourceRequest":{
21308      "type":"structure",
21309      "required":[
21310        "ResourceArn",
21311        "TagKeys"
21312      ],
21313      "members":{
21314        "ResourceArn":{
21315          "shape":"ResourceArn",
21316          "documentation":"<p>The ARN of the resource to remove the tags from.</p>",
21317          "location":"uri",
21318          "locationName":"ResourceArn"
21319        },
21320        "TagKeys":{
21321          "shape":"TagKeyList",
21322          "documentation":"<p>The tag keys associated with the tags to remove from the resource. You can remove up to 50 tags at a time.</p>",
21323          "location":"querystring",
21324          "locationName":"tagKeys"
21325        }
21326      }
21327    },
21328    "UntagResourceResponse":{
21329      "type":"structure",
21330      "members":{
21331      }
21332    },
21333    "UpdateActionTargetRequest":{
21334      "type":"structure",
21335      "required":["ActionTargetArn"],
21336      "members":{
21337        "ActionTargetArn":{
21338          "shape":"NonEmptyString",
21339          "documentation":"<p>The ARN of the custom action target to update.</p>",
21340          "location":"uri",
21341          "locationName":"ActionTargetArn"
21342        },
21343        "Name":{
21344          "shape":"NonEmptyString",
21345          "documentation":"<p>The updated name of the custom action target.</p>"
21346        },
21347        "Description":{
21348          "shape":"NonEmptyString",
21349          "documentation":"<p>The updated description for the custom action target.</p>"
21350        }
21351      }
21352    },
21353    "UpdateActionTargetResponse":{
21354      "type":"structure",
21355      "members":{
21356      }
21357    },
21358    "UpdateAutomationRulesRequestItem":{
21359      "type":"structure",
21360      "required":["RuleArn"],
21361      "members":{
21362        "RuleArn":{
21363          "shape":"NonEmptyString",
21364          "documentation":"<p> The Amazon Resource Name (ARN) for the rule. </p>"
21365        },
21366        "RuleStatus":{
21367          "shape":"RuleStatus",
21368          "documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html\"> <code>BatchUpdateAutomationRules</code> </a>. </p>"
21369        },
21370        "RuleOrder":{
21371          "shape":"RuleOrderValue",
21372          "documentation":"<p> An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings. Security Hub applies rules with lower values for this parameter first. </p>"
21373        },
21374        "Description":{
21375          "shape":"NonEmptyString",
21376          "documentation":"<p> A description of the rule. </p>"
21377        },
21378        "RuleName":{
21379          "shape":"NonEmptyString",
21380          "documentation":"<p> The name of the rule. </p>"
21381        },
21382        "IsTerminal":{
21383          "shape":"Boolean",
21384          "documentation":"<p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal. </p>"
21385        },
21386        "Criteria":{
21387          "shape":"AutomationRulesFindingFilters",
21388          "documentation":"<p> A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding. </p>"
21389        },
21390        "Actions":{
21391          "shape":"ActionList",
21392          "documentation":"<p> One or more actions to update finding fields if a finding matches the conditions specified in <code>Criteria</code>. </p>"
21393        }
21394      },
21395      "documentation":"<p> Specifies the parameters to update in an existing automation rule. </p>"
21396    },
21397    "UpdateAutomationRulesRequestItemsList":{
21398      "type":"list",
21399      "member":{"shape":"UpdateAutomationRulesRequestItem"},
21400      "max":100,
21401      "min":1
21402    },
21403    "UpdateConfigurationPolicyRequest":{
21404      "type":"structure",
21405      "required":["Identifier"],
21406      "members":{
21407        "Identifier":{
21408          "shape":"NonEmptyString",
21409          "documentation":"<p> The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy. </p>",
21410          "location":"uri",
21411          "locationName":"Identifier"
21412        },
21413        "Name":{
21414          "shape":"NonEmptyString",
21415          "documentation":"<p> The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: <code>-, ., !, *, /</code>. </p>"
21416        },
21417        "Description":{
21418          "shape":"NonEmptyString",
21419          "documentation":"<p> The description of the configuration policy. </p>"
21420        },
21421        "UpdatedReason":{
21422          "shape":"NonEmptyString",
21423          "documentation":"<p> The reason for updating the configuration policy. </p>"
21424        },
21425        "ConfigurationPolicy":{
21426          "shape":"Policy",
21427          "documentation":"<p> An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls). </p> <p>When updating a configuration policy, provide a complete list of standards that you want to enable and a complete list of controls that you want to enable or disable. The updated configuration replaces the current configuration.</p>"
21428        }
21429      }
21430    },
21431    "UpdateConfigurationPolicyResponse":{
21432      "type":"structure",
21433      "members":{
21434        "Arn":{
21435          "shape":"NonEmptyString",
21436          "documentation":"<p> The ARN of the configuration policy. </p>"
21437        },
21438        "Id":{
21439          "shape":"NonEmptyString",
21440          "documentation":"<p> The UUID of the configuration policy. </p>"
21441        },
21442        "Name":{
21443          "shape":"NonEmptyString",
21444          "documentation":"<p> The name of the configuration policy. </p>"
21445        },
21446        "Description":{
21447          "shape":"NonEmptyString",
21448          "documentation":"<p> The description of the configuration policy. </p>"
21449        },
21450        "UpdatedAt":{
21451          "shape":"Timestamp",
21452          "documentation":"<p> The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated. </p>"
21453        },
21454        "CreatedAt":{
21455          "shape":"Timestamp",
21456          "documentation":"<p> The date and time, in UTC and ISO 8601 format, that the configuration policy was created. </p>"
21457        },
21458        "ConfigurationPolicy":{
21459          "shape":"Policy",
21460          "documentation":"<p> An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the request included a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If the request included a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls). </p>"
21461        }
21462      }
21463    },
21464    "UpdateFindingAggregatorRequest":{
21465      "type":"structure",
21466      "required":[
21467        "FindingAggregatorArn",
21468        "RegionLinkingMode"
21469      ],
21470      "members":{
21471        "FindingAggregatorArn":{
21472          "shape":"NonEmptyString",
21473          "documentation":"<p>The ARN of the finding aggregator. To obtain the ARN, use <code>ListFindingAggregators</code>.</p>"
21474        },
21475        "RegionLinkingMode":{
21476          "shape":"NonEmptyString",
21477          "documentation":"<p>Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.</p> <p>The selected option also determines how to use the Regions provided in the Regions list.</p> <p>The options are as follows:</p> <ul> <li> <p> <code>ALL_REGIONS</code> - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. </p> </li> <li> <p> <code>ALL_REGIONS_EXCEPT_SPECIFIED</code> - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the <code>Regions</code> parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. </p> </li> <li> <p> <code>SPECIFIED_REGIONS</code> - Indicates to aggregate findings only from the Regions listed in the <code>Regions</code> parameter. Security Hub does not automatically aggregate findings from new Regions. </p> </li> </ul>"
21478        },
21479        "Regions":{
21480          "shape":"StringList",
21481          "documentation":"<p>If <code>RegionLinkingMode</code> is <code>ALL_REGIONS_EXCEPT_SPECIFIED</code>, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.</p> <p>If <code>RegionLinkingMode</code> is <code>SPECIFIED_REGIONS</code>, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.</p>"
21482        }
21483      }
21484    },
21485    "UpdateFindingAggregatorResponse":{
21486      "type":"structure",
21487      "members":{
21488        "FindingAggregatorArn":{
21489          "shape":"NonEmptyString",
21490          "documentation":"<p>The ARN of the finding aggregator.</p>"
21491        },
21492        "FindingAggregationRegion":{
21493          "shape":"NonEmptyString",
21494          "documentation":"<p>The aggregation Region.</p>"
21495        },
21496        "RegionLinkingMode":{
21497          "shape":"NonEmptyString",
21498          "documentation":"<p>Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.</p>"
21499        },
21500        "Regions":{
21501          "shape":"StringList",
21502          "documentation":"<p>The list of excluded Regions or included Regions.</p>"
21503        }
21504      }
21505    },
21506    "UpdateFindingsRequest":{
21507      "type":"structure",
21508      "required":["Filters"],
21509      "members":{
21510        "Filters":{
21511          "shape":"AwsSecurityFindingFilters",
21512          "documentation":"<p>A collection of attributes that specify which findings you want to update.</p>"
21513        },
21514        "Note":{
21515          "shape":"NoteUpdate",
21516          "documentation":"<p>The updated note for the finding.</p>"
21517        },
21518        "RecordState":{
21519          "shape":"RecordState",
21520          "documentation":"<p>The updated record state for the finding.</p>"
21521        }
21522      }
21523    },
21524    "UpdateFindingsResponse":{
21525      "type":"structure",
21526      "members":{
21527      }
21528    },
21529    "UpdateInsightRequest":{
21530      "type":"structure",
21531      "required":["InsightArn"],
21532      "members":{
21533        "InsightArn":{
21534          "shape":"NonEmptyString",
21535          "documentation":"<p>The ARN of the insight that you want to update.</p>",
21536          "location":"uri",
21537          "locationName":"InsightArn"
21538        },
21539        "Name":{
21540          "shape":"NonEmptyString",
21541          "documentation":"<p>The updated name for the insight.</p>"
21542        },
21543        "Filters":{
21544          "shape":"AwsSecurityFindingFilters",
21545          "documentation":"<p>The updated filters that define this insight.</p>"
21546        },
21547        "GroupByAttribute":{
21548          "shape":"NonEmptyString",
21549          "documentation":"<p>The updated <code>GroupBy</code> attribute that defines this insight.</p>"
21550        }
21551      }
21552    },
21553    "UpdateInsightResponse":{
21554      "type":"structure",
21555      "members":{
21556      }
21557    },
21558    "UpdateOrganizationConfigurationRequest":{
21559      "type":"structure",
21560      "required":["AutoEnable"],
21561      "members":{
21562        "AutoEnable":{
21563          "shape":"Boolean",
21564          "documentation":"<p>Whether to automatically enable Security Hub in new member accounts when they join the organization.</p> <p>If set to <code>true</code>, then Security Hub is automatically enabled in new accounts. If set to <code>false</code>, then Security Hub isn't enabled in new accounts automatically. The default value is <code>false</code>.</p> <p>If the <code>ConfigurationType</code> of your organization is set to <code>CENTRAL</code>, then this field is set to <code>false</code> and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.</p>"
21565        },
21566        "AutoEnableStandards":{
21567          "shape":"AutoEnableStandards",
21568          "documentation":"<p>Whether to automatically enable Security Hub <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html\">default standards</a> in new member accounts when they join the organization.</p> <p>The default value of this parameter is equal to <code>DEFAULT</code>.</p> <p>If equal to <code>DEFAULT</code>, then Security Hub default standards are automatically enabled for new member accounts. If equal to <code>NONE</code>, then default standards are not automatically enabled for new member accounts.</p> <p>If the <code>ConfigurationType</code> of your organization is set to <code>CENTRAL</code>, then this field is set to <code>NONE</code> and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.</p>"
21569        },
21570        "OrganizationConfiguration":{"shape":"OrganizationConfiguration"}
21571      }
21572    },
21573    "UpdateOrganizationConfigurationResponse":{
21574      "type":"structure",
21575      "members":{
21576      }
21577    },
21578    "UpdateSecurityControlRequest":{
21579      "type":"structure",
21580      "required":[
21581        "SecurityControlId",
21582        "Parameters"
21583      ],
21584      "members":{
21585        "SecurityControlId":{
21586          "shape":"NonEmptyString",
21587          "documentation":"<p> The Amazon Resource Name (ARN) or ID of the control to update. </p>"
21588        },
21589        "Parameters":{
21590          "shape":"Parameters",
21591          "documentation":"<p> An object that specifies which security control parameters to update. </p>"
21592        },
21593        "LastUpdateReason":{
21594          "shape":"AlphaNumericNonEmptyString",
21595          "documentation":"<p> The most recent reason for updating the properties of the security control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores. </p>"
21596        }
21597      }
21598    },
21599    "UpdateSecurityControlResponse":{
21600      "type":"structure",
21601      "members":{
21602      }
21603    },
21604    "UpdateSecurityHubConfigurationRequest":{
21605      "type":"structure",
21606      "members":{
21607        "AutoEnableControls":{
21608          "shape":"Boolean",
21609          "documentation":"<p>Whether to automatically enable new controls when they are added to standards that are enabled.</p> <p>By default, this is set to <code>true</code>, and new controls are enabled automatically. To not automatically enable new controls, set this to <code>false</code>. </p>"
21610        },
21611        "ControlFindingGenerator":{
21612          "shape":"ControlFindingGenerator",
21613          "documentation":"<p>Updates whether the calling account has consolidated control findings turned on. If the value for this field is set to <code>SECURITY_CONTROL</code>, Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards.</p> <p>If the value for this field is set to <code>STANDARD_CONTROL</code>, Security Hub generates separate findings for a control check when the check applies to multiple enabled standards.</p> <p>For accounts that are part of an organization, this value can only be updated in the administrator account.</p>"
21614        }
21615      }
21616    },
21617    "UpdateSecurityHubConfigurationResponse":{
21618      "type":"structure",
21619      "members":{
21620      }
21621    },
21622    "UpdateStandardsControlRequest":{
21623      "type":"structure",
21624      "required":["StandardsControlArn"],
21625      "members":{
21626        "StandardsControlArn":{
21627          "shape":"NonEmptyString",
21628          "documentation":"<p>The ARN of the security standard control to enable or disable.</p>",
21629          "location":"uri",
21630          "locationName":"StandardsControlArn"
21631        },
21632        "ControlStatus":{
21633          "shape":"ControlStatus",
21634          "documentation":"<p>The updated status of the security standard control.</p>"
21635        },
21636        "DisabledReason":{
21637          "shape":"NonEmptyString",
21638          "documentation":"<p>A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.</p>"
21639        }
21640      }
21641    },
21642    "UpdateStandardsControlResponse":{
21643      "type":"structure",
21644      "members":{
21645      }
21646    },
21647    "UpdateStatus":{
21648      "type":"string",
21649      "enum":[
21650        "READY",
21651        "UPDATING"
21652      ]
21653    },
21654    "VerificationState":{
21655      "type":"string",
21656      "enum":[
21657        "UNKNOWN",
21658        "TRUE_POSITIVE",
21659        "FALSE_POSITIVE",
21660        "BENIGN_POSITIVE"
21661      ]
21662    },
21663    "VolumeMount":{
21664      "type":"structure",
21665      "members":{
21666        "Name":{
21667          "shape":"NonEmptyString",
21668          "documentation":"<p>The name of the volume. </p>"
21669        },
21670        "MountPath":{
21671          "shape":"NonEmptyString",
21672          "documentation":"<p>The path in the container at which the volume should be mounted. </p>"
21673        }
21674      },
21675      "documentation":"<p>Describes the mounting of a volume in a container. </p>"
21676    },
21677    "VolumeMountList":{
21678      "type":"list",
21679      "member":{"shape":"VolumeMount"}
21680    },
21681    "VpcInfoCidrBlockSetDetails":{
21682      "type":"structure",
21683      "members":{
21684        "CidrBlock":{
21685          "shape":"NonEmptyString",
21686          "documentation":"<p>The IPv4 CIDR block for the VPC. </p>"
21687        }
21688      },
21689      "documentation":"<p>Provides details about the IPv4 CIDR blocks for the VPC. </p>"
21690    },
21691    "VpcInfoCidrBlockSetList":{
21692      "type":"list",
21693      "member":{"shape":"VpcInfoCidrBlockSetDetails"}
21694    },
21695    "VpcInfoIpv6CidrBlockSetDetails":{
21696      "type":"structure",
21697      "members":{
21698        "Ipv6CidrBlock":{
21699          "shape":"NonEmptyString",
21700          "documentation":"<p>The IPv6 CIDR block for the VPC. </p>"
21701        }
21702      },
21703      "documentation":"<p>Provides details about the IPv6 CIDR blocks for the VPC. </p>"
21704    },
21705    "VpcInfoIpv6CidrBlockSetList":{
21706      "type":"list",
21707      "member":{"shape":"VpcInfoIpv6CidrBlockSetDetails"}
21708    },
21709    "VpcInfoPeeringOptionsDetails":{
21710      "type":"structure",
21711      "members":{
21712        "AllowDnsResolutionFromRemoteVpc":{
21713          "shape":"Boolean",
21714          "documentation":"<p>Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC. </p>"
21715        },
21716        "AllowEgressFromLocalClassicLinkToRemoteVpc":{
21717          "shape":"Boolean",
21718          "documentation":"<p>Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection. </p>"
21719        },
21720        "AllowEgressFromLocalVpcToRemoteClassicLink":{
21721          "shape":"Boolean",
21722          "documentation":"<p>Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection. </p>"
21723        }
21724      },
21725      "documentation":"<p>Provides information about the VPC peering connection options for the accepter or requester VPC. </p>"
21726    },
21727    "Vulnerability":{
21728      "type":"structure",
21729      "required":["Id"],
21730      "members":{
21731        "Id":{
21732          "shape":"NonEmptyString",
21733          "documentation":"<p>The identifier of the vulnerability.</p>"
21734        },
21735        "VulnerablePackages":{
21736          "shape":"SoftwarePackageList",
21737          "documentation":"<p>List of software packages that have the vulnerability.</p>"
21738        },
21739        "Cvss":{
21740          "shape":"CvssList",
21741          "documentation":"<p>CVSS scores from the advisory related to the vulnerability.</p>"
21742        },
21743        "RelatedVulnerabilities":{
21744          "shape":"StringList",
21745          "documentation":"<p>List of vulnerabilities that are related to this vulnerability.</p>"
21746        },
21747        "Vendor":{
21748          "shape":"VulnerabilityVendor",
21749          "documentation":"<p>Information about the vendor that generates the vulnerability report.</p>"
21750        },
21751        "ReferenceUrls":{
21752          "shape":"StringList",
21753          "documentation":"<p>A list of URLs that provide additional information about the vulnerability.</p>"
21754        },
21755        "FixAvailable":{
21756          "shape":"VulnerabilityFixAvailable",
21757          "documentation":"<p>Specifies if all vulnerable packages in a finding have a value for <code>FixedInVersion</code> and <code>Remediation</code>. This field is evaluated for each vulnerability <code>Id</code> based on the number of vulnerable packages that have a value for both <code>FixedInVersion</code> and <code>Remediation</code>. Valid values are as follows:</p> <ul> <li> <p> <code>YES</code> if all vulnerable packages have a value for both <code>FixedInVersion</code> and <code>Remediation</code> </p> </li> <li> <p> <code>NO</code> if no vulnerable packages have a value for <code>FixedInVersion</code> and <code>Remediation</code> </p> </li> <li> <p> <code>PARTIAL</code> otherwise</p> </li> </ul>"
21758        },
21759        "EpssScore":{
21760          "shape":"Double",
21761          "documentation":"<p>The Exploit Prediction Scoring System (EPSS) score for a finding. </p>"
21762        },
21763        "ExploitAvailable":{
21764          "shape":"VulnerabilityExploitAvailable",
21765          "documentation":"<p>Whether an exploit is available for a finding. </p>"
21766        },
21767        "CodeVulnerabilities":{
21768          "shape":"VulnerabilityCodeVulnerabilitiesList",
21769          "documentation":"<p>The vulnerabilities found in your Lambda function code. This field pertains to findings that Security Hub receives from Amazon Inspector. </p>"
21770        }
21771      },
21772      "documentation":"<p>A vulnerability associated with a finding.</p>"
21773    },
21774    "VulnerabilityCodeVulnerabilities":{
21775      "type":"structure",
21776      "members":{
21777        "Cwes":{
21778          "shape":"TypeList",
21779          "documentation":"<p> The Common Weakness Enumeration (CWE) item associated with the detected code vulnerability. </p>"
21780        },
21781        "FilePath":{
21782          "shape":"CodeVulnerabilitiesFilePath",
21783          "documentation":"<p> Provides details about where a code vulnerability is located in your Lambda function. </p>"
21784        },
21785        "SourceArn":{
21786          "shape":"NonEmptyString",
21787          "documentation":"<p> The Amazon Resource Name (ARN) of the Lambda layer in which the code vulnerability is located. </p>"
21788        }
21789      },
21790      "documentation":"<p>Provides details about the vulnerabilities found in your Lambda function code. This field pertains to findings that Security Hub receives from Amazon Inspector. </p>"
21791    },
21792    "VulnerabilityCodeVulnerabilitiesList":{
21793      "type":"list",
21794      "member":{"shape":"VulnerabilityCodeVulnerabilities"}
21795    },
21796    "VulnerabilityExploitAvailable":{
21797      "type":"string",
21798      "enum":[
21799        "YES",
21800        "NO"
21801      ]
21802    },
21803    "VulnerabilityFixAvailable":{
21804      "type":"string",
21805      "enum":[
21806        "YES",
21807        "NO",
21808        "PARTIAL"
21809      ]
21810    },
21811    "VulnerabilityList":{
21812      "type":"list",
21813      "member":{"shape":"Vulnerability"}
21814    },
21815    "VulnerabilityVendor":{
21816      "type":"structure",
21817      "required":["Name"],
21818      "members":{
21819        "Name":{
21820          "shape":"NonEmptyString",
21821          "documentation":"<p>The name of the vendor.</p>"
21822        },
21823        "Url":{
21824          "shape":"NonEmptyString",
21825          "documentation":"<p>The URL of the vulnerability advisory.</p>"
21826        },
21827        "VendorSeverity":{
21828          "shape":"NonEmptyString",
21829          "documentation":"<p>The severity that the vendor assigned to the vulnerability.</p>"
21830        },
21831        "VendorCreatedAt":{
21832          "shape":"NonEmptyString",
21833          "documentation":"<p>Indicates when the vulnerability advisory was created.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
21834        },
21835        "VendorUpdatedAt":{
21836          "shape":"NonEmptyString",
21837          "documentation":"<p>Indicates when the vulnerability advisory was last updated.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces, and date and time should be separated by <code>T</code>. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>"
21838        }
21839      },
21840      "documentation":"<p>A vendor that generates a vulnerability report.</p>"
21841    },
21842    "WafAction":{
21843      "type":"structure",
21844      "members":{
21845        "Type":{
21846          "shape":"NonEmptyString",
21847          "documentation":"<p>Specifies how you want WAF to respond to requests that match the settings in a rule.</p> <p>Valid settings include the following:</p> <ul> <li> <p> <code>ALLOW</code> - WAF allows requests</p> </li> <li> <p> <code>BLOCK</code> - WAF blocks requests</p> </li> <li> <p> <code>COUNT</code> - WAF increments a counter of the requests that match all of the conditions in the rule. WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify <code>COUNT</code> for the default action for a web ACL.</p> </li> </ul>"
21848        }
21849      },
21850      "documentation":"<p>Details about the action that CloudFront or WAF takes when a web request matches the conditions in the rule. </p>"
21851    },
21852    "WafExcludedRule":{
21853      "type":"structure",
21854      "members":{
21855        "RuleId":{
21856          "shape":"NonEmptyString",
21857          "documentation":"<p>The unique identifier for the rule to exclude from the rule group.</p>"
21858        }
21859      },
21860      "documentation":"<p>Details about a rule to exclude from a rule group.</p>"
21861    },
21862    "WafExcludedRuleList":{
21863      "type":"list",
21864      "member":{"shape":"WafExcludedRule"}
21865    },
21866    "WafOverrideAction":{
21867      "type":"structure",
21868      "members":{
21869        "Type":{
21870          "shape":"NonEmptyString",
21871          "documentation":"<p> <code>COUNT</code> overrides the action specified by the individual rule within a <code>RuleGroup</code> .</p> <p>If set to <code>NONE</code>, the rule's action takes place.</p>"
21872        }
21873      },
21874      "documentation":"<p>Details about an override action for a rule.</p>"
21875    },
21876    "Workflow":{
21877      "type":"structure",
21878      "members":{
21879        "Status":{
21880          "shape":"WorkflowStatus",
21881          "documentation":"<p>The status of the investigation into the finding. The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status to <code>SUPPRESSED</code> or <code>RESOLVED</code> does not prevent a new finding for the same issue.</p> <p>The allowed values are the following.</p> <ul> <li> <p> <code>NEW</code> - The initial state of a finding, before it is reviewed.</p> <p>Security Hub also resets the workflow status from <code>NOTIFIED</code> or <code>RESOLVED</code> to <code>NEW</code> in the following cases:</p> <ul> <li> <p> <code>RecordState</code> changes from <code>ARCHIVED</code> to <code>ACTIVE</code>.</p> </li> <li> <p> <code>ComplianceStatus</code> changes from <code>PASSED</code> to either <code>WARNING</code>, <code>FAILED</code>, or <code>NOT_AVAILABLE</code>.</p> </li> </ul> </li> <li> <p> <code>NOTIFIED</code> - Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.</p> </li> <li> <p> <code>SUPPRESSED</code> - Indicates that you reviewed the finding and do not believe that any action is needed. The finding is no longer updated.</p> </li> <li> <p> <code>RESOLVED</code> - The finding was reviewed and remediated and is now considered resolved. </p> </li> </ul>"
21882        }
21883      },
21884      "documentation":"<p>Provides details about the status of the investigation into a finding.</p>"
21885    },
21886    "WorkflowState":{
21887      "type":"string",
21888      "deprecated":true,
21889      "deprecatedMessage":"This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel.",
21890      "enum":[
21891        "NEW",
21892        "ASSIGNED",
21893        "IN_PROGRESS",
21894        "DEFERRED",
21895        "RESOLVED"
21896      ]
21897    },
21898    "WorkflowStatus":{
21899      "type":"string",
21900      "enum":[
21901        "NEW",
21902        "NOTIFIED",
21903        "RESOLVED",
21904        "SUPPRESSED"
21905      ]
21906    },
21907    "WorkflowUpdate":{
21908      "type":"structure",
21909      "members":{
21910        "Status":{
21911          "shape":"WorkflowStatus",
21912          "documentation":"<p>The status of the investigation into the finding. The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status to <code>SUPPRESSED</code> or <code>RESOLVED</code> does not prevent a new finding for the same issue.</p> <p>The allowed values are the following.</p> <ul> <li> <p> <code>NEW</code> - The initial state of a finding, before it is reviewed.</p> <p>Security Hub also resets <code>WorkFlowStatus</code> from <code>NOTIFIED</code> or <code>RESOLVED</code> to <code>NEW</code> in the following cases:</p> <ul> <li> <p>The record state changes from <code>ARCHIVED</code> to <code>ACTIVE</code>.</p> </li> <li> <p>The compliance status changes from <code>PASSED</code> to either <code>WARNING</code>, <code>FAILED</code>, or <code>NOT_AVAILABLE</code>.</p> </li> </ul> </li> <li> <p> <code>NOTIFIED</code> - Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.</p> </li> <li> <p> <code>RESOLVED</code> - The finding was reviewed and remediated and is now considered resolved.</p> </li> <li> <p> <code>SUPPRESSED</code> - Indicates that you reviewed the finding and do not believe that any action is needed. The finding is no longer updated.</p> </li> </ul>"
21913        }
21914      },
21915      "documentation":"<p>Used to update information about the investigation into the finding.</p>"
21916    }
21917  },
21918  "documentation":"<p>Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.</p> <p>Security Hub collects security data across Amazon Web Services accounts, Amazon Web Services, and supported third-party products and helps you analyze your security trends and identify the highest priority security issues.</p> <p>To help you manage the security state of your organization, Security Hub supports multiple security standards. These include the Amazon Web Services Foundational Security Best Practices (FSBP) standard developed by Amazon Web Services, and external compliance frameworks such as the Center for Internet Security (CIS), the Payment Card Industry Data Security Standard (PCI DSS), and the National Institute of Standards and Technology (NIST). Each standard includes several security controls, each of which represents a security best practice. Security Hub runs checks against security controls and generates control findings to help you assess your compliance against security best practices.</p> <p>In addition to generating control findings, Security Hub also receives findings from other Amazon Web Services, such as Amazon GuardDuty and Amazon Inspector, and supported third-party products. This gives you a single pane of glass into a variety of security-related issues. You can also send Security Hub findings to other Amazon Web Services and supported third-party products.</p> <p>Security Hub offers automation features that help you triage and remediate security issues. For example, you can use automation rules to automatically update critical findings when a security check fails. You can also leverage the integration with Amazon EventBridge to trigger automatic responses to specific findings.</p> <p>This guide, the <i>Security Hub API Reference</i>, provides information about the Security Hub API. This includes supported resources, HTTP methods, parameters, and schemas. If you're new to Security Hub, you might find it helpful to also review the <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/what-is-securityhub.html\"> <i>Security Hub User Guide</i> </a>. The user guide explains key concepts and provides procedures that demonstrate how to use Security Hub features. It also provides information about topics such as integrating Security Hub with other Amazon Web Services.</p> <p>In addition to interacting with Security Hub by making calls to the Security Hub API, you can use a current version of an Amazon Web Services command line tool or SDK. Amazon Web Services provides tools and SDKs that consist of libraries and sample code for various languages and platforms, such as PowerShell, Java, Go, Python, C++, and .NET. These tools and SDKs provide convenient, programmatic access to Security Hub and other Amazon Web Services . They also handle tasks such as signing requests, managing errors, and retrying requests automatically. For information about installing and using the Amazon Web Services tools and SDKs, see <a href=\"http://aws.amazon.com/developer/tools/\">Tools to Build on Amazon Web Services</a>.</p> <p>With the exception of operations that are related to central configuration, Security Hub API requests are executed only in the Amazon Web Services Region that is currently active or in the specific Amazon Web Services Region that you specify in your request. Any configuration or settings change that results from the operation is applied only to that Region. To make the same change in other Regions, call the same API operation in each Region in which you want to apply the change. When you use central configuration, API requests for enabling Security Hub, standards, and controls are executed in the home Region and all linked Regions. For a list of central configuration operations, see the <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/central-configuration-intro.html#central-configuration-concepts\">Central configuration terms and concepts</a> section of the <i>Security Hub User Guide</i>.</p> <p>The following throttling limits apply to Security Hub API operations.</p> <ul> <li> <p> <code>BatchEnableStandards</code> - <code>RateLimit</code> of 1 request per second. <code>BurstLimit</code> of 1 request per second.</p> </li> <li> <p> <code>GetFindings</code> - <code>RateLimit</code> of 3 requests per second. <code>BurstLimit</code> of 6 requests per second.</p> </li> <li> <p> <code>BatchImportFindings</code> - <code>RateLimit</code> of 10 requests per second. <code>BurstLimit</code> of 30 requests per second.</p> </li> <li> <p> <code>BatchUpdateFindings</code> - <code>RateLimit</code> of 10 requests per second. <code>BurstLimit</code> of 30 requests per second.</p> </li> <li> <p> <code>UpdateStandardsControl</code> - <code>RateLimit</code> of 1 request per second. <code>BurstLimit</code> of 5 requests per second.</p> </li> <li> <p>All other operations - <code>RateLimit</code> of 10 requests per second. <code>BurstLimit</code> of 30 requests per second.</p> </li> </ul>"
21919}
21920