@aws-sdk/client-ec2 3.842.0 → 3.844.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 (211) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +679 -169
  3. package/dist-es/EC2.js +4 -0
  4. package/dist-es/commands/DescribeCapacityBlockStatusCommand.js +22 -0
  5. package/dist-es/commands/DescribeCapacityBlocksCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +1 -0
  8. package/dist-es/models/models_1.js +1 -0
  9. package/dist-es/models/models_3.js +15 -6
  10. package/dist-es/models/models_4.js +6 -0
  11. package/dist-es/pagination/DescribeCapacityBlockStatusPaginator.js +4 -0
  12. package/dist-es/pagination/DescribeCapacityBlocksPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +3 -1
  14. package/dist-es/protocols/Aws_ec2.js +359 -60
  15. package/dist-es/waiters/index.js +4 -2
  16. package/dist-es/waiters/waitForSecurityGroupVpcAssociationAssociated.js +69 -0
  17. package/dist-es/waiters/waitForSecurityGroupVpcAssociationDisassociated.js +79 -0
  18. package/dist-types/EC2.d.ts +16 -0
  19. package/dist-types/EC2Client.d.ts +4 -2
  20. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  21. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  22. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  24. package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
  25. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  26. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.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/CreateCapacityReservationBySplittingCommand.d.ts +5 -3
  30. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -2
  31. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  54. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  67. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  68. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  105. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +6 -2
  106. package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +102 -0
  107. package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +106 -0
  108. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
  109. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -1
  110. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -2
  113. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +14 -59
  114. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  115. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -1
  116. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -0
  121. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  122. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
  124. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  127. package/dist-types/commands/DetachVolumeCommand.d.ts +3 -3
  128. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  129. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  130. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  131. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -1
  132. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  133. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  134. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
  135. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  138. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -2
  139. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  140. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +24 -2
  141. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  142. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  143. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  144. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  145. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  146. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  147. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -2
  148. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  149. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  150. package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
  151. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  152. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  153. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  154. package/dist-types/commands/index.d.ts +2 -0
  155. package/dist-types/models/models_0.d.ts +7 -6
  156. package/dist-types/models/models_1.d.ts +14 -2
  157. package/dist-types/models/models_3.d.ts +329 -270
  158. package/dist-types/models/models_4.d.ts +288 -210
  159. package/dist-types/models/models_5.d.ts +217 -381
  160. package/dist-types/models/models_6.d.ts +381 -294
  161. package/dist-types/models/models_7.d.ts +301 -145
  162. package/dist-types/models/models_8.d.ts +141 -1
  163. package/dist-types/pagination/DescribeCapacityBlockStatusPaginator.d.ts +7 -0
  164. package/dist-types/pagination/DescribeCapacityBlocksPaginator.d.ts +7 -0
  165. package/dist-types/pagination/index.d.ts +3 -1
  166. package/dist-types/protocols/Aws_ec2.d.ts +18 -0
  167. package/dist-types/ts3.4/EC2.d.ts +36 -0
  168. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  169. package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +51 -0
  170. package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +51 -0
  171. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +4 -2
  175. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -4
  176. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
  184. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
  187. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +4 -2
  192. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  193. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  194. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  195. package/dist-types/ts3.4/models/models_3.d.ts +71 -57
  196. package/dist-types/ts3.4/models/models_4.d.ts +59 -52
  197. package/dist-types/ts3.4/models/models_5.d.ts +53 -72
  198. package/dist-types/ts3.4/models/models_6.d.ts +67 -54
  199. package/dist-types/ts3.4/models/models_7.d.ts +56 -38
  200. package/dist-types/ts3.4/models/models_8.d.ts +38 -0
  201. package/dist-types/ts3.4/pagination/DescribeCapacityBlockStatusPaginator.d.ts +11 -0
  202. package/dist-types/ts3.4/pagination/DescribeCapacityBlocksPaginator.d.ts +11 -0
  203. package/dist-types/ts3.4/pagination/index.d.ts +3 -1
  204. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
  205. package/dist-types/ts3.4/waiters/index.d.ts +4 -2
  206. package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +11 -0
  207. package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +11 -0
  208. package/dist-types/waiters/index.d.ts +4 -2
  209. package/dist-types/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +14 -0
  210. package/dist-types/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +14 -0
  211. package/package.json +15 -15
@@ -1,9 +1,387 @@
1
- import { AccessScopeAnalysisFinding, ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
1
+ import { AccessScopeAnalysisFinding, ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
2
  import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, RequestIpamResourceTag, TargetCapacityUnitType, Vpc } from "./models_1";
3
- import { NetworkInsightsAccessScopeContent, ResponseLaunchTemplateData, SSEType, SubnetCidrReservation } from "./models_2";
4
- import { Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
3
+ import { NetworkInsightsAccessScopeContent, ResponseLaunchTemplateData, SSEType } from "./models_2";
4
+ import { DnsNameState, Filter, IpamPoolCidr, MetricType, PayerResponsibility, PeriodType, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, StatisticType, VpnConnection, VpnGateway } from "./models_3";
5
5
  import { ArchitectureType, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, PaymentOption, VirtualizationType } from "./models_4";
6
6
  import { AnalysisStatus, ManagedBy } from "./models_5";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface DescribeVpcEndpointServiceConfigurationsResult {
11
+ /**
12
+ * <p>Information about the services.</p>
13
+ * @public
14
+ */
15
+ ServiceConfigurations?: ServiceConfiguration[] | undefined;
16
+ /**
17
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
18
+ * @public
19
+ */
20
+ NextToken?: string | undefined;
21
+ }
22
+ /**
23
+ * @public
24
+ */
25
+ export interface DescribeVpcEndpointServicePermissionsRequest {
26
+ /**
27
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
28
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
29
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
30
+ * @public
31
+ */
32
+ DryRun?: boolean | undefined;
33
+ /**
34
+ * <p>The ID of the service.</p>
35
+ * @public
36
+ */
37
+ ServiceId: string | undefined;
38
+ /**
39
+ * <p>The filters.</p>
40
+ * <ul>
41
+ * <li>
42
+ * <p>
43
+ * <code>principal</code> - The ARN of the principal.</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>
47
+ * <code>principal-type</code> - The principal type (<code>All</code> |
48
+ * <code>Service</code> | <code>OrganizationUnit</code> | <code>Account</code>
49
+ * | <code>User</code> | <code>Role</code>).</p>
50
+ * </li>
51
+ * </ul>
52
+ * @public
53
+ */
54
+ Filters?: Filter[] | undefined;
55
+ /**
56
+ * <p>The maximum number of results to return for the request in a single page. The remaining
57
+ * results of the initial request can be seen by sending another request with the returned
58
+ * <code>NextToken</code> value. This value can be between 5 and 1,000; if
59
+ * <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are
60
+ * returned.</p>
61
+ * @public
62
+ */
63
+ MaxResults?: number | undefined;
64
+ /**
65
+ * <p>The token to retrieve the next page of results.</p>
66
+ * @public
67
+ */
68
+ NextToken?: string | undefined;
69
+ }
70
+ /**
71
+ * @public
72
+ */
73
+ export interface DescribeVpcEndpointServicePermissionsResult {
74
+ /**
75
+ * <p>Information about the allowed principals.</p>
76
+ * @public
77
+ */
78
+ AllowedPrincipals?: AllowedPrincipal[] | undefined;
79
+ /**
80
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
81
+ * @public
82
+ */
83
+ NextToken?: string | undefined;
84
+ }
85
+ /**
86
+ * @public
87
+ */
88
+ export interface DescribeVpcEndpointServicesRequest {
89
+ /**
90
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
91
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
92
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
93
+ * @public
94
+ */
95
+ DryRun?: boolean | undefined;
96
+ /**
97
+ * <p>The service names.</p>
98
+ * @public
99
+ */
100
+ ServiceNames?: string[] | undefined;
101
+ /**
102
+ * <p>The filters.</p>
103
+ * <ul>
104
+ * <li>
105
+ * <p>
106
+ * <code>owner</code> - The ID or alias of the Amazon Web Services account that owns
107
+ * the service.</p>
108
+ * </li>
109
+ * <li>
110
+ * <p>
111
+ * <code>service-name</code> - The name of the service.</p>
112
+ * </li>
113
+ * <li>
114
+ * <p>
115
+ * <code>service-region</code> - The Region of the service.</p>
116
+ * </li>
117
+ * <li>
118
+ * <p>
119
+ * <code>service-type</code> - The type of service (<code>Interface</code> |
120
+ * <code>Gateway</code> | <code>GatewayLoadBalancer</code>).</p>
121
+ * </li>
122
+ * <li>
123
+ * <p>
124
+ * <code>supported-ip-address-types</code> - The IP address type (<code>ipv4</code> | <code>ipv6</code>).</p>
125
+ * </li>
126
+ * <li>
127
+ * <p>
128
+ * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
129
+ * </li>
130
+ * <li>
131
+ * <p>
132
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
133
+ * </li>
134
+ * </ul>
135
+ * @public
136
+ */
137
+ Filters?: Filter[] | undefined;
138
+ /**
139
+ * <p>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</p>
140
+ * <p>Constraint: If the value is greater than 1,000, we return only 1,000 items.</p>
141
+ * @public
142
+ */
143
+ MaxResults?: number | undefined;
144
+ /**
145
+ * <p>The token for the next set of items to return. (You received this token from a prior call.)</p>
146
+ * @public
147
+ */
148
+ NextToken?: string | undefined;
149
+ /**
150
+ * <p>The service Regions.</p>
151
+ * @public
152
+ */
153
+ ServiceRegions?: string[] | undefined;
154
+ }
155
+ /**
156
+ * <p>Information about the Private DNS name for interface endpoints.</p>
157
+ * @public
158
+ */
159
+ export interface PrivateDnsDetails {
160
+ /**
161
+ * <p>The private DNS name assigned to the VPC endpoint service.</p>
162
+ * @public
163
+ */
164
+ PrivateDnsName?: string | undefined;
165
+ }
166
+ /**
167
+ * <p>Describes a VPC endpoint service.</p>
168
+ * @public
169
+ */
170
+ export interface ServiceDetail {
171
+ /**
172
+ * <p>The name of the service.</p>
173
+ * @public
174
+ */
175
+ ServiceName?: string | undefined;
176
+ /**
177
+ * <p>The ID of the endpoint service.</p>
178
+ * @public
179
+ */
180
+ ServiceId?: string | undefined;
181
+ /**
182
+ * <p>The type of service.</p>
183
+ * @public
184
+ */
185
+ ServiceType?: ServiceTypeDetail[] | undefined;
186
+ /**
187
+ * <p>The Region where the service is hosted.</p>
188
+ * @public
189
+ */
190
+ ServiceRegion?: string | undefined;
191
+ /**
192
+ * <p>The Availability Zones in which the service is available.</p>
193
+ * @public
194
+ */
195
+ AvailabilityZones?: string[] | undefined;
196
+ /**
197
+ * <p>The Amazon Web Services account ID of the service owner.</p>
198
+ * @public
199
+ */
200
+ Owner?: string | undefined;
201
+ /**
202
+ * <p>The DNS names for the service.</p>
203
+ * @public
204
+ */
205
+ BaseEndpointDnsNames?: string[] | undefined;
206
+ /**
207
+ * <p>The private DNS name for the service.</p>
208
+ * @public
209
+ */
210
+ PrivateDnsName?: string | undefined;
211
+ /**
212
+ * <p>The private DNS names assigned to the VPC endpoint service.</p>
213
+ * @public
214
+ */
215
+ PrivateDnsNames?: PrivateDnsDetails[] | undefined;
216
+ /**
217
+ * <p>Indicates whether the service supports endpoint policies.</p>
218
+ * @public
219
+ */
220
+ VpcEndpointPolicySupported?: boolean | undefined;
221
+ /**
222
+ * <p>Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.</p>
223
+ * @public
224
+ */
225
+ AcceptanceRequired?: boolean | undefined;
226
+ /**
227
+ * <p>Indicates whether the service manages its VPC endpoints. Management of the service VPC
228
+ * endpoints using the VPC endpoint API is restricted.</p>
229
+ * @public
230
+ */
231
+ ManagesVpcEndpoints?: boolean | undefined;
232
+ /**
233
+ * <p>The payer responsibility.</p>
234
+ * @public
235
+ */
236
+ PayerResponsibility?: PayerResponsibility | undefined;
237
+ /**
238
+ * <p>The tags assigned to the service.</p>
239
+ * @public
240
+ */
241
+ Tags?: Tag[] | undefined;
242
+ /**
243
+ * <p>The verification state of the VPC endpoint service.</p>
244
+ * <p>Consumers of the endpoint service cannot use the private name when the state is not <code>verified</code>.</p>
245
+ * @public
246
+ */
247
+ PrivateDnsNameVerificationState?: DnsNameState | undefined;
248
+ /**
249
+ * <p>The supported IP address types.</p>
250
+ * @public
251
+ */
252
+ SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
253
+ }
254
+ /**
255
+ * @public
256
+ */
257
+ export interface DescribeVpcEndpointServicesResult {
258
+ /**
259
+ * <p>The supported services.</p>
260
+ * @public
261
+ */
262
+ ServiceNames?: string[] | undefined;
263
+ /**
264
+ * <p>Information about the service.</p>
265
+ * @public
266
+ */
267
+ ServiceDetails?: ServiceDetail[] | undefined;
268
+ /**
269
+ * <p>The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</p>
270
+ * @public
271
+ */
272
+ NextToken?: string | undefined;
273
+ }
274
+ /**
275
+ * @public
276
+ */
277
+ export interface DescribeVpcPeeringConnectionsRequest {
278
+ /**
279
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
280
+ * @public
281
+ */
282
+ NextToken?: string | undefined;
283
+ /**
284
+ * <p>The maximum number of items to return for this request.
285
+ * To get the next page of items, make another request with the token returned in the output.
286
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
287
+ * @public
288
+ */
289
+ MaxResults?: number | undefined;
290
+ /**
291
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
292
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
293
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
294
+ * @public
295
+ */
296
+ DryRun?: boolean | undefined;
297
+ /**
298
+ * <p>The IDs of the VPC peering connections.</p>
299
+ * <p>Default: Describes all your VPC peering connections.</p>
300
+ * @public
301
+ */
302
+ VpcPeeringConnectionIds?: string[] | undefined;
303
+ /**
304
+ * <p>The filters.</p>
305
+ * <ul>
306
+ * <li>
307
+ * <p>
308
+ * <code>accepter-vpc-info.cidr-block</code> - The IPv4 CIDR block of the accepter
309
+ * VPC.</p>
310
+ * </li>
311
+ * <li>
312
+ * <p>
313
+ * <code>accepter-vpc-info.owner-id</code> - The ID of the Amazon Web Services account that owns the
314
+ * accepter VPC.</p>
315
+ * </li>
316
+ * <li>
317
+ * <p>
318
+ * <code>accepter-vpc-info.vpc-id</code> - The ID of the accepter VPC.</p>
319
+ * </li>
320
+ * <li>
321
+ * <p>
322
+ * <code>expiration-time</code> - The expiration date and time for the VPC peering
323
+ * connection.</p>
324
+ * </li>
325
+ * <li>
326
+ * <p>
327
+ * <code>requester-vpc-info.cidr-block</code> - The IPv4 CIDR block of the
328
+ * requester's VPC.</p>
329
+ * </li>
330
+ * <li>
331
+ * <p>
332
+ * <code>requester-vpc-info.owner-id</code> - The ID of the Amazon Web Services account that owns the
333
+ * requester VPC.</p>
334
+ * </li>
335
+ * <li>
336
+ * <p>
337
+ * <code>requester-vpc-info.vpc-id</code> - The ID of the requester VPC.</p>
338
+ * </li>
339
+ * <li>
340
+ * <p>
341
+ * <code>status-code</code> - The status of the VPC peering connection
342
+ * (<code>pending-acceptance</code> | <code>failed</code> |
343
+ * <code>expired</code> | <code>provisioning</code> | <code>active</code> |
344
+ * <code>deleting</code> | <code>deleted</code> |
345
+ * <code>rejected</code>).</p>
346
+ * </li>
347
+ * <li>
348
+ * <p>
349
+ * <code>status-message</code> - A message that provides more information about the status
350
+ * of the VPC peering connection, if applicable.</p>
351
+ * </li>
352
+ * <li>
353
+ * <p>
354
+ * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
355
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
356
+ * </li>
357
+ * <li>
358
+ * <p>
359
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
360
+ * </li>
361
+ * <li>
362
+ * <p>
363
+ * <code>vpc-peering-connection-id</code> - The ID of the VPC peering connection.</p>
364
+ * </li>
365
+ * </ul>
366
+ * @public
367
+ */
368
+ Filters?: Filter[] | undefined;
369
+ }
370
+ /**
371
+ * @public
372
+ */
373
+ export interface DescribeVpcPeeringConnectionsResult {
374
+ /**
375
+ * <p>Information about the VPC peering connections.</p>
376
+ * @public
377
+ */
378
+ VpcPeeringConnections?: VpcPeeringConnection[] | undefined;
379
+ /**
380
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
381
+ * @public
382
+ */
383
+ NextToken?: string | undefined;
384
+ }
7
385
  /**
8
386
  * @public
9
387
  */
@@ -6584,297 +6962,6 @@ export interface GetSpotPlacementScoresRequest {
6584
6962
  */
6585
6963
  NextToken?: string | undefined;
6586
6964
  }
6587
- /**
6588
- * <p>The Spot placement score for this Region or Availability Zone. The score is calculated
6589
- * based on the assumption that the <code>capacity-optimized</code> allocation strategy is
6590
- * used and that all of the Availability Zones in the Region can be used.</p>
6591
- * @public
6592
- */
6593
- export interface SpotPlacementScore {
6594
- /**
6595
- * <p>The Region.</p>
6596
- * @public
6597
- */
6598
- Region?: string | undefined;
6599
- /**
6600
- * <p>The Availability Zone.</p>
6601
- * @public
6602
- */
6603
- AvailabilityZoneId?: string | undefined;
6604
- /**
6605
- * <p>The placement score, on a scale from <code>1</code> to <code>10</code>. A score of
6606
- * <code>10</code> indicates that your Spot request is highly likely to succeed in this
6607
- * Region or Availability Zone. A score of <code>1</code> indicates that your Spot request is
6608
- * not likely to succeed. </p>
6609
- * @public
6610
- */
6611
- Score?: number | undefined;
6612
- }
6613
- /**
6614
- * @public
6615
- */
6616
- export interface GetSpotPlacementScoresResult {
6617
- /**
6618
- * <p>The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale
6619
- * from 1 to 10. Each score
6620
- reflects how likely it is that each Region or Availability Zone
6621
- * will succeed at fulfilling the specified target capacity
6622
- <i>at the time of the Spot
6623
- * placement score request</i>. A score of <code>10</code> means that your Spot
6624
- * capacity request is highly likely to succeed in that Region or Availability Zone. </p>
6625
- * <p>If you request a Spot placement score for Regions, a high score assumes that your fleet
6626
- * request will be configured to use all Availability Zones and the
6627
- * <code>capacity-optimized</code> allocation strategy. If you request a Spot placement
6628
- * score for Availability Zones, a high score assumes that your fleet request will be
6629
- * configured to use a single Availability Zone and the <code>capacity-optimized</code>
6630
- * allocation strategy.</p>
6631
- * <p>Different
6632
- Regions or Availability Zones might return the same score.</p>
6633
- * <note>
6634
- * <p>The Spot placement score serves as a recommendation only. No score guarantees that your
6635
- * Spot request will be fully or partially fulfilled.</p>
6636
- * </note>
6637
- * @public
6638
- */
6639
- SpotPlacementScores?: SpotPlacementScore[] | undefined;
6640
- /**
6641
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
6642
- * are no more items to return.</p>
6643
- * @public
6644
- */
6645
- NextToken?: string | undefined;
6646
- }
6647
- /**
6648
- * @public
6649
- */
6650
- export interface GetSubnetCidrReservationsRequest {
6651
- /**
6652
- * <p>One or more filters.</p>
6653
- * <ul>
6654
- * <li>
6655
- * <p>
6656
- * <code>reservationType</code> - The type of reservation (<code>prefix</code> |
6657
- * <code>explicit</code>).</p>
6658
- * </li>
6659
- * <li>
6660
- * <p>
6661
- * <code>subnet-id</code> - The ID of the subnet.</p>
6662
- * </li>
6663
- * <li>
6664
- * <p>
6665
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
6666
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
6667
- * </li>
6668
- * <li>
6669
- * <p>
6670
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
6671
- * </li>
6672
- * </ul>
6673
- * @public
6674
- */
6675
- Filters?: Filter[] | undefined;
6676
- /**
6677
- * <p>The ID of the subnet.</p>
6678
- * @public
6679
- */
6680
- SubnetId: string | undefined;
6681
- /**
6682
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6683
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6684
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6685
- * @public
6686
- */
6687
- DryRun?: boolean | undefined;
6688
- /**
6689
- * <p>The token for the next page of results.</p>
6690
- * @public
6691
- */
6692
- NextToken?: string | undefined;
6693
- /**
6694
- * <p>The maximum number of results to return with a single call.
6695
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6696
- * @public
6697
- */
6698
- MaxResults?: number | undefined;
6699
- }
6700
- /**
6701
- * @public
6702
- */
6703
- export interface GetSubnetCidrReservationsResult {
6704
- /**
6705
- * <p>Information about the IPv4 subnet CIDR reservations.</p>
6706
- * @public
6707
- */
6708
- SubnetIpv4CidrReservations?: SubnetCidrReservation[] | undefined;
6709
- /**
6710
- * <p>Information about the IPv6 subnet CIDR reservations.</p>
6711
- * @public
6712
- */
6713
- SubnetIpv6CidrReservations?: SubnetCidrReservation[] | undefined;
6714
- /**
6715
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
6716
- * @public
6717
- */
6718
- NextToken?: string | undefined;
6719
- }
6720
- /**
6721
- * @public
6722
- */
6723
- export interface GetTransitGatewayAttachmentPropagationsRequest {
6724
- /**
6725
- * <p>The ID of the attachment.</p>
6726
- * @public
6727
- */
6728
- TransitGatewayAttachmentId: string | undefined;
6729
- /**
6730
- * <p>One or more filters. The possible values are:</p>
6731
- * <ul>
6732
- * <li>
6733
- * <p>
6734
- * <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p>
6735
- * </li>
6736
- * </ul>
6737
- * @public
6738
- */
6739
- Filters?: Filter[] | undefined;
6740
- /**
6741
- * <p>The maximum number of results to return with a single call.
6742
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6743
- * @public
6744
- */
6745
- MaxResults?: number | undefined;
6746
- /**
6747
- * <p>The token for the next page of results.</p>
6748
- * @public
6749
- */
6750
- NextToken?: string | undefined;
6751
- /**
6752
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6753
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6754
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6755
- * @public
6756
- */
6757
- DryRun?: boolean | undefined;
6758
- }
6759
- /**
6760
- * <p>Describes a propagation route table.</p>
6761
- * @public
6762
- */
6763
- export interface TransitGatewayAttachmentPropagation {
6764
- /**
6765
- * <p>The ID of the propagation route table.</p>
6766
- * @public
6767
- */
6768
- TransitGatewayRouteTableId?: string | undefined;
6769
- /**
6770
- * <p>The state of the propagation route table.</p>
6771
- * @public
6772
- */
6773
- State?: TransitGatewayPropagationState | undefined;
6774
- }
6775
- /**
6776
- * @public
6777
- */
6778
- export interface GetTransitGatewayAttachmentPropagationsResult {
6779
- /**
6780
- * <p>Information about the propagation route tables.</p>
6781
- * @public
6782
- */
6783
- TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[] | undefined;
6784
- /**
6785
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
6786
- * @public
6787
- */
6788
- NextToken?: string | undefined;
6789
- }
6790
- /**
6791
- * @public
6792
- */
6793
- export interface GetTransitGatewayMulticastDomainAssociationsRequest {
6794
- /**
6795
- * <p>The ID of the transit gateway multicast domain.</p>
6796
- * @public
6797
- */
6798
- TransitGatewayMulticastDomainId: string | undefined;
6799
- /**
6800
- * <p>One or more filters. The possible values are:</p>
6801
- * <ul>
6802
- * <li>
6803
- * <p>
6804
- * <code>resource-id</code> - The ID of the resource.</p>
6805
- * </li>
6806
- * <li>
6807
- * <p>
6808
- * <code>resource-type</code> - The type of resource. The valid value is: <code>vpc</code>.</p>
6809
- * </li>
6810
- * <li>
6811
- * <p>
6812
- * <code>state</code> - The state of the subnet association. Valid values are
6813
- * <code>associated</code> | <code>associating</code> |
6814
- * <code>disassociated</code> | <code>disassociating</code>.</p>
6815
- * </li>
6816
- * <li>
6817
- * <p>
6818
- * <code>subnet-id</code> - The ID of the subnet.</p>
6819
- * </li>
6820
- * <li>
6821
- * <p>
6822
- * <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
6823
- * </li>
6824
- * </ul>
6825
- * @public
6826
- */
6827
- Filters?: Filter[] | undefined;
6828
- /**
6829
- * <p>The maximum number of results to return with a single call.
6830
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6831
- * @public
6832
- */
6833
- MaxResults?: number | undefined;
6834
- /**
6835
- * <p>The token for the next page of results.</p>
6836
- * @public
6837
- */
6838
- NextToken?: string | undefined;
6839
- /**
6840
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6841
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6842
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6843
- * @public
6844
- */
6845
- DryRun?: boolean | undefined;
6846
- }
6847
- /**
6848
- * <p>Describes the resources associated with the transit gateway multicast domain.</p>
6849
- * @public
6850
- */
6851
- export interface TransitGatewayMulticastDomainAssociation {
6852
- /**
6853
- * <p>The ID of the transit gateway attachment.</p>
6854
- * @public
6855
- */
6856
- TransitGatewayAttachmentId?: string | undefined;
6857
- /**
6858
- * <p>The ID of the resource.</p>
6859
- * @public
6860
- */
6861
- ResourceId?: string | undefined;
6862
- /**
6863
- * <p>The type of resource, for example a VPC attachment.</p>
6864
- * @public
6865
- */
6866
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
6867
- /**
6868
- * <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.</p>
6869
- * @public
6870
- */
6871
- ResourceOwnerId?: string | undefined;
6872
- /**
6873
- * <p>The subnet associated with the transit gateway multicast domain.</p>
6874
- * @public
6875
- */
6876
- Subnet?: SubnetAssociation | undefined;
6877
- }
6878
6965
  /**
6879
6966
  * @internal
6880
6967
  */