@aws-sdk/client-ec2 3.1032.0 → 3.1033.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 +21 -0
- package/dist-cjs/endpoint/bdd.js +52 -0
- package/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/dist-cjs/index.js +53 -0
- package/dist-cjs/schemas/schemas_0.js +183 -85
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/AcceptTransitGatewayClientVpnAttachmentCommand.js +16 -0
- package/dist-es/commands/DeleteTransitGatewayClientVpnAttachmentCommand.js +16 -0
- package/dist-es/commands/RejectTransitGatewayClientVpnAttachmentCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/bdd.js +49 -0
- package/dist-es/endpoint/endpointResolver.js +3 -3
- package/dist-es/models/enums.js +10 -0
- package/dist-es/schemas/schemas_0.js +120 -22
- package/dist-types/EC2.d.ts +21 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +3 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +10 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +4 -4
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +11 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +9 -0
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/models/enums.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +106 -181
- package/dist-types/models/models_1.d.ts +179 -119
- package/dist-types/models/models_2.d.ts +119 -56
- package/dist-types/models/models_3.d.ts +126 -205
- package/dist-types/models/models_4.d.ts +208 -266
- package/dist-types/models/models_5.d.ts +267 -292
- package/dist-types/models/models_6.d.ts +295 -238
- package/dist-types/models/models_7.d.ts +263 -3
- package/dist-types/schemas/schemas_0.d.ts +12 -0
- package/dist-types/ts3.4/EC2.d.ts +69 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -36
- package/dist-types/ts3.4/models/models_1.d.ts +33 -33
- package/dist-types/ts3.4/models/models_2.d.ts +31 -15
- package/dist-types/ts3.4/models/models_3.d.ts +36 -33
- package/dist-types/ts3.4/models/models_4.d.ts +36 -44
- package/dist-types/ts3.4/models/models_5.d.ts +43 -48
- package/dist-types/ts3.4/models/models_6.d.ts +52 -51
- package/dist-types/ts3.4/models/models_7.d.ts +61 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
- package/package.json +5 -5
- package/dist-cjs/endpoint/ruleset.js +0 -7
- package/dist-es/endpoint/ruleset.js +0 -4
- package/dist-types/endpoint/ruleset.d.ts +0 -2
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
|
@@ -1,5 +1,182 @@
|
|
|
1
|
-
import type { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CpuManufacturer, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetReservationType, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayApplianceModifyState, NatGatewayApplianceState, NatGatewayApplianceType, NatGatewayState, NestedVirtualizationSpecification, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, RuleAction, SecondaryInterfaceType,
|
|
2
|
-
import type { AcceleratorCount, AcceleratorCountRequest, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, InstanceEventWindow, Ipv4PrefixSpecification,
|
|
1
|
+
import type { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CpuManufacturer, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetReservationType, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacModificationTaskState, MacModificationTaskType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayApplianceModifyState, NatGatewayApplianceState, NatGatewayApplianceType, NatGatewayState, NestedVirtualizationSpecification, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, RuleAction, SecondaryInterfaceType, ShutdownBehavior, SnapshotLocationEnum, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, VolumeType, WeekDay } from "./enums";
|
|
2
|
+
import type { AcceleratorCount, AcceleratorCountRequest, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, InstanceEventWindow, Ipv4PrefixSpecification, NatGatewayAddress, OperatorResponse, PortRange, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, UnsuccessfulItem } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateDelegateMacVolumeOwnershipTaskRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
ClientToken?: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
DryRun?: boolean | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The ID of the Amazon EC2 Mac instance.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
InstanceId: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>Specifies the following credentials:</p>
|
|
24
|
+
* <ul>
|
|
25
|
+
* <li>
|
|
26
|
+
* <p>
|
|
27
|
+
* <b>Internal disk administrative user</b>
|
|
28
|
+
* </p>
|
|
29
|
+
* <ul>
|
|
30
|
+
* <li>
|
|
31
|
+
* <p>
|
|
32
|
+
* <b>Username</b> - Only the default administrative user
|
|
33
|
+
* (<code>aws-managed-user</code>) is supported and it is used by default. You can't
|
|
34
|
+
* specify a different administrative user.</p>
|
|
35
|
+
* </li>
|
|
36
|
+
* <li>
|
|
37
|
+
* <p>
|
|
38
|
+
* <b>Password</b> - If you did not change the default
|
|
39
|
+
* password for <code>aws-managed-user</code>, specify the default password, which is
|
|
40
|
+
* <i>blank</i>. Otherwise, specify your password.</p>
|
|
41
|
+
* </li>
|
|
42
|
+
* </ul>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>
|
|
46
|
+
* <b>Amazon EBS root volume administrative user</b>
|
|
47
|
+
* </p>
|
|
48
|
+
* <ul>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>
|
|
51
|
+
* <b>Username</b> - If you did not change the default
|
|
52
|
+
* administrative user, specify <code>ec2-user</code>. Otherwise, specify the username
|
|
53
|
+
* for your administrative user.</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>
|
|
57
|
+
* <b>Password</b> - Specify the password for the
|
|
58
|
+
* administrative user.</p>
|
|
59
|
+
* </li>
|
|
60
|
+
* </ul>
|
|
61
|
+
* </li>
|
|
62
|
+
* </ul>
|
|
63
|
+
* <p>The credentials must be specified in the following JSON format:</p>
|
|
64
|
+
* <p>
|
|
65
|
+
* <code>\{
|
|
66
|
+
* "internalDiskPassword":"<i>internal-disk-admin_password</i>",
|
|
67
|
+
* "rootVolumeUsername":"<i>root-volume-admin_username</i>",
|
|
68
|
+
* "rootVolumepassword":"<i>root-volume-admin_password</i>"
|
|
69
|
+
* \}</code>
|
|
70
|
+
* </p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
MacCredentials: string | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The tags to assign to the volume ownership delegation task.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* <p>Describes the configuration for a System Integrity Protection (SIP) modification task.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export interface MacSystemIntegrityProtectionConfiguration {
|
|
85
|
+
/**
|
|
86
|
+
* <p>Indicates whether Apple Internal was enabled or disabled by the task.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
AppleInternal?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>Indicates whether Base System was enabled or disabled by the task.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
BaseSystem?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>Indicates whether Debugging Restrictions was enabled or disabled by the task.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
DebuggingRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>Indicates whether Dtrace Restrictions was enabled or disabled by the task.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
DTraceRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>Indicates whether Filesystem Protections was enabled or disabled by the task.</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
FilesystemProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* <p>Indicates whether Kext Signing was enabled or disabled by the task.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
KextSigning?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* <p>Indicates whether NVRAM Protections was enabled or disabled by the task.</p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
NvramProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* <p>Indicates SIP was enabled or disabled by the task.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
Status?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* <p>Information about a System Integrity Protection (SIP) modification task or volume
|
|
128
|
+
* ownership delegation task for an Amazon EC2 Mac instance.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
export interface MacModificationTask {
|
|
132
|
+
/**
|
|
133
|
+
* <p>The ID of the Amazon EC2 Mac instance.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
InstanceId?: string | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* <p>The ID of task.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
MacModificationTaskId?: string | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* <p>[SIP modification tasks only] Information about the SIP
|
|
144
|
+
* configuration.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
MacSystemIntegrityProtectionConfig?: MacSystemIntegrityProtectionConfiguration | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The date and time the task was created, in the UTC timezone
|
|
150
|
+
* (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
StartTime?: Date | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* <p>The tags assigned to the task.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
Tags?: Tag[] | undefined;
|
|
159
|
+
/**
|
|
160
|
+
* <p>The state of the task.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
TaskState?: MacModificationTaskState | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* <p>The type of task.</p>
|
|
166
|
+
* @public
|
|
167
|
+
*/
|
|
168
|
+
TaskType?: MacModificationTaskType | undefined;
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
export interface CreateDelegateMacVolumeOwnershipTaskResult {
|
|
174
|
+
/**
|
|
175
|
+
* <p>Information about the volume ownership delegation task.</p>
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
MacModificationTask?: MacModificationTask | undefined;
|
|
179
|
+
}
|
|
3
180
|
/**
|
|
4
181
|
* <p>Describes a DHCP configuration option.</p>
|
|
5
182
|
* @public
|
|
@@ -12432,120 +12609,3 @@ export interface CreateRouteTableResult {
|
|
|
12432
12609
|
*/
|
|
12433
12610
|
ClientToken?: string | undefined;
|
|
12434
12611
|
}
|
|
12435
|
-
/**
|
|
12436
|
-
* @public
|
|
12437
|
-
*/
|
|
12438
|
-
export interface CreateSecondaryNetworkRequest {
|
|
12439
|
-
/**
|
|
12440
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensure Idempotency</a>.</p>
|
|
12441
|
-
* @public
|
|
12442
|
-
*/
|
|
12443
|
-
ClientToken?: string | undefined;
|
|
12444
|
-
/**
|
|
12445
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
12446
|
-
* @public
|
|
12447
|
-
*/
|
|
12448
|
-
DryRun?: boolean | undefined;
|
|
12449
|
-
/**
|
|
12450
|
-
* <p>The IPv4 CIDR block for the secondary network. The CIDR block size must be between /12 and /28.</p>
|
|
12451
|
-
* @public
|
|
12452
|
-
*/
|
|
12453
|
-
Ipv4CidrBlock: string | undefined;
|
|
12454
|
-
/**
|
|
12455
|
-
* <p>The type of secondary network.</p>
|
|
12456
|
-
* @public
|
|
12457
|
-
*/
|
|
12458
|
-
NetworkType: SecondaryNetworkType | undefined;
|
|
12459
|
-
/**
|
|
12460
|
-
* <p>The tags to assign to the secondary network.</p>
|
|
12461
|
-
* @public
|
|
12462
|
-
*/
|
|
12463
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
12464
|
-
}
|
|
12465
|
-
/**
|
|
12466
|
-
* <p>Describes an IPv4 CIDR block associated with a secondary network.</p>
|
|
12467
|
-
* @public
|
|
12468
|
-
*/
|
|
12469
|
-
export interface SecondaryNetworkIpv4CidrBlockAssociation {
|
|
12470
|
-
/**
|
|
12471
|
-
* <p>The association ID for the IPv4 CIDR block.</p>
|
|
12472
|
-
* @public
|
|
12473
|
-
*/
|
|
12474
|
-
AssociationId?: string | undefined;
|
|
12475
|
-
/**
|
|
12476
|
-
* <p>The IPv4 CIDR block.</p>
|
|
12477
|
-
* @public
|
|
12478
|
-
*/
|
|
12479
|
-
CidrBlock?: string | undefined;
|
|
12480
|
-
/**
|
|
12481
|
-
* <p>The state of the CIDR block association.</p>
|
|
12482
|
-
* @public
|
|
12483
|
-
*/
|
|
12484
|
-
State?: SecondaryNetworkCidrBlockAssociationState | undefined;
|
|
12485
|
-
/**
|
|
12486
|
-
* <p>The reason for the current state of the CIDR block association.</p>
|
|
12487
|
-
* @public
|
|
12488
|
-
*/
|
|
12489
|
-
StateReason?: string | undefined;
|
|
12490
|
-
}
|
|
12491
|
-
/**
|
|
12492
|
-
* <p>Describes a secondary network.</p>
|
|
12493
|
-
* @public
|
|
12494
|
-
*/
|
|
12495
|
-
export interface SecondaryNetwork {
|
|
12496
|
-
/**
|
|
12497
|
-
* <p>The ID of the secondary network.</p>
|
|
12498
|
-
* @public
|
|
12499
|
-
*/
|
|
12500
|
-
SecondaryNetworkId?: string | undefined;
|
|
12501
|
-
/**
|
|
12502
|
-
* <p>The Amazon Resource Name (ARN) of the secondary network.</p>
|
|
12503
|
-
* @public
|
|
12504
|
-
*/
|
|
12505
|
-
SecondaryNetworkArn?: string | undefined;
|
|
12506
|
-
/**
|
|
12507
|
-
* <p>The ID of the Amazon Web Services account that owns the secondary network.</p>
|
|
12508
|
-
* @public
|
|
12509
|
-
*/
|
|
12510
|
-
OwnerId?: string | undefined;
|
|
12511
|
-
/**
|
|
12512
|
-
* <p>The type of the secondary network.</p>
|
|
12513
|
-
* @public
|
|
12514
|
-
*/
|
|
12515
|
-
Type?: SecondaryNetworkType | undefined;
|
|
12516
|
-
/**
|
|
12517
|
-
* <p>The state of the secondary network.</p>
|
|
12518
|
-
* @public
|
|
12519
|
-
*/
|
|
12520
|
-
State?: SecondaryNetworkState | undefined;
|
|
12521
|
-
/**
|
|
12522
|
-
* <p>The reason for the current state of the secondary network.</p>
|
|
12523
|
-
* @public
|
|
12524
|
-
*/
|
|
12525
|
-
StateReason?: string | undefined;
|
|
12526
|
-
/**
|
|
12527
|
-
* <p>Information about the IPv4 CIDR blocks associated with the secondary network.</p>
|
|
12528
|
-
* @public
|
|
12529
|
-
*/
|
|
12530
|
-
Ipv4CidrBlockAssociations?: SecondaryNetworkIpv4CidrBlockAssociation[] | undefined;
|
|
12531
|
-
/**
|
|
12532
|
-
* <p>The tags assigned to the secondary network.</p>
|
|
12533
|
-
* @public
|
|
12534
|
-
*/
|
|
12535
|
-
Tags?: Tag[] | undefined;
|
|
12536
|
-
}
|
|
12537
|
-
/**
|
|
12538
|
-
* @public
|
|
12539
|
-
*/
|
|
12540
|
-
export interface CreateSecondaryNetworkResult {
|
|
12541
|
-
/**
|
|
12542
|
-
* <p>Information about the secondary network.</p>
|
|
12543
|
-
* @public
|
|
12544
|
-
*/
|
|
12545
|
-
SecondaryNetwork?: SecondaryNetwork | undefined;
|
|
12546
|
-
/**
|
|
12547
|
-
* <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
|
|
12548
|
-
* @public
|
|
12549
|
-
*/
|
|
12550
|
-
ClientToken?: string | undefined;
|
|
12551
|
-
}
|
|
@@ -1,6 +1,123 @@
|
|
|
1
|
-
import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
|
|
1
|
+
import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
|
|
2
2
|
import type { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Subnet, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, Vpc, VpcAttachment, VpcEncryptionControl, VpcPeeringConnection } from "./models_0";
|
|
3
|
-
import type { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer
|
|
3
|
+
import type { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface CreateSecondaryNetworkRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensure Idempotency</a>.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
ClientToken?: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
DryRun?: boolean | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The IPv4 CIDR block for the secondary network. The CIDR block size must be between /12 and /28.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
Ipv4CidrBlock: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The type of secondary network.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
NetworkType: SecondaryNetworkType | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The tags to assign to the secondary network.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* <p>Describes an IPv4 CIDR block associated with a secondary network.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export interface SecondaryNetworkIpv4CidrBlockAssociation {
|
|
39
|
+
/**
|
|
40
|
+
* <p>The association ID for the IPv4 CIDR block.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
AssociationId?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>The IPv4 CIDR block.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
CidrBlock?: string | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The state of the CIDR block association.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
State?: SecondaryNetworkCidrBlockAssociationState | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The reason for the current state of the CIDR block association.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
StateReason?: string | undefined;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* <p>Describes a secondary network.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export interface SecondaryNetwork {
|
|
65
|
+
/**
|
|
66
|
+
* <p>The ID of the secondary network.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
SecondaryNetworkId?: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The Amazon Resource Name (ARN) of the secondary network.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
SecondaryNetworkArn?: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The ID of the Amazon Web Services account that owns the secondary network.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
OwnerId?: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The type of the secondary network.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
Type?: SecondaryNetworkType | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The state of the secondary network.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
State?: SecondaryNetworkState | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The reason for the current state of the secondary network.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
StateReason?: string | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>Information about the IPv4 CIDR blocks associated with the secondary network.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
Ipv4CidrBlockAssociations?: SecondaryNetworkIpv4CidrBlockAssociation[] | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The tags assigned to the secondary network.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
Tags?: Tag[] | undefined;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
export interface CreateSecondaryNetworkResult {
|
|
110
|
+
/**
|
|
111
|
+
* <p>Information about the secondary network.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
SecondaryNetwork?: SecondaryNetwork | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
ClientToken?: string | undefined;
|
|
120
|
+
}
|
|
4
121
|
/**
|
|
5
122
|
* @public
|
|
6
123
|
*/
|
|
@@ -8211,57 +8328,3 @@ export interface DeleteTrafficMirrorFilterRequest {
|
|
|
8211
8328
|
*/
|
|
8212
8329
|
DryRun?: boolean | undefined;
|
|
8213
8330
|
}
|
|
8214
|
-
/**
|
|
8215
|
-
* @public
|
|
8216
|
-
*/
|
|
8217
|
-
export interface DeleteTrafficMirrorFilterResult {
|
|
8218
|
-
/**
|
|
8219
|
-
* <p>The ID of the Traffic Mirror filter.</p>
|
|
8220
|
-
* @public
|
|
8221
|
-
*/
|
|
8222
|
-
TrafficMirrorFilterId?: string | undefined;
|
|
8223
|
-
}
|
|
8224
|
-
/**
|
|
8225
|
-
* @public
|
|
8226
|
-
*/
|
|
8227
|
-
export interface DeleteTrafficMirrorFilterRuleRequest {
|
|
8228
|
-
/**
|
|
8229
|
-
* <p>The ID of the Traffic Mirror rule.</p>
|
|
8230
|
-
* @public
|
|
8231
|
-
*/
|
|
8232
|
-
TrafficMirrorFilterRuleId: string | undefined;
|
|
8233
|
-
/**
|
|
8234
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8235
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8236
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8237
|
-
* @public
|
|
8238
|
-
*/
|
|
8239
|
-
DryRun?: boolean | undefined;
|
|
8240
|
-
}
|
|
8241
|
-
/**
|
|
8242
|
-
* @public
|
|
8243
|
-
*/
|
|
8244
|
-
export interface DeleteTrafficMirrorFilterRuleResult {
|
|
8245
|
-
/**
|
|
8246
|
-
* <p>The ID of the deleted Traffic Mirror rule.</p>
|
|
8247
|
-
* @public
|
|
8248
|
-
*/
|
|
8249
|
-
TrafficMirrorFilterRuleId?: string | undefined;
|
|
8250
|
-
}
|
|
8251
|
-
/**
|
|
8252
|
-
* @public
|
|
8253
|
-
*/
|
|
8254
|
-
export interface DeleteTrafficMirrorSessionRequest {
|
|
8255
|
-
/**
|
|
8256
|
-
* <p>The ID of the Traffic Mirror session.</p>
|
|
8257
|
-
* @public
|
|
8258
|
-
*/
|
|
8259
|
-
TrafficMirrorSessionId: string | undefined;
|
|
8260
|
-
/**
|
|
8261
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8262
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8263
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8264
|
-
* @public
|
|
8265
|
-
*/
|
|
8266
|
-
DryRun?: boolean | undefined;
|
|
8267
|
-
}
|