@aws-sdk/client-ec2 3.1011.0 → 3.1013.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.
Files changed (43) hide show
  1. package/dist-cjs/index.js +6 -0
  2. package/dist-cjs/schemas/schemas_0.js +105 -62
  3. package/dist-es/models/enums.js +5 -0
  4. package/dist-es/schemas/schemas_0.js +51 -8
  5. package/dist-types/commands/CreateFleetCommand.d.ts +8 -3
  6. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -2
  7. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribeFleetsCommand.d.ts +8 -3
  9. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -2
  10. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -0
  11. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  13. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +2 -1
  14. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -2
  15. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  16. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  17. package/dist-types/models/enums.d.ts +13 -0
  18. package/dist-types/models/models_1.d.ts +31 -43
  19. package/dist-types/models/models_2.d.ts +40 -10
  20. package/dist-types/models/models_3.d.ts +31 -166
  21. package/dist-types/models/models_4.d.ts +196 -88
  22. package/dist-types/models/models_5.d.ts +87 -118
  23. package/dist-types/models/models_6.d.ts +119 -160
  24. package/dist-types/models/models_7.d.ts +160 -3
  25. package/dist-types/schemas/schemas_0.d.ts +3 -0
  26. package/dist-types/ts3.4/commands/CreateSecondarySubnetCommand.d.ts +4 -2
  27. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -4
  28. package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  29. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -4
  30. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +4 -2
  33. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  35. package/dist-types/ts3.4/models/models_1.d.ts +5 -9
  36. package/dist-types/ts3.4/models/models_2.d.ts +9 -3
  37. package/dist-types/ts3.4/models/models_3.d.ts +8 -18
  38. package/dist-types/ts3.4/models/models_4.d.ts +27 -18
  39. package/dist-types/ts3.4/models/models_5.d.ts +17 -23
  40. package/dist-types/ts3.4/models/models_6.d.ts +23 -40
  41. package/dist-types/ts3.4/models/models_7.d.ts +38 -5
  42. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  43. package/package.json +15 -15
@@ -1,8 +1,93 @@
1
- import { AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerStatus, CapacityReservationState, CapacityTenancy, ClientCertificateRevocationListStatusCode, Comparison, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FilterByDimension, GroupBy, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, IngestionStatus, InitializationType, InternetGatewayBlockMode, IpAddressType, ManagedBy, Metric, MetricType, PayerResponsibility, PeriodType, ReservationEndDateType, ReservationState, ReservationType, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, State, StatisticType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
1
+ import { AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerStatus, CapacityReservationState, CapacityTenancy, ClientCertificateRevocationListStatusCode, Comparison, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FilterByDimension, GroupBy, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, IngestionStatus, InitializationType, InternetGatewayBlockMode, IpAddressType, ManagedBy, Metric, MetricType, PayerResponsibility, PeriodType, ReservationEndDateType, ReservationState, ReservationType, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, State, StatisticType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPropagationState, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
2
2
  import { type ActiveVpnTunnelStatus, type AddressTransfer, type AsnAssociation, type AssociationStatus, type IamInstanceProfileAssociation, type InstanceEventWindow, type InterruptibleCapacityAllocation, type InterruptionInfo, type IpamResourceDiscoveryAssociation, type RouteServerAssociation, type SubnetIpv6CidrBlockAssociation, type TransitGatewayAssociation, type TransitGatewayMulticastDomainAssociations, type TransitGatewayPolicyTableAssociation, type VpcCidrBlockAssociation, type VpcIpv6CidrBlockAssociation, AllowedPrincipal, NatGatewayAddress, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, Volume, Vpc, VpcEncryptionControl, VpcPeeringConnection } from "./models_0";
3
- import { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
3
+ import { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
4
4
  import { type AttributeBooleanValue, type ExportTaskS3Location, type FastLaunchLaunchTemplateSpecificationResponse, type FastLaunchSnapshotConfigurationResponse, Filter, ProductCode } from "./models_3";
5
5
  import { RegisteredInstance } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeTrafficMirrorSessionsResult {
10
+ /**
11
+ * <p>Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.</p>
12
+ * @public
13
+ */
14
+ TrafficMirrorSessions?: TrafficMirrorSession[] | undefined;
15
+ /**
16
+ * <p>The token to use to retrieve the next page of results. The value is <code>null</code> when there are no more results to return.</p>
17
+ * @public
18
+ */
19
+ NextToken?: string | undefined;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface DescribeTrafficMirrorTargetsRequest {
25
+ /**
26
+ * <p>The ID of the Traffic Mirror targets.</p>
27
+ * @public
28
+ */
29
+ TrafficMirrorTargetIds?: string[] | undefined;
30
+ /**
31
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
32
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
33
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
34
+ * @public
35
+ */
36
+ DryRun?: boolean | undefined;
37
+ /**
38
+ * <p>One or more filters. The possible values are:</p>
39
+ * <ul>
40
+ * <li>
41
+ * <p>
42
+ * <code>description</code>: The Traffic Mirror target description.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>
46
+ * <code>network-interface-id</code>: The ID of the Traffic Mirror session network interface.</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>
50
+ * <code>network-load-balancer-arn</code>: The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the session.</p>
51
+ * </li>
52
+ * <li>
53
+ * <p>
54
+ * <code>owner-id</code>: The ID of the account that owns the Traffic Mirror session.</p>
55
+ * </li>
56
+ * <li>
57
+ * <p>
58
+ * <code>traffic-mirror-target-id</code>: The ID of the Traffic Mirror target.</p>
59
+ * </li>
60
+ * </ul>
61
+ * @public
62
+ */
63
+ Filters?: Filter[] | undefined;
64
+ /**
65
+ * <p>The maximum number of results to return with a single call.
66
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
67
+ * @public
68
+ */
69
+ MaxResults?: number | undefined;
70
+ /**
71
+ * <p>The token for the next page of results.</p>
72
+ * @public
73
+ */
74
+ NextToken?: string | undefined;
75
+ }
76
+ /**
77
+ * @public
78
+ */
79
+ export interface DescribeTrafficMirrorTargetsResult {
80
+ /**
81
+ * <p>Information about one or more Traffic Mirror targets.</p>
82
+ * @public
83
+ */
84
+ TrafficMirrorTargets?: TrafficMirrorTarget[] | undefined;
85
+ /**
86
+ * <p>The token to use to retrieve the next page of results. The value is <code>null</code> when there are no more results to return.</p>
87
+ * @public
88
+ */
89
+ NextToken?: string | undefined;
90
+ }
6
91
  /**
7
92
  * @public
8
93
  */
@@ -7963,119 +8048,3 @@ export interface RegionalSummary {
7963
8048
  */
7964
8049
  NumberOfUnmatchedAccounts?: number | undefined;
7965
8050
  }
7966
- /**
7967
- * <p>A summary report for the attribute across all Regions.</p>
7968
- * @public
7969
- */
7970
- export interface AttributeSummary {
7971
- /**
7972
- * <p>The name of the attribute.</p>
7973
- * @public
7974
- */
7975
- AttributeName?: string | undefined;
7976
- /**
7977
- * <p>The configuration value that is most frequently observed for the attribute.</p>
7978
- * @public
7979
- */
7980
- MostFrequentValue?: string | undefined;
7981
- /**
7982
- * <p>The number of accounts with the same configuration value for the attribute that is
7983
- * most frequently observed.</p>
7984
- * @public
7985
- */
7986
- NumberOfMatchedAccounts?: number | undefined;
7987
- /**
7988
- * <p>The number of accounts with a configuration value different from the most frequently
7989
- * observed value for the attribute.</p>
7990
- * @public
7991
- */
7992
- NumberOfUnmatchedAccounts?: number | undefined;
7993
- /**
7994
- * <p>The summary report for each Region for the attribute.</p>
7995
- * @public
7996
- */
7997
- RegionalSummaries?: RegionalSummary[] | undefined;
7998
- }
7999
- /**
8000
- * @public
8001
- */
8002
- export interface GetDeclarativePoliciesReportSummaryResult {
8003
- /**
8004
- * <p>The ID of the report.</p>
8005
- * @public
8006
- */
8007
- ReportId?: string | undefined;
8008
- /**
8009
- * <p>The name of the Amazon S3 bucket where the report is located.</p>
8010
- * @public
8011
- */
8012
- S3Bucket?: string | undefined;
8013
- /**
8014
- * <p>The prefix for your S3 object.</p>
8015
- * @public
8016
- */
8017
- S3Prefix?: string | undefined;
8018
- /**
8019
- * <p>The root ID, organizational unit ID, or account ID.</p>
8020
- * <p>Format:</p>
8021
- * <ul>
8022
- * <li>
8023
- * <p>For root: <code>r-ab12</code>
8024
- * </p>
8025
- * </li>
8026
- * <li>
8027
- * <p>For OU: <code>ou-ab12-cdef1234</code>
8028
- * </p>
8029
- * </li>
8030
- * <li>
8031
- * <p>For account: <code>123456789012</code>
8032
- * </p>
8033
- * </li>
8034
- * </ul>
8035
- * @public
8036
- */
8037
- TargetId?: string | undefined;
8038
- /**
8039
- * <p>The time when the report generation started.</p>
8040
- * @public
8041
- */
8042
- StartTime?: Date | undefined;
8043
- /**
8044
- * <p>The time when the report generation ended.</p>
8045
- * @public
8046
- */
8047
- EndTime?: Date | undefined;
8048
- /**
8049
- * <p>The total number of accounts associated with the specified
8050
- * <code>targetId</code>.</p>
8051
- * @public
8052
- */
8053
- NumberOfAccounts?: number | undefined;
8054
- /**
8055
- * <p>The number of accounts where attributes could not be retrieved in any Region.</p>
8056
- * @public
8057
- */
8058
- NumberOfFailedAccounts?: number | undefined;
8059
- /**
8060
- * <p>The attributes described in the report.</p>
8061
- * @public
8062
- */
8063
- AttributeSummaries?: AttributeSummary[] | undefined;
8064
- }
8065
- /**
8066
- * @public
8067
- */
8068
- export interface GetDefaultCreditSpecificationRequest {
8069
- /**
8070
- * <p>Checks whether you have the required permissions for the operation, without actually making the
8071
- * request, and provides an error response. If you have the required permissions, the error response is
8072
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8073
- * @public
8074
- */
8075
- DryRun?: boolean | undefined;
8076
- /**
8077
- * <p>The instance family.</p>
8078
- * @public
8079
- */
8080
- InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
8081
- }
@@ -1,10 +1,126 @@
1
- import { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoAcceptSharedAttachmentsValue, AutoPlacement, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DefaultHttpTokensEnforcedState, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, DnsSupportValue, EkPubKeyFormat, EkPubKeyType, EncryptionSupportOptionValue, EndDateType, ExcessCapacityTerminationPolicy, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, HostMaintenance, HostnameType, HostRecovery, HostTenancy, HttpTokensEnforcedState, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, MetadataDefaultHttpTokensState, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, PublicIpDnsOption, RouteServerPersistRoutesAction, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SecurityGroupReferencingSupportValue, SelfServicePortal, ShutdownBehavior, SnapshotAttributeName, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TargetStorageTier, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType, VpnEcmpSupportValue } from "./enums";
1
+ import { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoPlacement, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DefaultHttpTokensEnforcedState, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DiskImageFormat, EkPubKeyFormat, EkPubKeyType, EndDateType, ExcessCapacityTerminationPolicy, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, HostMaintenance, HostnameType, HostRecovery, HostTenancy, HttpTokensEnforcedState, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, MetadataDefaultHttpTokensState, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, PublicIpDnsOption, RouteServerPersistRoutesAction, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SelfServicePortal, ShutdownBehavior, SnapshotAttributeName, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TargetStorageTier, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType } from "./enums";
2
2
  import { type AddressAttribute, type ClientConnectOptions, type ClientLoginBannerOptions, type ClientRouteEnforcementOptions, type ConnectionLogOptions, type EnaSrdSpecification, type InstanceEventWindow, type OperatorResponse, type SubnetAssociation, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, IpamPoolAllocation, RouteServerAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayPolicyTableAssociation, UnsuccessfulItem } from "./models_0";
3
3
  import { type AttributeValue, type CapacityReservationTarget, type ConnectionTrackingSpecificationRequest, type ExternalAuthorityConfiguration, type InstanceRequirementsRequest, type Ipam, type IpamPool, type IpamPrefixListResolver, type IpamPrefixListResolverTarget, type IpamResourceDiscovery, type IpamScope, type LaunchTemplate, type LocalGatewayRoute, type ManagedPrefixList, type NetworkInsightsAccessScopeContent, type Placement, type ResponseLaunchTemplateData, type RouteServer, type TargetCapacitySpecificationRequest, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, IpamPrefixListResolverRuleRequest, IpamResourceTag, RequestIpamResourceTag } from "./models_1";
4
- import { type TrafficMirrorFilter, type TrafficMirrorFilterRule, type TrafficMirrorPortRangeRequest, type TrafficMirrorSession, SubnetCidrReservation, TransitGatewayMeteringPolicyEntry, TransitGatewayPrefixListReference } from "./models_2";
4
+ import { type TrafficMirrorFilter, type TrafficMirrorFilterRule, type TrafficMirrorPortRangeRequest, SubnetCidrReservation, TransitGatewayMeteringPolicyEntry, TransitGatewayPrefixListReference } from "./models_2";
5
5
  import { type AttributeBooleanValue, type ConversionTask, type FpgaImageAttribute, type SnapshotTaskDetail, Filter, ImportImageLicenseConfigurationResponse, IpamPoolCidr, LaunchPermission, SnapshotDetail } from "./models_3";
6
6
  import { type InstanceMetadataOptionsResponse, type InstanceStatusEvent, CreateVolumePermission, LaunchTemplateConfig, ReservedInstancesConfiguration } from "./models_4";
7
- import { RouteServerPropagation } from "./models_5";
7
+ import { RegionalSummary, RouteServerPropagation } from "./models_5";
8
+ /**
9
+ * <p>A summary report for the attribute across all Regions.</p>
10
+ * @public
11
+ */
12
+ export interface AttributeSummary {
13
+ /**
14
+ * <p>The name of the attribute.</p>
15
+ * @public
16
+ */
17
+ AttributeName?: string | undefined;
18
+ /**
19
+ * <p>The configuration value that is most frequently observed for the attribute.</p>
20
+ * @public
21
+ */
22
+ MostFrequentValue?: string | undefined;
23
+ /**
24
+ * <p>The number of accounts with the same configuration value for the attribute that is
25
+ * most frequently observed.</p>
26
+ * @public
27
+ */
28
+ NumberOfMatchedAccounts?: number | undefined;
29
+ /**
30
+ * <p>The number of accounts with a configuration value different from the most frequently
31
+ * observed value for the attribute.</p>
32
+ * @public
33
+ */
34
+ NumberOfUnmatchedAccounts?: number | undefined;
35
+ /**
36
+ * <p>The summary report for each Region for the attribute.</p>
37
+ * @public
38
+ */
39
+ RegionalSummaries?: RegionalSummary[] | undefined;
40
+ }
41
+ /**
42
+ * @public
43
+ */
44
+ export interface GetDeclarativePoliciesReportSummaryResult {
45
+ /**
46
+ * <p>The ID of the report.</p>
47
+ * @public
48
+ */
49
+ ReportId?: string | undefined;
50
+ /**
51
+ * <p>The name of the Amazon S3 bucket where the report is located.</p>
52
+ * @public
53
+ */
54
+ S3Bucket?: string | undefined;
55
+ /**
56
+ * <p>The prefix for your S3 object.</p>
57
+ * @public
58
+ */
59
+ S3Prefix?: string | undefined;
60
+ /**
61
+ * <p>The root ID, organizational unit ID, or account ID.</p>
62
+ * <p>Format:</p>
63
+ * <ul>
64
+ * <li>
65
+ * <p>For root: <code>r-ab12</code>
66
+ * </p>
67
+ * </li>
68
+ * <li>
69
+ * <p>For OU: <code>ou-ab12-cdef1234</code>
70
+ * </p>
71
+ * </li>
72
+ * <li>
73
+ * <p>For account: <code>123456789012</code>
74
+ * </p>
75
+ * </li>
76
+ * </ul>
77
+ * @public
78
+ */
79
+ TargetId?: string | undefined;
80
+ /**
81
+ * <p>The time when the report generation started.</p>
82
+ * @public
83
+ */
84
+ StartTime?: Date | undefined;
85
+ /**
86
+ * <p>The time when the report generation ended.</p>
87
+ * @public
88
+ */
89
+ EndTime?: Date | undefined;
90
+ /**
91
+ * <p>The total number of accounts associated with the specified
92
+ * <code>targetId</code>.</p>
93
+ * @public
94
+ */
95
+ NumberOfAccounts?: number | undefined;
96
+ /**
97
+ * <p>The number of accounts where attributes could not be retrieved in any Region.</p>
98
+ * @public
99
+ */
100
+ NumberOfFailedAccounts?: number | undefined;
101
+ /**
102
+ * <p>The attributes described in the report.</p>
103
+ * @public
104
+ */
105
+ AttributeSummaries?: AttributeSummary[] | undefined;
106
+ }
107
+ /**
108
+ * @public
109
+ */
110
+ export interface GetDefaultCreditSpecificationRequest {
111
+ /**
112
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
113
+ * request, and provides an error response. If you have the required permissions, the error response is
114
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
115
+ * @public
116
+ */
117
+ DryRun?: boolean | undefined;
118
+ /**
119
+ * <p>The instance family.</p>
120
+ * @public
121
+ */
122
+ InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
123
+ }
8
124
  /**
9
125
  * <p>Describes the default credit option for CPU usage of a burstable performance instance
10
126
  * family.</p>
@@ -8666,160 +8782,3 @@ export interface ModifyTrafficMirrorFilterRuleResult {
8666
8782
  */
8667
8783
  TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
8668
8784
  }
8669
- /**
8670
- * @public
8671
- */
8672
- export interface ModifyTrafficMirrorSessionRequest {
8673
- /**
8674
- * <p>The ID of the Traffic Mirror session.</p>
8675
- * @public
8676
- */
8677
- TrafficMirrorSessionId: string | undefined;
8678
- /**
8679
- * <p>The Traffic Mirror target. The target must be in the same VPC as the source, or have a VPC peering connection with the source.</p>
8680
- * @public
8681
- */
8682
- TrafficMirrorTargetId?: string | undefined;
8683
- /**
8684
- * <p>The ID of the Traffic Mirror filter.</p>
8685
- * @public
8686
- */
8687
- TrafficMirrorFilterId?: string | undefined;
8688
- /**
8689
- * <p>The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet.</p>
8690
- * <p>For sessions with Network Load Balancer (NLB) traffic mirror targets, the default <code>PacketLength</code> will be set to 8500. Valid values are 1-8500. Setting a <code>PacketLength</code> greater than 8500 will result in an error response.</p>
8691
- * @public
8692
- */
8693
- PacketLength?: number | undefined;
8694
- /**
8695
- * <p>The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.</p>
8696
- * <p>Valid values are 1-32766.</p>
8697
- * @public
8698
- */
8699
- SessionNumber?: number | undefined;
8700
- /**
8701
- * <p>The virtual network ID of the Traffic Mirror session.</p>
8702
- * @public
8703
- */
8704
- VirtualNetworkId?: number | undefined;
8705
- /**
8706
- * <p>The description to assign to the Traffic Mirror session.</p>
8707
- * @public
8708
- */
8709
- Description?: string | undefined;
8710
- /**
8711
- * <p>The properties that you want to remove from the Traffic Mirror session.</p>
8712
- * <p>When you remove a property from a Traffic Mirror session, the property is set to the default.</p>
8713
- * @public
8714
- */
8715
- RemoveFields?: TrafficMirrorSessionField[] | undefined;
8716
- /**
8717
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8718
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8719
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8720
- * @public
8721
- */
8722
- DryRun?: boolean | undefined;
8723
- }
8724
- /**
8725
- * @public
8726
- */
8727
- export interface ModifyTrafficMirrorSessionResult {
8728
- /**
8729
- * <p>Information about the Traffic Mirror session.</p>
8730
- * @public
8731
- */
8732
- TrafficMirrorSession?: TrafficMirrorSession | undefined;
8733
- }
8734
- /**
8735
- * <p>The transit gateway options.</p>
8736
- * @public
8737
- */
8738
- export interface ModifyTransitGatewayOptions {
8739
- /**
8740
- * <p>Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.</p>
8741
- * @public
8742
- */
8743
- AddTransitGatewayCidrBlocks?: string[] | undefined;
8744
- /**
8745
- * <p>Removes CIDR blocks for the transit gateway.</p>
8746
- * @public
8747
- */
8748
- RemoveTransitGatewayCidrBlocks?: string[] | undefined;
8749
- /**
8750
- * <p>Enable or disable Equal Cost Multipath Protocol support.</p>
8751
- * @public
8752
- */
8753
- VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
8754
- /**
8755
- * <p>Enable or disable DNS support.</p>
8756
- * @public
8757
- */
8758
- DnsSupport?: DnsSupportValue | undefined;
8759
- /**
8760
- * <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
8761
- *
8762
- * </p>
8763
- * <p>This option is disabled by default.</p>
8764
- * <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
8765
- * @public
8766
- */
8767
- SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue | undefined;
8768
- /**
8769
- * <p>Enable or disable automatic acceptance of attachment requests.</p>
8770
- * @public
8771
- */
8772
- AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
8773
- /**
8774
- * <p>Enable or disable automatic association with the default association route table.</p>
8775
- * @public
8776
- */
8777
- DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
8778
- /**
8779
- * <p>The ID of the default association route table.</p>
8780
- * @public
8781
- */
8782
- AssociationDefaultRouteTableId?: string | undefined;
8783
- /**
8784
- * <p>Indicates whether resource attachments automatically propagate routes to the default
8785
- * propagation route table. Enabled by default. If <code>defaultRouteTablePropagation</code>
8786
- * is set to <code>enable</code>,
8787
- * Amazon Web Services Transit Gateway will create the default transit gateway route
8788
- * table.</p>
8789
- * @public
8790
- */
8791
- DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
8792
- /**
8793
- * <p>The ID of the default propagation route table.</p>
8794
- * @public
8795
- */
8796
- PropagationDefaultRouteTableId?: string | undefined;
8797
- /**
8798
- * <p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
8799
- * The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.</p>
8800
- * <p>The modify ASN operation is not allowed on a transit gateway if it has the following attachments:</p>
8801
- * <ul>
8802
- * <li>
8803
- * <p>Dynamic VPN</p>
8804
- * </li>
8805
- * <li>
8806
- * <p>Static VPN</p>
8807
- * </li>
8808
- * <li>
8809
- * <p>Direct Connect Gateway</p>
8810
- * </li>
8811
- * <li>
8812
- * <p>Connect</p>
8813
- * </li>
8814
- * </ul>
8815
- * <p>You must first delete all transit gateway attachments configured prior to modifying the ASN on
8816
- * the transit gateway.</p>
8817
- * @public
8818
- */
8819
- AmazonSideAsn?: number | undefined;
8820
- /**
8821
- * <p>Enable or disable encryption support for VPC Encryption Control.</p>
8822
- * @public
8823
- */
8824
- EncryptionSupport?: EncryptionSupportOptionValue | undefined;
8825
- }