@aws-sdk/client-ec2 3.664.0 → 3.665.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 (168) hide show
  1. package/dist-cjs/index.js +1546 -1537
  2. package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
  3. package/dist-es/models/models_2.js +1 -1
  4. package/dist-es/models/models_6.js +1 -1
  5. package/dist-es/models/models_7.js +4 -0
  6. package/dist-es/protocols/Aws_ec2.js +1548 -1545
  7. package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
  8. package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
  9. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
  10. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
  11. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  12. package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
  13. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
  14. package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
  15. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
  16. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
  17. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
  18. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
  19. package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
  20. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
  21. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
  22. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
  23. package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
  24. package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
  25. package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
  26. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
  27. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  28. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +6 -6
  30. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
  31. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
  32. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
  33. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateImageCommand.d.ts +18 -18
  36. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
  37. package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
  38. package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
  39. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  40. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
  41. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
  42. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
  44. package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
  45. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
  46. package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
  47. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
  50. package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
  51. package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
  52. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
  53. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
  54. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
  55. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
  57. package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
  58. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
  60. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
  61. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
  62. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
  63. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
  65. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
  66. package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
  67. package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
  68. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
  70. package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
  71. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
  72. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
  73. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
  74. package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
  75. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
  76. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
  77. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
  78. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
  79. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
  80. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
  81. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
  82. package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
  83. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
  84. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
  85. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
  86. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
  87. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
  88. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
  89. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
  90. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
  91. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
  92. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
  93. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
  94. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
  95. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
  96. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
  97. package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
  98. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
  99. package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
  100. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
  103. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
  104. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
  105. package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
  106. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
  107. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
  108. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  109. package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
  110. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  111. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  112. package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
  113. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
  114. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  115. package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
  116. package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
  117. package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
  118. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  119. package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
  120. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  121. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
  122. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
  123. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
  124. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
  125. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
  126. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
  127. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +6 -6
  128. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +6 -6
  129. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
  130. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
  131. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  132. package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
  133. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  134. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
  135. package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
  136. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  137. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
  138. package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
  139. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
  140. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  141. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
  142. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
  143. package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
  144. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  145. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  146. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  147. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
  148. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
  149. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
  150. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
  151. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
  152. package/dist-types/models/models_0.d.ts +264 -265
  153. package/dist-types/models/models_1.d.ts +230 -230
  154. package/dist-types/models/models_2.d.ts +378 -381
  155. package/dist-types/models/models_3.d.ts +217 -217
  156. package/dist-types/models/models_4.d.ts +851 -851
  157. package/dist-types/models/models_5.d.ts +203 -203
  158. package/dist-types/models/models_6.d.ts +228 -220
  159. package/dist-types/models/models_7.d.ts +340 -334
  160. package/dist-types/ts3.4/models/models_0.d.ts +56 -56
  161. package/dist-types/ts3.4/models/models_1.d.ts +41 -41
  162. package/dist-types/ts3.4/models/models_2.d.ts +71 -71
  163. package/dist-types/ts3.4/models/models_3.d.ts +27 -27
  164. package/dist-types/ts3.4/models/models_4.d.ts +112 -112
  165. package/dist-types/ts3.4/models/models_5.d.ts +27 -27
  166. package/dist-types/ts3.4/models/models_6.d.ts +42 -41
  167. package/dist-types/ts3.4/models/models_7.d.ts +64 -61
  168. package/package.json +5 -5
@@ -78,11 +78,11 @@ declare const StopInstancesCommand_base: {
78
78
  * // { // StopInstancesResult
79
79
  * // StoppingInstances: [ // InstanceStateChangeList
80
80
  * // { // InstanceStateChange
81
+ * // InstanceId: "STRING_VALUE",
81
82
  * // CurrentState: { // InstanceState
82
83
  * // Code: Number("int"),
83
84
  * // Name: "pending" || "running" || "shutting-down" || "terminated" || "stopping" || "stopped",
84
85
  * // },
85
- * // InstanceId: "STRING_VALUE",
86
86
  * // PreviousState: {
87
87
  * // Code: Number("int"),
88
88
  * // Name: "pending" || "running" || "shutting-down" || "terminated" || "stopping" || "stopped",
@@ -104,11 +104,11 @@ declare const TerminateInstancesCommand_base: {
104
104
  * // { // TerminateInstancesResult
105
105
  * // TerminatingInstances: [ // InstanceStateChangeList
106
106
  * // { // InstanceStateChange
107
+ * // InstanceId: "STRING_VALUE",
107
108
  * // CurrentState: { // InstanceState
108
109
  * // Code: Number("int"),
109
110
  * // Name: "pending" || "running" || "shutting-down" || "terminated" || "stopping" || "stopped",
110
111
  * // },
111
- * // InstanceId: "STRING_VALUE",
112
112
  * // PreviousState: {
113
113
  * // Code: Number("int"),
114
114
  * // Name: "pending" || "running" || "shutting-down" || "terminated" || "stopping" || "stopped",
@@ -35,13 +35,13 @@ declare const UnassignIpv6AddressesCommand_base: {
35
35
  * // const { EC2Client, UnassignIpv6AddressesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
36
36
  * const client = new EC2Client(config);
37
37
  * const input = { // UnassignIpv6AddressesRequest
38
- * Ipv6Addresses: [ // Ipv6AddressList
39
- * "STRING_VALUE",
40
- * ],
41
38
  * Ipv6Prefixes: [ // IpPrefixList
42
39
  * "STRING_VALUE",
43
40
  * ],
44
41
  * NetworkInterfaceId: "STRING_VALUE", // required
42
+ * Ipv6Addresses: [ // Ipv6AddressList
43
+ * "STRING_VALUE",
44
+ * ],
45
45
  * };
46
46
  * const command = new UnassignIpv6AddressesCommand(input);
47
47
  * const response = await client.send(command);
@@ -36,11 +36,11 @@ declare const UnassignPrivateIpAddressesCommand_base: {
36
36
  * // const { EC2Client, UnassignPrivateIpAddressesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
37
37
  * const client = new EC2Client(config);
38
38
  * const input = { // UnassignPrivateIpAddressesRequest
39
- * NetworkInterfaceId: "STRING_VALUE", // required
40
- * PrivateIpAddresses: [ // PrivateIpAddressStringList
39
+ * Ipv4Prefixes: [ // IpPrefixList
41
40
  * "STRING_VALUE",
42
41
  * ],
43
- * Ipv4Prefixes: [ // IpPrefixList
42
+ * NetworkInterfaceId: "STRING_VALUE", // required
43
+ * PrivateIpAddresses: [ // PrivateIpAddressStringList
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * };
@@ -27,7 +27,9 @@ declare const UnassignPrivateNatGatewayAddressCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-edit-secondary">Edit secondary IP address associations</a> in the <i>Amazon VPC User Guide</i>.</p>
30
+ * <p>Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information,
31
+ * see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html#nat-gateway-edit-secondary">Edit secondary IP address associations</a>
32
+ * in the <i>Amazon VPC User Guide</i>.</p>
31
33
  * <p>While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway.</p>
32
34
  * <p>A private IP address will only be released at the end of MaxDrainDurationSeconds. The
33
35
  * private IP addresses stay associated and support the existing connections, but do not
@@ -43,18 +43,30 @@ declare const UpdateSecurityGroupRuleDescriptionsEgressCommand_base: {
43
43
  * GroupName: "STRING_VALUE",
44
44
  * IpPermissions: [ // IpPermissionList
45
45
  * { // IpPermission
46
- * FromPort: Number("int"),
47
46
  * IpProtocol: "STRING_VALUE",
47
+ * FromPort: Number("int"),
48
+ * ToPort: Number("int"),
49
+ * UserIdGroupPairs: [ // UserIdGroupPairList
50
+ * { // UserIdGroupPair
51
+ * Description: "STRING_VALUE",
52
+ * UserId: "STRING_VALUE",
53
+ * GroupName: "STRING_VALUE",
54
+ * GroupId: "STRING_VALUE",
55
+ * VpcId: "STRING_VALUE",
56
+ * VpcPeeringConnectionId: "STRING_VALUE",
57
+ * PeeringStatus: "STRING_VALUE",
58
+ * },
59
+ * ],
48
60
  * IpRanges: [ // IpRangeList
49
61
  * { // IpRange
50
- * CidrIp: "STRING_VALUE",
51
62
  * Description: "STRING_VALUE",
63
+ * CidrIp: "STRING_VALUE",
52
64
  * },
53
65
  * ],
54
66
  * Ipv6Ranges: [ // Ipv6RangeList
55
67
  * { // Ipv6Range
56
- * CidrIpv6: "STRING_VALUE",
57
68
  * Description: "STRING_VALUE",
69
+ * CidrIpv6: "STRING_VALUE",
58
70
  * },
59
71
  * ],
60
72
  * PrefixListIds: [ // PrefixListIdList
@@ -63,18 +75,6 @@ declare const UpdateSecurityGroupRuleDescriptionsEgressCommand_base: {
63
75
  * PrefixListId: "STRING_VALUE",
64
76
  * },
65
77
  * ],
66
- * ToPort: Number("int"),
67
- * UserIdGroupPairs: [ // UserIdGroupPairList
68
- * { // UserIdGroupPair
69
- * Description: "STRING_VALUE",
70
- * GroupId: "STRING_VALUE",
71
- * GroupName: "STRING_VALUE",
72
- * PeeringStatus: "STRING_VALUE",
73
- * UserId: "STRING_VALUE",
74
- * VpcId: "STRING_VALUE",
75
- * VpcPeeringConnectionId: "STRING_VALUE",
76
- * },
77
- * ],
78
78
  * },
79
79
  * ],
80
80
  * SecurityGroupRuleDescriptions: [ // SecurityGroupRuleDescriptionList
@@ -43,18 +43,30 @@ declare const UpdateSecurityGroupRuleDescriptionsIngressCommand_base: {
43
43
  * GroupName: "STRING_VALUE",
44
44
  * IpPermissions: [ // IpPermissionList
45
45
  * { // IpPermission
46
- * FromPort: Number("int"),
47
46
  * IpProtocol: "STRING_VALUE",
47
+ * FromPort: Number("int"),
48
+ * ToPort: Number("int"),
49
+ * UserIdGroupPairs: [ // UserIdGroupPairList
50
+ * { // UserIdGroupPair
51
+ * Description: "STRING_VALUE",
52
+ * UserId: "STRING_VALUE",
53
+ * GroupName: "STRING_VALUE",
54
+ * GroupId: "STRING_VALUE",
55
+ * VpcId: "STRING_VALUE",
56
+ * VpcPeeringConnectionId: "STRING_VALUE",
57
+ * PeeringStatus: "STRING_VALUE",
58
+ * },
59
+ * ],
48
60
  * IpRanges: [ // IpRangeList
49
61
  * { // IpRange
50
- * CidrIp: "STRING_VALUE",
51
62
  * Description: "STRING_VALUE",
63
+ * CidrIp: "STRING_VALUE",
52
64
  * },
53
65
  * ],
54
66
  * Ipv6Ranges: [ // Ipv6RangeList
55
67
  * { // Ipv6Range
56
- * CidrIpv6: "STRING_VALUE",
57
68
  * Description: "STRING_VALUE",
69
+ * CidrIpv6: "STRING_VALUE",
58
70
  * },
59
71
  * ],
60
72
  * PrefixListIds: [ // PrefixListIdList
@@ -63,18 +75,6 @@ declare const UpdateSecurityGroupRuleDescriptionsIngressCommand_base: {
63
75
  * PrefixListId: "STRING_VALUE",
64
76
  * },
65
77
  * ],
66
- * ToPort: Number("int"),
67
- * UserIdGroupPairs: [ // UserIdGroupPairList
68
- * { // UserIdGroupPair
69
- * Description: "STRING_VALUE",
70
- * GroupId: "STRING_VALUE",
71
- * GroupName: "STRING_VALUE",
72
- * PeeringStatus: "STRING_VALUE",
73
- * UserId: "STRING_VALUE",
74
- * VpcId: "STRING_VALUE",
75
- * VpcPeeringConnectionId: "STRING_VALUE",
76
- * },
77
- * ],
78
78
  * },
79
79
  * ],
80
80
  * SecurityGroupRuleDescriptions: [ // SecurityGroupRuleDescriptionList