@aws-sdk/client-securityhub 3.830.0 → 3.831.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.
- package/README.md +208 -0
- package/dist-cjs/index.js +1956 -51
- package/dist-es/SecurityHub.js +52 -0
- package/dist-es/commands/BatchUpdateFindingsV2Command.js +22 -0
- package/dist-es/commands/ConnectorRegistrationsV2Command.js +22 -0
- package/dist-es/commands/CreateAggregatorV2Command.js +22 -0
- package/dist-es/commands/CreateAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/CreateConnectorV2Command.js +23 -0
- package/dist-es/commands/CreateTicketV2Command.js +22 -0
- package/dist-es/commands/DeleteAggregatorV2Command.js +22 -0
- package/dist-es/commands/DeleteAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/DeleteConnectorV2Command.js +22 -0
- package/dist-es/commands/DescribeProductsV2Command.js +22 -0
- package/dist-es/commands/DescribeSecurityHubV2Command.js +22 -0
- package/dist-es/commands/DisableSecurityHubV2Command.js +22 -0
- package/dist-es/commands/EnableSecurityHubV2Command.js +22 -0
- package/dist-es/commands/GetAggregatorV2Command.js +22 -0
- package/dist-es/commands/GetAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/GetConnectorV2Command.js +22 -0
- package/dist-es/commands/GetFindingStatisticsV2Command.js +22 -0
- package/dist-es/commands/GetFindingsV2Command.js +22 -0
- package/dist-es/commands/GetResourcesStatisticsV2Command.js +22 -0
- package/dist-es/commands/GetResourcesV2Command.js +22 -0
- package/dist-es/commands/ListAggregatorsV2Command.js +22 -0
- package/dist-es/commands/ListAutomationRulesV2Command.js +22 -0
- package/dist-es/commands/ListConnectorsV2Command.js +22 -0
- package/dist-es/commands/UpdateAggregatorV2Command.js +22 -0
- package/dist-es/commands/UpdateAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/UpdateConnectorV2Command.js +23 -0
- package/dist-es/commands/index.js +26 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/models/models_2.js +193 -19
- package/dist-es/models/models_3.js +101 -0
- package/dist-es/pagination/DescribeProductsV2Paginator.js +4 -0
- package/dist-es/pagination/GetFindingsV2Paginator.js +4 -0
- package/dist-es/pagination/GetResourcesV2Paginator.js +4 -0
- package/dist-es/pagination/ListAggregatorsV2Paginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +1071 -32
- package/dist-types/SecurityHub.d.ts +192 -0
- package/dist-types/SecurityHubClient.d.ts +28 -2
- package/dist-types/commands/BatchGetAutomationRulesCommand.d.ts +5 -5
- package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +5 -5
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +16 -12
- package/dist-types/commands/BatchUpdateFindingsV2Command.d.ts +129 -0
- package/dist-types/commands/ConnectorRegistrationsV2Command.d.ts +96 -0
- package/dist-types/commands/CreateAggregatorV2Command.d.ts +106 -0
- package/dist-types/commands/CreateAutomationRuleCommand.d.ts +5 -5
- package/dist-types/commands/CreateAutomationRuleV2Command.d.ts +174 -0
- package/dist-types/commands/CreateConnectorV2Command.d.ts +112 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +5 -5
- package/dist-types/commands/CreateTicketV2Command.d.ts +97 -0
- package/dist-types/commands/DeleteAggregatorV2Command.d.ts +92 -0
- package/dist-types/commands/DeleteAutomationRuleV2Command.d.ts +92 -0
- package/dist-types/commands/DeleteConnectorV2Command.d.ts +92 -0
- package/dist-types/commands/DescribeProductsV2Command.d.ts +107 -0
- package/dist-types/commands/DescribeSecurityHubV2Command.d.ts +87 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/DisableSecurityHubV2Command.d.ts +84 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -2
- package/dist-types/commands/EnableSecurityHubV2Command.d.ts +90 -0
- package/dist-types/commands/GetAggregatorV2Command.d.ts +99 -0
- package/dist-types/commands/GetAutomationRuleV2Command.d.ts +176 -0
- package/dist-types/commands/GetConnectorV2Command.d.ts +119 -0
- package/dist-types/commands/GetFindingHistoryCommand.d.ts +8 -2
- package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +169 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +7 -6
- package/dist-types/commands/GetFindingsV2Command.d.ts +163 -0
- package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsCommand.d.ts +6 -6
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +162 -0
- package/dist-types/commands/GetResourcesV2Command.d.ts +190 -0
- package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListAggregatorsV2Command.d.ts +100 -0
- package/dist-types/commands/ListAutomationRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListAutomationRulesV2Command.d.ts +109 -0
- package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorsV2Command.d.ts +110 -0
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -1
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAggregatorV2Command.d.ts +103 -0
- package/dist-types/commands/UpdateAutomationRuleV2Command.d.ts +171 -0
- package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectorV2Command.d.ts +99 -0
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateInsightCommand.d.ts +6 -6
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +26 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +166 -320
- package/dist-types/models/models_1.d.ts +319 -343
- package/dist-types/models/models_2.d.ts +2465 -2269
- package/dist-types/models/models_3.d.ts +2386 -0
- package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetFindingsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetResourcesV2Paginator.d.ts +7 -0
- package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +234 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +452 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +156 -0
- package/dist-types/ts3.4/commands/BatchUpdateFindingsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTicketV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProductsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAggregatorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetFindingStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResourcesStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourcesV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAggregatorsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAutomationRulesV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConnectorsV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -57
- package/dist-types/ts3.4/models/models_1.d.ts +57 -66
- package/dist-types/ts3.4/models/models_2.d.ts +522 -310
- package/dist-types/ts3.4/models/models_3.d.ts +626 -0
- package/dist-types/ts3.4/pagination/DescribeProductsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetFindingsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetResourcesV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAggregatorsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +312 -0
- package/package.json +4 -2
|
@@ -1,4 +1,322 @@
|
|
|
1
|
-
import { Actor, AssociatedStandard, AvailabilityZone, AwsEcsContainerDetails, AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails, AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails, AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails, AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails, AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails,
|
|
1
|
+
import { Actor, AssociatedStandard, AvailabilityZone, AwsEcsContainerDetails, AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails, AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails, AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails, AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails, AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails, RelatedFinding, SeverityLabel } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>The container health check command and associated configuration parameters for the container.</p>
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The command that the container runs to determine whether it is healthy.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
Command?: string[] | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The time period in seconds between each health check execution. The default value is 30 seconds.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
Interval?: number | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The number of times to retry a failed health check before the container is considered unhealthy. The default value is 3.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
Retries?: number | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The optional grace period in seconds that allows containers time to bootstrap before failed health checks count towards the maximum number of retries.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
StartPeriod?: number | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The time period in seconds to wait for a health check to succeed before it is considered a failure. The default value is 5.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
Timeout?: number | undefined;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* <p>The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails {
|
|
38
|
+
/**
|
|
39
|
+
* <p>The Linux capabilities for the container that are added to the default configuration provided by Docker. Valid values are as follows:</p>
|
|
40
|
+
* <p>Valid values: <code>"ALL"</code> | <code>"AUDIT_CONTROL"</code> |<code> "AUDIT_WRITE"</code> |
|
|
41
|
+
* <code>"BLOCK_SUSPEND"</code> | <code>"CHOWN"</code> | <code>"DAC_OVERRIDE"</code> |
|
|
42
|
+
* <code>"DAC_READ_SEARCH"</code> | <code>"FOWNER"</code> | <code>"FSETID"</code> |
|
|
43
|
+
* <code>"IPC_LOCK"</code> | <code>"IPC_OWNER"</code> | <code>"KILL"</code> |
|
|
44
|
+
* <code>"LEASE"</code> | <code>"LINUX_IMMUTABLE"</code> | <code>"MAC_ADMIN"</code> |<code>
|
|
45
|
+
* "MAC_OVERRIDE"</code> | <code>"MKNOD"</code> | <code>"NET_ADMIN"</code> |
|
|
46
|
+
* <code>"NET_BIND_SERVICE"</code> | <code>"NET_BROADCAST"</code> | <code>"NET_RAW"</code> |
|
|
47
|
+
* <code>"SETFCAP"</code> | <code>"SETGID"</code> | <code>"SETPCAP"</code> |
|
|
48
|
+
* <code>"SETUID"</code> | <code>"SYS_ADMIN"</code> | <code>"SYS_BOOT"</code> |
|
|
49
|
+
* <code>"SYS_CHROOT"</code> | <code>"SYS_MODULE"</code> | <code>"SYS_NICE"</code> |
|
|
50
|
+
* <code>"SYS_PACCT"</code> | <code>"SYS_PTRACE"</code> | <code>"SYS_RAWIO"</code> |
|
|
51
|
+
* <code>"SYS_RESOURCE"</code> | <code>"SYS_TIME"</code> | <code>"SYS_TTY_CONFIG"</code> |
|
|
52
|
+
* <code>"SYSLOG"</code> | <code>"WAKE_ALARM"</code>
|
|
53
|
+
* </p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
Add?: string[] | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The Linux capabilities for the container that are dropped from the default configuration provided by Docker.</p>
|
|
59
|
+
* <p>Valid values: <code>"ALL"</code> | <code>"AUDIT_CONTROL"</code> |<code> "AUDIT_WRITE"</code> |
|
|
60
|
+
* <code>"BLOCK_SUSPEND"</code> | <code>"CHOWN"</code> | <code>"DAC_OVERRIDE"</code> |
|
|
61
|
+
* <code>"DAC_READ_SEARCH"</code> | <code>"FOWNER"</code> | <code>"FSETID"</code> |
|
|
62
|
+
* <code>"IPC_LOCK"</code> | <code>"IPC_OWNER"</code> | <code>"KILL"</code> |
|
|
63
|
+
* <code>"LEASE"</code> | <code>"LINUX_IMMUTABLE"</code> | <code>"MAC_ADMIN"</code> |<code>
|
|
64
|
+
* "MAC_OVERRIDE"</code> | <code>"MKNOD"</code> | <code>"NET_ADMIN"</code> |
|
|
65
|
+
* <code>"NET_BIND_SERVICE"</code> | <code>"NET_BROADCAST"</code> | <code>"NET_RAW"</code> |
|
|
66
|
+
* <code>"SETFCAP"</code> | <code>"SETGID"</code> | <code>"SETPCAP"</code> |
|
|
67
|
+
* <code>"SETUID"</code> | <code>"SYS_ADMIN"</code> | <code>"SYS_BOOT"</code> |
|
|
68
|
+
* <code>"SYS_CHROOT"</code> | <code>"SYS_MODULE"</code> | <code>"SYS_NICE"</code> |
|
|
69
|
+
* <code>"SYS_PACCT"</code> | <code>"SYS_PTRACE"</code> | <code>"SYS_RAWIO"</code> |
|
|
70
|
+
* <code>"SYS_RESOURCE"</code> | <code>"SYS_TIME"</code> | <code>"SYS_TTY_CONFIG"</code> |
|
|
71
|
+
* <code>"SYSLOG"</code> | <code>"WAKE_ALARM"</code>
|
|
72
|
+
* </p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
Drop?: string[] | undefined;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* <p>A host device to expose to the container.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails {
|
|
82
|
+
/**
|
|
83
|
+
* <p>The path inside the container at which to expose the host device.</p>
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
ContainerPath?: string | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* <p>The path for the device on the host container instance.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
HostPath?: string | undefined;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The explicit permissions to provide to the container for the device. By default, the container has permissions for read, write, and <code>mknod</code> for the device.</p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
Permissions?: string[] | undefined;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* <p>The container path, mount options, and size (in MiB) of a tmpfs mount.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails {
|
|
103
|
+
/**
|
|
104
|
+
* <p>The absolute file path where the tmpfs volume is to be mounted.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
ContainerPath?: string | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* <p>The list of tmpfs volume mount options.</p>
|
|
110
|
+
* <p>Valid values: <code>"defaults"</code> | <code>"ro"</code> | <code>"rw"</code> | <code>"suid"</code> |
|
|
111
|
+
* <code>"nosuid"</code> | <code>"dev"</code> | <code>"nodev"</code> |<code> "exec"</code> |
|
|
112
|
+
* <code>"noexec"</code> | <code>"sync"</code> | <code>"async"</code> | <code>"dirsync"</code>
|
|
113
|
+
* | <code>"remount"</code> | <code>"mand"</code> | <code>"nomand"</code> | <code>"atime"</code>
|
|
114
|
+
* | <code>"noatime"</code> | <code>"diratime"</code> | <code>"nodiratime"</code> |
|
|
115
|
+
* <code>"bind"</code> | <code>"rbind"</code> | <code>"unbindable"</code> |
|
|
116
|
+
* <code>"runbindable"</code> | <code>"private"</code> | <code>"rprivate"</code> |
|
|
117
|
+
* <code>"shared"</code> | <code>"rshared"</code> | <code>"slave"</code> |
|
|
118
|
+
* <code>"rslave"</code> | <code>"relatime"</code> | <code>"norelatime"</code> |
|
|
119
|
+
* <code>"strictatime"</code> | <code>"nostrictatime"</code> |<code> "mode"</code> |
|
|
120
|
+
* <code>"uid"</code> | <code>"gid"</code> | <code>"nr_inodes"</code> |<code>
|
|
121
|
+
* "nr_blocks"</code> | <code>"mpol"</code>
|
|
122
|
+
* </p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
MountOptions?: string[] | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>The maximum size (in MiB) of the tmpfs volume.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
Size?: number | undefined;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* <p>>Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails {
|
|
137
|
+
/**
|
|
138
|
+
* <p>The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
Capabilities?: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The host devices to expose to the container.</p>
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
Devices?: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails[] | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* <p>Whether to run an <code>init</code> process inside the container that forwards signals and reaps processes. </p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
InitProcessEnabled?: boolean | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* <p>The total amount of swap memory (in MiB) that a container can use.</p>
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
MaxSwap?: number | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* <p>The value for the size (in MiB) of the <b>/dev/shm</b> volume.</p>
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
SharedMemorySize?: number | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* <p>Configures the container's memory swappiness behavior. Determines how aggressively pages are swapped. The higher the value, the more aggressive the swappiness. The default is 60.</p>
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
Swappiness?: number | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* <p>The container path, mount options, and size (in MiB) of the tmpfs mount.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
Tmpfs?: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails[] | undefined;
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* <p>A secret to pass to the log configuration.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails {
|
|
178
|
+
/**
|
|
179
|
+
* <p>The name of the secret.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
Name?: string | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* <p>The secret to expose to the container.</p>
|
|
185
|
+
* <p>The value is either the full ARN of the Secrets Manager secret or the full ARN of the
|
|
186
|
+
* parameter in the Systems Manager Parameter Store.</p>
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
ValueFrom?: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* <p>The log configuration specification for the container.</p>
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
195
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails {
|
|
196
|
+
/**
|
|
197
|
+
* <p>The log driver to use for the container.</p>
|
|
198
|
+
* <p>Valid values on Fargate are as follows:</p>
|
|
199
|
+
* <ul>
|
|
200
|
+
* <li>
|
|
201
|
+
* <p>
|
|
202
|
+
* <code>awsfirelens</code>
|
|
203
|
+
* </p>
|
|
204
|
+
* </li>
|
|
205
|
+
* <li>
|
|
206
|
+
* <p>
|
|
207
|
+
* <code>awslogs</code>
|
|
208
|
+
* </p>
|
|
209
|
+
* </li>
|
|
210
|
+
* <li>
|
|
211
|
+
* <p>
|
|
212
|
+
* <code>splunk</code>
|
|
213
|
+
* </p>
|
|
214
|
+
* </li>
|
|
215
|
+
* </ul>
|
|
216
|
+
* <p>Valid values on Amazon EC2 are as follows:</p>
|
|
217
|
+
* <ul>
|
|
218
|
+
* <li>
|
|
219
|
+
* <p>
|
|
220
|
+
* <code>awsfirelens</code>
|
|
221
|
+
* </p>
|
|
222
|
+
* </li>
|
|
223
|
+
* <li>
|
|
224
|
+
* <p>
|
|
225
|
+
* <code>awslogs</code>
|
|
226
|
+
* </p>
|
|
227
|
+
* </li>
|
|
228
|
+
* <li>
|
|
229
|
+
* <p>
|
|
230
|
+
* <code>fluentd</code>
|
|
231
|
+
* </p>
|
|
232
|
+
* </li>
|
|
233
|
+
* <li>
|
|
234
|
+
* <p>
|
|
235
|
+
* <code>gelf</code>
|
|
236
|
+
* </p>
|
|
237
|
+
* </li>
|
|
238
|
+
* <li>
|
|
239
|
+
* <p>
|
|
240
|
+
* <code>journald</code>
|
|
241
|
+
* </p>
|
|
242
|
+
* </li>
|
|
243
|
+
* <li>
|
|
244
|
+
* <p>
|
|
245
|
+
* <code>json-file</code>
|
|
246
|
+
* </p>
|
|
247
|
+
* </li>
|
|
248
|
+
* <li>
|
|
249
|
+
* <p>
|
|
250
|
+
* <code>logentries</code>
|
|
251
|
+
* </p>
|
|
252
|
+
* </li>
|
|
253
|
+
* <li>
|
|
254
|
+
* <p>
|
|
255
|
+
* <code>splunk</code>
|
|
256
|
+
* </p>
|
|
257
|
+
* </li>
|
|
258
|
+
* <li>
|
|
259
|
+
* <p>
|
|
260
|
+
* <code>syslog</code>
|
|
261
|
+
* </p>
|
|
262
|
+
* </li>
|
|
263
|
+
* </ul>
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
266
|
+
LogDriver?: string | undefined;
|
|
267
|
+
/**
|
|
268
|
+
* <p>The configuration options to send to the log driver. Requires version 1.19 of the Docker Remote API or greater on your container instance.</p>
|
|
269
|
+
* @public
|
|
270
|
+
*/
|
|
271
|
+
Options?: Record<string, string> | undefined;
|
|
272
|
+
/**
|
|
273
|
+
* <p>The secrets to pass to the log configuration.</p>
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
SecretOptions?: AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails[] | undefined;
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* <p>A mount point for the data volumes in the container.</p>
|
|
280
|
+
* @public
|
|
281
|
+
*/
|
|
282
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails {
|
|
283
|
+
/**
|
|
284
|
+
* <p>The path on the container to mount the host volume at.</p>
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
287
|
+
ContainerPath?: string | undefined;
|
|
288
|
+
/**
|
|
289
|
+
* <p>Whether the container has read-only access to the volume.</p>
|
|
290
|
+
* @public
|
|
291
|
+
*/
|
|
292
|
+
ReadOnly?: boolean | undefined;
|
|
293
|
+
/**
|
|
294
|
+
* <p>The name of the volume to mount. Must match the name of a volume listed in <code>VolumeDetails</code> for the task definition.</p>
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
297
|
+
SourceVolume?: string | undefined;
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* <p>A port mapping for the container.</p>
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
303
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails {
|
|
304
|
+
/**
|
|
305
|
+
* <p>The port number on the container that is bound to the user-specified or automatically assigned host port.</p>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
ContainerPort?: number | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* <p>The port number on the container instance to reserve for the container.</p>
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
HostPort?: number | undefined;
|
|
314
|
+
/**
|
|
315
|
+
* <p>The protocol used for the port mapping. The default is <code>tcp</code>.</p>
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
Protocol?: string | undefined;
|
|
319
|
+
}
|
|
2
320
|
/**
|
|
3
321
|
* <p>The private repository authentication credentials to use.</p>
|
|
4
322
|
* @public
|
|
@@ -9593,345 +9911,3 @@ export interface ClassificationResult {
|
|
|
9593
9911
|
*/
|
|
9594
9912
|
CustomDataIdentifiers?: CustomDataIdentifiersResult | undefined;
|
|
9595
9913
|
}
|
|
9596
|
-
/**
|
|
9597
|
-
* <p>Provides details about sensitive data that was detected on a resource.</p>
|
|
9598
|
-
* @public
|
|
9599
|
-
*/
|
|
9600
|
-
export interface DataClassificationDetails {
|
|
9601
|
-
/**
|
|
9602
|
-
* <p>The path to the folder or file that contains the sensitive data.</p>
|
|
9603
|
-
* @public
|
|
9604
|
-
*/
|
|
9605
|
-
DetailedResultsLocation?: string | undefined;
|
|
9606
|
-
/**
|
|
9607
|
-
* <p>The details about the sensitive data that was detected on the resource.</p>
|
|
9608
|
-
* @public
|
|
9609
|
-
*/
|
|
9610
|
-
Result?: ClassificationResult | undefined;
|
|
9611
|
-
}
|
|
9612
|
-
/**
|
|
9613
|
-
* <p>A wrapper type for the attributes of an Amazon SNS subscription.</p>
|
|
9614
|
-
* @public
|
|
9615
|
-
*/
|
|
9616
|
-
export interface AwsSnsTopicSubscription {
|
|
9617
|
-
/**
|
|
9618
|
-
* <p>The subscription's endpoint (format depends on the protocol).</p>
|
|
9619
|
-
* @public
|
|
9620
|
-
*/
|
|
9621
|
-
Endpoint?: string | undefined;
|
|
9622
|
-
/**
|
|
9623
|
-
* <p>The subscription's protocol.</p>
|
|
9624
|
-
* @public
|
|
9625
|
-
*/
|
|
9626
|
-
Protocol?: string | undefined;
|
|
9627
|
-
}
|
|
9628
|
-
/**
|
|
9629
|
-
* <p>Provides information about an Amazon SNS topic to which notifications can be published.</p>
|
|
9630
|
-
* @public
|
|
9631
|
-
*/
|
|
9632
|
-
export interface AwsSnsTopicDetails {
|
|
9633
|
-
/**
|
|
9634
|
-
* <p>The ID of an Amazon Web Services managed key for Amazon SNS or a customer managed key.</p>
|
|
9635
|
-
* @public
|
|
9636
|
-
*/
|
|
9637
|
-
KmsMasterKeyId?: string | undefined;
|
|
9638
|
-
/**
|
|
9639
|
-
* <p>Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.</p>
|
|
9640
|
-
* @public
|
|
9641
|
-
*/
|
|
9642
|
-
Subscription?: AwsSnsTopicSubscription[] | undefined;
|
|
9643
|
-
/**
|
|
9644
|
-
* <p>The name of the Amazon SNS topic.</p>
|
|
9645
|
-
* @public
|
|
9646
|
-
*/
|
|
9647
|
-
TopicName?: string | undefined;
|
|
9648
|
-
/**
|
|
9649
|
-
* <p>The subscription's owner.</p>
|
|
9650
|
-
* @public
|
|
9651
|
-
*/
|
|
9652
|
-
Owner?: string | undefined;
|
|
9653
|
-
/**
|
|
9654
|
-
* <p>Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS endpoint.
|
|
9655
|
-
* </p>
|
|
9656
|
-
* @public
|
|
9657
|
-
*/
|
|
9658
|
-
SqsSuccessFeedbackRoleArn?: string | undefined;
|
|
9659
|
-
/**
|
|
9660
|
-
* <p>Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS endpoint.
|
|
9661
|
-
* </p>
|
|
9662
|
-
* @public
|
|
9663
|
-
*/
|
|
9664
|
-
SqsFailureFeedbackRoleArn?: string | undefined;
|
|
9665
|
-
/**
|
|
9666
|
-
* <p>Indicates failed message delivery status for an Amazon SNS topic that is subscribed to a platform application endpoint.
|
|
9667
|
-
* </p>
|
|
9668
|
-
* @public
|
|
9669
|
-
*/
|
|
9670
|
-
ApplicationSuccessFeedbackRoleArn?: string | undefined;
|
|
9671
|
-
/**
|
|
9672
|
-
* <p>Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data Firehose endpoint.
|
|
9673
|
-
* </p>
|
|
9674
|
-
* @public
|
|
9675
|
-
*/
|
|
9676
|
-
FirehoseSuccessFeedbackRoleArn?: string | undefined;
|
|
9677
|
-
/**
|
|
9678
|
-
* <p>Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data Firehose endpoint.
|
|
9679
|
-
* </p>
|
|
9680
|
-
* @public
|
|
9681
|
-
*/
|
|
9682
|
-
FirehoseFailureFeedbackRoleArn?: string | undefined;
|
|
9683
|
-
/**
|
|
9684
|
-
* <p>Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint.
|
|
9685
|
-
* </p>
|
|
9686
|
-
* @public
|
|
9687
|
-
*/
|
|
9688
|
-
HttpSuccessFeedbackRoleArn?: string | undefined;
|
|
9689
|
-
/**
|
|
9690
|
-
* <p>Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint. </p>
|
|
9691
|
-
* @public
|
|
9692
|
-
*/
|
|
9693
|
-
HttpFailureFeedbackRoleArn?: string | undefined;
|
|
9694
|
-
}
|
|
9695
|
-
/**
|
|
9696
|
-
* <p>Data about a queue.</p>
|
|
9697
|
-
* @public
|
|
9698
|
-
*/
|
|
9699
|
-
export interface AwsSqsQueueDetails {
|
|
9700
|
-
/**
|
|
9701
|
-
* <p>The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.</p>
|
|
9702
|
-
* @public
|
|
9703
|
-
*/
|
|
9704
|
-
KmsDataKeyReusePeriodSeconds?: number | undefined;
|
|
9705
|
-
/**
|
|
9706
|
-
* <p>The ID of an Amazon Web Services managed key for Amazon SQS or a custom
|
|
9707
|
-
* KMS key.</p>
|
|
9708
|
-
* @public
|
|
9709
|
-
*/
|
|
9710
|
-
KmsMasterKeyId?: string | undefined;
|
|
9711
|
-
/**
|
|
9712
|
-
* <p>The name of the new queue.</p>
|
|
9713
|
-
* @public
|
|
9714
|
-
*/
|
|
9715
|
-
QueueName?: string | undefined;
|
|
9716
|
-
/**
|
|
9717
|
-
* <p>The ARN of the dead-letter queue to which Amazon SQS moves
|
|
9718
|
-
* messages after the value of <code>maxReceiveCount</code> is exceeded. </p>
|
|
9719
|
-
* @public
|
|
9720
|
-
*/
|
|
9721
|
-
DeadLetterTargetArn?: string | undefined;
|
|
9722
|
-
}
|
|
9723
|
-
/**
|
|
9724
|
-
* <p>Provides the details about the compliance status for a patch.</p>
|
|
9725
|
-
* @public
|
|
9726
|
-
*/
|
|
9727
|
-
export interface AwsSsmComplianceSummary {
|
|
9728
|
-
/**
|
|
9729
|
-
* <p>The current patch compliance status. Valid values are as follows:</p>
|
|
9730
|
-
* <ul>
|
|
9731
|
-
* <li>
|
|
9732
|
-
* <p>
|
|
9733
|
-
* <code>COMPLIANT</code>
|
|
9734
|
-
* </p>
|
|
9735
|
-
* </li>
|
|
9736
|
-
* <li>
|
|
9737
|
-
* <p>
|
|
9738
|
-
* <code>NON_COMPLIANT</code>
|
|
9739
|
-
* </p>
|
|
9740
|
-
* </li>
|
|
9741
|
-
* <li>
|
|
9742
|
-
* <p>
|
|
9743
|
-
* <code>UNSPECIFIED_DATA</code>
|
|
9744
|
-
* </p>
|
|
9745
|
-
* </li>
|
|
9746
|
-
* </ul>
|
|
9747
|
-
* @public
|
|
9748
|
-
*/
|
|
9749
|
-
Status?: string | undefined;
|
|
9750
|
-
/**
|
|
9751
|
-
* <p>For the patches that are compliant, the number that have a severity of
|
|
9752
|
-
* <code>CRITICAL</code>.</p>
|
|
9753
|
-
* @public
|
|
9754
|
-
*/
|
|
9755
|
-
CompliantCriticalCount?: number | undefined;
|
|
9756
|
-
/**
|
|
9757
|
-
* <p>For the patches that are compliant, the number that have a severity of
|
|
9758
|
-
* <code>HIGH</code>.</p>
|
|
9759
|
-
* @public
|
|
9760
|
-
*/
|
|
9761
|
-
CompliantHighCount?: number | undefined;
|
|
9762
|
-
/**
|
|
9763
|
-
* <p>For the patches that are compliant, the number that have a severity of
|
|
9764
|
-
* <code>MEDIUM</code>.</p>
|
|
9765
|
-
* @public
|
|
9766
|
-
*/
|
|
9767
|
-
CompliantMediumCount?: number | undefined;
|
|
9768
|
-
/**
|
|
9769
|
-
* <p>The type of execution that was used determine compliance.</p>
|
|
9770
|
-
* @public
|
|
9771
|
-
*/
|
|
9772
|
-
ExecutionType?: string | undefined;
|
|
9773
|
-
/**
|
|
9774
|
-
* <p>For the patch items that are noncompliant, the number of items that have a severity of
|
|
9775
|
-
* <code>CRITICAL</code>.</p>
|
|
9776
|
-
* @public
|
|
9777
|
-
*/
|
|
9778
|
-
NonCompliantCriticalCount?: number | undefined;
|
|
9779
|
-
/**
|
|
9780
|
-
* <p>For the patches that are compliant, the number that have a severity of
|
|
9781
|
-
* <code>INFORMATIONAL</code>.</p>
|
|
9782
|
-
* @public
|
|
9783
|
-
*/
|
|
9784
|
-
CompliantInformationalCount?: number | undefined;
|
|
9785
|
-
/**
|
|
9786
|
-
* <p>For the patches that are noncompliant, the number that have a severity of
|
|
9787
|
-
* <code>INFORMATIONAL</code>.</p>
|
|
9788
|
-
* @public
|
|
9789
|
-
*/
|
|
9790
|
-
NonCompliantInformationalCount?: number | undefined;
|
|
9791
|
-
/**
|
|
9792
|
-
* <p>For the patches that are compliant, the number that have a severity of
|
|
9793
|
-
* <code>UNSPECIFIED</code>.</p>
|
|
9794
|
-
* @public
|
|
9795
|
-
*/
|
|
9796
|
-
CompliantUnspecifiedCount?: number | undefined;
|
|
9797
|
-
/**
|
|
9798
|
-
* <p>For the patches that are noncompliant, the number that have a severity of
|
|
9799
|
-
* <code>LOW</code>.</p>
|
|
9800
|
-
* @public
|
|
9801
|
-
*/
|
|
9802
|
-
NonCompliantLowCount?: number | undefined;
|
|
9803
|
-
/**
|
|
9804
|
-
* <p>For the patches that are noncompliant, the number that have a severity of
|
|
9805
|
-
* <code>HIGH</code>.</p>
|
|
9806
|
-
* @public
|
|
9807
|
-
*/
|
|
9808
|
-
NonCompliantHighCount?: number | undefined;
|
|
9809
|
-
/**
|
|
9810
|
-
* <p>For the patches that are compliant, the number that have a severity of
|
|
9811
|
-
* <code>LOW</code>.</p>
|
|
9812
|
-
* @public
|
|
9813
|
-
*/
|
|
9814
|
-
CompliantLowCount?: number | undefined;
|
|
9815
|
-
/**
|
|
9816
|
-
* <p>The type of resource for which the compliance was determined. For
|
|
9817
|
-
* <code>AwsSsmPatchCompliance</code>, <code>ComplianceType</code> is <code>Patch</code>. </p>
|
|
9818
|
-
* @public
|
|
9819
|
-
*/
|
|
9820
|
-
ComplianceType?: string | undefined;
|
|
9821
|
-
/**
|
|
9822
|
-
* <p>The identifier of the patch baseline. The patch baseline lists the patches that are
|
|
9823
|
-
* approved for installation.</p>
|
|
9824
|
-
* @public
|
|
9825
|
-
*/
|
|
9826
|
-
PatchBaselineId?: string | undefined;
|
|
9827
|
-
/**
|
|
9828
|
-
* <p>The highest severity for the patches. Valid values are as follows:</p>
|
|
9829
|
-
* <ul>
|
|
9830
|
-
* <li>
|
|
9831
|
-
* <p>
|
|
9832
|
-
* <code>CRITICAL</code>
|
|
9833
|
-
* </p>
|
|
9834
|
-
* </li>
|
|
9835
|
-
* <li>
|
|
9836
|
-
* <p>
|
|
9837
|
-
* <code>HIGH</code>
|
|
9838
|
-
* </p>
|
|
9839
|
-
* </li>
|
|
9840
|
-
* <li>
|
|
9841
|
-
* <p>
|
|
9842
|
-
* <code>MEDIUM</code>
|
|
9843
|
-
* </p>
|
|
9844
|
-
* </li>
|
|
9845
|
-
* <li>
|
|
9846
|
-
* <p>
|
|
9847
|
-
* <code>LOW</code>
|
|
9848
|
-
* </p>
|
|
9849
|
-
* </li>
|
|
9850
|
-
* <li>
|
|
9851
|
-
* <p>
|
|
9852
|
-
* <code>INFORMATIONAL</code>
|
|
9853
|
-
* </p>
|
|
9854
|
-
* </li>
|
|
9855
|
-
* <li>
|
|
9856
|
-
* <p>
|
|
9857
|
-
* <code>UNSPECIFIED</code>
|
|
9858
|
-
* </p>
|
|
9859
|
-
* </li>
|
|
9860
|
-
* </ul>
|
|
9861
|
-
* @public
|
|
9862
|
-
*/
|
|
9863
|
-
OverallSeverity?: string | undefined;
|
|
9864
|
-
/**
|
|
9865
|
-
* <p>For the patches that are noncompliant, the number that have a severity of
|
|
9866
|
-
* <code>MEDIUM</code>.</p>
|
|
9867
|
-
* @public
|
|
9868
|
-
*/
|
|
9869
|
-
NonCompliantMediumCount?: number | undefined;
|
|
9870
|
-
/**
|
|
9871
|
-
* <p>For the patches that are noncompliant, the number that have a severity of
|
|
9872
|
-
* <code>UNSPECIFIED</code>.</p>
|
|
9873
|
-
* @public
|
|
9874
|
-
*/
|
|
9875
|
-
NonCompliantUnspecifiedCount?: number | undefined;
|
|
9876
|
-
/**
|
|
9877
|
-
* <p>The identifier of the patch group for which compliance was determined. A patch group
|
|
9878
|
-
* uses tags to group EC2 instances that should have the same patch compliance.</p>
|
|
9879
|
-
* @public
|
|
9880
|
-
*/
|
|
9881
|
-
PatchGroup?: string | undefined;
|
|
9882
|
-
}
|
|
9883
|
-
/**
|
|
9884
|
-
* <p>Provides details about the compliance for a patch.</p>
|
|
9885
|
-
* @public
|
|
9886
|
-
*/
|
|
9887
|
-
export interface AwsSsmPatch {
|
|
9888
|
-
/**
|
|
9889
|
-
* <p>The compliance status details for the patch.</p>
|
|
9890
|
-
* @public
|
|
9891
|
-
*/
|
|
9892
|
-
ComplianceSummary?: AwsSsmComplianceSummary | undefined;
|
|
9893
|
-
}
|
|
9894
|
-
/**
|
|
9895
|
-
* <p>Provides information about the state of a patch on an instance based on the patch
|
|
9896
|
-
* baseline that was used to patch the instance.</p>
|
|
9897
|
-
* @public
|
|
9898
|
-
*/
|
|
9899
|
-
export interface AwsSsmPatchComplianceDetails {
|
|
9900
|
-
/**
|
|
9901
|
-
* <p>Information about the status of a patch.</p>
|
|
9902
|
-
* @public
|
|
9903
|
-
*/
|
|
9904
|
-
Patch?: AwsSsmPatch | undefined;
|
|
9905
|
-
}
|
|
9906
|
-
/**
|
|
9907
|
-
* <p>
|
|
9908
|
-
* An object describing a CloudWatch log group. For more information, see
|
|
9909
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html">
|
|
9910
|
-
* Amazon Web Services::Logs::LogGroup</a> in the <i>CloudFormation User Guide</i>.
|
|
9911
|
-
* </p>
|
|
9912
|
-
* @public
|
|
9913
|
-
*/
|
|
9914
|
-
export interface AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails {
|
|
9915
|
-
/**
|
|
9916
|
-
* <p>The ARN (ends with <code>:*</code>) of the CloudWatch Logs log group to which you want your logs emitted.</p>
|
|
9917
|
-
* @public
|
|
9918
|
-
*/
|
|
9919
|
-
LogGroupArn?: string | undefined;
|
|
9920
|
-
}
|
|
9921
|
-
/**
|
|
9922
|
-
* <p>
|
|
9923
|
-
* An array of objects that describes where your execution history events will be logged.
|
|
9924
|
-
* </p>
|
|
9925
|
-
* @public
|
|
9926
|
-
*/
|
|
9927
|
-
export interface AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails {
|
|
9928
|
-
/**
|
|
9929
|
-
* <p>
|
|
9930
|
-
* An object describing a CloudWatch Logs log group. For more information, see
|
|
9931
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html">
|
|
9932
|
-
* Amazon Web Services::Logs::LogGroup</a> in the <i>CloudFormation User Guide</i>.
|
|
9933
|
-
* </p>
|
|
9934
|
-
* @public
|
|
9935
|
-
*/
|
|
9936
|
-
CloudWatchLogsLogGroup?: AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails | undefined;
|
|
9937
|
-
}
|