@aws-sdk/client-ec2 3.172.0 → 3.175.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/CHANGELOG.md +22 -0
- package/dist-cjs/commands/CreateDefaultVpcCommand.js +2 -1
- package/dist-cjs/commands/CreateDhcpOptionsCommand.js +1 -2
- package/dist-cjs/commands/CreateTrafficMirrorFilterCommand.js +2 -1
- package/dist-cjs/commands/CreateTrafficMirrorFilterRuleCommand.js +1 -2
- package/dist-cjs/commands/DescribeAddressesAttributeCommand.js +3 -3
- package/dist-cjs/commands/DescribeAddressesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewaysCommand.js +2 -1
- package/dist-cjs/commands/MonitorInstancesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +28 -28
- package/dist-cjs/models/models_1.js +25 -25
- package/dist-cjs/models/models_2.js +26 -26
- package/dist-cjs/models/models_3.js +25 -25
- package/dist-cjs/models/models_4.js +26 -26
- package/dist-cjs/models/models_5.js +14 -14
- package/dist-cjs/models/models_6.js +12 -4
- package/dist-cjs/protocols/Aws_ec2.js +50 -0
- package/dist-es/commands/CreateDefaultVpcCommand.js +2 -1
- package/dist-es/commands/CreateDhcpOptionsCommand.js +1 -2
- package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +2 -1
- package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +1 -2
- package/dist-es/commands/DescribeAddressesAttributeCommand.js +1 -1
- package/dist-es/commands/DescribeAddressesCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewaysCommand.js +2 -1
- package/dist-es/commands/MonitorInstancesCommand.js +1 -2
- package/dist-es/models/models_0.js +9 -6
- package/dist-es/models/models_1.js +5 -8
- package/dist-es/models/models_2.js +8 -5
- package/dist-es/models/models_3.js +5 -5
- package/dist-es/models/models_4.js +5 -5
- package/dist-es/models/models_5.js +2 -2
- package/dist-es/models/models_6.js +2 -0
- package/dist-es/protocols/Aws_ec2.js +50 -0
- package/dist-types/EC2.d.ts +13 -30
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -2
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +0 -3
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +0 -3
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -3
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -3
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -4
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +0 -4
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +4 -6
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +3 -0
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +4 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +323 -91
- package/dist-types/models/models_1.d.ts +112 -141
- package/dist-types/models/models_2.d.ts +125 -148
- package/dist-types/models/models_3.d.ts +163 -146
- package/dist-types/models/models_4.d.ts +233 -347
- package/dist-types/models/models_5.d.ts +45 -43
- package/dist-types/models/models_6.d.ts +44 -10
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +92 -42
- package/dist-types/ts3.4/models/models_1.d.ts +35 -46
- package/dist-types/ts3.4/models/models_2.d.ts +47 -40
- package/dist-types/ts3.4/models/models_3.d.ts +42 -48
- package/dist-types/ts3.4/models/models_4.d.ts +46 -91
- package/dist-types/ts3.4/models/models_5.d.ts +19 -21
- package/dist-types/ts3.4/models/models_6.d.ts +17 -6
- package/package.json +1 -1
|
@@ -703,30 +703,38 @@ export interface AdditionalDetail {
|
|
|
703
703
|
Component?: AnalysisComponent;
|
|
704
704
|
}
|
|
705
705
|
/**
|
|
706
|
-
* <p>Describes a
|
|
707
|
-
* The fields of an inbound header are null except for the first component of a path.</p>
|
|
706
|
+
* <p>Describes a load balancer listener.</p>
|
|
708
707
|
*/
|
|
709
|
-
export interface
|
|
708
|
+
export interface AnalysisLoadBalancerListener {
|
|
710
709
|
/**
|
|
711
|
-
* <p>The
|
|
710
|
+
* <p>The port on which the load balancer is listening.</p>
|
|
712
711
|
*/
|
|
713
|
-
|
|
712
|
+
LoadBalancerPort?: number;
|
|
714
713
|
/**
|
|
715
|
-
* <p>The
|
|
714
|
+
* <p>[Classic Load Balancers] The back-end port for the listener.</p>
|
|
716
715
|
*/
|
|
717
|
-
|
|
716
|
+
InstancePort?: number;
|
|
717
|
+
}
|
|
718
|
+
/**
|
|
719
|
+
* <p>Describes a load balancer target.</p>
|
|
720
|
+
*/
|
|
721
|
+
export interface AnalysisLoadBalancerTarget {
|
|
718
722
|
/**
|
|
719
|
-
* <p>The
|
|
723
|
+
* <p>The IP address.</p>
|
|
720
724
|
*/
|
|
721
|
-
|
|
725
|
+
Address?: string;
|
|
722
726
|
/**
|
|
723
|
-
* <p>The
|
|
727
|
+
* <p>The Availability Zone.</p>
|
|
724
728
|
*/
|
|
725
|
-
|
|
729
|
+
AvailabilityZone?: string;
|
|
726
730
|
/**
|
|
727
|
-
* <p>
|
|
731
|
+
* <p>Information about the instance.</p>
|
|
728
732
|
*/
|
|
729
|
-
|
|
733
|
+
Instance?: AnalysisComponent;
|
|
734
|
+
/**
|
|
735
|
+
* <p>The port on which the target is listening.</p>
|
|
736
|
+
*/
|
|
737
|
+
Port?: number;
|
|
730
738
|
}
|
|
731
739
|
/**
|
|
732
740
|
* <p>Describes a route table route.</p>
|
|
@@ -783,6 +791,18 @@ export interface AnalysisRouteTableRoute {
|
|
|
783
791
|
* <p>The ID of a VPC peering connection.</p>
|
|
784
792
|
*/
|
|
785
793
|
VpcPeeringConnectionId?: string;
|
|
794
|
+
/**
|
|
795
|
+
* <p>The state. The following are the possible values:</p>
|
|
796
|
+
* <ul>
|
|
797
|
+
* <li>
|
|
798
|
+
* <p>active</p>
|
|
799
|
+
* </li>
|
|
800
|
+
* <li>
|
|
801
|
+
* <p>blackhole</p>
|
|
802
|
+
* </li>
|
|
803
|
+
* </ul>
|
|
804
|
+
*/
|
|
805
|
+
State?: string;
|
|
786
806
|
}
|
|
787
807
|
/**
|
|
788
808
|
* <p>Describes a security group rule.</p>
|
|
@@ -862,6 +882,249 @@ export interface TransitGatewayRouteTableRoute {
|
|
|
862
882
|
*/
|
|
863
883
|
ResourceType?: string;
|
|
864
884
|
}
|
|
885
|
+
/**
|
|
886
|
+
* <p>Describes an explanation code for an unreachable path. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html">Reachability Analyzer explanation codes</a>.</p>
|
|
887
|
+
*/
|
|
888
|
+
export interface Explanation {
|
|
889
|
+
/**
|
|
890
|
+
* <p>The network ACL.</p>
|
|
891
|
+
*/
|
|
892
|
+
Acl?: AnalysisComponent;
|
|
893
|
+
/**
|
|
894
|
+
* <p>The network ACL rule.</p>
|
|
895
|
+
*/
|
|
896
|
+
AclRule?: AnalysisAclRule;
|
|
897
|
+
/**
|
|
898
|
+
* <p>The IPv4 address, in CIDR notation.</p>
|
|
899
|
+
*/
|
|
900
|
+
Address?: string;
|
|
901
|
+
/**
|
|
902
|
+
* <p>The IPv4 addresses, in CIDR notation.</p>
|
|
903
|
+
*/
|
|
904
|
+
Addresses?: string[];
|
|
905
|
+
/**
|
|
906
|
+
* <p>The resource to which the component is attached.</p>
|
|
907
|
+
*/
|
|
908
|
+
AttachedTo?: AnalysisComponent;
|
|
909
|
+
/**
|
|
910
|
+
* <p>The Availability Zones.</p>
|
|
911
|
+
*/
|
|
912
|
+
AvailabilityZones?: string[];
|
|
913
|
+
/**
|
|
914
|
+
* <p>The CIDR ranges.</p>
|
|
915
|
+
*/
|
|
916
|
+
Cidrs?: string[];
|
|
917
|
+
/**
|
|
918
|
+
* <p>The component.</p>
|
|
919
|
+
*/
|
|
920
|
+
Component?: AnalysisComponent;
|
|
921
|
+
/**
|
|
922
|
+
* <p>The customer gateway.</p>
|
|
923
|
+
*/
|
|
924
|
+
CustomerGateway?: AnalysisComponent;
|
|
925
|
+
/**
|
|
926
|
+
* <p>The destination.</p>
|
|
927
|
+
*/
|
|
928
|
+
Destination?: AnalysisComponent;
|
|
929
|
+
/**
|
|
930
|
+
* <p>The destination VPC.</p>
|
|
931
|
+
*/
|
|
932
|
+
DestinationVpc?: AnalysisComponent;
|
|
933
|
+
/**
|
|
934
|
+
* <p>The direction. The following are the possible values:</p>
|
|
935
|
+
* <ul>
|
|
936
|
+
* <li>
|
|
937
|
+
* <p>egress</p>
|
|
938
|
+
* </li>
|
|
939
|
+
* <li>
|
|
940
|
+
* <p>ingress</p>
|
|
941
|
+
* </li>
|
|
942
|
+
* </ul>
|
|
943
|
+
*/
|
|
944
|
+
Direction?: string;
|
|
945
|
+
/**
|
|
946
|
+
* <p>The explanation code.</p>
|
|
947
|
+
*/
|
|
948
|
+
ExplanationCode?: string;
|
|
949
|
+
/**
|
|
950
|
+
* <p>The route table.</p>
|
|
951
|
+
*/
|
|
952
|
+
IngressRouteTable?: AnalysisComponent;
|
|
953
|
+
/**
|
|
954
|
+
* <p>The internet gateway.</p>
|
|
955
|
+
*/
|
|
956
|
+
InternetGateway?: AnalysisComponent;
|
|
957
|
+
/**
|
|
958
|
+
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
959
|
+
*/
|
|
960
|
+
LoadBalancerArn?: string;
|
|
961
|
+
/**
|
|
962
|
+
* <p>The listener for a Classic Load Balancer.</p>
|
|
963
|
+
*/
|
|
964
|
+
ClassicLoadBalancerListener?: AnalysisLoadBalancerListener;
|
|
965
|
+
/**
|
|
966
|
+
* <p>The listener port of the load balancer.</p>
|
|
967
|
+
*/
|
|
968
|
+
LoadBalancerListenerPort?: number;
|
|
969
|
+
/**
|
|
970
|
+
* <p>The target.</p>
|
|
971
|
+
*/
|
|
972
|
+
LoadBalancerTarget?: AnalysisLoadBalancerTarget;
|
|
973
|
+
/**
|
|
974
|
+
* <p>The target group.</p>
|
|
975
|
+
*/
|
|
976
|
+
LoadBalancerTargetGroup?: AnalysisComponent;
|
|
977
|
+
/**
|
|
978
|
+
* <p>The target groups.</p>
|
|
979
|
+
*/
|
|
980
|
+
LoadBalancerTargetGroups?: AnalysisComponent[];
|
|
981
|
+
/**
|
|
982
|
+
* <p>The target port.</p>
|
|
983
|
+
*/
|
|
984
|
+
LoadBalancerTargetPort?: number;
|
|
985
|
+
/**
|
|
986
|
+
* <p>The load balancer listener.</p>
|
|
987
|
+
*/
|
|
988
|
+
ElasticLoadBalancerListener?: AnalysisComponent;
|
|
989
|
+
/**
|
|
990
|
+
* <p>The missing component.</p>
|
|
991
|
+
*/
|
|
992
|
+
MissingComponent?: string;
|
|
993
|
+
/**
|
|
994
|
+
* <p>The NAT gateway.</p>
|
|
995
|
+
*/
|
|
996
|
+
NatGateway?: AnalysisComponent;
|
|
997
|
+
/**
|
|
998
|
+
* <p>The network interface.</p>
|
|
999
|
+
*/
|
|
1000
|
+
NetworkInterface?: AnalysisComponent;
|
|
1001
|
+
/**
|
|
1002
|
+
* <p>The packet field.</p>
|
|
1003
|
+
*/
|
|
1004
|
+
PacketField?: string;
|
|
1005
|
+
/**
|
|
1006
|
+
* <p>The VPC peering connection.</p>
|
|
1007
|
+
*/
|
|
1008
|
+
VpcPeeringConnection?: AnalysisComponent;
|
|
1009
|
+
/**
|
|
1010
|
+
* <p>The port.</p>
|
|
1011
|
+
*/
|
|
1012
|
+
Port?: number;
|
|
1013
|
+
/**
|
|
1014
|
+
* <p>The port ranges.</p>
|
|
1015
|
+
*/
|
|
1016
|
+
PortRanges?: PortRange[];
|
|
1017
|
+
/**
|
|
1018
|
+
* <p>The prefix list.</p>
|
|
1019
|
+
*/
|
|
1020
|
+
PrefixList?: AnalysisComponent;
|
|
1021
|
+
/**
|
|
1022
|
+
* <p>The protocols.</p>
|
|
1023
|
+
*/
|
|
1024
|
+
Protocols?: string[];
|
|
1025
|
+
/**
|
|
1026
|
+
* <p>The route table route.</p>
|
|
1027
|
+
*/
|
|
1028
|
+
RouteTableRoute?: AnalysisRouteTableRoute;
|
|
1029
|
+
/**
|
|
1030
|
+
* <p>The route table.</p>
|
|
1031
|
+
*/
|
|
1032
|
+
RouteTable?: AnalysisComponent;
|
|
1033
|
+
/**
|
|
1034
|
+
* <p>The security group.</p>
|
|
1035
|
+
*/
|
|
1036
|
+
SecurityGroup?: AnalysisComponent;
|
|
1037
|
+
/**
|
|
1038
|
+
* <p>The security group rule.</p>
|
|
1039
|
+
*/
|
|
1040
|
+
SecurityGroupRule?: AnalysisSecurityGroupRule;
|
|
1041
|
+
/**
|
|
1042
|
+
* <p>The security groups.</p>
|
|
1043
|
+
*/
|
|
1044
|
+
SecurityGroups?: AnalysisComponent[];
|
|
1045
|
+
/**
|
|
1046
|
+
* <p>The source VPC.</p>
|
|
1047
|
+
*/
|
|
1048
|
+
SourceVpc?: AnalysisComponent;
|
|
1049
|
+
/**
|
|
1050
|
+
* <p>The state.</p>
|
|
1051
|
+
*/
|
|
1052
|
+
State?: string;
|
|
1053
|
+
/**
|
|
1054
|
+
* <p>The subnet.</p>
|
|
1055
|
+
*/
|
|
1056
|
+
Subnet?: AnalysisComponent;
|
|
1057
|
+
/**
|
|
1058
|
+
* <p>The route table for the subnet.</p>
|
|
1059
|
+
*/
|
|
1060
|
+
SubnetRouteTable?: AnalysisComponent;
|
|
1061
|
+
/**
|
|
1062
|
+
* <p>The component VPC.</p>
|
|
1063
|
+
*/
|
|
1064
|
+
Vpc?: AnalysisComponent;
|
|
1065
|
+
/**
|
|
1066
|
+
* <p>The VPC endpoint.</p>
|
|
1067
|
+
*/
|
|
1068
|
+
VpcEndpoint?: AnalysisComponent;
|
|
1069
|
+
/**
|
|
1070
|
+
* <p>The VPN connection.</p>
|
|
1071
|
+
*/
|
|
1072
|
+
VpnConnection?: AnalysisComponent;
|
|
1073
|
+
/**
|
|
1074
|
+
* <p>The VPN gateway.</p>
|
|
1075
|
+
*/
|
|
1076
|
+
VpnGateway?: AnalysisComponent;
|
|
1077
|
+
/**
|
|
1078
|
+
* <p>The transit gateway.</p>
|
|
1079
|
+
*/
|
|
1080
|
+
TransitGateway?: AnalysisComponent;
|
|
1081
|
+
/**
|
|
1082
|
+
* <p>The transit gateway route table.</p>
|
|
1083
|
+
*/
|
|
1084
|
+
TransitGatewayRouteTable?: AnalysisComponent;
|
|
1085
|
+
/**
|
|
1086
|
+
* <p>The transit gateway route table route.</p>
|
|
1087
|
+
*/
|
|
1088
|
+
TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
|
|
1089
|
+
/**
|
|
1090
|
+
* <p>The transit gateway attachment.</p>
|
|
1091
|
+
*/
|
|
1092
|
+
TransitGatewayAttachment?: AnalysisComponent;
|
|
1093
|
+
/**
|
|
1094
|
+
* <p>The Amazon Web Services account for the component.</p>
|
|
1095
|
+
*/
|
|
1096
|
+
ComponentAccount?: string;
|
|
1097
|
+
/**
|
|
1098
|
+
* <p>The Region for the component.</p>
|
|
1099
|
+
*/
|
|
1100
|
+
ComponentRegion?: string;
|
|
1101
|
+
}
|
|
1102
|
+
/**
|
|
1103
|
+
* <p>Describes a header. Reflects any changes made by a component as traffic passes through.
|
|
1104
|
+
* The fields of an inbound header are null except for the first component of a path.</p>
|
|
1105
|
+
*/
|
|
1106
|
+
export interface AnalysisPacketHeader {
|
|
1107
|
+
/**
|
|
1108
|
+
* <p>The destination addresses.</p>
|
|
1109
|
+
*/
|
|
1110
|
+
DestinationAddresses?: string[];
|
|
1111
|
+
/**
|
|
1112
|
+
* <p>The destination port ranges.</p>
|
|
1113
|
+
*/
|
|
1114
|
+
DestinationPortRanges?: PortRange[];
|
|
1115
|
+
/**
|
|
1116
|
+
* <p>The protocol.</p>
|
|
1117
|
+
*/
|
|
1118
|
+
Protocol?: string;
|
|
1119
|
+
/**
|
|
1120
|
+
* <p>The source addresses.</p>
|
|
1121
|
+
*/
|
|
1122
|
+
SourceAddresses?: string[];
|
|
1123
|
+
/**
|
|
1124
|
+
* <p>The source port ranges.</p>
|
|
1125
|
+
*/
|
|
1126
|
+
SourcePortRanges?: PortRange[];
|
|
1127
|
+
}
|
|
865
1128
|
/**
|
|
866
1129
|
* <p>Describes a path component.</p>
|
|
867
1130
|
*/
|
|
@@ -926,6 +1189,14 @@ export interface PathComponent {
|
|
|
926
1189
|
* <p>The route in a transit gateway route table.</p>
|
|
927
1190
|
*/
|
|
928
1191
|
TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
|
|
1192
|
+
/**
|
|
1193
|
+
* <p>The explanation codes.</p>
|
|
1194
|
+
*/
|
|
1195
|
+
Explanations?: Explanation[];
|
|
1196
|
+
/**
|
|
1197
|
+
* <p>The load balancer listener.</p>
|
|
1198
|
+
*/
|
|
1199
|
+
ElasticLoadBalancerListener?: AnalysisComponent;
|
|
929
1200
|
}
|
|
930
1201
|
/**
|
|
931
1202
|
* <p>Describes a finding for a Network Access Scope.</p>
|
|
@@ -1778,6 +2049,9 @@ export declare enum AllocationStrategy {
|
|
|
1778
2049
|
DIVERSIFIED = "diversified",
|
|
1779
2050
|
LOWEST_PRICE = "lowestPrice"
|
|
1780
2051
|
}
|
|
2052
|
+
export declare enum AllocationType {
|
|
2053
|
+
used = "used"
|
|
2054
|
+
}
|
|
1781
2055
|
/**
|
|
1782
2056
|
* <p>Describes a principal.</p>
|
|
1783
2057
|
*/
|
|
@@ -4301,6 +4575,21 @@ export interface CreateCapacityReservationRequest {
|
|
|
4301
4575
|
*/
|
|
4302
4576
|
PlacementGroupArn?: string;
|
|
4303
4577
|
}
|
|
4578
|
+
/**
|
|
4579
|
+
* <p>Information about instance capacity usage for a Capacity Reservation.</p>
|
|
4580
|
+
*/
|
|
4581
|
+
export interface CapacityAllocation {
|
|
4582
|
+
/**
|
|
4583
|
+
* <p>The usage type. <code>used</code> indicates that the instance capacity is
|
|
4584
|
+
* in use by instances that are running in the Capacity Reservation.</p>
|
|
4585
|
+
*/
|
|
4586
|
+
AllocationType?: AllocationType | string;
|
|
4587
|
+
/**
|
|
4588
|
+
* <p>The amount of instance capacity associated with the usage. For example a value of
|
|
4589
|
+
* <code>4</code> indicates that instance capacity for 4 instances is currently in use.</p>
|
|
4590
|
+
*/
|
|
4591
|
+
Count?: number;
|
|
4592
|
+
}
|
|
4304
4593
|
export declare enum CapacityReservationState {
|
|
4305
4594
|
active = "active",
|
|
4306
4595
|
cancelled = "cancelled",
|
|
@@ -4476,6 +4765,10 @@ export interface CapacityReservation {
|
|
|
4476
4765
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
4477
4766
|
*/
|
|
4478
4767
|
PlacementGroupArn?: string;
|
|
4768
|
+
/**
|
|
4769
|
+
* <p>Information about instance capacity usage.</p>
|
|
4770
|
+
*/
|
|
4771
|
+
CapacityAllocations?: CapacityAllocation[];
|
|
4479
4772
|
}
|
|
4480
4773
|
export interface CreateCapacityReservationResult {
|
|
4481
4774
|
/**
|
|
@@ -6105,63 +6398,6 @@ export interface Vpc {
|
|
|
6105
6398
|
*/
|
|
6106
6399
|
Tags?: Tag[];
|
|
6107
6400
|
}
|
|
6108
|
-
export interface CreateDefaultVpcResult {
|
|
6109
|
-
/**
|
|
6110
|
-
* <p>Information about the VPC.</p>
|
|
6111
|
-
*/
|
|
6112
|
-
Vpc?: Vpc;
|
|
6113
|
-
}
|
|
6114
|
-
/**
|
|
6115
|
-
* <p>Describes a DHCP configuration option.</p>
|
|
6116
|
-
*/
|
|
6117
|
-
export interface NewDhcpConfiguration {
|
|
6118
|
-
/**
|
|
6119
|
-
* <p>The name of a DHCP option.</p>
|
|
6120
|
-
*/
|
|
6121
|
-
Key?: string;
|
|
6122
|
-
/**
|
|
6123
|
-
* <p>One or more values for the DHCP option.</p>
|
|
6124
|
-
*/
|
|
6125
|
-
Values?: string[];
|
|
6126
|
-
}
|
|
6127
|
-
export interface CreateDhcpOptionsRequest {
|
|
6128
|
-
/**
|
|
6129
|
-
* <p>A DHCP configuration option.</p>
|
|
6130
|
-
*/
|
|
6131
|
-
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
6132
|
-
/**
|
|
6133
|
-
* <p>The tags to assign to the DHCP option.</p>
|
|
6134
|
-
*/
|
|
6135
|
-
TagSpecifications?: TagSpecification[];
|
|
6136
|
-
/**
|
|
6137
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6138
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6139
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6140
|
-
*/
|
|
6141
|
-
DryRun?: boolean;
|
|
6142
|
-
}
|
|
6143
|
-
/**
|
|
6144
|
-
* <p>Describes a value for a resource attribute that is a String.</p>
|
|
6145
|
-
*/
|
|
6146
|
-
export interface AttributeValue {
|
|
6147
|
-
/**
|
|
6148
|
-
* <p>The attribute value. The value is case-sensitive.</p>
|
|
6149
|
-
*/
|
|
6150
|
-
Value?: string;
|
|
6151
|
-
}
|
|
6152
|
-
/**
|
|
6153
|
-
* <p>Describes a DHCP configuration option.</p>
|
|
6154
|
-
*/
|
|
6155
|
-
export interface DhcpConfiguration {
|
|
6156
|
-
/**
|
|
6157
|
-
* <p>The name of a DHCP option.</p>
|
|
6158
|
-
*/
|
|
6159
|
-
Key?: string;
|
|
6160
|
-
/**
|
|
6161
|
-
* <p>One or more values for the DHCP option.</p>
|
|
6162
|
-
*/
|
|
6163
|
-
Values?: AttributeValue[];
|
|
6164
|
-
}
|
|
6165
6401
|
/**
|
|
6166
6402
|
* @internal
|
|
6167
6403
|
*/
|
|
@@ -6317,7 +6553,11 @@ export declare const AdditionalDetailFilterSensitiveLog: (obj: AdditionalDetail)
|
|
|
6317
6553
|
/**
|
|
6318
6554
|
* @internal
|
|
6319
6555
|
*/
|
|
6320
|
-
export declare const
|
|
6556
|
+
export declare const AnalysisLoadBalancerListenerFilterSensitiveLog: (obj: AnalysisLoadBalancerListener) => any;
|
|
6557
|
+
/**
|
|
6558
|
+
* @internal
|
|
6559
|
+
*/
|
|
6560
|
+
export declare const AnalysisLoadBalancerTargetFilterSensitiveLog: (obj: AnalysisLoadBalancerTarget) => any;
|
|
6321
6561
|
/**
|
|
6322
6562
|
* @internal
|
|
6323
6563
|
*/
|
|
@@ -6330,6 +6570,14 @@ export declare const AnalysisSecurityGroupRuleFilterSensitiveLog: (obj: Analysis
|
|
|
6330
6570
|
* @internal
|
|
6331
6571
|
*/
|
|
6332
6572
|
export declare const TransitGatewayRouteTableRouteFilterSensitiveLog: (obj: TransitGatewayRouteTableRoute) => any;
|
|
6573
|
+
/**
|
|
6574
|
+
* @internal
|
|
6575
|
+
*/
|
|
6576
|
+
export declare const ExplanationFilterSensitiveLog: (obj: Explanation) => any;
|
|
6577
|
+
/**
|
|
6578
|
+
* @internal
|
|
6579
|
+
*/
|
|
6580
|
+
export declare const AnalysisPacketHeaderFilterSensitiveLog: (obj: AnalysisPacketHeader) => any;
|
|
6333
6581
|
/**
|
|
6334
6582
|
* @internal
|
|
6335
6583
|
*/
|
|
@@ -6926,6 +7174,10 @@ export declare const CopySnapshotResultFilterSensitiveLog: (obj: CopySnapshotRes
|
|
|
6926
7174
|
* @internal
|
|
6927
7175
|
*/
|
|
6928
7176
|
export declare const CreateCapacityReservationRequestFilterSensitiveLog: (obj: CreateCapacityReservationRequest) => any;
|
|
7177
|
+
/**
|
|
7178
|
+
* @internal
|
|
7179
|
+
*/
|
|
7180
|
+
export declare const CapacityAllocationFilterSensitiveLog: (obj: CapacityAllocation) => any;
|
|
6929
7181
|
/**
|
|
6930
7182
|
* @internal
|
|
6931
7183
|
*/
|
|
@@ -7074,23 +7326,3 @@ export declare const CreateDefaultVpcRequestFilterSensitiveLog: (obj: CreateDefa
|
|
|
7074
7326
|
* @internal
|
|
7075
7327
|
*/
|
|
7076
7328
|
export declare const VpcFilterSensitiveLog: (obj: Vpc) => any;
|
|
7077
|
-
/**
|
|
7078
|
-
* @internal
|
|
7079
|
-
*/
|
|
7080
|
-
export declare const CreateDefaultVpcResultFilterSensitiveLog: (obj: CreateDefaultVpcResult) => any;
|
|
7081
|
-
/**
|
|
7082
|
-
* @internal
|
|
7083
|
-
*/
|
|
7084
|
-
export declare const NewDhcpConfigurationFilterSensitiveLog: (obj: NewDhcpConfiguration) => any;
|
|
7085
|
-
/**
|
|
7086
|
-
* @internal
|
|
7087
|
-
*/
|
|
7088
|
-
export declare const CreateDhcpOptionsRequestFilterSensitiveLog: (obj: CreateDhcpOptionsRequest) => any;
|
|
7089
|
-
/**
|
|
7090
|
-
* @internal
|
|
7091
|
-
*/
|
|
7092
|
-
export declare const AttributeValueFilterSensitiveLog: (obj: AttributeValue) => any;
|
|
7093
|
-
/**
|
|
7094
|
-
* @internal
|
|
7095
|
-
*/
|
|
7096
|
-
export declare const DhcpConfigurationFilterSensitiveLog: (obj: DhcpConfiguration) => any;
|