|
807 | 807 | {"shape":"InvalidRequestException"}, |
808 | 808 | {"shape":"InternalServerError"}, |
809 | 809 | {"shape":"ResourceNotFoundException"}, |
810 | | - {"shape":"ThrottlingException"} |
| 810 | + {"shape":"ThrottlingException"}, |
| 811 | + {"shape":"InvalidTokenException"} |
811 | 812 | ], |
812 | 813 | "documentation":"<p>Enables specific types of firewall analysis on a specific firewall you define.</p>" |
813 | 814 | }, |
|
2151 | 2152 | "LastModifiedTime":{ |
2152 | 2153 | "shape":"LastUpdateTime", |
2153 | 2154 | "documentation":"<p>A timestamp indicating when the rule group was last modified.</p>" |
| 2155 | + }, |
| 2156 | + "VendorName":{ |
| 2157 | + "shape":"VendorName", |
| 2158 | + "documentation":"<p>The name of the Amazon Web Services Marketplace vendor that provides this rule group.</p>" |
| 2159 | + }, |
| 2160 | + "ProductId":{ |
| 2161 | + "shape":"ProductId", |
| 2162 | + "documentation":"<p>The unique identifier for the product listing associated with this rule group.</p>" |
| 2163 | + }, |
| 2164 | + "ListingName":{ |
| 2165 | + "shape":"ListingName", |
| 2166 | + "documentation":"<p>The display name of the product listing for this rule group.</p>" |
2154 | 2167 | } |
2155 | 2168 | } |
2156 | 2169 | }, |
|
3358 | 3371 | "shape":"ResourceManagedType", |
3359 | 3372 | "documentation":"<p>Indicates the general category of the Amazon Web Services managed rule group.</p>" |
3360 | 3373 | }, |
| 3374 | + "SubscriptionStatus":{ |
| 3375 | + "shape":"SubscriptionStatus", |
| 3376 | + "documentation":"<p>Filters the results to show only rule groups with the specified subscription status. Use this to find subscribed or unsubscribed rule groups.</p>" |
| 3377 | + }, |
3361 | 3378 | "Type":{ |
3362 | 3379 | "shape":"RuleGroupType", |
3363 | 3380 | "documentation":"<p>Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.</p>" |
|
3464 | 3481 | } |
3465 | 3482 | } |
3466 | 3483 | }, |
| 3484 | + "ListingName":{"type":"string"}, |
3467 | 3485 | "LogDestinationConfig":{ |
3468 | 3486 | "type":"structure", |
3469 | 3487 | "required":[ |
|
3600 | 3618 | "enum":[ |
3601 | 3619 | "PENDING", |
3602 | 3620 | "IN_SYNC", |
3603 | | - "CAPACITY_CONSTRAINED" |
| 3621 | + "CAPACITY_CONSTRAINED", |
| 3622 | + "NOT_SUBSCRIBED", |
| 3623 | + "DEPRECATED" |
3604 | 3624 | ] |
3605 | 3625 | }, |
3606 | 3626 | "PolicyString":{ |
|
3672 | 3692 | "max":65535, |
3673 | 3693 | "min":1 |
3674 | 3694 | }, |
| 3695 | + "ProductId":{"type":"string"}, |
3675 | 3696 | "ProtocolNumber":{ |
3676 | 3697 | "type":"integer", |
3677 | 3698 | "max":255, |
|
3785 | 3806 | "enum":[ |
3786 | 3807 | "AWS_MANAGED_THREAT_SIGNATURES", |
3787 | 3808 | "AWS_MANAGED_DOMAIN_LISTS", |
3788 | | - "ACTIVE_THREAT_DEFENSE" |
| 3809 | + "ACTIVE_THREAT_DEFENSE", |
| 3810 | + "PARTNER_MANAGED" |
3789 | 3811 | ] |
3790 | 3812 | }, |
3791 | 3813 | "ResourceName":{ |
|
3878 | 3900 | "Arn":{ |
3879 | 3901 | "shape":"ResourceArn", |
3880 | 3902 | "documentation":"<p>The Amazon Resource Name (ARN) of the rule group.</p>" |
| 3903 | + }, |
| 3904 | + "VendorName":{ |
| 3905 | + "shape":"VendorName", |
| 3906 | + "documentation":"<p>The name of the Amazon Web Services Marketplace seller that provides this rule group.</p>" |
3881 | 3907 | } |
3882 | 3908 | }, |
3883 | 3909 | "documentation":"<p>High-level information about a rule group, returned by <a>ListRuleGroups</a>. You can use the information provided in the metadata to retrieve and manage a rule group.</p>" |
|
4560 | 4586 | "type":"list", |
4561 | 4587 | "member":{"shape":"SubnetMapping"} |
4562 | 4588 | }, |
| 4589 | + "SubscriptionStatus":{ |
| 4590 | + "type":"string", |
| 4591 | + "enum":[ |
| 4592 | + "NOT_SUBSCRIBED", |
| 4593 | + "SUBSCRIBED" |
| 4594 | + ] |
| 4595 | + }, |
4563 | 4596 | "Summary":{ |
4564 | 4597 | "type":"structure", |
4565 | 4598 | "members":{ |
|
5448 | 5481 | "type":"list", |
5449 | 5482 | "member":{"shape":"VariableDefinition"} |
5450 | 5483 | }, |
| 5484 | + "VendorName":{"type":"string"}, |
5451 | 5485 | "VpcEndpointAssociation":{ |
5452 | 5486 | "type":"structure", |
5453 | 5487 | "required":[ |
|
0 commit comments