@@ -158,7 +158,8 @@ public void setApiClient(ApiClient apiClient) {
158158 *
159159 * <p>See {@link #activateContentPackWithHttpInfo}.
160160 *
161- * @param contentPackId The ID of the content pack to activate. (required)
161+ * @param contentPackId The ID of the content pack to activate (for example, <code>aws-cloudtrail
162+ * </code>). (required)
162163 * @throws ApiException if fails to make API call
163164 */
164165 public void activateContentPack(String contentPackId) throws ApiException {
@@ -170,7 +171,8 @@ public void activateContentPack(String contentPackId) throws ApiException {
170171 *
171172 * <p>See {@link #activateContentPackWithHttpInfoAsync}.
172173 *
173- * @param contentPackId The ID of the content pack to activate. (required)
174+ * @param contentPackId The ID of the content pack to activate (for example, <code>aws-cloudtrail
175+ * </code>). (required)
174176 * @return CompletableFuture
175177 */
176178 public CompletableFuture<Void> activateContentPackAsync(String contentPackId) {
@@ -182,11 +184,11 @@ public CompletableFuture<Void> activateContentPackAsync(String contentPackId) {
182184 }
183185
184186 /**
185- * Activate a security monitoring content pack. This operation configures the necessary log
186- * filters or security filters depending on the pricing model and updates the content pack
187- * activation state.
187+ * Activate a Cloud SIEM content pack. This operation configures the necessary log filters or
188+ * security filters depending on the pricing model and updates the content pack activation state.
188189 *
189- * @param contentPackId The ID of the content pack to activate. (required)
190+ * @param contentPackId The ID of the content pack to activate (for example, <code>aws-cloudtrail
191+ * </code>). (required)
190192 * @return ApiResponse<Void>
191193 * @throws ApiException if fails to make API call
192194 * @http.response.details
@@ -232,7 +234,7 @@ public ApiResponse<Void> activateContentPackWithHttpInfo(String contentPackId)
232234 localVarHeaderParams,
233235 new HashMap<String, String>(),
234236 new String[] {"*/*"},
235- new String[] {"apiKeyAuth", "appKeyAuth"});
237+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
236238 return apiClient.invokeAPI(
237239 "PUT",
238240 builder,
@@ -249,7 +251,8 @@ public ApiResponse<Void> activateContentPackWithHttpInfo(String contentPackId)
249251 *
250252 * <p>See {@link #activateContentPackWithHttpInfo}.
251253 *
252- * @param contentPackId The ID of the content pack to activate. (required)
254+ * @param contentPackId The ID of the content pack to activate (for example, <code>aws-cloudtrail
255+ * </code>). (required)
253256 * @return CompletableFuture<ApiResponse<Void>>
254257 */
255258 public CompletableFuture<ApiResponse<Void>> activateContentPackWithHttpInfoAsync(
@@ -294,7 +297,7 @@ public CompletableFuture<ApiResponse<Void>> activateContentPackWithHttpInfoAsync
294297 localVarHeaderParams,
295298 new HashMap<String, String>(),
296299 new String[] {"*/*"},
297- new String[] {"apiKeyAuth", "appKeyAuth"});
300+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
298301 } catch (ApiException ex) {
299302 CompletableFuture<ApiResponse<Void>> result = new CompletableFuture<>();
300303 result.completeExceptionally(ex);
@@ -3423,7 +3426,8 @@ public ApiResponse<NotificationRuleResponse> createVulnerabilityNotificationRule
34233426 *
34243427 * <p>See {@link #deactivateContentPackWithHttpInfo}.
34253428 *
3426- * @param contentPackId The ID of the content pack to deactivate. (required)
3429+ * @param contentPackId The ID of the content pack to deactivate (for example, <code>
3430+ * aws-cloudtrail</code>). (required)
34273431 * @throws ApiException if fails to make API call
34283432 */
34293433 public void deactivateContentPack(String contentPackId) throws ApiException {
@@ -3435,7 +3439,8 @@ public void deactivateContentPack(String contentPackId) throws ApiException {
34353439 *
34363440 * <p>See {@link #deactivateContentPackWithHttpInfoAsync}.
34373441 *
3438- * @param contentPackId The ID of the content pack to deactivate. (required)
3442+ * @param contentPackId The ID of the content pack to deactivate (for example, <code>
3443+ * aws-cloudtrail</code>). (required)
34393444 * @return CompletableFuture
34403445 */
34413446 public CompletableFuture<Void> deactivateContentPackAsync(String contentPackId) {
@@ -3447,11 +3452,11 @@ public CompletableFuture<Void> deactivateContentPackAsync(String contentPackId)
34473452 }
34483453
34493454 /**
3450- * Deactivate a security monitoring content pack. This operation removes the content pack's
3451- * configuration from log filters or security filters and updates the content pack activation
3452- * state.
3455+ * Deactivate a Cloud SIEM content pack. This operation removes the content pack's configuration
3456+ * from log filters or security filters and updates the content pack activation state.
34533457 *
3454- * @param contentPackId The ID of the content pack to deactivate. (required)
3458+ * @param contentPackId The ID of the content pack to deactivate (for example, <code>
3459+ * aws-cloudtrail</code>). (required)
34553460 * @return ApiResponse<Void>
34563461 * @throws ApiException if fails to make API call
34573462 * @http.response.details
@@ -3497,7 +3502,7 @@ public ApiResponse<Void> deactivateContentPackWithHttpInfo(String contentPackId)
34973502 localVarHeaderParams,
34983503 new HashMap<String, String>(),
34993504 new String[] {"*/*"},
3500- new String[] {"apiKeyAuth", "appKeyAuth"});
3505+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
35013506 return apiClient.invokeAPI(
35023507 "PUT",
35033508 builder,
@@ -3514,7 +3519,8 @@ public ApiResponse<Void> deactivateContentPackWithHttpInfo(String contentPackId)
35143519 *
35153520 * <p>See {@link #deactivateContentPackWithHttpInfo}.
35163521 *
3517- * @param contentPackId The ID of the content pack to deactivate. (required)
3522+ * @param contentPackId The ID of the content pack to deactivate (for example, <code>
3523+ * aws-cloudtrail</code>). (required)
35183524 * @return CompletableFuture<ApiResponse<Void>>
35193525 */
35203526 public CompletableFuture<ApiResponse<Void>> deactivateContentPackWithHttpInfoAsync(
@@ -3559,7 +3565,7 @@ public CompletableFuture<ApiResponse<Void>> deactivateContentPackWithHttpInfoAsy
35593565 localVarHeaderParams,
35603566 new HashMap<String, String>(),
35613567 new String[] {"*/*"},
3562- new String[] {"apiKeyAuth", "appKeyAuth"});
3568+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
35633569 } catch (ApiException ex) {
35643570 CompletableFuture<ApiResponse<Void>> result = new CompletableFuture<>();
35653571 result.completeExceptionally(ex);
@@ -5759,9 +5765,8 @@ public SecurityMonitoringContentPackStatesResponse getContentPacksStates() throw
57595765 }
57605766
57615767 /**
5762- * Get the activation and configuration states for all security monitoring content packs. This
5763- * endpoint returns status information about each content pack including activation state,
5764- * integration status, and log collection status.
5768+ * Get the activation state, integration status, and log collection status for all Cloud SIEM
5769+ * content packs.
57655770 *
57665771 * @return ApiResponse<SecurityMonitoringContentPackStatesResponse>
57675772 * @throws ApiException if fails to make API call
@@ -5798,7 +5803,7 @@ public SecurityMonitoringContentPackStatesResponse getContentPacksStates() throw
57985803 localVarHeaderParams,
57995804 new HashMap<String, String>(),
58005805 new String[] {"application/json"},
5801- new String[] {"apiKeyAuth", "appKeyAuth"});
5806+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
58025807 return apiClient.invokeAPI(
58035808 "GET",
58045809 builder,
@@ -5846,7 +5851,7 @@ public SecurityMonitoringContentPackStatesResponse getContentPacksStates() throw
58465851 localVarHeaderParams,
58475852 new HashMap<String, String>(),
58485853 new String[] {"application/json"},
5849- new String[] {"apiKeyAuth", "appKeyAuth"});
5854+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
58505855 } catch (ApiException ex) {
58515856 CompletableFuture<ApiResponse<SecurityMonitoringContentPackStatesResponse>> result =
58525857 new CompletableFuture<>();
0 commit comments