@aws-sdk/client-ec2 3.1097.0 → 3.1098.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 (82) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/index.js +113 -11
  3. package/dist-es/EC2.js +8 -0
  4. package/dist-es/commands/CreateTransitGatewayPolicyTableEntryCommand.js +4 -0
  5. package/dist-es/commands/DeleteTransitGatewayPolicyTableEntryCommand.js +4 -0
  6. package/dist-es/commands/ModifyTransitGatewayPolicyTableEntryCommand.js +4 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/enums.js +4 -0
  9. package/dist-es/pagination/GetTransitGatewayPolicyTableEntriesPaginator.js +4 -0
  10. package/dist-es/pagination/index.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +77 -10
  12. package/dist-types/EC2.d.ts +28 -0
  13. package/dist-types/EC2Client.d.ts +5 -2
  14. package/dist-types/commands/CreateTransitGatewayPolicyTableEntryCommand.d.ts +100 -0
  15. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteTransitGatewayPolicyTableEntryCommand.d.ts +88 -0
  20. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -2
  22. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -0
  24. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  25. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  26. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -2
  27. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -0
  28. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -1
  29. package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +1 -1
  30. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyTransitGatewayPolicyTableEntryCommand.d.ts +100 -0
  32. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  33. package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateCapacityManagerMonitoredTagKeysCommand.d.ts +1 -1
  36. package/dist-types/commands/index.d.ts +3 -0
  37. package/dist-types/models/enums.d.ts +12 -0
  38. package/dist-types/models/models_2.d.ts +175 -116
  39. package/dist-types/models/models_3.d.ts +148 -802
  40. package/dist-types/models/models_4.d.ts +803 -350
  41. package/dist-types/models/models_5.d.ts +355 -262
  42. package/dist-types/models/models_6.d.ts +305 -227
  43. package/dist-types/models/models_7.d.ts +200 -150
  44. package/dist-types/models/models_8.d.ts +145 -1
  45. package/dist-types/pagination/GetTransitGatewayPolicyTableEntriesPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +11 -0
  48. package/dist-types/ts3.4/EC2.d.ts +58 -0
  49. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  50. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
  51. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
  56. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +4 -2
  58. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +4 -2
  62. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ModifyTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
  66. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateCapacityManagerMonitoredTagKeysCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  71. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  72. package/dist-types/ts3.4/models/models_2.d.ts +41 -30
  73. package/dist-types/ts3.4/models/models_3.d.ts +40 -105
  74. package/dist-types/ts3.4/models/models_4.d.ts +98 -61
  75. package/dist-types/ts3.4/models/models_5.d.ts +68 -46
  76. package/dist-types/ts3.4/models/models_6.d.ts +43 -50
  77. package/dist-types/ts3.4/models/models_7.d.ts +49 -36
  78. package/dist-types/ts3.4/models/models_8.d.ts +36 -1
  79. package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableEntriesPaginator.d.ts +11 -0
  80. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  81. package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
  82. package/package.json +8 -8
@@ -1,6 +1,6 @@
1
- import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, PayerResponsibilityScope, PayerResponsibilityType, ProtocolValue, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteState, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
1
+ import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, PayerResponsibilityScope, PayerResponsibilityType, ProtocolValue, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteState, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableEntryState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
2
2
  import type { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
3
- import type { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, Subnet, Vpc, VpcEncryptionControl } from "./models_1";
3
+ import type { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, Subnet, Vpc, VpcEncryptionControl } from "./models_1";
4
4
  /**
5
5
  * <p>The BGP configuration options requested for a route server peer.</p>
6
6
  * @public
@@ -3045,6 +3045,178 @@ export interface CreateTransitGatewayPolicyTableResult {
3045
3045
  */
3046
3046
  TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
3047
3047
  }
3048
+ /**
3049
+ * <p>A metadata key-value pair for a transit gateway policy rule.</p>
3050
+ * @public
3051
+ */
3052
+ export interface TransitGatewayRequestPolicyRuleMetaData {
3053
+ /**
3054
+ * <p>The key of the metadata pair for the policy rule.</p>
3055
+ * @public
3056
+ */
3057
+ MetaDataKey?: string | undefined;
3058
+ /**
3059
+ * <p>The value of the metadata pair for the policy rule.</p>
3060
+ * @public
3061
+ */
3062
+ MetaDataValue?: string | undefined;
3063
+ }
3064
+ /**
3065
+ * <p>The matching criteria for a transit gateway policy table entry.</p>
3066
+ * @public
3067
+ */
3068
+ export interface TransitGatewayRequestPolicyRule {
3069
+ /**
3070
+ * <p>The source CIDR block for the policy rule.</p>
3071
+ * @public
3072
+ */
3073
+ SourceCidrBlock?: string | undefined;
3074
+ /**
3075
+ * <p>The source port or port range for the policy rule. You can specify a port range only when <code>Protocol</code> is <code>6</code> (TCP) or <code>17</code> (UDP); for all other protocols, this value must be <code>*</code>.</p>
3076
+ * @public
3077
+ */
3078
+ SourcePortRange?: string | undefined;
3079
+ /**
3080
+ * <p>The destination CIDR block for the policy rule.</p>
3081
+ * @public
3082
+ */
3083
+ DestinationCidrBlock?: string | undefined;
3084
+ /**
3085
+ * <p>The destination port or port range for the policy rule. You can specify a port range only when <code>Protocol</code> is <code>6</code> (TCP) or <code>17</code> (UDP); for all other protocols, this value must be <code>*</code>.</p>
3086
+ * @public
3087
+ */
3088
+ DestinationPortRange?: string | undefined;
3089
+ /**
3090
+ * <p>The protocol for the policy rule. Valid values are <code>1</code> (ICMP), <code>6</code> (TCP), <code>17</code> (UDP), <code>47</code> (GRE), or <code>*</code> for all protocols.</p>
3091
+ * @public
3092
+ */
3093
+ Protocol?: string | undefined;
3094
+ /**
3095
+ * <p>The metadata key-value pair for the policy rule.</p>
3096
+ * @public
3097
+ */
3098
+ MetaData?: TransitGatewayRequestPolicyRuleMetaData | undefined;
3099
+ }
3100
+ /**
3101
+ * @public
3102
+ */
3103
+ export interface CreateTransitGatewayPolicyTableEntryRequest {
3104
+ /**
3105
+ * <p>The ID of the transit gateway policy table.</p>
3106
+ * @public
3107
+ */
3108
+ TransitGatewayPolicyTableId: string | undefined;
3109
+ /**
3110
+ * <p>The rule number for the policy table entry. Lower rule numbers are evaluated first and take precedence.</p>
3111
+ * @public
3112
+ */
3113
+ PolicyRuleNumber: string | undefined;
3114
+ /**
3115
+ * <p>The matching criteria for the policy table entry.</p>
3116
+ * @public
3117
+ */
3118
+ PolicyRule?: TransitGatewayRequestPolicyRule | undefined;
3119
+ /**
3120
+ * <p>The ID of the transit gateway route table to use for traffic matching this rule.</p>
3121
+ * @public
3122
+ */
3123
+ TargetRouteTableId: string | undefined;
3124
+ /**
3125
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
3126
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3127
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3128
+ * @public
3129
+ */
3130
+ DryRun?: boolean | undefined;
3131
+ }
3132
+ /**
3133
+ * <p>Describes the meta data tags associated with a transit gateway policy rule.</p>
3134
+ * @public
3135
+ */
3136
+ export interface TransitGatewayPolicyRuleMetaData {
3137
+ /**
3138
+ * <p>The key name for the transit gateway policy rule meta data tag.</p>
3139
+ * @public
3140
+ */
3141
+ MetaDataKey?: string | undefined;
3142
+ /**
3143
+ * <p>The value of the key for the transit gateway policy rule meta data tag.</p>
3144
+ * @public
3145
+ */
3146
+ MetaDataValue?: string | undefined;
3147
+ }
3148
+ /**
3149
+ * <p>Describes a rule associated with a transit gateway policy.</p>
3150
+ * @public
3151
+ */
3152
+ export interface TransitGatewayPolicyRule {
3153
+ /**
3154
+ * <p>The source CIDR block for the transit gateway policy rule.</p>
3155
+ * @public
3156
+ */
3157
+ SourceCidrBlock?: string | undefined;
3158
+ /**
3159
+ * <p>The source port or port range for the transit gateway policy rule.</p>
3160
+ * @public
3161
+ */
3162
+ SourcePortRange?: string | undefined;
3163
+ /**
3164
+ * <p>The destination CIDR block for the transit gateway policy rule.</p>
3165
+ * @public
3166
+ */
3167
+ DestinationCidrBlock?: string | undefined;
3168
+ /**
3169
+ * <p>The destination port or port range for the transit gateway policy rule.</p>
3170
+ * @public
3171
+ */
3172
+ DestinationPortRange?: string | undefined;
3173
+ /**
3174
+ * <p>The protocol used by the transit gateway policy rule.</p>
3175
+ * @public
3176
+ */
3177
+ Protocol?: string | undefined;
3178
+ /**
3179
+ * <p>The meta data tags used for the transit gateway policy rule.</p>
3180
+ * @public
3181
+ */
3182
+ MetaData?: TransitGatewayPolicyRuleMetaData | undefined;
3183
+ }
3184
+ /**
3185
+ * <p>Describes a transit gateway policy table entry</p>
3186
+ * @public
3187
+ */
3188
+ export interface TransitGatewayPolicyTableEntry {
3189
+ /**
3190
+ * <p>The rule number for the transit gateway policy table entry.</p>
3191
+ * @public
3192
+ */
3193
+ PolicyRuleNumber?: string | undefined;
3194
+ /**
3195
+ * <p>The policy rule associated with the transit gateway policy table.</p>
3196
+ * @public
3197
+ */
3198
+ PolicyRule?: TransitGatewayPolicyRule | undefined;
3199
+ /**
3200
+ * <p>The ID of the target route table.</p>
3201
+ * @public
3202
+ */
3203
+ TargetRouteTableId?: string | undefined;
3204
+ /**
3205
+ * <p>The state of the transit gateway policy table entry.</p>
3206
+ * @public
3207
+ */
3208
+ State?: TransitGatewayPolicyTableEntryState | undefined;
3209
+ }
3210
+ /**
3211
+ * @public
3212
+ */
3213
+ export interface CreateTransitGatewayPolicyTableEntryResult {
3214
+ /**
3215
+ * <p>Describes a transit gateway policy table entry</p>
3216
+ * @public
3217
+ */
3218
+ TransitGatewayPolicyTableEntry?: TransitGatewayPolicyTableEntry | undefined;
3219
+ }
3048
3220
  /**
3049
3221
  * @public
3050
3222
  */
@@ -3433,7 +3605,7 @@ export interface CreateTransitGatewayVpcAttachmentRequestOptions {
3433
3605
  */
3434
3606
  SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue | undefined;
3435
3607
  /**
3436
- * <p>Enable or disable IPv6 support. The default is <code>disable</code>.</p>
3608
+ * <p>Specifies whether IPv6 support is enabled for the attachment. When enabled, the transit gateway network interface receives an IPv6 address. When you enable route propagation, IPv6 VPC CIDRs propagate to the transit gateway route tables. When disabled, the network interface does not receive an IPv6 address, and IPv6 routes do not propagate. The setting does not filter IPv6 traffic. The default is <code>disable</code>.</p>
3437
3609
  * @public
3438
3610
  */
3439
3611
  Ipv6Support?: Ipv6SupportValue | undefined;
@@ -8448,116 +8620,3 @@ export interface DeleteQueuedReservedInstancesResult {
8448
8620
  */
8449
8621
  FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[] | undefined;
8450
8622
  }
8451
- /**
8452
- * @public
8453
- */
8454
- export interface DeleteRouteRequest {
8455
- /**
8456
- * <p>The ID of the prefix list for the route.</p>
8457
- * @public
8458
- */
8459
- DestinationPrefixListId?: string | undefined;
8460
- /**
8461
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8462
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8463
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8464
- * @public
8465
- */
8466
- DryRun?: boolean | undefined;
8467
- /**
8468
- * <p>The ID of the route table.</p>
8469
- * @public
8470
- */
8471
- RouteTableId: string | undefined;
8472
- /**
8473
- * <p>The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>
8474
- * @public
8475
- */
8476
- DestinationCidrBlock?: string | undefined;
8477
- /**
8478
- * <p>The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>
8479
- * @public
8480
- */
8481
- DestinationIpv6CidrBlock?: string | undefined;
8482
- }
8483
- /**
8484
- * @public
8485
- */
8486
- export interface DeleteRouteServerRequest {
8487
- /**
8488
- * <p>The ID of the route server to delete.</p>
8489
- * @public
8490
- */
8491
- RouteServerId: string | undefined;
8492
- /**
8493
- * <p>A check for whether you have the required permissions for the action without actually making the request
8494
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8495
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8496
- * @public
8497
- */
8498
- DryRun?: boolean | undefined;
8499
- }
8500
- /**
8501
- * @public
8502
- */
8503
- export interface DeleteRouteServerResult {
8504
- /**
8505
- * <p>Information about the deleted route server.</p>
8506
- * @public
8507
- */
8508
- RouteServer?: RouteServer | undefined;
8509
- }
8510
- /**
8511
- * @public
8512
- */
8513
- export interface DeleteRouteServerEndpointRequest {
8514
- /**
8515
- * <p>The ID of the route server endpoint to delete.</p>
8516
- * @public
8517
- */
8518
- RouteServerEndpointId: string | undefined;
8519
- /**
8520
- * <p>A check for whether you have the required permissions for the action without actually making the request
8521
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8522
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8523
- * @public
8524
- */
8525
- DryRun?: boolean | undefined;
8526
- }
8527
- /**
8528
- * @public
8529
- */
8530
- export interface DeleteRouteServerEndpointResult {
8531
- /**
8532
- * <p>Information about the deleted route server endpoint.</p>
8533
- * @public
8534
- */
8535
- RouteServerEndpoint?: RouteServerEndpoint | undefined;
8536
- }
8537
- /**
8538
- * @public
8539
- */
8540
- export interface DeleteRouteServerPeerRequest {
8541
- /**
8542
- * <p>The ID of the route server peer to delete.</p>
8543
- * @public
8544
- */
8545
- RouteServerPeerId: string | undefined;
8546
- /**
8547
- * <p>A check for whether you have the required permissions for the action without actually making the request
8548
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8549
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8550
- * @public
8551
- */
8552
- DryRun?: boolean | undefined;
8553
- }
8554
- /**
8555
- * @public
8556
- */
8557
- export interface DeleteRouteServerPeerResult {
8558
- /**
8559
- * <p>Information about the deleted route server peer.</p>
8560
- * @public
8561
- */
8562
- RouteServerPeer?: RouteServerPeer | undefined;
8563
- }