@@ -117,6 +117,10 @@ import {
117
117
AssociateInstanceEventWindowCommandInput ,
118
118
AssociateInstanceEventWindowCommandOutput ,
119
119
} from "./commands/AssociateInstanceEventWindowCommand" ;
120
+ import {
121
+ AssociateIpamResourceDiscoveryCommandInput ,
122
+ AssociateIpamResourceDiscoveryCommandOutput ,
123
+ } from "./commands/AssociateIpamResourceDiscoveryCommand" ;
120
124
import {
121
125
AssociateRouteTableCommandInput ,
122
126
AssociateRouteTableCommandOutput ,
@@ -268,6 +272,10 @@ import {
268
272
} from "./commands/CreateInternetGatewayCommand" ;
269
273
import { CreateIpamCommandInput , CreateIpamCommandOutput } from "./commands/CreateIpamCommand" ;
270
274
import { CreateIpamPoolCommandInput , CreateIpamPoolCommandOutput } from "./commands/CreateIpamPoolCommand" ;
275
+ import {
276
+ CreateIpamResourceDiscoveryCommandInput ,
277
+ CreateIpamResourceDiscoveryCommandOutput ,
278
+ } from "./commands/CreateIpamResourceDiscoveryCommand" ;
271
279
import { CreateIpamScopeCommandInput , CreateIpamScopeCommandOutput } from "./commands/CreateIpamScopeCommand" ;
272
280
import { CreateKeyPairCommandInput , CreateKeyPairCommandOutput } from "./commands/CreateKeyPairCommand" ;
273
281
import {
@@ -498,6 +506,10 @@ import {
498
506
} from "./commands/DeleteInternetGatewayCommand" ;
499
507
import { DeleteIpamCommandInput , DeleteIpamCommandOutput } from "./commands/DeleteIpamCommand" ;
500
508
import { DeleteIpamPoolCommandInput , DeleteIpamPoolCommandOutput } from "./commands/DeleteIpamPoolCommand" ;
509
+ import {
510
+ DeleteIpamResourceDiscoveryCommandInput ,
511
+ DeleteIpamResourceDiscoveryCommandOutput ,
512
+ } from "./commands/DeleteIpamResourceDiscoveryCommand" ;
501
513
import { DeleteIpamScopeCommandInput , DeleteIpamScopeCommandOutput } from "./commands/DeleteIpamScopeCommand" ;
502
514
import { DeleteKeyPairCommandInput , DeleteKeyPairCommandOutput } from "./commands/DeleteKeyPairCommand" ;
503
515
import {
@@ -895,6 +907,14 @@ import {
895
907
DescribeInternetGatewaysCommandOutput ,
896
908
} from "./commands/DescribeInternetGatewaysCommand" ;
897
909
import { DescribeIpamPoolsCommandInput , DescribeIpamPoolsCommandOutput } from "./commands/DescribeIpamPoolsCommand" ;
910
+ import {
911
+ DescribeIpamResourceDiscoveriesCommandInput ,
912
+ DescribeIpamResourceDiscoveriesCommandOutput ,
913
+ } from "./commands/DescribeIpamResourceDiscoveriesCommand" ;
914
+ import {
915
+ DescribeIpamResourceDiscoveryAssociationsCommandInput ,
916
+ DescribeIpamResourceDiscoveryAssociationsCommandOutput ,
917
+ } from "./commands/DescribeIpamResourceDiscoveryAssociationsCommand" ;
898
918
import { DescribeIpamsCommandInput , DescribeIpamsCommandOutput } from "./commands/DescribeIpamsCommand" ;
899
919
import { DescribeIpamScopesCommandInput , DescribeIpamScopesCommandOutput } from "./commands/DescribeIpamScopesCommand" ;
900
920
import { DescribeIpv6PoolsCommandInput , DescribeIpv6PoolsCommandOutput } from "./commands/DescribeIpv6PoolsCommand" ;
@@ -1300,6 +1320,10 @@ import {
1300
1320
DisassociateInstanceEventWindowCommandInput ,
1301
1321
DisassociateInstanceEventWindowCommandOutput ,
1302
1322
} from "./commands/DisassociateInstanceEventWindowCommand" ;
1323
+ import {
1324
+ DisassociateIpamResourceDiscoveryCommandInput ,
1325
+ DisassociateIpamResourceDiscoveryCommandOutput ,
1326
+ } from "./commands/DisassociateIpamResourceDiscoveryCommand" ;
1303
1327
import {
1304
1328
DisassociateRouteTableCommandInput ,
1305
1329
DisassociateRouteTableCommandOutput ,
@@ -1449,6 +1473,14 @@ import {
1449
1473
GetIpamAddressHistoryCommandInput ,
1450
1474
GetIpamAddressHistoryCommandOutput ,
1451
1475
} from "./commands/GetIpamAddressHistoryCommand" ;
1476
+ import {
1477
+ GetIpamDiscoveredAccountsCommandInput ,
1478
+ GetIpamDiscoveredAccountsCommandOutput ,
1479
+ } from "./commands/GetIpamDiscoveredAccountsCommand" ;
1480
+ import {
1481
+ GetIpamDiscoveredResourceCidrsCommandInput ,
1482
+ GetIpamDiscoveredResourceCidrsCommandOutput ,
1483
+ } from "./commands/GetIpamDiscoveredResourceCidrsCommand" ;
1452
1484
import {
1453
1485
GetIpamPoolAllocationsCommandInput ,
1454
1486
GetIpamPoolAllocationsCommandOutput ,
@@ -1637,6 +1669,10 @@ import {
1637
1669
ModifyIpamResourceCidrCommandInput ,
1638
1670
ModifyIpamResourceCidrCommandOutput ,
1639
1671
} from "./commands/ModifyIpamResourceCidrCommand" ;
1672
+ import {
1673
+ ModifyIpamResourceDiscoveryCommandInput ,
1674
+ ModifyIpamResourceDiscoveryCommandOutput ,
1675
+ } from "./commands/ModifyIpamResourceDiscoveryCommand" ;
1640
1676
import { ModifyIpamScopeCommandInput , ModifyIpamScopeCommandOutput } from "./commands/ModifyIpamScopeCommand" ;
1641
1677
import {
1642
1678
ModifyLaunchTemplateCommandInput ,
@@ -2019,6 +2055,7 @@ export type ServiceInputTypes =
2019
2055
| AssociateEnclaveCertificateIamRoleCommandInput
2020
2056
| AssociateIamInstanceProfileCommandInput
2021
2057
| AssociateInstanceEventWindowCommandInput
2058
+ | AssociateIpamResourceDiscoveryCommandInput
2022
2059
| AssociateRouteTableCommandInput
2023
2060
| AssociateSubnetCidrBlockCommandInput
2024
2061
| AssociateTransitGatewayMulticastDomainCommandInput
@@ -2071,6 +2108,7 @@ export type ServiceInputTypes =
2071
2108
| CreateInternetGatewayCommandInput
2072
2109
| CreateIpamCommandInput
2073
2110
| CreateIpamPoolCommandInput
2111
+ | CreateIpamResourceDiscoveryCommandInput
2074
2112
| CreateIpamScopeCommandInput
2075
2113
| CreateKeyPairCommandInput
2076
2114
| CreateLaunchTemplateCommandInput
@@ -2145,6 +2183,7 @@ export type ServiceInputTypes =
2145
2183
| DeleteInternetGatewayCommandInput
2146
2184
| DeleteIpamCommandInput
2147
2185
| DeleteIpamPoolCommandInput
2186
+ | DeleteIpamResourceDiscoveryCommandInput
2148
2187
| DeleteIpamScopeCommandInput
2149
2188
| DeleteKeyPairCommandInput
2150
2189
| DeleteLaunchTemplateCommandInput
@@ -2263,6 +2302,8 @@ export type ServiceInputTypes =
2263
2302
| DescribeInstancesCommandInput
2264
2303
| DescribeInternetGatewaysCommandInput
2265
2304
| DescribeIpamPoolsCommandInput
2305
+ | DescribeIpamResourceDiscoveriesCommandInput
2306
+ | DescribeIpamResourceDiscoveryAssociationsCommandInput
2266
2307
| DescribeIpamScopesCommandInput
2267
2308
| DescribeIpamsCommandInput
2268
2309
| DescribeIpv6PoolsCommandInput
@@ -2374,6 +2415,7 @@ export type ServiceInputTypes =
2374
2415
| DisassociateEnclaveCertificateIamRoleCommandInput
2375
2416
| DisassociateIamInstanceProfileCommandInput
2376
2417
| DisassociateInstanceEventWindowCommandInput
2418
+ | DisassociateIpamResourceDiscoveryCommandInput
2377
2419
| DisassociateRouteTableCommandInput
2378
2420
| DisassociateSubnetCidrBlockCommandInput
2379
2421
| DisassociateTransitGatewayMulticastDomainCommandInput
@@ -2415,6 +2457,8 @@ export type ServiceInputTypes =
2415
2457
| GetInstanceTypesFromInstanceRequirementsCommandInput
2416
2458
| GetInstanceUefiDataCommandInput
2417
2459
| GetIpamAddressHistoryCommandInput
2460
+ | GetIpamDiscoveredAccountsCommandInput
2461
+ | GetIpamDiscoveredResourceCidrsCommandInput
2418
2462
| GetIpamPoolAllocationsCommandInput
2419
2463
| GetIpamPoolCidrsCommandInput
2420
2464
| GetIpamResourceCidrsCommandInput
@@ -2471,6 +2515,7 @@ export type ServiceInputTypes =
2471
2515
| ModifyIpamCommandInput
2472
2516
| ModifyIpamPoolCommandInput
2473
2517
| ModifyIpamResourceCidrCommandInput
2518
+ | ModifyIpamResourceDiscoveryCommandInput
2474
2519
| ModifyIpamScopeCommandInput
2475
2520
| ModifyLaunchTemplateCommandInput
2476
2521
| ModifyLocalGatewayRouteCommandInput
@@ -2597,6 +2642,7 @@ export type ServiceOutputTypes =
2597
2642
| AssociateEnclaveCertificateIamRoleCommandOutput
2598
2643
| AssociateIamInstanceProfileCommandOutput
2599
2644
| AssociateInstanceEventWindowCommandOutput
2645
+ | AssociateIpamResourceDiscoveryCommandOutput
2600
2646
| AssociateRouteTableCommandOutput
2601
2647
| AssociateSubnetCidrBlockCommandOutput
2602
2648
| AssociateTransitGatewayMulticastDomainCommandOutput
@@ -2649,6 +2695,7 @@ export type ServiceOutputTypes =
2649
2695
| CreateInternetGatewayCommandOutput
2650
2696
| CreateIpamCommandOutput
2651
2697
| CreateIpamPoolCommandOutput
2698
+ | CreateIpamResourceDiscoveryCommandOutput
2652
2699
| CreateIpamScopeCommandOutput
2653
2700
| CreateKeyPairCommandOutput
2654
2701
| CreateLaunchTemplateCommandOutput
@@ -2723,6 +2770,7 @@ export type ServiceOutputTypes =
2723
2770
| DeleteInternetGatewayCommandOutput
2724
2771
| DeleteIpamCommandOutput
2725
2772
| DeleteIpamPoolCommandOutput
2773
+ | DeleteIpamResourceDiscoveryCommandOutput
2726
2774
| DeleteIpamScopeCommandOutput
2727
2775
| DeleteKeyPairCommandOutput
2728
2776
| DeleteLaunchTemplateCommandOutput
@@ -2841,6 +2889,8 @@ export type ServiceOutputTypes =
2841
2889
| DescribeInstancesCommandOutput
2842
2890
| DescribeInternetGatewaysCommandOutput
2843
2891
| DescribeIpamPoolsCommandOutput
2892
+ | DescribeIpamResourceDiscoveriesCommandOutput
2893
+ | DescribeIpamResourceDiscoveryAssociationsCommandOutput
2844
2894
| DescribeIpamScopesCommandOutput
2845
2895
| DescribeIpamsCommandOutput
2846
2896
| DescribeIpv6PoolsCommandOutput
@@ -2952,6 +3002,7 @@ export type ServiceOutputTypes =
2952
3002
| DisassociateEnclaveCertificateIamRoleCommandOutput
2953
3003
| DisassociateIamInstanceProfileCommandOutput
2954
3004
| DisassociateInstanceEventWindowCommandOutput
3005
+ | DisassociateIpamResourceDiscoveryCommandOutput
2955
3006
| DisassociateRouteTableCommandOutput
2956
3007
| DisassociateSubnetCidrBlockCommandOutput
2957
3008
| DisassociateTransitGatewayMulticastDomainCommandOutput
@@ -2993,6 +3044,8 @@ export type ServiceOutputTypes =
2993
3044
| GetInstanceTypesFromInstanceRequirementsCommandOutput
2994
3045
| GetInstanceUefiDataCommandOutput
2995
3046
| GetIpamAddressHistoryCommandOutput
3047
+ | GetIpamDiscoveredAccountsCommandOutput
3048
+ | GetIpamDiscoveredResourceCidrsCommandOutput
2996
3049
| GetIpamPoolAllocationsCommandOutput
2997
3050
| GetIpamPoolCidrsCommandOutput
2998
3051
| GetIpamResourceCidrsCommandOutput
@@ -3049,6 +3102,7 @@ export type ServiceOutputTypes =
3049
3102
| ModifyIpamCommandOutput
3050
3103
| ModifyIpamPoolCommandOutput
3051
3104
| ModifyIpamResourceCidrCommandOutput
3105
+ | ModifyIpamResourceDiscoveryCommandOutput
3052
3106
| ModifyIpamScopeCommandOutput
3053
3107
| ModifyLaunchTemplateCommandOutput
3054
3108
| ModifyLocalGatewayRouteCommandOutput
0 commit comments