@@ -150,7 +150,8 @@ public void setApiClient(ApiClient apiClient) {
150150 *
151151 * <p>See {@link #activateContentPackWithHttpInfo}.
152152 *
153- * @param contentPackId The ID of the content pack to activate. (required)
153+ * @param contentPackId The ID of the content pack to activate (for example, <code>aws-cloudtrail
154+ * </code>). (required)
154155 * @throws ApiException if fails to make API call
155156 */
156157 public void activateContentPack(String contentPackId) throws ApiException {
@@ -162,7 +163,8 @@ public void activateContentPack(String contentPackId) throws ApiException {
162163 *
163164 * <p>See {@link #activateContentPackWithHttpInfoAsync}.
164165 *
165- * @param contentPackId The ID of the content pack to activate. (required)
166+ * @param contentPackId The ID of the content pack to activate (for example, <code>aws-cloudtrail
167+ * </code>). (required)
166168 * @return CompletableFuture
167169 */
168170 public CompletableFuture<Void> activateContentPackAsync(String contentPackId) {
@@ -174,19 +176,19 @@ public CompletableFuture<Void> activateContentPackAsync(String contentPackId) {
174176 }
175177
176178 /**
177- * Activate a security monitoring content pack. This operation configures the necessary log
178- * filters or security filters depending on the pricing model and updates the content pack
179- * activation state.
179+ * Activate a Cloud SIEM content pack. This operation configures the necessary log filters or
180+ * security filters depending on the pricing model and updates the content pack activation state.
180181 *
181- * @param contentPackId The ID of the content pack to activate. (required)
182+ * @param contentPackId The ID of the content pack to activate (for example, <code>aws-cloudtrail
183+ * </code>). (required)
182184 * @return ApiResponse<Void>
183185 * @throws ApiException if fails to make API call
184186 * @http.response.details
185187 * <table border="1">
186188 * <caption>Response details</caption>
187189 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
188190 * <tr><td> 202 </td><td> Accepted </td><td> - </td></tr>
189- * <tr><td> 403 </td><td> Forbidden </td><td> - </td></tr>
191+ * <tr><td> 403 </td><td> Not Authorized </td><td> - </td></tr>
190192 * <tr><td> 404 </td><td> Not Found </td><td> - </td></tr>
191193 * <tr><td> 429 </td><td> Too many requests </td><td> - </td></tr>
192194 * </table>
@@ -224,7 +226,7 @@ public ApiResponse<Void> activateContentPackWithHttpInfo(String contentPackId)
224226 localVarHeaderParams,
225227 new HashMap<String, String>(),
226228 new String[] {"*/*"},
227- new String[] {"apiKeyAuth", "appKeyAuth"});
229+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
228230 return apiClient.invokeAPI(
229231 "PUT",
230232 builder,
@@ -241,7 +243,8 @@ public ApiResponse<Void> activateContentPackWithHttpInfo(String contentPackId)
241243 *
242244 * <p>See {@link #activateContentPackWithHttpInfo}.
243245 *
244- * @param contentPackId The ID of the content pack to activate. (required)
246+ * @param contentPackId The ID of the content pack to activate (for example, <code>aws-cloudtrail
247+ * </code>). (required)
245248 * @return CompletableFuture<ApiResponse<Void>>
246249 */
247250 public CompletableFuture<ApiResponse<Void>> activateContentPackWithHttpInfoAsync(
@@ -286,7 +289,7 @@ public CompletableFuture<ApiResponse<Void>> activateContentPackWithHttpInfoAsync
286289 localVarHeaderParams,
287290 new HashMap<String, String>(),
288291 new String[] {"*/*"},
289- new String[] {"apiKeyAuth", "appKeyAuth"});
292+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
290293 } catch (ApiException ex) {
291294 CompletableFuture<ApiResponse<Void>> result = new CompletableFuture<>();
292295 result.completeExceptionally(ex);
@@ -2882,7 +2885,8 @@ public ApiResponse<NotificationRuleResponse> createVulnerabilityNotificationRule
28822885 *
28832886 * <p>See {@link #deactivateContentPackWithHttpInfo}.
28842887 *
2885- * @param contentPackId The ID of the content pack to deactivate. (required)
2888+ * @param contentPackId The ID of the content pack to deactivate (for example, <code>
2889+ * aws-cloudtrail</code>). (required)
28862890 * @throws ApiException if fails to make API call
28872891 */
28882892 public void deactivateContentPack(String contentPackId) throws ApiException {
@@ -2894,7 +2898,8 @@ public void deactivateContentPack(String contentPackId) throws ApiException {
28942898 *
28952899 * <p>See {@link #deactivateContentPackWithHttpInfoAsync}.
28962900 *
2897- * @param contentPackId The ID of the content pack to deactivate. (required)
2901+ * @param contentPackId The ID of the content pack to deactivate (for example, <code>
2902+ * aws-cloudtrail</code>). (required)
28982903 * @return CompletableFuture
28992904 */
29002905 public CompletableFuture<Void> deactivateContentPackAsync(String contentPackId) {
@@ -2906,19 +2911,19 @@ public CompletableFuture<Void> deactivateContentPackAsync(String contentPackId)
29062911 }
29072912
29082913 /**
2909- * Deactivate a security monitoring content pack. This operation removes the content pack's
2910- * configuration from log filters or security filters and updates the content pack activation
2911- * state.
2914+ * Deactivate a Cloud SIEM content pack. This operation removes the content pack's configuration
2915+ * from log filters or security filters and updates the content pack activation state.
29122916 *
2913- * @param contentPackId The ID of the content pack to deactivate. (required)
2917+ * @param contentPackId The ID of the content pack to deactivate (for example, <code>
2918+ * aws-cloudtrail</code>). (required)
29142919 * @return ApiResponse<Void>
29152920 * @throws ApiException if fails to make API call
29162921 * @http.response.details
29172922 * <table border="1">
29182923 * <caption>Response details</caption>
29192924 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
29202925 * <tr><td> 202 </td><td> Accepted </td><td> - </td></tr>
2921- * <tr><td> 403 </td><td> Forbidden </td><td> - </td></tr>
2926+ * <tr><td> 403 </td><td> Not Authorized </td><td> - </td></tr>
29222927 * <tr><td> 404 </td><td> Not Found </td><td> - </td></tr>
29232928 * <tr><td> 429 </td><td> Too many requests </td><td> - </td></tr>
29242929 * </table>
@@ -2956,7 +2961,7 @@ public ApiResponse<Void> deactivateContentPackWithHttpInfo(String contentPackId)
29562961 localVarHeaderParams,
29572962 new HashMap<String, String>(),
29582963 new String[] {"*/*"},
2959- new String[] {"apiKeyAuth", "appKeyAuth"});
2964+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
29602965 return apiClient.invokeAPI(
29612966 "PUT",
29622967 builder,
@@ -2973,7 +2978,8 @@ public ApiResponse<Void> deactivateContentPackWithHttpInfo(String contentPackId)
29732978 *
29742979 * <p>See {@link #deactivateContentPackWithHttpInfo}.
29752980 *
2976- * @param contentPackId The ID of the content pack to deactivate. (required)
2981+ * @param contentPackId The ID of the content pack to deactivate (for example, <code>
2982+ * aws-cloudtrail</code>). (required)
29772983 * @return CompletableFuture<ApiResponse<Void>>
29782984 */
29792985 public CompletableFuture<ApiResponse<Void>> deactivateContentPackWithHttpInfoAsync(
@@ -3018,7 +3024,7 @@ public CompletableFuture<ApiResponse<Void>> deactivateContentPackWithHttpInfoAsy
30183024 localVarHeaderParams,
30193025 new HashMap<String, String>(),
30203026 new String[] {"*/*"},
3021- new String[] {"apiKeyAuth", "appKeyAuth"});
3027+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
30223028 } catch (ApiException ex) {
30233029 CompletableFuture<ApiResponse<Void>> result = new CompletableFuture<>();
30243030 result.completeExceptionally(ex);
@@ -4853,9 +4859,7 @@ public SecurityMonitoringContentPackStatesResponse getContentPacksStates() throw
48534859 }
48544860
48554861 /**
4856- * Get the activation and configuration states for all security monitoring content packs. This
4857- * endpoint returns status information about each content pack including activation state,
4858- * integration status, and log collection status.
4862+ * Get the activation and operational state for all Cloud SIEM content packs.
48594863 *
48604864 * @return ApiResponse<SecurityMonitoringContentPackStatesResponse>
48614865 * @throws ApiException if fails to make API call
@@ -4864,7 +4868,7 @@ public SecurityMonitoringContentPackStatesResponse getContentPacksStates() throw
48644868 * <caption>Response details</caption>
48654869 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
48664870 * <tr><td> 200 </td><td> OK </td><td> - </td></tr>
4867- * <tr><td> 403 </td><td> Forbidden </td><td> - </td></tr>
4871+ * <tr><td> 403 </td><td> Not Authorized </td><td> - </td></tr>
48684872 * <tr><td> 404 </td><td> Not Found </td><td> - </td></tr>
48694873 * <tr><td> 429 </td><td> Too many requests </td><td> - </td></tr>
48704874 * </table>
@@ -4892,7 +4896,7 @@ public SecurityMonitoringContentPackStatesResponse getContentPacksStates() throw
48924896 localVarHeaderParams,
48934897 new HashMap<String, String>(),
48944898 new String[] {"application/json"},
4895- new String[] {"apiKeyAuth", "appKeyAuth"});
4899+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
48964900 return apiClient.invokeAPI(
48974901 "GET",
48984902 builder,
@@ -4940,7 +4944,7 @@ public SecurityMonitoringContentPackStatesResponse getContentPacksStates() throw
49404944 localVarHeaderParams,
49414945 new HashMap<String, String>(),
49424946 new String[] {"application/json"},
4943- new String[] {"apiKeyAuth", "appKeyAuth"});
4947+ new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ" });
49444948 } catch (ApiException ex) {
49454949 CompletableFuture<ApiResponse<SecurityMonitoringContentPackStatesResponse>> result =
49464950 new CompletableFuture<>();
0 commit comments