aws-sdk-securityhub 1.151.0 → 1.153.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +312 -297
- data/lib/aws-sdk-securityhub/client_api.rb +1 -0
- data/lib/aws-sdk-securityhub/types.rb +555 -533
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +3 -2
- metadata +3 -3
|
@@ -6833,6 +6833,7 @@ module Aws::SecurityHub
|
|
|
6833
6833
|
ProductV2.add_member(:integration_v2_types, Shapes::ShapeRef.new(shape: IntegrationV2TypeList, location_name: "IntegrationV2Types"))
|
|
6834
6834
|
ProductV2.add_member(:marketplace_url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MarketplaceUrl"))
|
|
6835
6835
|
ProductV2.add_member(:activation_url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ActivationUrl"))
|
|
6836
|
+
ProductV2.add_member(:marketplace_product_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MarketplaceProductId"))
|
|
6836
6837
|
ProductV2.struct_class = Types::ProductV2
|
|
6837
6838
|
|
|
6838
6839
|
ProductsList.member = Shapes::ShapeRef.new(shape: Product)
|