@@ -33,11 +33,11 @@ def activate_content_pack(content_pack_id, opts = {})
3333
3434 # Activate content pack.
3535 #
36- # Activate a Cloud SIEM content pack. This operation configures the necessary
36+ # Activate a security monitoring content pack. This operation configures the necessary
3737 # log filters or security filters depending on the pricing model and updates the content
3838 # pack activation state.
3939 #
40- # @param content_pack_id [String] The ID of the content pack to activate (for example, `aws-cloudtrail`) .
40+ # @param content_pack_id [String] The ID of the content pack to activate.
4141 # @param opts [Hash] the optional parameters
4242 # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
4343 def activate_content_pack_with_http_info ( content_pack_id , opts = { } )
@@ -76,7 +76,7 @@ def activate_content_pack_with_http_info(content_pack_id, opts = {})
7676 return_type = opts [ :debug_return_type ]
7777
7878 # auth_names
79- auth_names = opts [ :debug_auth_names ] || [ :apiKeyAuth , :appKeyAuth , :AuthZ ]
79+ auth_names = opts [ :debug_auth_names ] || [ :apiKeyAuth , :appKeyAuth ]
8080
8181 new_options = opts . merge (
8282 :operation => :activate_content_pack ,
@@ -1587,10 +1587,10 @@ def deactivate_content_pack(content_pack_id, opts = {})
15871587
15881588 # Deactivate content pack.
15891589 #
1590- # Deactivate a Cloud SIEM content pack. This operation removes the content pack's
1590+ # Deactivate a security monitoring content pack. This operation removes the content pack's
15911591 # configuration from log filters or security filters and updates the content pack activation state.
15921592 #
1593- # @param content_pack_id [String] The ID of the content pack to deactivate (for example, `aws-cloudtrail`) .
1593+ # @param content_pack_id [String] The ID of the content pack to deactivate.
15941594 # @param opts [Hash] the optional parameters
15951595 # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
15961596 def deactivate_content_pack_with_http_info ( content_pack_id , opts = { } )
@@ -1629,7 +1629,7 @@ def deactivate_content_pack_with_http_info(content_pack_id, opts = {})
16291629 return_type = opts [ :debug_return_type ]
16301630
16311631 # auth_names
1632- auth_names = opts [ :debug_auth_names ] || [ :apiKeyAuth , :appKeyAuth , :AuthZ ]
1632+ auth_names = opts [ :debug_auth_names ] || [ :apiKeyAuth , :appKeyAuth ]
16331633
16341634 new_options = opts . merge (
16351635 :operation => :deactivate_content_pack ,
@@ -2629,8 +2629,9 @@ def get_content_packs_states(opts = {})
26292629
26302630 # Get content pack states.
26312631 #
2632- # Get the activation state, integration status, and log collection status
2633- # for all Cloud SIEM content packs.
2632+ # Get the activation and configuration states for all security monitoring content packs.
2633+ # This endpoint returns status information about each content pack including activation state,
2634+ # integration status, and log collection status.
26342635 #
26352636 # @param opts [Hash] the optional parameters
26362637 # @return [Array<(SecurityMonitoringContentPackStatesResponse, Integer, Hash)>] SecurityMonitoringContentPackStatesResponse data, response status code and response headers
@@ -2666,7 +2667,7 @@ def get_content_packs_states_with_http_info(opts = {})
26662667 return_type = opts [ :debug_return_type ] || 'SecurityMonitoringContentPackStatesResponse'
26672668
26682669 # auth_names
2669- auth_names = opts [ :debug_auth_names ] || [ :apiKeyAuth , :appKeyAuth , :AuthZ ]
2670+ auth_names = opts [ :debug_auth_names ] || [ :apiKeyAuth , :appKeyAuth ]
26702671
26712672 new_options = opts . merge (
26722673 :operation => :get_content_packs_states ,
0 commit comments