@@ -107,6 +107,11 @@ import {
107
107
AssociateInstanceEventWindowCommandInput ,
108
108
AssociateInstanceEventWindowCommandOutput ,
109
109
} from "./commands/AssociateInstanceEventWindowCommand" ;
110
+ import {
111
+ AssociateIpamByoasnCommand ,
112
+ AssociateIpamByoasnCommandInput ,
113
+ AssociateIpamByoasnCommandOutput ,
114
+ } from "./commands/AssociateIpamByoasnCommand" ;
110
115
import {
111
116
AssociateIpamResourceDiscoveryCommand ,
112
117
AssociateIpamResourceDiscoveryCommandInput ,
@@ -1013,6 +1018,11 @@ import {
1013
1018
DeprovisionByoipCidrCommandInput ,
1014
1019
DeprovisionByoipCidrCommandOutput ,
1015
1020
} from "./commands/DeprovisionByoipCidrCommand" ;
1021
+ import {
1022
+ DeprovisionIpamByoasnCommand ,
1023
+ DeprovisionIpamByoasnCommandInput ,
1024
+ DeprovisionIpamByoasnCommandOutput ,
1025
+ } from "./commands/DeprovisionIpamByoasnCommand" ;
1016
1026
import {
1017
1027
DeprovisionIpamPoolCidrCommand ,
1018
1028
DeprovisionIpamPoolCidrCommandInput ,
@@ -1323,6 +1333,11 @@ import {
1323
1333
DescribeInternetGatewaysCommandInput ,
1324
1334
DescribeInternetGatewaysCommandOutput ,
1325
1335
} from "./commands/DescribeInternetGatewaysCommand" ;
1336
+ import {
1337
+ DescribeIpamByoasnCommand ,
1338
+ DescribeIpamByoasnCommandInput ,
1339
+ DescribeIpamByoasnCommandOutput ,
1340
+ } from "./commands/DescribeIpamByoasnCommand" ;
1326
1341
import {
1327
1342
DescribeIpamPoolsCommand ,
1328
1343
DescribeIpamPoolsCommandInput ,
@@ -1913,6 +1928,11 @@ import {
1913
1928
DisassociateInstanceEventWindowCommandInput ,
1914
1929
DisassociateInstanceEventWindowCommandOutput ,
1915
1930
} from "./commands/DisassociateInstanceEventWindowCommand" ;
1931
+ import {
1932
+ DisassociateIpamByoasnCommand ,
1933
+ DisassociateIpamByoasnCommandInput ,
1934
+ DisassociateIpamByoasnCommandOutput ,
1935
+ } from "./commands/DisassociateIpamByoasnCommand" ;
1916
1936
import {
1917
1937
DisassociateIpamResourceDiscoveryCommand ,
1918
1938
DisassociateIpamResourceDiscoveryCommandInput ,
@@ -2145,6 +2165,11 @@ import {
2145
2165
GetIpamDiscoveredAccountsCommandInput ,
2146
2166
GetIpamDiscoveredAccountsCommandOutput ,
2147
2167
} from "./commands/GetIpamDiscoveredAccountsCommand" ;
2168
+ import {
2169
+ GetIpamDiscoveredPublicAddressesCommand ,
2170
+ GetIpamDiscoveredPublicAddressesCommandInput ,
2171
+ GetIpamDiscoveredPublicAddressesCommandOutput ,
2172
+ } from "./commands/GetIpamDiscoveredPublicAddressesCommand" ;
2148
2173
import {
2149
2174
GetIpamDiscoveredResourceCidrsCommand ,
2150
2175
GetIpamDiscoveredResourceCidrsCommandInput ,
@@ -2654,6 +2679,11 @@ import {
2654
2679
ProvisionByoipCidrCommandInput ,
2655
2680
ProvisionByoipCidrCommandOutput ,
2656
2681
} from "./commands/ProvisionByoipCidrCommand" ;
2682
+ import {
2683
+ ProvisionIpamByoasnCommand ,
2684
+ ProvisionIpamByoasnCommandInput ,
2685
+ ProvisionIpamByoasnCommandOutput ,
2686
+ } from "./commands/ProvisionIpamByoasnCommand" ;
2657
2687
import {
2658
2688
ProvisionIpamPoolCidrCommand ,
2659
2689
ProvisionIpamPoolCidrCommandInput ,
@@ -3003,6 +3033,7 @@ const commands = {
3003
3033
AssociateEnclaveCertificateIamRoleCommand,
3004
3034
AssociateIamInstanceProfileCommand,
3005
3035
AssociateInstanceEventWindowCommand,
3036
+ AssociateIpamByoasnCommand,
3006
3037
AssociateIpamResourceDiscoveryCommand,
3007
3038
AssociateNatGatewayAddressCommand,
3008
3039
AssociateRouteTableCommand,
@@ -3193,6 +3224,7 @@ const commands = {
3193
3224
DeleteVpnConnectionRouteCommand,
3194
3225
DeleteVpnGatewayCommand,
3195
3226
DeprovisionByoipCidrCommand,
3227
+ DeprovisionIpamByoasnCommand,
3196
3228
DeprovisionIpamPoolCidrCommand,
3197
3229
DeprovisionPublicIpv4PoolCidrCommand,
3198
3230
DeregisterImageCommand,
@@ -3255,6 +3287,7 @@ const commands = {
3255
3287
DescribeInstanceTypeOfferingsCommand,
3256
3288
DescribeInstanceTypesCommand,
3257
3289
DescribeInternetGatewaysCommand,
3290
+ DescribeIpamByoasnCommand,
3258
3291
DescribeIpamPoolsCommand,
3259
3292
DescribeIpamResourceDiscoveriesCommand,
3260
3293
DescribeIpamResourceDiscoveryAssociationsCommand,
@@ -3373,6 +3406,7 @@ const commands = {
3373
3406
DisassociateEnclaveCertificateIamRoleCommand,
3374
3407
DisassociateIamInstanceProfileCommand,
3375
3408
DisassociateInstanceEventWindowCommand,
3409
+ DisassociateIpamByoasnCommand,
3376
3410
DisassociateIpamResourceDiscoveryCommand,
3377
3411
DisassociateNatGatewayAddressCommand,
3378
3412
DisassociateRouteTableCommand,
@@ -3421,6 +3455,7 @@ const commands = {
3421
3455
GetInstanceUefiDataCommand,
3422
3456
GetIpamAddressHistoryCommand,
3423
3457
GetIpamDiscoveredAccountsCommand,
3458
+ GetIpamDiscoveredPublicAddressesCommand,
3424
3459
GetIpamDiscoveredResourceCidrsCommand,
3425
3460
GetIpamPoolAllocationsCommand,
3426
3461
GetIpamPoolCidrsCommand,
@@ -3526,6 +3561,7 @@ const commands = {
3526
3561
MoveAddressToVpcCommand,
3527
3562
MoveByoipCidrToIpamCommand,
3528
3563
ProvisionByoipCidrCommand,
3564
+ ProvisionIpamByoasnCommand,
3529
3565
ProvisionIpamPoolCidrCommand,
3530
3566
ProvisionPublicIpv4PoolCidrCommand,
3531
3567
PurchaseCapacityBlockCommand,
@@ -3942,6 +3978,23 @@ export interface EC2 {
3942
3978
cb : ( err : any , data ?: AssociateInstanceEventWindowCommandOutput ) => void
3943
3979
) : void ;
3944
3980
3981
+ /**
3982
+ * @see {@link AssociateIpamByoasnCommand }
3983
+ */
3984
+ associateIpamByoasn (
3985
+ args : AssociateIpamByoasnCommandInput ,
3986
+ options ?: __HttpHandlerOptions
3987
+ ) : Promise < AssociateIpamByoasnCommandOutput > ;
3988
+ associateIpamByoasn (
3989
+ args : AssociateIpamByoasnCommandInput ,
3990
+ cb : ( err : any , data ?: AssociateIpamByoasnCommandOutput ) => void
3991
+ ) : void ;
3992
+ associateIpamByoasn (
3993
+ args : AssociateIpamByoasnCommandInput ,
3994
+ options : __HttpHandlerOptions ,
3995
+ cb : ( err : any , data ?: AssociateIpamByoasnCommandOutput ) => void
3996
+ ) : void ;
3997
+
3945
3998
/**
3946
3999
* @see {@link AssociateIpamResourceDiscoveryCommand }
3947
4000
*/
@@ -6998,6 +7051,23 @@ export interface EC2 {
6998
7051
cb : ( err : any , data ?: DeprovisionByoipCidrCommandOutput ) => void
6999
7052
) : void ;
7000
7053
7054
+ /**
7055
+ * @see {@link DeprovisionIpamByoasnCommand }
7056
+ */
7057
+ deprovisionIpamByoasn (
7058
+ args : DeprovisionIpamByoasnCommandInput ,
7059
+ options ?: __HttpHandlerOptions
7060
+ ) : Promise < DeprovisionIpamByoasnCommandOutput > ;
7061
+ deprovisionIpamByoasn (
7062
+ args : DeprovisionIpamByoasnCommandInput ,
7063
+ cb : ( err : any , data ?: DeprovisionIpamByoasnCommandOutput ) => void
7064
+ ) : void ;
7065
+ deprovisionIpamByoasn (
7066
+ args : DeprovisionIpamByoasnCommandInput ,
7067
+ options : __HttpHandlerOptions ,
7068
+ cb : ( err : any , data ?: DeprovisionIpamByoasnCommandOutput ) => void
7069
+ ) : void ;
7070
+
7001
7071
/**
7002
7072
* @see {@link DeprovisionIpamPoolCidrCommand }
7003
7073
*/
@@ -8037,6 +8107,23 @@ export interface EC2 {
8037
8107
cb : ( err : any , data ?: DescribeInternetGatewaysCommandOutput ) => void
8038
8108
) : void ;
8039
8109
8110
+ /**
8111
+ * @see {@link DescribeIpamByoasnCommand }
8112
+ */
8113
+ describeIpamByoasn (
8114
+ args : DescribeIpamByoasnCommandInput ,
8115
+ options ?: __HttpHandlerOptions
8116
+ ) : Promise < DescribeIpamByoasnCommandOutput > ;
8117
+ describeIpamByoasn (
8118
+ args : DescribeIpamByoasnCommandInput ,
8119
+ cb : ( err : any , data ?: DescribeIpamByoasnCommandOutput ) => void
8120
+ ) : void ;
8121
+ describeIpamByoasn (
8122
+ args : DescribeIpamByoasnCommandInput ,
8123
+ options : __HttpHandlerOptions ,
8124
+ cb : ( err : any , data ?: DescribeIpamByoasnCommandOutput ) => void
8125
+ ) : void ;
8126
+
8040
8127
/**
8041
8128
* @see {@link DescribeIpamPoolsCommand }
8042
8129
*/
@@ -10004,6 +10091,23 @@ export interface EC2 {
10004
10091
cb : ( err : any , data ?: DisassociateInstanceEventWindowCommandOutput ) => void
10005
10092
) : void ;
10006
10093
10094
+ /**
10095
+ * @see {@link DisassociateIpamByoasnCommand }
10096
+ */
10097
+ disassociateIpamByoasn (
10098
+ args : DisassociateIpamByoasnCommandInput ,
10099
+ options ?: __HttpHandlerOptions
10100
+ ) : Promise < DisassociateIpamByoasnCommandOutput > ;
10101
+ disassociateIpamByoasn (
10102
+ args : DisassociateIpamByoasnCommandInput ,
10103
+ cb : ( err : any , data ?: DisassociateIpamByoasnCommandOutput ) => void
10104
+ ) : void ;
10105
+ disassociateIpamByoasn (
10106
+ args : DisassociateIpamByoasnCommandInput ,
10107
+ options : __HttpHandlerOptions ,
10108
+ cb : ( err : any , data ?: DisassociateIpamByoasnCommandOutput ) => void
10109
+ ) : void ;
10110
+
10007
10111
/**
10008
10112
* @see {@link DisassociateIpamResourceDiscoveryCommand }
10009
10113
*/
@@ -10805,6 +10909,23 @@ export interface EC2 {
10805
10909
cb : ( err : any , data ?: GetIpamDiscoveredAccountsCommandOutput ) => void
10806
10910
) : void ;
10807
10911
10912
+ /**
10913
+ * @see {@link GetIpamDiscoveredPublicAddressesCommand }
10914
+ */
10915
+ getIpamDiscoveredPublicAddresses (
10916
+ args : GetIpamDiscoveredPublicAddressesCommandInput ,
10917
+ options ?: __HttpHandlerOptions
10918
+ ) : Promise < GetIpamDiscoveredPublicAddressesCommandOutput > ;
10919
+ getIpamDiscoveredPublicAddresses (
10920
+ args : GetIpamDiscoveredPublicAddressesCommandInput ,
10921
+ cb : ( err : any , data ?: GetIpamDiscoveredPublicAddressesCommandOutput ) => void
10922
+ ) : void ;
10923
+ getIpamDiscoveredPublicAddresses (
10924
+ args : GetIpamDiscoveredPublicAddressesCommandInput ,
10925
+ options : __HttpHandlerOptions ,
10926
+ cb : ( err : any , data ?: GetIpamDiscoveredPublicAddressesCommandOutput ) => void
10927
+ ) : void ;
10928
+
10808
10929
/**
10809
10930
* @see {@link GetIpamDiscoveredResourceCidrsCommand }
10810
10931
*/
@@ -12524,6 +12645,23 @@ export interface EC2 {
12524
12645
cb : ( err : any , data ?: ProvisionByoipCidrCommandOutput ) => void
12525
12646
) : void ;
12526
12647
12648
+ /**
12649
+ * @see {@link ProvisionIpamByoasnCommand }
12650
+ */
12651
+ provisionIpamByoasn (
12652
+ args : ProvisionIpamByoasnCommandInput ,
12653
+ options ?: __HttpHandlerOptions
12654
+ ) : Promise < ProvisionIpamByoasnCommandOutput > ;
12655
+ provisionIpamByoasn (
12656
+ args : ProvisionIpamByoasnCommandInput ,
12657
+ cb : ( err : any , data ?: ProvisionIpamByoasnCommandOutput ) => void
12658
+ ) : void ;
12659
+ provisionIpamByoasn (
12660
+ args : ProvisionIpamByoasnCommandInput ,
12661
+ options : __HttpHandlerOptions ,
12662
+ cb : ( err : any , data ?: ProvisionIpamByoasnCommandOutput ) => void
12663
+ ) : void ;
12664
+
12527
12665
/**
12528
12666
* @see {@link ProvisionIpamPoolCidrCommand }
12529
12667
*/
0 commit comments