cdk-docker-image-deployment 0.0.145 → 0.0.146

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.
@@ -93,11 +93,11 @@ declare class EC2 extends Service {
93
93
  */
94
94
  allocateHosts(callback?: (err: AWSError, data: EC2.Types.AllocateHostsResult) => void): Request<EC2.Types.AllocateHostsResult, AWSError>;
95
95
  /**
96
- * Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another resource or IPAM pool. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide.
96
+ * Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide.
97
97
  */
98
98
  allocateIpamPoolCidr(params: EC2.Types.AllocateIpamPoolCidrRequest, callback?: (err: AWSError, data: EC2.Types.AllocateIpamPoolCidrResult) => void): Request<EC2.Types.AllocateIpamPoolCidrResult, AWSError>;
99
99
  /**
100
- * Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another resource or IPAM pool. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide.
100
+ * Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide.
101
101
  */
102
102
  allocateIpamPoolCidr(callback?: (err: AWSError, data: EC2.Types.AllocateIpamPoolCidrResult) => void): Request<EC2.Types.AllocateIpamPoolCidrResult, AWSError>;
103
103
  /**
@@ -172,6 +172,14 @@ declare class EC2 extends Service {
172
172
  * Associates one or more targets with an event window. Only one type of target (instance IDs, Dedicated Host IDs, or tags) can be specified with an event window. For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.
173
173
  */
174
174
  associateInstanceEventWindow(callback?: (err: AWSError, data: EC2.Types.AssociateInstanceEventWindowResult) => void): Request<EC2.Types.AssociateInstanceEventWindowResult, AWSError>;
175
+ /**
176
+ * Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
177
+ */
178
+ associateIpamResourceDiscovery(params: EC2.Types.AssociateIpamResourceDiscoveryRequest, callback?: (err: AWSError, data: EC2.Types.AssociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.AssociateIpamResourceDiscoveryResult, AWSError>;
179
+ /**
180
+ * Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
181
+ */
182
+ associateIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.AssociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.AssociateIpamResourceDiscoveryResult, AWSError>;
175
183
  /**
176
184
  * Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
177
185
  */
@@ -588,6 +596,14 @@ declare class EC2 extends Service {
588
596
  * Create an IP address pool for Amazon VPC IP Address Manager (IPAM). In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each. For more information, see Create a top-level pool in the Amazon VPC IPAM User Guide.
589
597
  */
590
598
  createIpamPool(callback?: (err: AWSError, data: EC2.Types.CreateIpamPoolResult) => void): Request<EC2.Types.CreateIpamPoolResult, AWSError>;
599
+ /**
600
+ * Creates an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
601
+ */
602
+ createIpamResourceDiscovery(params: EC2.Types.CreateIpamResourceDiscoveryRequest, callback?: (err: AWSError, data: EC2.Types.CreateIpamResourceDiscoveryResult) => void): Request<EC2.Types.CreateIpamResourceDiscoveryResult, AWSError>;
603
+ /**
604
+ * Creates an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
605
+ */
606
+ createIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.CreateIpamResourceDiscoveryResult) => void): Request<EC2.Types.CreateIpamResourceDiscoveryResult, AWSError>;
591
607
  /**
592
608
  * Create an IPAM scope. In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict. For more information, see Add a scope in the Amazon VPC IPAM User Guide.
593
609
  */
@@ -1180,6 +1196,14 @@ declare class EC2 extends Service {
1180
1196
  * Delete an IPAM pool. You cannot delete an IPAM pool if there are allocations in it or CIDRs provisioned to it. To release allocations, see ReleaseIpamPoolAllocation. To deprovision pool CIDRs, see DeprovisionIpamPoolCidr. For more information, see Delete a pool in the Amazon VPC IPAM User Guide.
1181
1197
  */
1182
1198
  deleteIpamPool(callback?: (err: AWSError, data: EC2.Types.DeleteIpamPoolResult) => void): Request<EC2.Types.DeleteIpamPoolResult, AWSError>;
1199
+ /**
1200
+ * Deletes an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
1201
+ */
1202
+ deleteIpamResourceDiscovery(params: EC2.Types.DeleteIpamResourceDiscoveryRequest, callback?: (err: AWSError, data: EC2.Types.DeleteIpamResourceDiscoveryResult) => void): Request<EC2.Types.DeleteIpamResourceDiscoveryResult, AWSError>;
1203
+ /**
1204
+ * Deletes an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
1205
+ */
1206
+ deleteIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.DeleteIpamResourceDiscoveryResult) => void): Request<EC2.Types.DeleteIpamResourceDiscoveryResult, AWSError>;
1183
1207
  /**
1184
1208
  * Delete the scope for an IPAM. You cannot delete the default scopes. For more information, see Delete a scope in the Amazon VPC IPAM User Guide.
1185
1209
  */
@@ -2124,6 +2148,22 @@ declare class EC2 extends Service {
2124
2148
  * Get information about your IPAM pools.
2125
2149
  */
2126
2150
  describeIpamPools(callback?: (err: AWSError, data: EC2.Types.DescribeIpamPoolsResult) => void): Request<EC2.Types.DescribeIpamPoolsResult, AWSError>;
2151
+ /**
2152
+ * Describes IPAM resource discoveries. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
2153
+ */
2154
+ describeIpamResourceDiscoveries(params: EC2.Types.DescribeIpamResourceDiscoveriesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeIpamResourceDiscoveriesResult) => void): Request<EC2.Types.DescribeIpamResourceDiscoveriesResult, AWSError>;
2155
+ /**
2156
+ * Describes IPAM resource discoveries. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
2157
+ */
2158
+ describeIpamResourceDiscoveries(callback?: (err: AWSError, data: EC2.Types.DescribeIpamResourceDiscoveriesResult) => void): Request<EC2.Types.DescribeIpamResourceDiscoveriesResult, AWSError>;
2159
+ /**
2160
+ * Describes resource discovery association with an Amazon VPC IPAM. An associated resource discovery is a resource discovery that has been associated with an IPAM..
2161
+ */
2162
+ describeIpamResourceDiscoveryAssociations(params: EC2.Types.DescribeIpamResourceDiscoveryAssociationsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeIpamResourceDiscoveryAssociationsResult) => void): Request<EC2.Types.DescribeIpamResourceDiscoveryAssociationsResult, AWSError>;
2163
+ /**
2164
+ * Describes resource discovery association with an Amazon VPC IPAM. An associated resource discovery is a resource discovery that has been associated with an IPAM..
2165
+ */
2166
+ describeIpamResourceDiscoveryAssociations(callback?: (err: AWSError, data: EC2.Types.DescribeIpamResourceDiscoveryAssociationsResult) => void): Request<EC2.Types.DescribeIpamResourceDiscoveryAssociationsResult, AWSError>;
2127
2167
  /**
2128
2168
  * Get information about your IPAM scopes.
2129
2169
  */
@@ -3012,6 +3052,14 @@ declare class EC2 extends Service {
3012
3052
  * Disassociates one or more targets from an event window. For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.
3013
3053
  */
3014
3054
  disassociateInstanceEventWindow(callback?: (err: AWSError, data: EC2.Types.DisassociateInstanceEventWindowResult) => void): Request<EC2.Types.DisassociateInstanceEventWindowResult, AWSError>;
3055
+ /**
3056
+ * Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3057
+ */
3058
+ disassociateIpamResourceDiscovery(params: EC2.Types.DisassociateIpamResourceDiscoveryRequest, callback?: (err: AWSError, data: EC2.Types.DisassociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.DisassociateIpamResourceDiscoveryResult, AWSError>;
3059
+ /**
3060
+ * Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3061
+ */
3062
+ disassociateIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.DisassociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.DisassociateIpamResourceDiscoveryResult, AWSError>;
3015
3063
  /**
3016
3064
  * Disassociates a subnet or gateway from a route table. After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide.
3017
3065
  */
@@ -3340,6 +3388,22 @@ declare class EC2 extends Service {
3340
3388
  * Retrieve historical information about a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.
3341
3389
  */
3342
3390
  getIpamAddressHistory(callback?: (err: AWSError, data: EC2.Types.GetIpamAddressHistoryResult) => void): Request<EC2.Types.GetIpamAddressHistoryResult, AWSError>;
3391
+ /**
3392
+ * Gets IPAM discovered accounts. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts. Only the IPAM account can get all discovered accounts in the organization.
3393
+ */
3394
+ getIpamDiscoveredAccounts(params: EC2.Types.GetIpamDiscoveredAccountsRequest, callback?: (err: AWSError, data: EC2.Types.GetIpamDiscoveredAccountsResult) => void): Request<EC2.Types.GetIpamDiscoveredAccountsResult, AWSError>;
3395
+ /**
3396
+ * Gets IPAM discovered accounts. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts. Only the IPAM account can get all discovered accounts in the organization.
3397
+ */
3398
+ getIpamDiscoveredAccounts(callback?: (err: AWSError, data: EC2.Types.GetIpamDiscoveredAccountsResult) => void): Request<EC2.Types.GetIpamDiscoveredAccountsResult, AWSError>;
3399
+ /**
3400
+ * Returns the resource CIDRs that are monitored as part of a resource discovery. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses.
3401
+ */
3402
+ getIpamDiscoveredResourceCidrs(params: EC2.Types.GetIpamDiscoveredResourceCidrsRequest, callback?: (err: AWSError, data: EC2.Types.GetIpamDiscoveredResourceCidrsResult) => void): Request<EC2.Types.GetIpamDiscoveredResourceCidrsResult, AWSError>;
3403
+ /**
3404
+ * Returns the resource CIDRs that are monitored as part of a resource discovery. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses.
3405
+ */
3406
+ getIpamDiscoveredResourceCidrs(callback?: (err: AWSError, data: EC2.Types.GetIpamDiscoveredResourceCidrsResult) => void): Request<EC2.Types.GetIpamDiscoveredResourceCidrsResult, AWSError>;
3343
3407
  /**
3344
3408
  * Get a list of all the CIDR allocations in an IPAM pool.
3345
3409
  */
@@ -3357,11 +3421,11 @@ declare class EC2 extends Service {
3357
3421
  */
3358
3422
  getIpamPoolCidrs(callback?: (err: AWSError, data: EC2.Types.GetIpamPoolCidrsResult) => void): Request<EC2.Types.GetIpamPoolCidrsResult, AWSError>;
3359
3423
  /**
3360
- * Get information about the resources in a scope.
3424
+ * Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is associated with more than one resource discovery, the resource CIDRs across all of the resource discoveries is returned. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3361
3425
  */
3362
3426
  getIpamResourceCidrs(params: EC2.Types.GetIpamResourceCidrsRequest, callback?: (err: AWSError, data: EC2.Types.GetIpamResourceCidrsResult) => void): Request<EC2.Types.GetIpamResourceCidrsResult, AWSError>;
3363
3427
  /**
3364
- * Get information about the resources in a scope.
3428
+ * Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is associated with more than one resource discovery, the resource CIDRs across all of the resource discoveries is returned. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3365
3429
  */
3366
3430
  getIpamResourceCidrs(callback?: (err: AWSError, data: EC2.Types.GetIpamResourceCidrsResult) => void): Request<EC2.Types.GetIpamResourceCidrsResult, AWSError>;
3367
3431
  /**
@@ -3788,6 +3852,14 @@ declare class EC2 extends Service {
3788
3852
  * Modify a resource CIDR. You can use this action to transfer resource CIDRs between scopes and ignore resource CIDRs that you do not want to manage. If set to false, the resource will not be tracked for overlap, it cannot be auto-imported into a pool, and it will be removed from any pool it has an allocation in. For more information, see Move resource CIDRs between scopes and Change the monitoring state of resource CIDRs in the Amazon VPC IPAM User Guide.
3789
3853
  */
3790
3854
  modifyIpamResourceCidr(callback?: (err: AWSError, data: EC2.Types.ModifyIpamResourceCidrResult) => void): Request<EC2.Types.ModifyIpamResourceCidrResult, AWSError>;
3855
+ /**
3856
+ * Modifies a resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3857
+ */
3858
+ modifyIpamResourceDiscovery(params: EC2.Types.ModifyIpamResourceDiscoveryRequest, callback?: (err: AWSError, data: EC2.Types.ModifyIpamResourceDiscoveryResult) => void): Request<EC2.Types.ModifyIpamResourceDiscoveryResult, AWSError>;
3859
+ /**
3860
+ * Modifies a resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3861
+ */
3862
+ modifyIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.ModifyIpamResourceDiscoveryResult) => void): Request<EC2.Types.ModifyIpamResourceDiscoveryResult, AWSError>;
3791
3863
  /**
3792
3864
  * Modify an IPAM scope.
3793
3865
  */
@@ -4117,11 +4189,11 @@ declare class EC2 extends Service {
4117
4189
  */
4118
4190
  moveAddressToVpc(callback?: (err: AWSError, data: EC2.Types.MoveAddressToVpcResult) => void): Request<EC2.Types.MoveAddressToVpcResult, AWSError>;
4119
4191
  /**
4120
- * Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool. If you already have an IPv4 BYOIP CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in Tutorial: BYOIP address CIDRs to IPAM.
4192
+ * Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool. If you already have a BYOIPv4 CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in Tutorial: BYOIP address CIDRs to IPAM.
4121
4193
  */
4122
4194
  moveByoipCidrToIpam(params: EC2.Types.MoveByoipCidrToIpamRequest, callback?: (err: AWSError, data: EC2.Types.MoveByoipCidrToIpamResult) => void): Request<EC2.Types.MoveByoipCidrToIpamResult, AWSError>;
4123
4195
  /**
4124
- * Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool. If you already have an IPv4 BYOIP CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in Tutorial: BYOIP address CIDRs to IPAM.
4196
+ * Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool. If you already have a BYOIPv4 CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in Tutorial: BYOIP address CIDRs to IPAM.
4125
4197
  */
4126
4198
  moveByoipCidrToIpam(callback?: (err: AWSError, data: EC2.Types.MoveByoipCidrToIpamResult) => void): Request<EC2.Types.MoveByoipCidrToIpamResult, AWSError>;
4127
4199
  /**
@@ -5945,6 +6017,34 @@ declare namespace EC2 {
5945
6017
  */
5946
6018
  InstanceEventWindow?: InstanceEventWindow;
5947
6019
  }
6020
+ export interface AssociateIpamResourceDiscoveryRequest {
6021
+ /**
6022
+ * A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
6023
+ */
6024
+ DryRun?: Boolean;
6025
+ /**
6026
+ * An IPAM ID.
6027
+ */
6028
+ IpamId: IpamId;
6029
+ /**
6030
+ * A resource discovery ID.
6031
+ */
6032
+ IpamResourceDiscoveryId: IpamResourceDiscoveryId;
6033
+ /**
6034
+ * Tag specifications.
6035
+ */
6036
+ TagSpecifications?: TagSpecificationList;
6037
+ /**
6038
+ * A client token.
6039
+ */
6040
+ ClientToken?: String;
6041
+ }
6042
+ export interface AssociateIpamResourceDiscoveryResult {
6043
+ /**
6044
+ * A resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM.
6045
+ */
6046
+ IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
6047
+ }
5948
6048
  export interface AssociateRouteTableRequest {
5949
6049
  /**
5950
6050
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
@@ -8923,6 +9023,10 @@ declare namespace EC2 {
8923
9023
  * Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.
8924
9024
  */
8925
9025
  AwsService?: IpamPoolAwsService;
9026
+ /**
9027
+ * The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is byoip. For more information, see Create IPv6 pools in the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool if PublicIpSource is amazon. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.
9028
+ */
9029
+ PublicIpSource?: IpamPoolPublicIpSource;
8926
9030
  }
8927
9031
  export interface CreateIpamPoolResult {
8928
9032
  /**
@@ -8940,7 +9044,7 @@ declare namespace EC2 {
8940
9044
  */
8941
9045
  Description?: String;
8942
9046
  /**
8943
- * The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions. For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
9047
+ * The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions. For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
8944
9048
  */
8945
9049
  OperatingRegions?: AddIpamOperatingRegionSet;
8946
9050
  /**
@@ -8952,6 +9056,34 @@ declare namespace EC2 {
8952
9056
  */
8953
9057
  ClientToken?: String;
8954
9058
  }
9059
+ export interface CreateIpamResourceDiscoveryRequest {
9060
+ /**
9061
+ * A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
9062
+ */
9063
+ DryRun?: Boolean;
9064
+ /**
9065
+ * A description for the IPAM resource discovery.
9066
+ */
9067
+ Description?: String;
9068
+ /**
9069
+ * Operating Regions for the IPAM resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
9070
+ */
9071
+ OperatingRegions?: AddIpamOperatingRegionSet;
9072
+ /**
9073
+ * Tag specifications for the IPAM resource discovery.
9074
+ */
9075
+ TagSpecifications?: TagSpecificationList;
9076
+ /**
9077
+ * A client token for the IPAM resource discovery.
9078
+ */
9079
+ ClientToken?: String;
9080
+ }
9081
+ export interface CreateIpamResourceDiscoveryResult {
9082
+ /**
9083
+ * An IPAM resource discovery.
9084
+ */
9085
+ IpamResourceDiscovery?: IpamResourceDiscovery;
9086
+ }
8955
9087
  export interface CreateIpamResult {
8956
9088
  /**
8957
9089
  * Information about the IPAM created.
@@ -11490,6 +11622,22 @@ declare namespace EC2 {
11490
11622
  */
11491
11623
  Cascade?: Boolean;
11492
11624
  }
11625
+ export interface DeleteIpamResourceDiscoveryRequest {
11626
+ /**
11627
+ * A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
11628
+ */
11629
+ DryRun?: Boolean;
11630
+ /**
11631
+ * The IPAM resource discovery ID.
11632
+ */
11633
+ IpamResourceDiscoveryId: IpamResourceDiscoveryId;
11634
+ }
11635
+ export interface DeleteIpamResourceDiscoveryResult {
11636
+ /**
11637
+ * The IPAM resource discovery.
11638
+ */
11639
+ IpamResourceDiscovery?: IpamResourceDiscovery;
11640
+ }
11493
11641
  export interface DeleteIpamResult {
11494
11642
  /**
11495
11643
  * Information about the results of the deletion.
@@ -14271,6 +14419,70 @@ declare namespace EC2 {
14271
14419
  */
14272
14420
  IpamPools?: IpamPoolSet;
14273
14421
  }
14422
+ export interface DescribeIpamResourceDiscoveriesRequest {
14423
+ /**
14424
+ * A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
14425
+ */
14426
+ DryRun?: Boolean;
14427
+ /**
14428
+ * The IPAM resource discovery IDs.
14429
+ */
14430
+ IpamResourceDiscoveryIds?: ValueStringList;
14431
+ /**
14432
+ * Specify the pagination token from a previous request to retrieve the next page of results.
14433
+ */
14434
+ NextToken?: NextToken;
14435
+ /**
14436
+ * The maximum number of resource discoveries to return in one page of results.
14437
+ */
14438
+ MaxResults?: IpamMaxResults;
14439
+ /**
14440
+ * The resource discovery filters.
14441
+ */
14442
+ Filters?: FilterList;
14443
+ }
14444
+ export interface DescribeIpamResourceDiscoveriesResult {
14445
+ /**
14446
+ * The resource discoveries.
14447
+ */
14448
+ IpamResourceDiscoveries?: IpamResourceDiscoverySet;
14449
+ /**
14450
+ * Specify the pagination token from a previous request to retrieve the next page of results.
14451
+ */
14452
+ NextToken?: NextToken;
14453
+ }
14454
+ export interface DescribeIpamResourceDiscoveryAssociationsRequest {
14455
+ /**
14456
+ * A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
14457
+ */
14458
+ DryRun?: Boolean;
14459
+ /**
14460
+ * The resource discovery association IDs.
14461
+ */
14462
+ IpamResourceDiscoveryAssociationIds?: ValueStringList;
14463
+ /**
14464
+ * Specify the pagination token from a previous request to retrieve the next page of results.
14465
+ */
14466
+ NextToken?: NextToken;
14467
+ /**
14468
+ * The maximum number of resource discovery associations to return in one page of results.
14469
+ */
14470
+ MaxResults?: IpamMaxResults;
14471
+ /**
14472
+ * The resource discovery association filters.
14473
+ */
14474
+ Filters?: FilterList;
14475
+ }
14476
+ export interface DescribeIpamResourceDiscoveryAssociationsResult {
14477
+ /**
14478
+ * The resource discovery associations.
14479
+ */
14480
+ IpamResourceDiscoveryAssociations?: IpamResourceDiscoveryAssociationSet;
14481
+ /**
14482
+ * Specify the pagination token from a previous request to retrieve the next page of results.
14483
+ */
14484
+ NextToken?: NextToken;
14485
+ }
14274
14486
  export interface DescribeIpamScopesRequest {
14275
14487
  /**
14276
14488
  * A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
@@ -17725,6 +17937,22 @@ declare namespace EC2 {
17725
17937
  */
17726
17938
  InstanceEventWindow?: InstanceEventWindow;
17727
17939
  }
17940
+ export interface DisassociateIpamResourceDiscoveryRequest {
17941
+ /**
17942
+ * A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
17943
+ */
17944
+ DryRun?: Boolean;
17945
+ /**
17946
+ * A resource discovery association ID.
17947
+ */
17948
+ IpamResourceDiscoveryAssociationId: IpamResourceDiscoveryAssociationId;
17949
+ }
17950
+ export interface DisassociateIpamResourceDiscoveryResult {
17951
+ /**
17952
+ * A resource discovery association.
17953
+ */
17954
+ IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
17955
+ }
17728
17956
  export interface DisassociateRouteTableRequest {
17729
17957
  /**
17730
17958
  * The association ID representing the current association between the route table and subnet or gateway.
@@ -20169,6 +20397,78 @@ declare namespace EC2 {
20169
20397
  */
20170
20398
  NextToken?: NextToken;
20171
20399
  }
20400
+ export interface GetIpamDiscoveredAccountsRequest {
20401
+ /**
20402
+ * A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
20403
+ */
20404
+ DryRun?: Boolean;
20405
+ /**
20406
+ * A resource discovery ID.
20407
+ */
20408
+ IpamResourceDiscoveryId: IpamResourceDiscoveryId;
20409
+ /**
20410
+ * The Amazon Web Services Region that the account information is returned from.
20411
+ */
20412
+ DiscoveryRegion: String;
20413
+ /**
20414
+ * Discovered account filters.
20415
+ */
20416
+ Filters?: FilterList;
20417
+ /**
20418
+ * Specify the pagination token from a previous request to retrieve the next page of results.
20419
+ */
20420
+ NextToken?: NextToken;
20421
+ /**
20422
+ * The maximum number of discovered accounts to return in one page of results.
20423
+ */
20424
+ MaxResults?: IpamMaxResults;
20425
+ }
20426
+ export interface GetIpamDiscoveredAccountsResult {
20427
+ /**
20428
+ * Discovered accounts.
20429
+ */
20430
+ IpamDiscoveredAccounts?: IpamDiscoveredAccountSet;
20431
+ /**
20432
+ * Specify the pagination token from a previous request to retrieve the next page of results.
20433
+ */
20434
+ NextToken?: NextToken;
20435
+ }
20436
+ export interface GetIpamDiscoveredResourceCidrsRequest {
20437
+ /**
20438
+ * A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
20439
+ */
20440
+ DryRun?: Boolean;
20441
+ /**
20442
+ * A resource discovery ID.
20443
+ */
20444
+ IpamResourceDiscoveryId: IpamResourceDiscoveryId;
20445
+ /**
20446
+ * A resource Region.
20447
+ */
20448
+ ResourceRegion: String;
20449
+ /**
20450
+ * Filters.
20451
+ */
20452
+ Filters?: FilterList;
20453
+ /**
20454
+ * Specify the pagination token from a previous request to retrieve the next page of results.
20455
+ */
20456
+ NextToken?: NextToken;
20457
+ /**
20458
+ * The maximum number of discovered resource CIDRs to return in one page of results.
20459
+ */
20460
+ MaxResults?: IpamMaxResults;
20461
+ }
20462
+ export interface GetIpamDiscoveredResourceCidrsResult {
20463
+ /**
20464
+ * Discovered resource CIDRs.
20465
+ */
20466
+ IpamDiscoveredResourceCidrs?: IpamDiscoveredResourceCidrSet;
20467
+ /**
20468
+ * Specify the pagination token from a previous request to retrieve the next page of results.
20469
+ */
20470
+ NextToken?: NextToken;
20471
+ }
20172
20472
  export type GetIpamPoolAllocationsMaxResults = number;
20173
20473
  export interface GetIpamPoolAllocationsRequest {
20174
20474
  /**
@@ -23538,7 +23838,7 @@ declare namespace EC2 {
23538
23838
  */
23539
23839
  IpamId?: IpamId;
23540
23840
  /**
23541
- * The ARN of the IPAM.
23841
+ * The Amazon Resource Name (ARN) of the IPAM.
23542
23842
  */
23543
23843
  IpamArn?: ResourceArn;
23544
23844
  /**
@@ -23573,6 +23873,18 @@ declare namespace EC2 {
23573
23873
  * 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 Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
23574
23874
  */
23575
23875
  Tags?: TagList;
23876
+ /**
23877
+ * The IPAM's default resource discovery ID.
23878
+ */
23879
+ DefaultResourceDiscoveryId?: IpamResourceDiscoveryId;
23880
+ /**
23881
+ * The IPAM's default resource discovery association ID.
23882
+ */
23883
+ DefaultResourceDiscoveryAssociationId?: IpamResourceDiscoveryAssociationId;
23884
+ /**
23885
+ * The IPAM's resource discovery association count.
23886
+ */
23887
+ ResourceDiscoveryAssociationCount?: Integer;
23576
23888
  }
23577
23889
  export type IpamAddressHistoryMaxResults = number;
23578
23890
  export interface IpamAddressHistoryRecord {
@@ -23623,6 +23935,7 @@ declare namespace EC2 {
23623
23935
  }
23624
23936
  export type IpamAddressHistoryRecordSet = IpamAddressHistoryRecord[];
23625
23937
  export type IpamAddressHistoryResourceType = "eip"|"vpc"|"subnet"|"network-interface"|"instance"|string;
23938
+ export type IpamAssociatedResourceDiscoveryStatus = "active"|"not-found"|string;
23626
23939
  export interface IpamCidrAuthorizationContext {
23627
23940
  /**
23628
23941
  * The plain-text authorization message for the prefix and account.
@@ -23634,6 +23947,83 @@ declare namespace EC2 {
23634
23947
  Signature?: String;
23635
23948
  }
23636
23949
  export type IpamComplianceStatus = "compliant"|"noncompliant"|"unmanaged"|"ignored"|string;
23950
+ export interface IpamDiscoveredAccount {
23951
+ /**
23952
+ * The account ID.
23953
+ */
23954
+ AccountId?: String;
23955
+ /**
23956
+ * The Amazon Web Services Region that the account information is returned from. An account can be discovered in multiple regions and will have a separate discovered account for each Region.
23957
+ */
23958
+ DiscoveryRegion?: String;
23959
+ /**
23960
+ * The resource discovery failure reason.
23961
+ */
23962
+ FailureReason?: IpamDiscoveryFailureReason;
23963
+ /**
23964
+ * The last attempted resource discovery time.
23965
+ */
23966
+ LastAttemptedDiscoveryTime?: MillisecondDateTime;
23967
+ /**
23968
+ * The last successful resource discovery time.
23969
+ */
23970
+ LastSuccessfulDiscoveryTime?: MillisecondDateTime;
23971
+ }
23972
+ export type IpamDiscoveredAccountSet = IpamDiscoveredAccount[];
23973
+ export interface IpamDiscoveredResourceCidr {
23974
+ /**
23975
+ * The resource discovery ID.
23976
+ */
23977
+ IpamResourceDiscoveryId?: IpamResourceDiscoveryId;
23978
+ /**
23979
+ * The resource Region.
23980
+ */
23981
+ ResourceRegion?: String;
23982
+ /**
23983
+ * The resource ID.
23984
+ */
23985
+ ResourceId?: String;
23986
+ /**
23987
+ * The resource owner ID.
23988
+ */
23989
+ ResourceOwnerId?: String;
23990
+ /**
23991
+ * The resource CIDR.
23992
+ */
23993
+ ResourceCidr?: String;
23994
+ /**
23995
+ * The resource type.
23996
+ */
23997
+ ResourceType?: IpamResourceType;
23998
+ /**
23999
+ * The resource tags.
24000
+ */
24001
+ ResourceTags?: IpamResourceTagList;
24002
+ /**
24003
+ * The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following: For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs. For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated. For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
24004
+ */
24005
+ IpUsage?: BoxedDouble;
24006
+ /**
24007
+ * The VPC ID.
24008
+ */
24009
+ VpcId?: String;
24010
+ /**
24011
+ * The last successful resource discovery time.
24012
+ */
24013
+ SampleTime?: MillisecondDateTime;
24014
+ }
24015
+ export type IpamDiscoveredResourceCidrSet = IpamDiscoveredResourceCidr[];
24016
+ export type IpamDiscoveryFailureCode = "assume-role-failure"|"throttling-failure"|"unauthorized-failure"|string;
24017
+ export interface IpamDiscoveryFailureReason {
24018
+ /**
24019
+ * The discovery failure code. assume-role-failure - IPAM could not assume the Amazon Web Services IAM service-linked role. This could be because of any of the following: SLR has not been created yet and IPAM is still creating it. You have opted-out of the IPAM home Region. Account you are using as your IPAM account has been suspended. throttling-failure - IPAM account is already using the allotted transactions per second and IPAM is receiving a throttling error when assuming the Amazon Web Services IAM SLR. unauthorized-failure - Amazon Web Services account making the request is not authorized. For more information, see AuthFailure in the Amazon Elastic Compute Cloud API Reference.
24020
+ */
24021
+ Code?: IpamDiscoveryFailureCode;
24022
+ /**
24023
+ * The discovery failure message.
24024
+ */
24025
+ Message?: String;
24026
+ }
23637
24027
  export type IpamId = string;
23638
24028
  export type IpamManagementState = "managed"|"unmanaged"|"ignored"|string;
23639
24029
  export type IpamMaxResults = number;
@@ -23660,7 +24050,7 @@ declare namespace EC2 {
23660
24050
  */
23661
24051
  SourceIpamPoolId?: IpamPoolId;
23662
24052
  /**
23663
- * The ARN of the IPAM pool.
24053
+ * The Amazon Resource Name (ARN) of the IPAM pool.
23664
24054
  */
23665
24055
  IpamPoolArn?: ResourceArn;
23666
24056
  /**
@@ -23735,6 +24125,10 @@ declare namespace EC2 {
23735
24125
  * Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.
23736
24126
  */
23737
24127
  AwsService?: IpamPoolAwsService;
24128
+ /**
24129
+ * The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is BYOIP. For more information, see Create IPv6 pools in the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.
24130
+ */
24131
+ PublicIpSource?: IpamPoolPublicIpSource;
23738
24132
  }
23739
24133
  export interface IpamPoolAllocation {
23740
24134
  /**
@@ -23784,8 +24178,16 @@ declare namespace EC2 {
23784
24178
  * Details related to why an IPAM pool CIDR failed to be provisioned.
23785
24179
  */
23786
24180
  FailureReason?: IpamPoolCidrFailureReason;
24181
+ /**
24182
+ * The IPAM pool CIDR ID.
24183
+ */
24184
+ IpamPoolCidrId?: IpamPoolCidrId;
24185
+ /**
24186
+ * The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. "NetmaskLength" or "Cidr" is required.
24187
+ */
24188
+ NetmaskLength?: Integer;
23787
24189
  }
23788
- export type IpamPoolCidrFailureCode = "cidr-not-available"|string;
24190
+ export type IpamPoolCidrFailureCode = "cidr-not-available"|"limit-exceeded"|string;
23789
24191
  export interface IpamPoolCidrFailureReason {
23790
24192
  /**
23791
24193
  * An error code related to why an IPAM pool CIDR failed to be provisioned.
@@ -23796,9 +24198,11 @@ declare namespace EC2 {
23796
24198
  */
23797
24199
  Message?: String;
23798
24200
  }
24201
+ export type IpamPoolCidrId = string;
23799
24202
  export type IpamPoolCidrSet = IpamPoolCidr[];
23800
24203
  export type IpamPoolCidrState = "pending-provision"|"provisioned"|"failed-provision"|"pending-deprovision"|"deprovisioned"|"failed-deprovision"|"pending-import"|"failed-import"|string;
23801
24204
  export type IpamPoolId = string;
24205
+ export type IpamPoolPublicIpSource = "amazon"|"byoip"|string;
23802
24206
  export type IpamPoolSet = IpamPool[];
23803
24207
  export type IpamPoolState = "create-in-progress"|"create-complete"|"create-failed"|"modify-in-progress"|"modify-complete"|"modify-failed"|"delete-in-progress"|"delete-complete"|"delete-failed"|"isolate-in-progress"|"isolate-complete"|"restore-in-progress"|string;
23804
24208
  export interface IpamResourceCidr {
@@ -23843,7 +24247,7 @@ declare namespace EC2 {
23843
24247
  */
23844
24248
  ResourceTags?: IpamResourceTagList;
23845
24249
  /**
23846
- * The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following: For a resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs. For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated. For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
24250
+ * The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following: For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs. For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated. For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
23847
24251
  */
23848
24252
  IpUsage?: BoxedDouble;
23849
24253
  /**
@@ -23864,6 +24268,96 @@ declare namespace EC2 {
23864
24268
  VpcId?: String;
23865
24269
  }
23866
24270
  export type IpamResourceCidrSet = IpamResourceCidr[];
24271
+ export interface IpamResourceDiscovery {
24272
+ /**
24273
+ * The ID of the owner.
24274
+ */
24275
+ OwnerId?: String;
24276
+ /**
24277
+ * The resource discovery ID.
24278
+ */
24279
+ IpamResourceDiscoveryId?: IpamResourceDiscoveryId;
24280
+ /**
24281
+ * The resource discovery Amazon Resource Name (ARN).
24282
+ */
24283
+ IpamResourceDiscoveryArn?: String;
24284
+ /**
24285
+ * The resource discovery Region.
24286
+ */
24287
+ IpamResourceDiscoveryRegion?: String;
24288
+ /**
24289
+ * The resource discovery description.
24290
+ */
24291
+ Description?: String;
24292
+ /**
24293
+ * The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
24294
+ */
24295
+ OperatingRegions?: IpamOperatingRegionSet;
24296
+ /**
24297
+ * Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.
24298
+ */
24299
+ IsDefault?: Boolean;
24300
+ /**
24301
+ * The lifecycle state of the resource discovery. create-in-progress - Resource discovery is being created. create-complete - Resource discovery creation is complete. create-failed - Resource discovery creation has failed. modify-in-progress - Resource discovery is being modified. modify-complete - Resource discovery modification is complete. modify-failed - Resource discovery modification has failed. delete-in-progress - Resource discovery is being deleted. delete-complete - Resource discovery deletion is complete. delete-failed - Resource discovery deletion has failed. isolate-in-progress - Amazon Web Services account that created the resource discovery has been removed and the resource discovery is being isolated. isolate-complete - Resource discovery isolation is complete. restore-in-progress - Amazon Web Services account that created the resource discovery and was isolated has been restored.
24302
+ */
24303
+ State?: IpamResourceDiscoveryState;
24304
+ /**
24305
+ * A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
24306
+ */
24307
+ Tags?: TagList;
24308
+ }
24309
+ export interface IpamResourceDiscoveryAssociation {
24310
+ /**
24311
+ * The Amazon Web Services account ID of the resource discovery owner.
24312
+ */
24313
+ OwnerId?: String;
24314
+ /**
24315
+ * The resource discovery association ID.
24316
+ */
24317
+ IpamResourceDiscoveryAssociationId?: IpamResourceDiscoveryAssociationId;
24318
+ /**
24319
+ * The resource discovery association Amazon Resource Name (ARN).
24320
+ */
24321
+ IpamResourceDiscoveryAssociationArn?: String;
24322
+ /**
24323
+ * The resource discovery ID.
24324
+ */
24325
+ IpamResourceDiscoveryId?: IpamResourceDiscoveryId;
24326
+ /**
24327
+ * The IPAM ID.
24328
+ */
24329
+ IpamId?: IpamId;
24330
+ /**
24331
+ * The IPAM ARN.
24332
+ */
24333
+ IpamArn?: ResourceArn;
24334
+ /**
24335
+ * The IPAM home Region.
24336
+ */
24337
+ IpamRegion?: String;
24338
+ /**
24339
+ * Defines if the resource discovery is the default. When you create an IPAM, a default resource discovery is created for your IPAM and it's associated with your IPAM.
24340
+ */
24341
+ IsDefault?: Boolean;
24342
+ /**
24343
+ * The resource discovery status. active - Connection or permissions required to read the results of the resource discovery are intact. not-found - Connection or permissions required to read the results of the resource discovery are broken. This may happen if the owner of the resource discovery stopped sharing it or deleted the resource discovery. Verify the resource discovery still exists and the Amazon Web Services RAM resource share is still intact.
24344
+ */
24345
+ ResourceDiscoveryStatus?: IpamAssociatedResourceDiscoveryStatus;
24346
+ /**
24347
+ * The lifecycle state of the association when you associate or disassociate a resource discovery. associate-in-progress - Resource discovery is being associated. associate-complete - Resource discovery association is complete. associate-failed - Resource discovery association has failed. disassociate-in-progress - Resource discovery is being disassociated. disassociate-complete - Resource discovery disassociation is complete. disassociate-failed - Resource discovery disassociation has failed. isolate-in-progress - Amazon Web Services account that created the resource discovery association has been removed and the resource discovery associatation is being isolated. isolate-complete - Resource discovery isolation is complete.. restore-in-progress - Resource discovery is being restored.
24348
+ */
24349
+ State?: IpamResourceDiscoveryAssociationState;
24350
+ /**
24351
+ * A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
24352
+ */
24353
+ Tags?: TagList;
24354
+ }
24355
+ export type IpamResourceDiscoveryAssociationId = string;
24356
+ export type IpamResourceDiscoveryAssociationSet = IpamResourceDiscoveryAssociation[];
24357
+ export type IpamResourceDiscoveryAssociationState = "associate-in-progress"|"associate-complete"|"associate-failed"|"disassociate-in-progress"|"disassociate-complete"|"disassociate-failed"|"isolate-in-progress"|"isolate-complete"|"restore-in-progress"|string;
24358
+ export type IpamResourceDiscoveryId = string;
24359
+ export type IpamResourceDiscoverySet = IpamResourceDiscovery[];
24360
+ export type IpamResourceDiscoveryState = "create-in-progress"|"create-complete"|"create-failed"|"modify-in-progress"|"modify-complete"|"modify-failed"|"delete-in-progress"|"delete-complete"|"delete-failed"|"isolate-in-progress"|"isolate-complete"|"restore-in-progress"|string;
23867
24361
  export interface IpamResourceTag {
23868
24362
  /**
23869
24363
  * 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.
@@ -23886,7 +24380,7 @@ declare namespace EC2 {
23886
24380
  */
23887
24381
  IpamScopeId?: IpamScopeId;
23888
24382
  /**
23889
- * The ARN of the scope.
24383
+ * The Amazon Resource Name (ARN) of the scope.
23890
24384
  */
23891
24385
  IpamScopeArn?: ResourceArn;
23892
24386
  /**
@@ -26241,6 +26735,34 @@ declare namespace EC2 {
26241
26735
  */
26242
26736
  IpamResourceCidr?: IpamResourceCidr;
26243
26737
  }
26738
+ export interface ModifyIpamResourceDiscoveryRequest {
26739
+ /**
26740
+ * A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
26741
+ */
26742
+ DryRun?: Boolean;
26743
+ /**
26744
+ * A resource discovery ID.
26745
+ */
26746
+ IpamResourceDiscoveryId: IpamResourceDiscoveryId;
26747
+ /**
26748
+ * A resource discovery description.
26749
+ */
26750
+ Description?: String;
26751
+ /**
26752
+ * Add operating Regions to the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
26753
+ */
26754
+ AddOperatingRegions?: AddIpamOperatingRegionSet;
26755
+ /**
26756
+ * Remove operating Regions.
26757
+ */
26758
+ RemoveOperatingRegions?: RemoveIpamOperatingRegionSet;
26759
+ }
26760
+ export interface ModifyIpamResourceDiscoveryResult {
26761
+ /**
26762
+ * A resource discovery.
26763
+ */
26764
+ IpamResourceDiscovery?: IpamResourceDiscovery;
26765
+ }
26244
26766
  export interface ModifyIpamResult {
26245
26767
  /**
26246
26768
  * The results of the modification.
@@ -29184,13 +29706,21 @@ declare namespace EC2 {
29184
29706
  */
29185
29707
  IpamPoolId: IpamPoolId;
29186
29708
  /**
29187
- * The CIDR you want to assign to the IPAM pool.
29709
+ * The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.
29188
29710
  */
29189
29711
  Cidr?: String;
29190
29712
  /**
29191
29713
  * A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option applies to public pools only.
29192
29714
  */
29193
29715
  CidrAuthorizationContext?: IpamCidrAuthorizationContext;
29716
+ /**
29717
+ * The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.
29718
+ */
29719
+ NetmaskLength?: Integer;
29720
+ /**
29721
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
29722
+ */
29723
+ ClientToken?: String;
29194
29724
  }
29195
29725
  export interface ProvisionIpamPoolCidrResult {
29196
29726
  /**
@@ -30888,7 +31418,7 @@ declare namespace EC2 {
30888
31418
  */
30889
31419
  ResourceTypes?: ValueStringList;
30890
31420
  }
30891
- export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|string;
31421
+ export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|string;
30892
31422
  export interface ResponseError {
30893
31423
  /**
30894
31424
  * The error code.