Skip to content

Commit

Permalink
feat(client-securityhub): Added Threats field for security findings. …
Browse files Browse the repository at this point in the history
…Added new resource details for ECS Container, ECS Task, RDS SecurityGroup, Kinesis Stream, EC2 TransitGateway, EFS AccessPoint, CloudFormation Stack, CloudWatch Alarm, VPC Peering Connection and WAF Rules
  • Loading branch information
awstools committed Jun 16, 2022
1 parent 774e109 commit 6962140
Show file tree
Hide file tree
Showing 15 changed files with 12,690 additions and 6,808 deletions.
Expand Up @@ -12,7 +12,7 @@ import {
SerdeContext as __SerdeContext,
} from "@aws-sdk/types";

import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
import {
deserializeAws_restJson1TagResourceCommand,
serializeAws_restJson1TagResourceCommand,
Expand Down
Expand Up @@ -12,7 +12,7 @@ import {
SerdeContext as __SerdeContext,
} from "@aws-sdk/types";

import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
import {
deserializeAws_restJson1UntagResourceCommand,
serializeAws_restJson1UntagResourceCommand,
Expand Down
Expand Up @@ -12,7 +12,7 @@ import {
SerdeContext as __SerdeContext,
} from "@aws-sdk/types";

import { UpdateActionTargetRequest, UpdateActionTargetResponse } from "../models/models_1";
import { UpdateActionTargetRequest, UpdateActionTargetResponse } from "../models/models_2";
import {
deserializeAws_restJson1UpdateActionTargetCommand,
serializeAws_restJson1UpdateActionTargetCommand,
Expand Down
Expand Up @@ -12,7 +12,7 @@ import {
SerdeContext as __SerdeContext,
} from "@aws-sdk/types";

import { UpdateFindingAggregatorRequest, UpdateFindingAggregatorResponse } from "../models/models_1";
import { UpdateFindingAggregatorRequest, UpdateFindingAggregatorResponse } from "../models/models_2";
import {
deserializeAws_restJson1UpdateFindingAggregatorCommand,
serializeAws_restJson1UpdateFindingAggregatorCommand,
Expand Down
Expand Up @@ -12,7 +12,7 @@ import {
SerdeContext as __SerdeContext,
} from "@aws-sdk/types";

import { UpdateFindingsRequest, UpdateFindingsResponse } from "../models/models_1";
import { UpdateFindingsRequest, UpdateFindingsResponse } from "../models/models_2";
import {
deserializeAws_restJson1UpdateFindingsCommand,
serializeAws_restJson1UpdateFindingsCommand,
Expand Down
Expand Up @@ -12,7 +12,7 @@ import {
SerdeContext as __SerdeContext,
} from "@aws-sdk/types";

import { UpdateInsightRequest, UpdateInsightResponse } from "../models/models_1";
import { UpdateInsightRequest, UpdateInsightResponse } from "../models/models_2";
import {
deserializeAws_restJson1UpdateInsightCommand,
serializeAws_restJson1UpdateInsightCommand,
Expand Down
Expand Up @@ -12,7 +12,7 @@ import {
SerdeContext as __SerdeContext,
} from "@aws-sdk/types";

import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_1";
import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_2";
import {
deserializeAws_restJson1UpdateOrganizationConfigurationCommand,
serializeAws_restJson1UpdateOrganizationConfigurationCommand,
Expand Down
Expand Up @@ -12,7 +12,7 @@ import {
SerdeContext as __SerdeContext,
} from "@aws-sdk/types";

import { UpdateSecurityHubConfigurationRequest, UpdateSecurityHubConfigurationResponse } from "../models/models_1";
import { UpdateSecurityHubConfigurationRequest, UpdateSecurityHubConfigurationResponse } from "../models/models_2";
import {
deserializeAws_restJson1UpdateSecurityHubConfigurationCommand,
serializeAws_restJson1UpdateSecurityHubConfigurationCommand,
Expand Down
Expand Up @@ -12,7 +12,7 @@ import {
SerdeContext as __SerdeContext,
} from "@aws-sdk/types";

import { UpdateStandardsControlRequest, UpdateStandardsControlResponse } from "../models/models_1";
import { UpdateStandardsControlRequest, UpdateStandardsControlResponse } from "../models/models_2";
import {
deserializeAws_restJson1UpdateStandardsControlCommand,
serializeAws_restJson1UpdateStandardsControlCommand,
Expand Down
1 change: 1 addition & 0 deletions clients/client-securityhub/src/models/index.ts
@@ -1,3 +1,4 @@
// smithy-typescript generated code
export * from "./models_0";
export * from "./models_1";
export * from "./models_2";

0 comments on commit 6962140

Please sign in to comment.