@aws-sdk/client-ec2 3.174.0 → 3.177.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/DescribeAddressesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +1 -2
- package/dist-cjs/commands/DescribeLocalGatewaysCommand.js +2 -1
- package/dist-cjs/models/models_0.js +18 -18
- package/dist-cjs/models/models_1.js +17 -17
- package/dist-cjs/models/models_2.js +18 -18
- package/dist-cjs/models/models_3.js +17 -17
- package/dist-cjs/models/models_4.js +13 -13
- package/dist-cjs/protocols/Aws_ec2.js +25 -2
- 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/DescribeAddressesCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +1 -2
- package/dist-es/commands/DescribeLocalGatewaysCommand.js +2 -1
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +3 -6
- package/dist-es/models/models_2.js +6 -3
- package/dist-es/models/models_3.js +3 -3
- package/dist-es/models/models_4.js +3 -3
- package/dist-es/protocols/Aws_ec2.js +25 -2
- package/dist-types/EC2.d.ts +28 -17
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +5 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +4 -2
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +6 -0
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +303 -66
- package/dist-types/models/models_1.d.ts +85 -75
- package/dist-types/models/models_2.d.ts +52 -106
- package/dist-types/models/models_3.d.ts +113 -97
- package/dist-types/models/models_4.d.ts +166 -283
- package/dist-types/models/models_5.d.ts +17 -7
- package/dist-types/models/models_6.d.ts +7 -5
- 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/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +81 -29
- package/dist-types/ts3.4/models/models_1.d.ts +22 -21
- package/dist-types/ts3.4/models/models_2.d.ts +21 -21
- package/dist-types/ts3.4/models/models_3.d.ts +22 -30
- package/dist-types/ts3.4/models/models_4.d.ts +28 -76
- package/dist-types/ts3.4/models/models_5.d.ts +3 -3
- package/dist-types/ts3.4/models/models_6.d.ts +1 -1
- 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>
|
|
@@ -1714,7 +1985,7 @@ export interface AllocateIpamPoolCidrRequest {
|
|
|
1714
1985
|
*/
|
|
1715
1986
|
PreviewNextCidr?: boolean;
|
|
1716
1987
|
/**
|
|
1717
|
-
* <p>Exclude a particular CIDR range from being returned by the pool.</p>
|
|
1988
|
+
* <p>Exclude a particular CIDR range from being returned by the pool. Disallowed CIDRs are only allowed if using netmask length for allocation.</p>
|
|
1718
1989
|
*/
|
|
1719
1990
|
DisallowedCidrs?: string[];
|
|
1720
1991
|
}
|
|
@@ -1858,7 +2129,7 @@ export interface AssignIpv6AddressesRequest {
|
|
|
1858
2129
|
*/
|
|
1859
2130
|
Ipv6AddressCount?: number;
|
|
1860
2131
|
/**
|
|
1861
|
-
* <p>
|
|
2132
|
+
* <p>The IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.</p>
|
|
1862
2133
|
*/
|
|
1863
2134
|
Ipv6Addresses?: string[];
|
|
1864
2135
|
/**
|
|
@@ -1904,7 +2175,7 @@ export interface AssignPrivateIpAddressesRequest {
|
|
|
1904
2175
|
*/
|
|
1905
2176
|
NetworkInterfaceId: string | undefined;
|
|
1906
2177
|
/**
|
|
1907
|
-
* <p>
|
|
2178
|
+
* <p>The IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses.</p>
|
|
1908
2179
|
* <p>If you don't specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range.</p>
|
|
1909
2180
|
*/
|
|
1910
2181
|
PrivateIpAddresses?: string[];
|
|
@@ -3037,7 +3308,7 @@ export interface PrefixListId {
|
|
|
3037
3308
|
/**
|
|
3038
3309
|
* <p>Describes a security group and Amazon Web Services account ID pair.</p>
|
|
3039
3310
|
* <note>
|
|
3040
|
-
* <p>We are retiring EC2-Classic
|
|
3311
|
+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
3041
3312
|
* </note>
|
|
3042
3313
|
*/
|
|
3043
3314
|
export interface UserIdGroupPair {
|
|
@@ -3292,7 +3563,8 @@ export interface AuthorizeSecurityGroupIngressRequest {
|
|
|
3292
3563
|
GroupId?: string;
|
|
3293
3564
|
/**
|
|
3294
3565
|
* <p>[EC2-Classic, default VPC] The name of the security group. You must specify either the
|
|
3295
|
-
*
|
|
3566
|
+
* security group ID or the security group name in the request. For security groups in a
|
|
3567
|
+
* nondefault VPC, you must specify the security group ID.</p>
|
|
3296
3568
|
*/
|
|
3297
3569
|
GroupName?: string;
|
|
3298
3570
|
/**
|
|
@@ -6127,41 +6399,6 @@ export interface Vpc {
|
|
|
6127
6399
|
*/
|
|
6128
6400
|
Tags?: Tag[];
|
|
6129
6401
|
}
|
|
6130
|
-
export interface CreateDefaultVpcResult {
|
|
6131
|
-
/**
|
|
6132
|
-
* <p>Information about the VPC.</p>
|
|
6133
|
-
*/
|
|
6134
|
-
Vpc?: Vpc;
|
|
6135
|
-
}
|
|
6136
|
-
/**
|
|
6137
|
-
* <p>Describes a DHCP configuration option.</p>
|
|
6138
|
-
*/
|
|
6139
|
-
export interface NewDhcpConfiguration {
|
|
6140
|
-
/**
|
|
6141
|
-
* <p>The name of a DHCP option.</p>
|
|
6142
|
-
*/
|
|
6143
|
-
Key?: string;
|
|
6144
|
-
/**
|
|
6145
|
-
* <p>One or more values for the DHCP option.</p>
|
|
6146
|
-
*/
|
|
6147
|
-
Values?: string[];
|
|
6148
|
-
}
|
|
6149
|
-
export interface CreateDhcpOptionsRequest {
|
|
6150
|
-
/**
|
|
6151
|
-
* <p>A DHCP configuration option.</p>
|
|
6152
|
-
*/
|
|
6153
|
-
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
6154
|
-
/**
|
|
6155
|
-
* <p>The tags to assign to the DHCP option.</p>
|
|
6156
|
-
*/
|
|
6157
|
-
TagSpecifications?: TagSpecification[];
|
|
6158
|
-
/**
|
|
6159
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6160
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6161
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6162
|
-
*/
|
|
6163
|
-
DryRun?: boolean;
|
|
6164
|
-
}
|
|
6165
6402
|
/**
|
|
6166
6403
|
* @internal
|
|
6167
6404
|
*/
|
|
@@ -6317,7 +6554,11 @@ export declare const AdditionalDetailFilterSensitiveLog: (obj: AdditionalDetail)
|
|
|
6317
6554
|
/**
|
|
6318
6555
|
* @internal
|
|
6319
6556
|
*/
|
|
6320
|
-
export declare const
|
|
6557
|
+
export declare const AnalysisLoadBalancerListenerFilterSensitiveLog: (obj: AnalysisLoadBalancerListener) => any;
|
|
6558
|
+
/**
|
|
6559
|
+
* @internal
|
|
6560
|
+
*/
|
|
6561
|
+
export declare const AnalysisLoadBalancerTargetFilterSensitiveLog: (obj: AnalysisLoadBalancerTarget) => any;
|
|
6321
6562
|
/**
|
|
6322
6563
|
* @internal
|
|
6323
6564
|
*/
|
|
@@ -6330,6 +6571,14 @@ export declare const AnalysisSecurityGroupRuleFilterSensitiveLog: (obj: Analysis
|
|
|
6330
6571
|
* @internal
|
|
6331
6572
|
*/
|
|
6332
6573
|
export declare const TransitGatewayRouteTableRouteFilterSensitiveLog: (obj: TransitGatewayRouteTableRoute) => any;
|
|
6574
|
+
/**
|
|
6575
|
+
* @internal
|
|
6576
|
+
*/
|
|
6577
|
+
export declare const ExplanationFilterSensitiveLog: (obj: Explanation) => any;
|
|
6578
|
+
/**
|
|
6579
|
+
* @internal
|
|
6580
|
+
*/
|
|
6581
|
+
export declare const AnalysisPacketHeaderFilterSensitiveLog: (obj: AnalysisPacketHeader) => any;
|
|
6333
6582
|
/**
|
|
6334
6583
|
* @internal
|
|
6335
6584
|
*/
|
|
@@ -7078,15 +7327,3 @@ export declare const CreateDefaultVpcRequestFilterSensitiveLog: (obj: CreateDefa
|
|
|
7078
7327
|
* @internal
|
|
7079
7328
|
*/
|
|
7080
7329
|
export declare const VpcFilterSensitiveLog: (obj: Vpc) => any;
|
|
7081
|
-
/**
|
|
7082
|
-
* @internal
|
|
7083
|
-
*/
|
|
7084
|
-
export declare const CreateDefaultVpcResultFilterSensitiveLog: (obj: CreateDefaultVpcResult) => any;
|
|
7085
|
-
/**
|
|
7086
|
-
* @internal
|
|
7087
|
-
*/
|
|
7088
|
-
export declare const NewDhcpConfigurationFilterSensitiveLog: (obj: NewDhcpConfiguration) => any;
|
|
7089
|
-
/**
|
|
7090
|
-
* @internal
|
|
7091
|
-
*/
|
|
7092
|
-
export declare const CreateDhcpOptionsRequestFilterSensitiveLog: (obj: CreateDhcpOptionsRequest) => any;
|