@effect-aws/client-ec2 1.10.9 → 2.0.0-beta.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.
- package/LICENSE +1 -1
- package/README.md +3 -3
- package/dist/dts/EC2ClientInstance.d.ts +2 -2
- package/dist/dts/EC2ClientInstance.d.ts.map +1 -1
- package/dist/dts/EC2Service.d.ts +780 -754
- package/dist/dts/EC2Service.d.ts.map +1 -1
- package/dist/dts/EC2ServiceConfig.d.ts.map +1 -1
- package/dist/dts/Errors.d.ts +7 -4
- package/dist/dts/Errors.d.ts.map +1 -1
- package/dist/esm/EC2ClientInstance.js +3 -3
- package/dist/esm/EC2ClientInstance.js.map +1 -1
- package/dist/esm/EC2Service.js +10 -3
- package/dist/esm/EC2Service.js.map +1 -1
- package/dist/esm/EC2ServiceConfig.js +5 -6
- package/dist/esm/EC2ServiceConfig.js.map +1 -1
- package/dist/esm/Errors.js +2 -1
- package/dist/esm/Errors.js.map +1 -1
- package/package.json +8 -14
- package/src/EC2ClientInstance.ts +4 -4
- package/src/EC2Service.ts +857 -752
- package/src/EC2ServiceConfig.ts +6 -7
- package/src/Errors.ts +5 -4
- package/dist/cjs/EC2ClientInstance.d.ts +0 -24
- package/dist/cjs/EC2ClientInstance.d.ts.map +0 -1
- package/dist/cjs/EC2ClientInstance.js +0 -50
- package/dist/cjs/EC2ClientInstance.js.map +0 -1
- package/dist/cjs/EC2Service.d.ts +0 -3042
- package/dist/cjs/EC2Service.d.ts.map +0 -1
- package/dist/cjs/EC2Service.js +0 -806
- package/dist/cjs/EC2Service.js.map +0 -1
- package/dist/cjs/EC2ServiceConfig.d.ts +0 -25
- package/dist/cjs/EC2ServiceConfig.d.ts.map +0 -1
- package/dist/cjs/EC2ServiceConfig.js +0 -35
- package/dist/cjs/EC2ServiceConfig.js.map +0 -1
- package/dist/cjs/Errors.d.ts +0 -11
- package/dist/cjs/Errors.d.ts.map +0 -1
- package/dist/cjs/Errors.js +0 -6
- package/dist/cjs/Errors.js.map +0 -1
- package/dist/cjs/index.d.ts +0 -44
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/index.js +0 -56
- package/dist/cjs/index.js.map +0 -1
package/dist/cjs/EC2Service.js
DELETED
|
@@ -1,806 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.EC2Service = exports.makeEC2Service = void 0;
|
|
27
|
-
/**
|
|
28
|
-
* @since 1.0.0
|
|
29
|
-
*/
|
|
30
|
-
const client_ec2_1 = require("@aws-sdk/client-ec2");
|
|
31
|
-
const commons_1 = require("@effect-aws/commons");
|
|
32
|
-
const effect_1 = require("effect");
|
|
33
|
-
const Instance = __importStar(require("./EC2ClientInstance.js"));
|
|
34
|
-
const EC2ServiceConfig = __importStar(require("./EC2ServiceConfig.js"));
|
|
35
|
-
const commands = {
|
|
36
|
-
AcceptAddressTransferCommand: client_ec2_1.AcceptAddressTransferCommand,
|
|
37
|
-
AcceptCapacityReservationBillingOwnershipCommand: client_ec2_1.AcceptCapacityReservationBillingOwnershipCommand,
|
|
38
|
-
AcceptReservedInstancesExchangeQuoteCommand: client_ec2_1.AcceptReservedInstancesExchangeQuoteCommand,
|
|
39
|
-
AcceptTransitGatewayMulticastDomainAssociationsCommand: client_ec2_1.AcceptTransitGatewayMulticastDomainAssociationsCommand,
|
|
40
|
-
AcceptTransitGatewayPeeringAttachmentCommand: client_ec2_1.AcceptTransitGatewayPeeringAttachmentCommand,
|
|
41
|
-
AcceptTransitGatewayVpcAttachmentCommand: client_ec2_1.AcceptTransitGatewayVpcAttachmentCommand,
|
|
42
|
-
AcceptVpcEndpointConnectionsCommand: client_ec2_1.AcceptVpcEndpointConnectionsCommand,
|
|
43
|
-
AcceptVpcPeeringConnectionCommand: client_ec2_1.AcceptVpcPeeringConnectionCommand,
|
|
44
|
-
AdvertiseByoipCidrCommand: client_ec2_1.AdvertiseByoipCidrCommand,
|
|
45
|
-
AllocateAddressCommand: client_ec2_1.AllocateAddressCommand,
|
|
46
|
-
AllocateHostsCommand: client_ec2_1.AllocateHostsCommand,
|
|
47
|
-
AllocateIpamPoolCidrCommand: client_ec2_1.AllocateIpamPoolCidrCommand,
|
|
48
|
-
ApplySecurityGroupsToClientVpnTargetNetworkCommand: client_ec2_1.ApplySecurityGroupsToClientVpnTargetNetworkCommand,
|
|
49
|
-
AssignIpv6AddressesCommand: client_ec2_1.AssignIpv6AddressesCommand,
|
|
50
|
-
AssignPrivateIpAddressesCommand: client_ec2_1.AssignPrivateIpAddressesCommand,
|
|
51
|
-
AssignPrivateNatGatewayAddressCommand: client_ec2_1.AssignPrivateNatGatewayAddressCommand,
|
|
52
|
-
AssociateAddressCommand: client_ec2_1.AssociateAddressCommand,
|
|
53
|
-
AssociateCapacityReservationBillingOwnerCommand: client_ec2_1.AssociateCapacityReservationBillingOwnerCommand,
|
|
54
|
-
AssociateClientVpnTargetNetworkCommand: client_ec2_1.AssociateClientVpnTargetNetworkCommand,
|
|
55
|
-
AssociateDhcpOptionsCommand: client_ec2_1.AssociateDhcpOptionsCommand,
|
|
56
|
-
AssociateEnclaveCertificateIamRoleCommand: client_ec2_1.AssociateEnclaveCertificateIamRoleCommand,
|
|
57
|
-
AssociateIamInstanceProfileCommand: client_ec2_1.AssociateIamInstanceProfileCommand,
|
|
58
|
-
AssociateInstanceEventWindowCommand: client_ec2_1.AssociateInstanceEventWindowCommand,
|
|
59
|
-
AssociateIpamByoasnCommand: client_ec2_1.AssociateIpamByoasnCommand,
|
|
60
|
-
AssociateIpamResourceDiscoveryCommand: client_ec2_1.AssociateIpamResourceDiscoveryCommand,
|
|
61
|
-
AssociateNatGatewayAddressCommand: client_ec2_1.AssociateNatGatewayAddressCommand,
|
|
62
|
-
AssociateRouteServerCommand: client_ec2_1.AssociateRouteServerCommand,
|
|
63
|
-
AssociateRouteTableCommand: client_ec2_1.AssociateRouteTableCommand,
|
|
64
|
-
AssociateSecurityGroupVpcCommand: client_ec2_1.AssociateSecurityGroupVpcCommand,
|
|
65
|
-
AssociateSubnetCidrBlockCommand: client_ec2_1.AssociateSubnetCidrBlockCommand,
|
|
66
|
-
AssociateTransitGatewayMulticastDomainCommand: client_ec2_1.AssociateTransitGatewayMulticastDomainCommand,
|
|
67
|
-
AssociateTransitGatewayPolicyTableCommand: client_ec2_1.AssociateTransitGatewayPolicyTableCommand,
|
|
68
|
-
AssociateTransitGatewayRouteTableCommand: client_ec2_1.AssociateTransitGatewayRouteTableCommand,
|
|
69
|
-
AssociateTrunkInterfaceCommand: client_ec2_1.AssociateTrunkInterfaceCommand,
|
|
70
|
-
AssociateVpcCidrBlockCommand: client_ec2_1.AssociateVpcCidrBlockCommand,
|
|
71
|
-
AttachClassicLinkVpcCommand: client_ec2_1.AttachClassicLinkVpcCommand,
|
|
72
|
-
AttachInternetGatewayCommand: client_ec2_1.AttachInternetGatewayCommand,
|
|
73
|
-
AttachNetworkInterfaceCommand: client_ec2_1.AttachNetworkInterfaceCommand,
|
|
74
|
-
AttachVerifiedAccessTrustProviderCommand: client_ec2_1.AttachVerifiedAccessTrustProviderCommand,
|
|
75
|
-
AttachVolumeCommand: client_ec2_1.AttachVolumeCommand,
|
|
76
|
-
AttachVpnGatewayCommand: client_ec2_1.AttachVpnGatewayCommand,
|
|
77
|
-
AuthorizeClientVpnIngressCommand: client_ec2_1.AuthorizeClientVpnIngressCommand,
|
|
78
|
-
AuthorizeSecurityGroupEgressCommand: client_ec2_1.AuthorizeSecurityGroupEgressCommand,
|
|
79
|
-
AuthorizeSecurityGroupIngressCommand: client_ec2_1.AuthorizeSecurityGroupIngressCommand,
|
|
80
|
-
BundleInstanceCommand: client_ec2_1.BundleInstanceCommand,
|
|
81
|
-
CancelBundleTaskCommand: client_ec2_1.CancelBundleTaskCommand,
|
|
82
|
-
CancelCapacityReservationCommand: client_ec2_1.CancelCapacityReservationCommand,
|
|
83
|
-
CancelCapacityReservationFleetsCommand: client_ec2_1.CancelCapacityReservationFleetsCommand,
|
|
84
|
-
CancelConversionTaskCommand: client_ec2_1.CancelConversionTaskCommand,
|
|
85
|
-
CancelDeclarativePoliciesReportCommand: client_ec2_1.CancelDeclarativePoliciesReportCommand,
|
|
86
|
-
CancelExportTaskCommand: client_ec2_1.CancelExportTaskCommand,
|
|
87
|
-
CancelImageLaunchPermissionCommand: client_ec2_1.CancelImageLaunchPermissionCommand,
|
|
88
|
-
CancelImportTaskCommand: client_ec2_1.CancelImportTaskCommand,
|
|
89
|
-
CancelReservedInstancesListingCommand: client_ec2_1.CancelReservedInstancesListingCommand,
|
|
90
|
-
CancelSpotFleetRequestsCommand: client_ec2_1.CancelSpotFleetRequestsCommand,
|
|
91
|
-
CancelSpotInstanceRequestsCommand: client_ec2_1.CancelSpotInstanceRequestsCommand,
|
|
92
|
-
ConfirmProductInstanceCommand: client_ec2_1.ConfirmProductInstanceCommand,
|
|
93
|
-
CopyFpgaImageCommand: client_ec2_1.CopyFpgaImageCommand,
|
|
94
|
-
CopyImageCommand: client_ec2_1.CopyImageCommand,
|
|
95
|
-
CopySnapshotCommand: client_ec2_1.CopySnapshotCommand,
|
|
96
|
-
CopyVolumesCommand: client_ec2_1.CopyVolumesCommand,
|
|
97
|
-
CreateCapacityManagerDataExportCommand: client_ec2_1.CreateCapacityManagerDataExportCommand,
|
|
98
|
-
CreateCapacityReservationCommand: client_ec2_1.CreateCapacityReservationCommand,
|
|
99
|
-
CreateCapacityReservationBySplittingCommand: client_ec2_1.CreateCapacityReservationBySplittingCommand,
|
|
100
|
-
CreateCapacityReservationFleetCommand: client_ec2_1.CreateCapacityReservationFleetCommand,
|
|
101
|
-
CreateCarrierGatewayCommand: client_ec2_1.CreateCarrierGatewayCommand,
|
|
102
|
-
CreateClientVpnEndpointCommand: client_ec2_1.CreateClientVpnEndpointCommand,
|
|
103
|
-
CreateClientVpnRouteCommand: client_ec2_1.CreateClientVpnRouteCommand,
|
|
104
|
-
CreateCoipCidrCommand: client_ec2_1.CreateCoipCidrCommand,
|
|
105
|
-
CreateCoipPoolCommand: client_ec2_1.CreateCoipPoolCommand,
|
|
106
|
-
CreateCustomerGatewayCommand: client_ec2_1.CreateCustomerGatewayCommand,
|
|
107
|
-
CreateDefaultSubnetCommand: client_ec2_1.CreateDefaultSubnetCommand,
|
|
108
|
-
CreateDefaultVpcCommand: client_ec2_1.CreateDefaultVpcCommand,
|
|
109
|
-
CreateDelegateMacVolumeOwnershipTaskCommand: client_ec2_1.CreateDelegateMacVolumeOwnershipTaskCommand,
|
|
110
|
-
CreateDhcpOptionsCommand: client_ec2_1.CreateDhcpOptionsCommand,
|
|
111
|
-
CreateEgressOnlyInternetGatewayCommand: client_ec2_1.CreateEgressOnlyInternetGatewayCommand,
|
|
112
|
-
CreateFleetCommand: client_ec2_1.CreateFleetCommand,
|
|
113
|
-
CreateFlowLogsCommand: client_ec2_1.CreateFlowLogsCommand,
|
|
114
|
-
CreateFpgaImageCommand: client_ec2_1.CreateFpgaImageCommand,
|
|
115
|
-
CreateImageCommand: client_ec2_1.CreateImageCommand,
|
|
116
|
-
CreateImageUsageReportCommand: client_ec2_1.CreateImageUsageReportCommand,
|
|
117
|
-
CreateInstanceConnectEndpointCommand: client_ec2_1.CreateInstanceConnectEndpointCommand,
|
|
118
|
-
CreateInstanceEventWindowCommand: client_ec2_1.CreateInstanceEventWindowCommand,
|
|
119
|
-
CreateInstanceExportTaskCommand: client_ec2_1.CreateInstanceExportTaskCommand,
|
|
120
|
-
CreateInternetGatewayCommand: client_ec2_1.CreateInternetGatewayCommand,
|
|
121
|
-
CreateInterruptibleCapacityReservationAllocationCommand: client_ec2_1.CreateInterruptibleCapacityReservationAllocationCommand,
|
|
122
|
-
CreateIpamCommand: client_ec2_1.CreateIpamCommand,
|
|
123
|
-
CreateIpamExternalResourceVerificationTokenCommand: client_ec2_1.CreateIpamExternalResourceVerificationTokenCommand,
|
|
124
|
-
CreateIpamPolicyCommand: client_ec2_1.CreateIpamPolicyCommand,
|
|
125
|
-
CreateIpamPoolCommand: client_ec2_1.CreateIpamPoolCommand,
|
|
126
|
-
CreateIpamPrefixListResolverCommand: client_ec2_1.CreateIpamPrefixListResolverCommand,
|
|
127
|
-
CreateIpamPrefixListResolverTargetCommand: client_ec2_1.CreateIpamPrefixListResolverTargetCommand,
|
|
128
|
-
CreateIpamResourceDiscoveryCommand: client_ec2_1.CreateIpamResourceDiscoveryCommand,
|
|
129
|
-
CreateIpamScopeCommand: client_ec2_1.CreateIpamScopeCommand,
|
|
130
|
-
CreateKeyPairCommand: client_ec2_1.CreateKeyPairCommand,
|
|
131
|
-
CreateLaunchTemplateCommand: client_ec2_1.CreateLaunchTemplateCommand,
|
|
132
|
-
CreateLaunchTemplateVersionCommand: client_ec2_1.CreateLaunchTemplateVersionCommand,
|
|
133
|
-
CreateLocalGatewayRouteCommand: client_ec2_1.CreateLocalGatewayRouteCommand,
|
|
134
|
-
CreateLocalGatewayRouteTableCommand: client_ec2_1.CreateLocalGatewayRouteTableCommand,
|
|
135
|
-
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand: client_ec2_1.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
136
|
-
CreateLocalGatewayRouteTableVpcAssociationCommand: client_ec2_1.CreateLocalGatewayRouteTableVpcAssociationCommand,
|
|
137
|
-
CreateLocalGatewayVirtualInterfaceCommand: client_ec2_1.CreateLocalGatewayVirtualInterfaceCommand,
|
|
138
|
-
CreateLocalGatewayVirtualInterfaceGroupCommand: client_ec2_1.CreateLocalGatewayVirtualInterfaceGroupCommand,
|
|
139
|
-
CreateMacSystemIntegrityProtectionModificationTaskCommand: client_ec2_1.CreateMacSystemIntegrityProtectionModificationTaskCommand,
|
|
140
|
-
CreateManagedPrefixListCommand: client_ec2_1.CreateManagedPrefixListCommand,
|
|
141
|
-
CreateNatGatewayCommand: client_ec2_1.CreateNatGatewayCommand,
|
|
142
|
-
CreateNetworkAclCommand: client_ec2_1.CreateNetworkAclCommand,
|
|
143
|
-
CreateNetworkAclEntryCommand: client_ec2_1.CreateNetworkAclEntryCommand,
|
|
144
|
-
CreateNetworkInsightsAccessScopeCommand: client_ec2_1.CreateNetworkInsightsAccessScopeCommand,
|
|
145
|
-
CreateNetworkInsightsPathCommand: client_ec2_1.CreateNetworkInsightsPathCommand,
|
|
146
|
-
CreateNetworkInterfaceCommand: client_ec2_1.CreateNetworkInterfaceCommand,
|
|
147
|
-
CreateNetworkInterfacePermissionCommand: client_ec2_1.CreateNetworkInterfacePermissionCommand,
|
|
148
|
-
CreatePlacementGroupCommand: client_ec2_1.CreatePlacementGroupCommand,
|
|
149
|
-
CreatePublicIpv4PoolCommand: client_ec2_1.CreatePublicIpv4PoolCommand,
|
|
150
|
-
CreateReplaceRootVolumeTaskCommand: client_ec2_1.CreateReplaceRootVolumeTaskCommand,
|
|
151
|
-
CreateReservedInstancesListingCommand: client_ec2_1.CreateReservedInstancesListingCommand,
|
|
152
|
-
CreateRestoreImageTaskCommand: client_ec2_1.CreateRestoreImageTaskCommand,
|
|
153
|
-
CreateRouteCommand: client_ec2_1.CreateRouteCommand,
|
|
154
|
-
CreateRouteServerCommand: client_ec2_1.CreateRouteServerCommand,
|
|
155
|
-
CreateRouteServerEndpointCommand: client_ec2_1.CreateRouteServerEndpointCommand,
|
|
156
|
-
CreateRouteServerPeerCommand: client_ec2_1.CreateRouteServerPeerCommand,
|
|
157
|
-
CreateRouteTableCommand: client_ec2_1.CreateRouteTableCommand,
|
|
158
|
-
CreateSecurityGroupCommand: client_ec2_1.CreateSecurityGroupCommand,
|
|
159
|
-
CreateSnapshotCommand: client_ec2_1.CreateSnapshotCommand,
|
|
160
|
-
CreateSnapshotsCommand: client_ec2_1.CreateSnapshotsCommand,
|
|
161
|
-
CreateSpotDatafeedSubscriptionCommand: client_ec2_1.CreateSpotDatafeedSubscriptionCommand,
|
|
162
|
-
CreateStoreImageTaskCommand: client_ec2_1.CreateStoreImageTaskCommand,
|
|
163
|
-
CreateSubnetCommand: client_ec2_1.CreateSubnetCommand,
|
|
164
|
-
CreateSubnetCidrReservationCommand: client_ec2_1.CreateSubnetCidrReservationCommand,
|
|
165
|
-
CreateTagsCommand: client_ec2_1.CreateTagsCommand,
|
|
166
|
-
CreateTrafficMirrorFilterCommand: client_ec2_1.CreateTrafficMirrorFilterCommand,
|
|
167
|
-
CreateTrafficMirrorFilterRuleCommand: client_ec2_1.CreateTrafficMirrorFilterRuleCommand,
|
|
168
|
-
CreateTrafficMirrorSessionCommand: client_ec2_1.CreateTrafficMirrorSessionCommand,
|
|
169
|
-
CreateTrafficMirrorTargetCommand: client_ec2_1.CreateTrafficMirrorTargetCommand,
|
|
170
|
-
CreateTransitGatewayCommand: client_ec2_1.CreateTransitGatewayCommand,
|
|
171
|
-
CreateTransitGatewayConnectCommand: client_ec2_1.CreateTransitGatewayConnectCommand,
|
|
172
|
-
CreateTransitGatewayConnectPeerCommand: client_ec2_1.CreateTransitGatewayConnectPeerCommand,
|
|
173
|
-
CreateTransitGatewayMeteringPolicyCommand: client_ec2_1.CreateTransitGatewayMeteringPolicyCommand,
|
|
174
|
-
CreateTransitGatewayMeteringPolicyEntryCommand: client_ec2_1.CreateTransitGatewayMeteringPolicyEntryCommand,
|
|
175
|
-
CreateTransitGatewayMulticastDomainCommand: client_ec2_1.CreateTransitGatewayMulticastDomainCommand,
|
|
176
|
-
CreateTransitGatewayPeeringAttachmentCommand: client_ec2_1.CreateTransitGatewayPeeringAttachmentCommand,
|
|
177
|
-
CreateTransitGatewayPolicyTableCommand: client_ec2_1.CreateTransitGatewayPolicyTableCommand,
|
|
178
|
-
CreateTransitGatewayPrefixListReferenceCommand: client_ec2_1.CreateTransitGatewayPrefixListReferenceCommand,
|
|
179
|
-
CreateTransitGatewayRouteCommand: client_ec2_1.CreateTransitGatewayRouteCommand,
|
|
180
|
-
CreateTransitGatewayRouteTableCommand: client_ec2_1.CreateTransitGatewayRouteTableCommand,
|
|
181
|
-
CreateTransitGatewayRouteTableAnnouncementCommand: client_ec2_1.CreateTransitGatewayRouteTableAnnouncementCommand,
|
|
182
|
-
CreateTransitGatewayVpcAttachmentCommand: client_ec2_1.CreateTransitGatewayVpcAttachmentCommand,
|
|
183
|
-
CreateVerifiedAccessEndpointCommand: client_ec2_1.CreateVerifiedAccessEndpointCommand,
|
|
184
|
-
CreateVerifiedAccessGroupCommand: client_ec2_1.CreateVerifiedAccessGroupCommand,
|
|
185
|
-
CreateVerifiedAccessInstanceCommand: client_ec2_1.CreateVerifiedAccessInstanceCommand,
|
|
186
|
-
CreateVerifiedAccessTrustProviderCommand: client_ec2_1.CreateVerifiedAccessTrustProviderCommand,
|
|
187
|
-
CreateVolumeCommand: client_ec2_1.CreateVolumeCommand,
|
|
188
|
-
CreateVpcCommand: client_ec2_1.CreateVpcCommand,
|
|
189
|
-
CreateVpcBlockPublicAccessExclusionCommand: client_ec2_1.CreateVpcBlockPublicAccessExclusionCommand,
|
|
190
|
-
CreateVpcEncryptionControlCommand: client_ec2_1.CreateVpcEncryptionControlCommand,
|
|
191
|
-
CreateVpcEndpointCommand: client_ec2_1.CreateVpcEndpointCommand,
|
|
192
|
-
CreateVpcEndpointConnectionNotificationCommand: client_ec2_1.CreateVpcEndpointConnectionNotificationCommand,
|
|
193
|
-
CreateVpcEndpointServiceConfigurationCommand: client_ec2_1.CreateVpcEndpointServiceConfigurationCommand,
|
|
194
|
-
CreateVpcPeeringConnectionCommand: client_ec2_1.CreateVpcPeeringConnectionCommand,
|
|
195
|
-
CreateVpnConcentratorCommand: client_ec2_1.CreateVpnConcentratorCommand,
|
|
196
|
-
CreateVpnConnectionCommand: client_ec2_1.CreateVpnConnectionCommand,
|
|
197
|
-
CreateVpnConnectionRouteCommand: client_ec2_1.CreateVpnConnectionRouteCommand,
|
|
198
|
-
CreateVpnGatewayCommand: client_ec2_1.CreateVpnGatewayCommand,
|
|
199
|
-
DeleteCapacityManagerDataExportCommand: client_ec2_1.DeleteCapacityManagerDataExportCommand,
|
|
200
|
-
DeleteCarrierGatewayCommand: client_ec2_1.DeleteCarrierGatewayCommand,
|
|
201
|
-
DeleteClientVpnEndpointCommand: client_ec2_1.DeleteClientVpnEndpointCommand,
|
|
202
|
-
DeleteClientVpnRouteCommand: client_ec2_1.DeleteClientVpnRouteCommand,
|
|
203
|
-
DeleteCoipCidrCommand: client_ec2_1.DeleteCoipCidrCommand,
|
|
204
|
-
DeleteCoipPoolCommand: client_ec2_1.DeleteCoipPoolCommand,
|
|
205
|
-
DeleteCustomerGatewayCommand: client_ec2_1.DeleteCustomerGatewayCommand,
|
|
206
|
-
DeleteDhcpOptionsCommand: client_ec2_1.DeleteDhcpOptionsCommand,
|
|
207
|
-
DeleteEgressOnlyInternetGatewayCommand: client_ec2_1.DeleteEgressOnlyInternetGatewayCommand,
|
|
208
|
-
DeleteFleetsCommand: client_ec2_1.DeleteFleetsCommand,
|
|
209
|
-
DeleteFlowLogsCommand: client_ec2_1.DeleteFlowLogsCommand,
|
|
210
|
-
DeleteFpgaImageCommand: client_ec2_1.DeleteFpgaImageCommand,
|
|
211
|
-
DeleteImageUsageReportCommand: client_ec2_1.DeleteImageUsageReportCommand,
|
|
212
|
-
DeleteInstanceConnectEndpointCommand: client_ec2_1.DeleteInstanceConnectEndpointCommand,
|
|
213
|
-
DeleteInstanceEventWindowCommand: client_ec2_1.DeleteInstanceEventWindowCommand,
|
|
214
|
-
DeleteInternetGatewayCommand: client_ec2_1.DeleteInternetGatewayCommand,
|
|
215
|
-
DeleteIpamCommand: client_ec2_1.DeleteIpamCommand,
|
|
216
|
-
DeleteIpamExternalResourceVerificationTokenCommand: client_ec2_1.DeleteIpamExternalResourceVerificationTokenCommand,
|
|
217
|
-
DeleteIpamPolicyCommand: client_ec2_1.DeleteIpamPolicyCommand,
|
|
218
|
-
DeleteIpamPoolCommand: client_ec2_1.DeleteIpamPoolCommand,
|
|
219
|
-
DeleteIpamPrefixListResolverCommand: client_ec2_1.DeleteIpamPrefixListResolverCommand,
|
|
220
|
-
DeleteIpamPrefixListResolverTargetCommand: client_ec2_1.DeleteIpamPrefixListResolverTargetCommand,
|
|
221
|
-
DeleteIpamResourceDiscoveryCommand: client_ec2_1.DeleteIpamResourceDiscoveryCommand,
|
|
222
|
-
DeleteIpamScopeCommand: client_ec2_1.DeleteIpamScopeCommand,
|
|
223
|
-
DeleteKeyPairCommand: client_ec2_1.DeleteKeyPairCommand,
|
|
224
|
-
DeleteLaunchTemplateCommand: client_ec2_1.DeleteLaunchTemplateCommand,
|
|
225
|
-
DeleteLaunchTemplateVersionsCommand: client_ec2_1.DeleteLaunchTemplateVersionsCommand,
|
|
226
|
-
DeleteLocalGatewayRouteCommand: client_ec2_1.DeleteLocalGatewayRouteCommand,
|
|
227
|
-
DeleteLocalGatewayRouteTableCommand: client_ec2_1.DeleteLocalGatewayRouteTableCommand,
|
|
228
|
-
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand: client_ec2_1.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
229
|
-
DeleteLocalGatewayRouteTableVpcAssociationCommand: client_ec2_1.DeleteLocalGatewayRouteTableVpcAssociationCommand,
|
|
230
|
-
DeleteLocalGatewayVirtualInterfaceCommand: client_ec2_1.DeleteLocalGatewayVirtualInterfaceCommand,
|
|
231
|
-
DeleteLocalGatewayVirtualInterfaceGroupCommand: client_ec2_1.DeleteLocalGatewayVirtualInterfaceGroupCommand,
|
|
232
|
-
DeleteManagedPrefixListCommand: client_ec2_1.DeleteManagedPrefixListCommand,
|
|
233
|
-
DeleteNatGatewayCommand: client_ec2_1.DeleteNatGatewayCommand,
|
|
234
|
-
DeleteNetworkAclCommand: client_ec2_1.DeleteNetworkAclCommand,
|
|
235
|
-
DeleteNetworkAclEntryCommand: client_ec2_1.DeleteNetworkAclEntryCommand,
|
|
236
|
-
DeleteNetworkInsightsAccessScopeCommand: client_ec2_1.DeleteNetworkInsightsAccessScopeCommand,
|
|
237
|
-
DeleteNetworkInsightsAccessScopeAnalysisCommand: client_ec2_1.DeleteNetworkInsightsAccessScopeAnalysisCommand,
|
|
238
|
-
DeleteNetworkInsightsAnalysisCommand: client_ec2_1.DeleteNetworkInsightsAnalysisCommand,
|
|
239
|
-
DeleteNetworkInsightsPathCommand: client_ec2_1.DeleteNetworkInsightsPathCommand,
|
|
240
|
-
DeleteNetworkInterfaceCommand: client_ec2_1.DeleteNetworkInterfaceCommand,
|
|
241
|
-
DeleteNetworkInterfacePermissionCommand: client_ec2_1.DeleteNetworkInterfacePermissionCommand,
|
|
242
|
-
DeletePlacementGroupCommand: client_ec2_1.DeletePlacementGroupCommand,
|
|
243
|
-
DeletePublicIpv4PoolCommand: client_ec2_1.DeletePublicIpv4PoolCommand,
|
|
244
|
-
DeleteQueuedReservedInstancesCommand: client_ec2_1.DeleteQueuedReservedInstancesCommand,
|
|
245
|
-
DeleteRouteCommand: client_ec2_1.DeleteRouteCommand,
|
|
246
|
-
DeleteRouteServerCommand: client_ec2_1.DeleteRouteServerCommand,
|
|
247
|
-
DeleteRouteServerEndpointCommand: client_ec2_1.DeleteRouteServerEndpointCommand,
|
|
248
|
-
DeleteRouteServerPeerCommand: client_ec2_1.DeleteRouteServerPeerCommand,
|
|
249
|
-
DeleteRouteTableCommand: client_ec2_1.DeleteRouteTableCommand,
|
|
250
|
-
DeleteSecurityGroupCommand: client_ec2_1.DeleteSecurityGroupCommand,
|
|
251
|
-
DeleteSnapshotCommand: client_ec2_1.DeleteSnapshotCommand,
|
|
252
|
-
DeleteSpotDatafeedSubscriptionCommand: client_ec2_1.DeleteSpotDatafeedSubscriptionCommand,
|
|
253
|
-
DeleteSubnetCommand: client_ec2_1.DeleteSubnetCommand,
|
|
254
|
-
DeleteSubnetCidrReservationCommand: client_ec2_1.DeleteSubnetCidrReservationCommand,
|
|
255
|
-
DeleteTagsCommand: client_ec2_1.DeleteTagsCommand,
|
|
256
|
-
DeleteTrafficMirrorFilterCommand: client_ec2_1.DeleteTrafficMirrorFilterCommand,
|
|
257
|
-
DeleteTrafficMirrorFilterRuleCommand: client_ec2_1.DeleteTrafficMirrorFilterRuleCommand,
|
|
258
|
-
DeleteTrafficMirrorSessionCommand: client_ec2_1.DeleteTrafficMirrorSessionCommand,
|
|
259
|
-
DeleteTrafficMirrorTargetCommand: client_ec2_1.DeleteTrafficMirrorTargetCommand,
|
|
260
|
-
DeleteTransitGatewayCommand: client_ec2_1.DeleteTransitGatewayCommand,
|
|
261
|
-
DeleteTransitGatewayConnectCommand: client_ec2_1.DeleteTransitGatewayConnectCommand,
|
|
262
|
-
DeleteTransitGatewayConnectPeerCommand: client_ec2_1.DeleteTransitGatewayConnectPeerCommand,
|
|
263
|
-
DeleteTransitGatewayMeteringPolicyCommand: client_ec2_1.DeleteTransitGatewayMeteringPolicyCommand,
|
|
264
|
-
DeleteTransitGatewayMeteringPolicyEntryCommand: client_ec2_1.DeleteTransitGatewayMeteringPolicyEntryCommand,
|
|
265
|
-
DeleteTransitGatewayMulticastDomainCommand: client_ec2_1.DeleteTransitGatewayMulticastDomainCommand,
|
|
266
|
-
DeleteTransitGatewayPeeringAttachmentCommand: client_ec2_1.DeleteTransitGatewayPeeringAttachmentCommand,
|
|
267
|
-
DeleteTransitGatewayPolicyTableCommand: client_ec2_1.DeleteTransitGatewayPolicyTableCommand,
|
|
268
|
-
DeleteTransitGatewayPrefixListReferenceCommand: client_ec2_1.DeleteTransitGatewayPrefixListReferenceCommand,
|
|
269
|
-
DeleteTransitGatewayRouteCommand: client_ec2_1.DeleteTransitGatewayRouteCommand,
|
|
270
|
-
DeleteTransitGatewayRouteTableCommand: client_ec2_1.DeleteTransitGatewayRouteTableCommand,
|
|
271
|
-
DeleteTransitGatewayRouteTableAnnouncementCommand: client_ec2_1.DeleteTransitGatewayRouteTableAnnouncementCommand,
|
|
272
|
-
DeleteTransitGatewayVpcAttachmentCommand: client_ec2_1.DeleteTransitGatewayVpcAttachmentCommand,
|
|
273
|
-
DeleteVerifiedAccessEndpointCommand: client_ec2_1.DeleteVerifiedAccessEndpointCommand,
|
|
274
|
-
DeleteVerifiedAccessGroupCommand: client_ec2_1.DeleteVerifiedAccessGroupCommand,
|
|
275
|
-
DeleteVerifiedAccessInstanceCommand: client_ec2_1.DeleteVerifiedAccessInstanceCommand,
|
|
276
|
-
DeleteVerifiedAccessTrustProviderCommand: client_ec2_1.DeleteVerifiedAccessTrustProviderCommand,
|
|
277
|
-
DeleteVolumeCommand: client_ec2_1.DeleteVolumeCommand,
|
|
278
|
-
DeleteVpcCommand: client_ec2_1.DeleteVpcCommand,
|
|
279
|
-
DeleteVpcBlockPublicAccessExclusionCommand: client_ec2_1.DeleteVpcBlockPublicAccessExclusionCommand,
|
|
280
|
-
DeleteVpcEncryptionControlCommand: client_ec2_1.DeleteVpcEncryptionControlCommand,
|
|
281
|
-
DeleteVpcEndpointConnectionNotificationsCommand: client_ec2_1.DeleteVpcEndpointConnectionNotificationsCommand,
|
|
282
|
-
DeleteVpcEndpointServiceConfigurationsCommand: client_ec2_1.DeleteVpcEndpointServiceConfigurationsCommand,
|
|
283
|
-
DeleteVpcEndpointsCommand: client_ec2_1.DeleteVpcEndpointsCommand,
|
|
284
|
-
DeleteVpcPeeringConnectionCommand: client_ec2_1.DeleteVpcPeeringConnectionCommand,
|
|
285
|
-
DeleteVpnConcentratorCommand: client_ec2_1.DeleteVpnConcentratorCommand,
|
|
286
|
-
DeleteVpnConnectionCommand: client_ec2_1.DeleteVpnConnectionCommand,
|
|
287
|
-
DeleteVpnConnectionRouteCommand: client_ec2_1.DeleteVpnConnectionRouteCommand,
|
|
288
|
-
DeleteVpnGatewayCommand: client_ec2_1.DeleteVpnGatewayCommand,
|
|
289
|
-
DeprovisionByoipCidrCommand: client_ec2_1.DeprovisionByoipCidrCommand,
|
|
290
|
-
DeprovisionIpamByoasnCommand: client_ec2_1.DeprovisionIpamByoasnCommand,
|
|
291
|
-
DeprovisionIpamPoolCidrCommand: client_ec2_1.DeprovisionIpamPoolCidrCommand,
|
|
292
|
-
DeprovisionPublicIpv4PoolCidrCommand: client_ec2_1.DeprovisionPublicIpv4PoolCidrCommand,
|
|
293
|
-
DeregisterImageCommand: client_ec2_1.DeregisterImageCommand,
|
|
294
|
-
DeregisterInstanceEventNotificationAttributesCommand: client_ec2_1.DeregisterInstanceEventNotificationAttributesCommand,
|
|
295
|
-
DeregisterTransitGatewayMulticastGroupMembersCommand: client_ec2_1.DeregisterTransitGatewayMulticastGroupMembersCommand,
|
|
296
|
-
DeregisterTransitGatewayMulticastGroupSourcesCommand: client_ec2_1.DeregisterTransitGatewayMulticastGroupSourcesCommand,
|
|
297
|
-
DescribeAccountAttributesCommand: client_ec2_1.DescribeAccountAttributesCommand,
|
|
298
|
-
DescribeAddressTransfersCommand: client_ec2_1.DescribeAddressTransfersCommand,
|
|
299
|
-
DescribeAddressesCommand: client_ec2_1.DescribeAddressesCommand,
|
|
300
|
-
DescribeAddressesAttributeCommand: client_ec2_1.DescribeAddressesAttributeCommand,
|
|
301
|
-
DescribeAggregateIdFormatCommand: client_ec2_1.DescribeAggregateIdFormatCommand,
|
|
302
|
-
DescribeAvailabilityZonesCommand: client_ec2_1.DescribeAvailabilityZonesCommand,
|
|
303
|
-
DescribeAwsNetworkPerformanceMetricSubscriptionsCommand: client_ec2_1.DescribeAwsNetworkPerformanceMetricSubscriptionsCommand,
|
|
304
|
-
DescribeBundleTasksCommand: client_ec2_1.DescribeBundleTasksCommand,
|
|
305
|
-
DescribeByoipCidrsCommand: client_ec2_1.DescribeByoipCidrsCommand,
|
|
306
|
-
DescribeCapacityBlockExtensionHistoryCommand: client_ec2_1.DescribeCapacityBlockExtensionHistoryCommand,
|
|
307
|
-
DescribeCapacityBlockExtensionOfferingsCommand: client_ec2_1.DescribeCapacityBlockExtensionOfferingsCommand,
|
|
308
|
-
DescribeCapacityBlockOfferingsCommand: client_ec2_1.DescribeCapacityBlockOfferingsCommand,
|
|
309
|
-
DescribeCapacityBlockStatusCommand: client_ec2_1.DescribeCapacityBlockStatusCommand,
|
|
310
|
-
DescribeCapacityBlocksCommand: client_ec2_1.DescribeCapacityBlocksCommand,
|
|
311
|
-
DescribeCapacityManagerDataExportsCommand: client_ec2_1.DescribeCapacityManagerDataExportsCommand,
|
|
312
|
-
DescribeCapacityReservationBillingRequestsCommand: client_ec2_1.DescribeCapacityReservationBillingRequestsCommand,
|
|
313
|
-
DescribeCapacityReservationFleetsCommand: client_ec2_1.DescribeCapacityReservationFleetsCommand,
|
|
314
|
-
DescribeCapacityReservationTopologyCommand: client_ec2_1.DescribeCapacityReservationTopologyCommand,
|
|
315
|
-
DescribeCapacityReservationsCommand: client_ec2_1.DescribeCapacityReservationsCommand,
|
|
316
|
-
DescribeCarrierGatewaysCommand: client_ec2_1.DescribeCarrierGatewaysCommand,
|
|
317
|
-
DescribeClassicLinkInstancesCommand: client_ec2_1.DescribeClassicLinkInstancesCommand,
|
|
318
|
-
DescribeClientVpnAuthorizationRulesCommand: client_ec2_1.DescribeClientVpnAuthorizationRulesCommand,
|
|
319
|
-
DescribeClientVpnConnectionsCommand: client_ec2_1.DescribeClientVpnConnectionsCommand,
|
|
320
|
-
DescribeClientVpnEndpointsCommand: client_ec2_1.DescribeClientVpnEndpointsCommand,
|
|
321
|
-
DescribeClientVpnRoutesCommand: client_ec2_1.DescribeClientVpnRoutesCommand,
|
|
322
|
-
DescribeClientVpnTargetNetworksCommand: client_ec2_1.DescribeClientVpnTargetNetworksCommand,
|
|
323
|
-
DescribeCoipPoolsCommand: client_ec2_1.DescribeCoipPoolsCommand,
|
|
324
|
-
DescribeConversionTasksCommand: client_ec2_1.DescribeConversionTasksCommand,
|
|
325
|
-
DescribeCustomerGatewaysCommand: client_ec2_1.DescribeCustomerGatewaysCommand,
|
|
326
|
-
DescribeDeclarativePoliciesReportsCommand: client_ec2_1.DescribeDeclarativePoliciesReportsCommand,
|
|
327
|
-
DescribeDhcpOptionsCommand: client_ec2_1.DescribeDhcpOptionsCommand,
|
|
328
|
-
DescribeEgressOnlyInternetGatewaysCommand: client_ec2_1.DescribeEgressOnlyInternetGatewaysCommand,
|
|
329
|
-
DescribeElasticGpusCommand: client_ec2_1.DescribeElasticGpusCommand,
|
|
330
|
-
DescribeExportImageTasksCommand: client_ec2_1.DescribeExportImageTasksCommand,
|
|
331
|
-
DescribeExportTasksCommand: client_ec2_1.DescribeExportTasksCommand,
|
|
332
|
-
DescribeFastLaunchImagesCommand: client_ec2_1.DescribeFastLaunchImagesCommand,
|
|
333
|
-
DescribeFastSnapshotRestoresCommand: client_ec2_1.DescribeFastSnapshotRestoresCommand,
|
|
334
|
-
DescribeFleetHistoryCommand: client_ec2_1.DescribeFleetHistoryCommand,
|
|
335
|
-
DescribeFleetInstancesCommand: client_ec2_1.DescribeFleetInstancesCommand,
|
|
336
|
-
DescribeFleetsCommand: client_ec2_1.DescribeFleetsCommand,
|
|
337
|
-
DescribeFlowLogsCommand: client_ec2_1.DescribeFlowLogsCommand,
|
|
338
|
-
DescribeFpgaImageAttributeCommand: client_ec2_1.DescribeFpgaImageAttributeCommand,
|
|
339
|
-
DescribeFpgaImagesCommand: client_ec2_1.DescribeFpgaImagesCommand,
|
|
340
|
-
DescribeHostReservationOfferingsCommand: client_ec2_1.DescribeHostReservationOfferingsCommand,
|
|
341
|
-
DescribeHostReservationsCommand: client_ec2_1.DescribeHostReservationsCommand,
|
|
342
|
-
DescribeHostsCommand: client_ec2_1.DescribeHostsCommand,
|
|
343
|
-
DescribeIamInstanceProfileAssociationsCommand: client_ec2_1.DescribeIamInstanceProfileAssociationsCommand,
|
|
344
|
-
DescribeIdFormatCommand: client_ec2_1.DescribeIdFormatCommand,
|
|
345
|
-
DescribeIdentityIdFormatCommand: client_ec2_1.DescribeIdentityIdFormatCommand,
|
|
346
|
-
DescribeImageAttributeCommand: client_ec2_1.DescribeImageAttributeCommand,
|
|
347
|
-
DescribeImageReferencesCommand: client_ec2_1.DescribeImageReferencesCommand,
|
|
348
|
-
DescribeImageUsageReportEntriesCommand: client_ec2_1.DescribeImageUsageReportEntriesCommand,
|
|
349
|
-
DescribeImageUsageReportsCommand: client_ec2_1.DescribeImageUsageReportsCommand,
|
|
350
|
-
DescribeImagesCommand: client_ec2_1.DescribeImagesCommand,
|
|
351
|
-
DescribeImportImageTasksCommand: client_ec2_1.DescribeImportImageTasksCommand,
|
|
352
|
-
DescribeImportSnapshotTasksCommand: client_ec2_1.DescribeImportSnapshotTasksCommand,
|
|
353
|
-
DescribeInstanceAttributeCommand: client_ec2_1.DescribeInstanceAttributeCommand,
|
|
354
|
-
DescribeInstanceConnectEndpointsCommand: client_ec2_1.DescribeInstanceConnectEndpointsCommand,
|
|
355
|
-
DescribeInstanceCreditSpecificationsCommand: client_ec2_1.DescribeInstanceCreditSpecificationsCommand,
|
|
356
|
-
DescribeInstanceEventNotificationAttributesCommand: client_ec2_1.DescribeInstanceEventNotificationAttributesCommand,
|
|
357
|
-
DescribeInstanceEventWindowsCommand: client_ec2_1.DescribeInstanceEventWindowsCommand,
|
|
358
|
-
DescribeInstanceImageMetadataCommand: client_ec2_1.DescribeInstanceImageMetadataCommand,
|
|
359
|
-
DescribeInstanceSqlHaHistoryStatesCommand: client_ec2_1.DescribeInstanceSqlHaHistoryStatesCommand,
|
|
360
|
-
DescribeInstanceSqlHaStatesCommand: client_ec2_1.DescribeInstanceSqlHaStatesCommand,
|
|
361
|
-
DescribeInstanceStatusCommand: client_ec2_1.DescribeInstanceStatusCommand,
|
|
362
|
-
DescribeInstanceTopologyCommand: client_ec2_1.DescribeInstanceTopologyCommand,
|
|
363
|
-
DescribeInstanceTypeOfferingsCommand: client_ec2_1.DescribeInstanceTypeOfferingsCommand,
|
|
364
|
-
DescribeInstanceTypesCommand: client_ec2_1.DescribeInstanceTypesCommand,
|
|
365
|
-
DescribeInstancesCommand: client_ec2_1.DescribeInstancesCommand,
|
|
366
|
-
DescribeInternetGatewaysCommand: client_ec2_1.DescribeInternetGatewaysCommand,
|
|
367
|
-
DescribeIpamByoasnCommand: client_ec2_1.DescribeIpamByoasnCommand,
|
|
368
|
-
DescribeIpamExternalResourceVerificationTokensCommand: client_ec2_1.DescribeIpamExternalResourceVerificationTokensCommand,
|
|
369
|
-
DescribeIpamPoliciesCommand: client_ec2_1.DescribeIpamPoliciesCommand,
|
|
370
|
-
DescribeIpamPoolsCommand: client_ec2_1.DescribeIpamPoolsCommand,
|
|
371
|
-
DescribeIpamPrefixListResolverTargetsCommand: client_ec2_1.DescribeIpamPrefixListResolverTargetsCommand,
|
|
372
|
-
DescribeIpamPrefixListResolversCommand: client_ec2_1.DescribeIpamPrefixListResolversCommand,
|
|
373
|
-
DescribeIpamResourceDiscoveriesCommand: client_ec2_1.DescribeIpamResourceDiscoveriesCommand,
|
|
374
|
-
DescribeIpamResourceDiscoveryAssociationsCommand: client_ec2_1.DescribeIpamResourceDiscoveryAssociationsCommand,
|
|
375
|
-
DescribeIpamScopesCommand: client_ec2_1.DescribeIpamScopesCommand,
|
|
376
|
-
DescribeIpamsCommand: client_ec2_1.DescribeIpamsCommand,
|
|
377
|
-
DescribeIpv6PoolsCommand: client_ec2_1.DescribeIpv6PoolsCommand,
|
|
378
|
-
DescribeKeyPairsCommand: client_ec2_1.DescribeKeyPairsCommand,
|
|
379
|
-
DescribeLaunchTemplateVersionsCommand: client_ec2_1.DescribeLaunchTemplateVersionsCommand,
|
|
380
|
-
DescribeLaunchTemplatesCommand: client_ec2_1.DescribeLaunchTemplatesCommand,
|
|
381
|
-
DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand: client_ec2_1.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand,
|
|
382
|
-
DescribeLocalGatewayRouteTableVpcAssociationsCommand: client_ec2_1.DescribeLocalGatewayRouteTableVpcAssociationsCommand,
|
|
383
|
-
DescribeLocalGatewayRouteTablesCommand: client_ec2_1.DescribeLocalGatewayRouteTablesCommand,
|
|
384
|
-
DescribeLocalGatewayVirtualInterfaceGroupsCommand: client_ec2_1.DescribeLocalGatewayVirtualInterfaceGroupsCommand,
|
|
385
|
-
DescribeLocalGatewayVirtualInterfacesCommand: client_ec2_1.DescribeLocalGatewayVirtualInterfacesCommand,
|
|
386
|
-
DescribeLocalGatewaysCommand: client_ec2_1.DescribeLocalGatewaysCommand,
|
|
387
|
-
DescribeLockedSnapshotsCommand: client_ec2_1.DescribeLockedSnapshotsCommand,
|
|
388
|
-
DescribeMacHostsCommand: client_ec2_1.DescribeMacHostsCommand,
|
|
389
|
-
DescribeMacModificationTasksCommand: client_ec2_1.DescribeMacModificationTasksCommand,
|
|
390
|
-
DescribeManagedPrefixListsCommand: client_ec2_1.DescribeManagedPrefixListsCommand,
|
|
391
|
-
DescribeMovingAddressesCommand: client_ec2_1.DescribeMovingAddressesCommand,
|
|
392
|
-
DescribeNatGatewaysCommand: client_ec2_1.DescribeNatGatewaysCommand,
|
|
393
|
-
DescribeNetworkAclsCommand: client_ec2_1.DescribeNetworkAclsCommand,
|
|
394
|
-
DescribeNetworkInsightsAccessScopeAnalysesCommand: client_ec2_1.DescribeNetworkInsightsAccessScopeAnalysesCommand,
|
|
395
|
-
DescribeNetworkInsightsAccessScopesCommand: client_ec2_1.DescribeNetworkInsightsAccessScopesCommand,
|
|
396
|
-
DescribeNetworkInsightsAnalysesCommand: client_ec2_1.DescribeNetworkInsightsAnalysesCommand,
|
|
397
|
-
DescribeNetworkInsightsPathsCommand: client_ec2_1.DescribeNetworkInsightsPathsCommand,
|
|
398
|
-
DescribeNetworkInterfaceAttributeCommand: client_ec2_1.DescribeNetworkInterfaceAttributeCommand,
|
|
399
|
-
DescribeNetworkInterfacePermissionsCommand: client_ec2_1.DescribeNetworkInterfacePermissionsCommand,
|
|
400
|
-
DescribeNetworkInterfacesCommand: client_ec2_1.DescribeNetworkInterfacesCommand,
|
|
401
|
-
DescribeOutpostLagsCommand: client_ec2_1.DescribeOutpostLagsCommand,
|
|
402
|
-
DescribePlacementGroupsCommand: client_ec2_1.DescribePlacementGroupsCommand,
|
|
403
|
-
DescribePrefixListsCommand: client_ec2_1.DescribePrefixListsCommand,
|
|
404
|
-
DescribePrincipalIdFormatCommand: client_ec2_1.DescribePrincipalIdFormatCommand,
|
|
405
|
-
DescribePublicIpv4PoolsCommand: client_ec2_1.DescribePublicIpv4PoolsCommand,
|
|
406
|
-
DescribeRegionsCommand: client_ec2_1.DescribeRegionsCommand,
|
|
407
|
-
DescribeReplaceRootVolumeTasksCommand: client_ec2_1.DescribeReplaceRootVolumeTasksCommand,
|
|
408
|
-
DescribeReservedInstancesCommand: client_ec2_1.DescribeReservedInstancesCommand,
|
|
409
|
-
DescribeReservedInstancesListingsCommand: client_ec2_1.DescribeReservedInstancesListingsCommand,
|
|
410
|
-
DescribeReservedInstancesModificationsCommand: client_ec2_1.DescribeReservedInstancesModificationsCommand,
|
|
411
|
-
DescribeReservedInstancesOfferingsCommand: client_ec2_1.DescribeReservedInstancesOfferingsCommand,
|
|
412
|
-
DescribeRouteServerEndpointsCommand: client_ec2_1.DescribeRouteServerEndpointsCommand,
|
|
413
|
-
DescribeRouteServerPeersCommand: client_ec2_1.DescribeRouteServerPeersCommand,
|
|
414
|
-
DescribeRouteServersCommand: client_ec2_1.DescribeRouteServersCommand,
|
|
415
|
-
DescribeRouteTablesCommand: client_ec2_1.DescribeRouteTablesCommand,
|
|
416
|
-
DescribeScheduledInstanceAvailabilityCommand: client_ec2_1.DescribeScheduledInstanceAvailabilityCommand,
|
|
417
|
-
DescribeScheduledInstancesCommand: client_ec2_1.DescribeScheduledInstancesCommand,
|
|
418
|
-
DescribeSecurityGroupReferencesCommand: client_ec2_1.DescribeSecurityGroupReferencesCommand,
|
|
419
|
-
DescribeSecurityGroupRulesCommand: client_ec2_1.DescribeSecurityGroupRulesCommand,
|
|
420
|
-
DescribeSecurityGroupVpcAssociationsCommand: client_ec2_1.DescribeSecurityGroupVpcAssociationsCommand,
|
|
421
|
-
DescribeSecurityGroupsCommand: client_ec2_1.DescribeSecurityGroupsCommand,
|
|
422
|
-
DescribeServiceLinkVirtualInterfacesCommand: client_ec2_1.DescribeServiceLinkVirtualInterfacesCommand,
|
|
423
|
-
DescribeSnapshotAttributeCommand: client_ec2_1.DescribeSnapshotAttributeCommand,
|
|
424
|
-
DescribeSnapshotTierStatusCommand: client_ec2_1.DescribeSnapshotTierStatusCommand,
|
|
425
|
-
DescribeSnapshotsCommand: client_ec2_1.DescribeSnapshotsCommand,
|
|
426
|
-
DescribeSpotDatafeedSubscriptionCommand: client_ec2_1.DescribeSpotDatafeedSubscriptionCommand,
|
|
427
|
-
DescribeSpotFleetInstancesCommand: client_ec2_1.DescribeSpotFleetInstancesCommand,
|
|
428
|
-
DescribeSpotFleetRequestHistoryCommand: client_ec2_1.DescribeSpotFleetRequestHistoryCommand,
|
|
429
|
-
DescribeSpotFleetRequestsCommand: client_ec2_1.DescribeSpotFleetRequestsCommand,
|
|
430
|
-
DescribeSpotInstanceRequestsCommand: client_ec2_1.DescribeSpotInstanceRequestsCommand,
|
|
431
|
-
DescribeSpotPriceHistoryCommand: client_ec2_1.DescribeSpotPriceHistoryCommand,
|
|
432
|
-
DescribeStaleSecurityGroupsCommand: client_ec2_1.DescribeStaleSecurityGroupsCommand,
|
|
433
|
-
DescribeStoreImageTasksCommand: client_ec2_1.DescribeStoreImageTasksCommand,
|
|
434
|
-
DescribeSubnetsCommand: client_ec2_1.DescribeSubnetsCommand,
|
|
435
|
-
DescribeTagsCommand: client_ec2_1.DescribeTagsCommand,
|
|
436
|
-
DescribeTrafficMirrorFilterRulesCommand: client_ec2_1.DescribeTrafficMirrorFilterRulesCommand,
|
|
437
|
-
DescribeTrafficMirrorFiltersCommand: client_ec2_1.DescribeTrafficMirrorFiltersCommand,
|
|
438
|
-
DescribeTrafficMirrorSessionsCommand: client_ec2_1.DescribeTrafficMirrorSessionsCommand,
|
|
439
|
-
DescribeTrafficMirrorTargetsCommand: client_ec2_1.DescribeTrafficMirrorTargetsCommand,
|
|
440
|
-
DescribeTransitGatewayAttachmentsCommand: client_ec2_1.DescribeTransitGatewayAttachmentsCommand,
|
|
441
|
-
DescribeTransitGatewayConnectPeersCommand: client_ec2_1.DescribeTransitGatewayConnectPeersCommand,
|
|
442
|
-
DescribeTransitGatewayConnectsCommand: client_ec2_1.DescribeTransitGatewayConnectsCommand,
|
|
443
|
-
DescribeTransitGatewayMeteringPoliciesCommand: client_ec2_1.DescribeTransitGatewayMeteringPoliciesCommand,
|
|
444
|
-
DescribeTransitGatewayMulticastDomainsCommand: client_ec2_1.DescribeTransitGatewayMulticastDomainsCommand,
|
|
445
|
-
DescribeTransitGatewayPeeringAttachmentsCommand: client_ec2_1.DescribeTransitGatewayPeeringAttachmentsCommand,
|
|
446
|
-
DescribeTransitGatewayPolicyTablesCommand: client_ec2_1.DescribeTransitGatewayPolicyTablesCommand,
|
|
447
|
-
DescribeTransitGatewayRouteTableAnnouncementsCommand: client_ec2_1.DescribeTransitGatewayRouteTableAnnouncementsCommand,
|
|
448
|
-
DescribeTransitGatewayRouteTablesCommand: client_ec2_1.DescribeTransitGatewayRouteTablesCommand,
|
|
449
|
-
DescribeTransitGatewayVpcAttachmentsCommand: client_ec2_1.DescribeTransitGatewayVpcAttachmentsCommand,
|
|
450
|
-
DescribeTransitGatewaysCommand: client_ec2_1.DescribeTransitGatewaysCommand,
|
|
451
|
-
DescribeTrunkInterfaceAssociationsCommand: client_ec2_1.DescribeTrunkInterfaceAssociationsCommand,
|
|
452
|
-
DescribeVerifiedAccessEndpointsCommand: client_ec2_1.DescribeVerifiedAccessEndpointsCommand,
|
|
453
|
-
DescribeVerifiedAccessGroupsCommand: client_ec2_1.DescribeVerifiedAccessGroupsCommand,
|
|
454
|
-
DescribeVerifiedAccessInstanceLoggingConfigurationsCommand: client_ec2_1.DescribeVerifiedAccessInstanceLoggingConfigurationsCommand,
|
|
455
|
-
DescribeVerifiedAccessInstancesCommand: client_ec2_1.DescribeVerifiedAccessInstancesCommand,
|
|
456
|
-
DescribeVerifiedAccessTrustProvidersCommand: client_ec2_1.DescribeVerifiedAccessTrustProvidersCommand,
|
|
457
|
-
DescribeVolumeAttributeCommand: client_ec2_1.DescribeVolumeAttributeCommand,
|
|
458
|
-
DescribeVolumeStatusCommand: client_ec2_1.DescribeVolumeStatusCommand,
|
|
459
|
-
DescribeVolumesCommand: client_ec2_1.DescribeVolumesCommand,
|
|
460
|
-
DescribeVolumesModificationsCommand: client_ec2_1.DescribeVolumesModificationsCommand,
|
|
461
|
-
DescribeVpcAttributeCommand: client_ec2_1.DescribeVpcAttributeCommand,
|
|
462
|
-
DescribeVpcBlockPublicAccessExclusionsCommand: client_ec2_1.DescribeVpcBlockPublicAccessExclusionsCommand,
|
|
463
|
-
DescribeVpcBlockPublicAccessOptionsCommand: client_ec2_1.DescribeVpcBlockPublicAccessOptionsCommand,
|
|
464
|
-
DescribeVpcClassicLinkCommand: client_ec2_1.DescribeVpcClassicLinkCommand,
|
|
465
|
-
DescribeVpcClassicLinkDnsSupportCommand: client_ec2_1.DescribeVpcClassicLinkDnsSupportCommand,
|
|
466
|
-
DescribeVpcEncryptionControlsCommand: client_ec2_1.DescribeVpcEncryptionControlsCommand,
|
|
467
|
-
DescribeVpcEndpointAssociationsCommand: client_ec2_1.DescribeVpcEndpointAssociationsCommand,
|
|
468
|
-
DescribeVpcEndpointConnectionNotificationsCommand: client_ec2_1.DescribeVpcEndpointConnectionNotificationsCommand,
|
|
469
|
-
DescribeVpcEndpointConnectionsCommand: client_ec2_1.DescribeVpcEndpointConnectionsCommand,
|
|
470
|
-
DescribeVpcEndpointServiceConfigurationsCommand: client_ec2_1.DescribeVpcEndpointServiceConfigurationsCommand,
|
|
471
|
-
DescribeVpcEndpointServicePermissionsCommand: client_ec2_1.DescribeVpcEndpointServicePermissionsCommand,
|
|
472
|
-
DescribeVpcEndpointServicesCommand: client_ec2_1.DescribeVpcEndpointServicesCommand,
|
|
473
|
-
DescribeVpcEndpointsCommand: client_ec2_1.DescribeVpcEndpointsCommand,
|
|
474
|
-
DescribeVpcPeeringConnectionsCommand: client_ec2_1.DescribeVpcPeeringConnectionsCommand,
|
|
475
|
-
DescribeVpcsCommand: client_ec2_1.DescribeVpcsCommand,
|
|
476
|
-
DescribeVpnConcentratorsCommand: client_ec2_1.DescribeVpnConcentratorsCommand,
|
|
477
|
-
DescribeVpnConnectionsCommand: client_ec2_1.DescribeVpnConnectionsCommand,
|
|
478
|
-
DescribeVpnGatewaysCommand: client_ec2_1.DescribeVpnGatewaysCommand,
|
|
479
|
-
DetachClassicLinkVpcCommand: client_ec2_1.DetachClassicLinkVpcCommand,
|
|
480
|
-
DetachInternetGatewayCommand: client_ec2_1.DetachInternetGatewayCommand,
|
|
481
|
-
DetachNetworkInterfaceCommand: client_ec2_1.DetachNetworkInterfaceCommand,
|
|
482
|
-
DetachVerifiedAccessTrustProviderCommand: client_ec2_1.DetachVerifiedAccessTrustProviderCommand,
|
|
483
|
-
DetachVolumeCommand: client_ec2_1.DetachVolumeCommand,
|
|
484
|
-
DetachVpnGatewayCommand: client_ec2_1.DetachVpnGatewayCommand,
|
|
485
|
-
DisableAddressTransferCommand: client_ec2_1.DisableAddressTransferCommand,
|
|
486
|
-
DisableAllowedImagesSettingsCommand: client_ec2_1.DisableAllowedImagesSettingsCommand,
|
|
487
|
-
DisableAwsNetworkPerformanceMetricSubscriptionCommand: client_ec2_1.DisableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
488
|
-
DisableCapacityManagerCommand: client_ec2_1.DisableCapacityManagerCommand,
|
|
489
|
-
DisableEbsEncryptionByDefaultCommand: client_ec2_1.DisableEbsEncryptionByDefaultCommand,
|
|
490
|
-
DisableFastLaunchCommand: client_ec2_1.DisableFastLaunchCommand,
|
|
491
|
-
DisableFastSnapshotRestoresCommand: client_ec2_1.DisableFastSnapshotRestoresCommand,
|
|
492
|
-
DisableImageCommand: client_ec2_1.DisableImageCommand,
|
|
493
|
-
DisableImageBlockPublicAccessCommand: client_ec2_1.DisableImageBlockPublicAccessCommand,
|
|
494
|
-
DisableImageDeprecationCommand: client_ec2_1.DisableImageDeprecationCommand,
|
|
495
|
-
DisableImageDeregistrationProtectionCommand: client_ec2_1.DisableImageDeregistrationProtectionCommand,
|
|
496
|
-
DisableInstanceSqlHaStandbyDetectionsCommand: client_ec2_1.DisableInstanceSqlHaStandbyDetectionsCommand,
|
|
497
|
-
DisableIpamOrganizationAdminAccountCommand: client_ec2_1.DisableIpamOrganizationAdminAccountCommand,
|
|
498
|
-
DisableIpamPolicyCommand: client_ec2_1.DisableIpamPolicyCommand,
|
|
499
|
-
DisableRouteServerPropagationCommand: client_ec2_1.DisableRouteServerPropagationCommand,
|
|
500
|
-
DisableSerialConsoleAccessCommand: client_ec2_1.DisableSerialConsoleAccessCommand,
|
|
501
|
-
DisableSnapshotBlockPublicAccessCommand: client_ec2_1.DisableSnapshotBlockPublicAccessCommand,
|
|
502
|
-
DisableTransitGatewayRouteTablePropagationCommand: client_ec2_1.DisableTransitGatewayRouteTablePropagationCommand,
|
|
503
|
-
DisableVgwRoutePropagationCommand: client_ec2_1.DisableVgwRoutePropagationCommand,
|
|
504
|
-
DisableVpcClassicLinkCommand: client_ec2_1.DisableVpcClassicLinkCommand,
|
|
505
|
-
DisableVpcClassicLinkDnsSupportCommand: client_ec2_1.DisableVpcClassicLinkDnsSupportCommand,
|
|
506
|
-
DisassociateAddressCommand: client_ec2_1.DisassociateAddressCommand,
|
|
507
|
-
DisassociateCapacityReservationBillingOwnerCommand: client_ec2_1.DisassociateCapacityReservationBillingOwnerCommand,
|
|
508
|
-
DisassociateClientVpnTargetNetworkCommand: client_ec2_1.DisassociateClientVpnTargetNetworkCommand,
|
|
509
|
-
DisassociateEnclaveCertificateIamRoleCommand: client_ec2_1.DisassociateEnclaveCertificateIamRoleCommand,
|
|
510
|
-
DisassociateIamInstanceProfileCommand: client_ec2_1.DisassociateIamInstanceProfileCommand,
|
|
511
|
-
DisassociateInstanceEventWindowCommand: client_ec2_1.DisassociateInstanceEventWindowCommand,
|
|
512
|
-
DisassociateIpamByoasnCommand: client_ec2_1.DisassociateIpamByoasnCommand,
|
|
513
|
-
DisassociateIpamResourceDiscoveryCommand: client_ec2_1.DisassociateIpamResourceDiscoveryCommand,
|
|
514
|
-
DisassociateNatGatewayAddressCommand: client_ec2_1.DisassociateNatGatewayAddressCommand,
|
|
515
|
-
DisassociateRouteServerCommand: client_ec2_1.DisassociateRouteServerCommand,
|
|
516
|
-
DisassociateRouteTableCommand: client_ec2_1.DisassociateRouteTableCommand,
|
|
517
|
-
DisassociateSecurityGroupVpcCommand: client_ec2_1.DisassociateSecurityGroupVpcCommand,
|
|
518
|
-
DisassociateSubnetCidrBlockCommand: client_ec2_1.DisassociateSubnetCidrBlockCommand,
|
|
519
|
-
DisassociateTransitGatewayMulticastDomainCommand: client_ec2_1.DisassociateTransitGatewayMulticastDomainCommand,
|
|
520
|
-
DisassociateTransitGatewayPolicyTableCommand: client_ec2_1.DisassociateTransitGatewayPolicyTableCommand,
|
|
521
|
-
DisassociateTransitGatewayRouteTableCommand: client_ec2_1.DisassociateTransitGatewayRouteTableCommand,
|
|
522
|
-
DisassociateTrunkInterfaceCommand: client_ec2_1.DisassociateTrunkInterfaceCommand,
|
|
523
|
-
DisassociateVpcCidrBlockCommand: client_ec2_1.DisassociateVpcCidrBlockCommand,
|
|
524
|
-
EnableAddressTransferCommand: client_ec2_1.EnableAddressTransferCommand,
|
|
525
|
-
EnableAllowedImagesSettingsCommand: client_ec2_1.EnableAllowedImagesSettingsCommand,
|
|
526
|
-
EnableAwsNetworkPerformanceMetricSubscriptionCommand: client_ec2_1.EnableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
527
|
-
EnableCapacityManagerCommand: client_ec2_1.EnableCapacityManagerCommand,
|
|
528
|
-
EnableEbsEncryptionByDefaultCommand: client_ec2_1.EnableEbsEncryptionByDefaultCommand,
|
|
529
|
-
EnableFastLaunchCommand: client_ec2_1.EnableFastLaunchCommand,
|
|
530
|
-
EnableFastSnapshotRestoresCommand: client_ec2_1.EnableFastSnapshotRestoresCommand,
|
|
531
|
-
EnableImageCommand: client_ec2_1.EnableImageCommand,
|
|
532
|
-
EnableImageBlockPublicAccessCommand: client_ec2_1.EnableImageBlockPublicAccessCommand,
|
|
533
|
-
EnableImageDeprecationCommand: client_ec2_1.EnableImageDeprecationCommand,
|
|
534
|
-
EnableImageDeregistrationProtectionCommand: client_ec2_1.EnableImageDeregistrationProtectionCommand,
|
|
535
|
-
EnableInstanceSqlHaStandbyDetectionsCommand: client_ec2_1.EnableInstanceSqlHaStandbyDetectionsCommand,
|
|
536
|
-
EnableIpamOrganizationAdminAccountCommand: client_ec2_1.EnableIpamOrganizationAdminAccountCommand,
|
|
537
|
-
EnableIpamPolicyCommand: client_ec2_1.EnableIpamPolicyCommand,
|
|
538
|
-
EnableReachabilityAnalyzerOrganizationSharingCommand: client_ec2_1.EnableReachabilityAnalyzerOrganizationSharingCommand,
|
|
539
|
-
EnableRouteServerPropagationCommand: client_ec2_1.EnableRouteServerPropagationCommand,
|
|
540
|
-
EnableSerialConsoleAccessCommand: client_ec2_1.EnableSerialConsoleAccessCommand,
|
|
541
|
-
EnableSnapshotBlockPublicAccessCommand: client_ec2_1.EnableSnapshotBlockPublicAccessCommand,
|
|
542
|
-
EnableTransitGatewayRouteTablePropagationCommand: client_ec2_1.EnableTransitGatewayRouteTablePropagationCommand,
|
|
543
|
-
EnableVgwRoutePropagationCommand: client_ec2_1.EnableVgwRoutePropagationCommand,
|
|
544
|
-
EnableVolumeIOCommand: client_ec2_1.EnableVolumeIOCommand,
|
|
545
|
-
EnableVpcClassicLinkCommand: client_ec2_1.EnableVpcClassicLinkCommand,
|
|
546
|
-
EnableVpcClassicLinkDnsSupportCommand: client_ec2_1.EnableVpcClassicLinkDnsSupportCommand,
|
|
547
|
-
ExportClientVpnClientCertificateRevocationListCommand: client_ec2_1.ExportClientVpnClientCertificateRevocationListCommand,
|
|
548
|
-
ExportClientVpnClientConfigurationCommand: client_ec2_1.ExportClientVpnClientConfigurationCommand,
|
|
549
|
-
ExportImageCommand: client_ec2_1.ExportImageCommand,
|
|
550
|
-
ExportTransitGatewayRoutesCommand: client_ec2_1.ExportTransitGatewayRoutesCommand,
|
|
551
|
-
ExportVerifiedAccessInstanceClientConfigurationCommand: client_ec2_1.ExportVerifiedAccessInstanceClientConfigurationCommand,
|
|
552
|
-
GetActiveVpnTunnelStatusCommand: client_ec2_1.GetActiveVpnTunnelStatusCommand,
|
|
553
|
-
GetAllowedImagesSettingsCommand: client_ec2_1.GetAllowedImagesSettingsCommand,
|
|
554
|
-
GetAssociatedEnclaveCertificateIamRolesCommand: client_ec2_1.GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
555
|
-
GetAssociatedIpv6PoolCidrsCommand: client_ec2_1.GetAssociatedIpv6PoolCidrsCommand,
|
|
556
|
-
GetAwsNetworkPerformanceDataCommand: client_ec2_1.GetAwsNetworkPerformanceDataCommand,
|
|
557
|
-
GetCapacityManagerAttributesCommand: client_ec2_1.GetCapacityManagerAttributesCommand,
|
|
558
|
-
GetCapacityManagerMetricDataCommand: client_ec2_1.GetCapacityManagerMetricDataCommand,
|
|
559
|
-
GetCapacityManagerMetricDimensionsCommand: client_ec2_1.GetCapacityManagerMetricDimensionsCommand,
|
|
560
|
-
GetCapacityReservationUsageCommand: client_ec2_1.GetCapacityReservationUsageCommand,
|
|
561
|
-
GetCoipPoolUsageCommand: client_ec2_1.GetCoipPoolUsageCommand,
|
|
562
|
-
GetConsoleOutputCommand: client_ec2_1.GetConsoleOutputCommand,
|
|
563
|
-
GetConsoleScreenshotCommand: client_ec2_1.GetConsoleScreenshotCommand,
|
|
564
|
-
GetDeclarativePoliciesReportSummaryCommand: client_ec2_1.GetDeclarativePoliciesReportSummaryCommand,
|
|
565
|
-
GetDefaultCreditSpecificationCommand: client_ec2_1.GetDefaultCreditSpecificationCommand,
|
|
566
|
-
GetEbsDefaultKmsKeyIdCommand: client_ec2_1.GetEbsDefaultKmsKeyIdCommand,
|
|
567
|
-
GetEbsEncryptionByDefaultCommand: client_ec2_1.GetEbsEncryptionByDefaultCommand,
|
|
568
|
-
GetEnabledIpamPolicyCommand: client_ec2_1.GetEnabledIpamPolicyCommand,
|
|
569
|
-
GetFlowLogsIntegrationTemplateCommand: client_ec2_1.GetFlowLogsIntegrationTemplateCommand,
|
|
570
|
-
GetGroupsForCapacityReservationCommand: client_ec2_1.GetGroupsForCapacityReservationCommand,
|
|
571
|
-
GetHostReservationPurchasePreviewCommand: client_ec2_1.GetHostReservationPurchasePreviewCommand,
|
|
572
|
-
GetImageAncestryCommand: client_ec2_1.GetImageAncestryCommand,
|
|
573
|
-
GetImageBlockPublicAccessStateCommand: client_ec2_1.GetImageBlockPublicAccessStateCommand,
|
|
574
|
-
GetInstanceMetadataDefaultsCommand: client_ec2_1.GetInstanceMetadataDefaultsCommand,
|
|
575
|
-
GetInstanceTpmEkPubCommand: client_ec2_1.GetInstanceTpmEkPubCommand,
|
|
576
|
-
GetInstanceTypesFromInstanceRequirementsCommand: client_ec2_1.GetInstanceTypesFromInstanceRequirementsCommand,
|
|
577
|
-
GetInstanceUefiDataCommand: client_ec2_1.GetInstanceUefiDataCommand,
|
|
578
|
-
GetIpamAddressHistoryCommand: client_ec2_1.GetIpamAddressHistoryCommand,
|
|
579
|
-
GetIpamDiscoveredAccountsCommand: client_ec2_1.GetIpamDiscoveredAccountsCommand,
|
|
580
|
-
GetIpamDiscoveredPublicAddressesCommand: client_ec2_1.GetIpamDiscoveredPublicAddressesCommand,
|
|
581
|
-
GetIpamDiscoveredResourceCidrsCommand: client_ec2_1.GetIpamDiscoveredResourceCidrsCommand,
|
|
582
|
-
GetIpamPolicyAllocationRulesCommand: client_ec2_1.GetIpamPolicyAllocationRulesCommand,
|
|
583
|
-
GetIpamPolicyOrganizationTargetsCommand: client_ec2_1.GetIpamPolicyOrganizationTargetsCommand,
|
|
584
|
-
GetIpamPoolAllocationsCommand: client_ec2_1.GetIpamPoolAllocationsCommand,
|
|
585
|
-
GetIpamPoolCidrsCommand: client_ec2_1.GetIpamPoolCidrsCommand,
|
|
586
|
-
GetIpamPrefixListResolverRulesCommand: client_ec2_1.GetIpamPrefixListResolverRulesCommand,
|
|
587
|
-
GetIpamPrefixListResolverVersionEntriesCommand: client_ec2_1.GetIpamPrefixListResolverVersionEntriesCommand,
|
|
588
|
-
GetIpamPrefixListResolverVersionsCommand: client_ec2_1.GetIpamPrefixListResolverVersionsCommand,
|
|
589
|
-
GetIpamResourceCidrsCommand: client_ec2_1.GetIpamResourceCidrsCommand,
|
|
590
|
-
GetLaunchTemplateDataCommand: client_ec2_1.GetLaunchTemplateDataCommand,
|
|
591
|
-
GetManagedPrefixListAssociationsCommand: client_ec2_1.GetManagedPrefixListAssociationsCommand,
|
|
592
|
-
GetManagedPrefixListEntriesCommand: client_ec2_1.GetManagedPrefixListEntriesCommand,
|
|
593
|
-
GetNetworkInsightsAccessScopeAnalysisFindingsCommand: client_ec2_1.GetNetworkInsightsAccessScopeAnalysisFindingsCommand,
|
|
594
|
-
GetNetworkInsightsAccessScopeContentCommand: client_ec2_1.GetNetworkInsightsAccessScopeContentCommand,
|
|
595
|
-
GetPasswordDataCommand: client_ec2_1.GetPasswordDataCommand,
|
|
596
|
-
GetReservedInstancesExchangeQuoteCommand: client_ec2_1.GetReservedInstancesExchangeQuoteCommand,
|
|
597
|
-
GetRouteServerAssociationsCommand: client_ec2_1.GetRouteServerAssociationsCommand,
|
|
598
|
-
GetRouteServerPropagationsCommand: client_ec2_1.GetRouteServerPropagationsCommand,
|
|
599
|
-
GetRouteServerRoutingDatabaseCommand: client_ec2_1.GetRouteServerRoutingDatabaseCommand,
|
|
600
|
-
GetSecurityGroupsForVpcCommand: client_ec2_1.GetSecurityGroupsForVpcCommand,
|
|
601
|
-
GetSerialConsoleAccessStatusCommand: client_ec2_1.GetSerialConsoleAccessStatusCommand,
|
|
602
|
-
GetSnapshotBlockPublicAccessStateCommand: client_ec2_1.GetSnapshotBlockPublicAccessStateCommand,
|
|
603
|
-
GetSpotPlacementScoresCommand: client_ec2_1.GetSpotPlacementScoresCommand,
|
|
604
|
-
GetSubnetCidrReservationsCommand: client_ec2_1.GetSubnetCidrReservationsCommand,
|
|
605
|
-
GetTransitGatewayAttachmentPropagationsCommand: client_ec2_1.GetTransitGatewayAttachmentPropagationsCommand,
|
|
606
|
-
GetTransitGatewayMeteringPolicyEntriesCommand: client_ec2_1.GetTransitGatewayMeteringPolicyEntriesCommand,
|
|
607
|
-
GetTransitGatewayMulticastDomainAssociationsCommand: client_ec2_1.GetTransitGatewayMulticastDomainAssociationsCommand,
|
|
608
|
-
GetTransitGatewayPolicyTableAssociationsCommand: client_ec2_1.GetTransitGatewayPolicyTableAssociationsCommand,
|
|
609
|
-
GetTransitGatewayPolicyTableEntriesCommand: client_ec2_1.GetTransitGatewayPolicyTableEntriesCommand,
|
|
610
|
-
GetTransitGatewayPrefixListReferencesCommand: client_ec2_1.GetTransitGatewayPrefixListReferencesCommand,
|
|
611
|
-
GetTransitGatewayRouteTableAssociationsCommand: client_ec2_1.GetTransitGatewayRouteTableAssociationsCommand,
|
|
612
|
-
GetTransitGatewayRouteTablePropagationsCommand: client_ec2_1.GetTransitGatewayRouteTablePropagationsCommand,
|
|
613
|
-
GetVerifiedAccessEndpointPolicyCommand: client_ec2_1.GetVerifiedAccessEndpointPolicyCommand,
|
|
614
|
-
GetVerifiedAccessEndpointTargetsCommand: client_ec2_1.GetVerifiedAccessEndpointTargetsCommand,
|
|
615
|
-
GetVerifiedAccessGroupPolicyCommand: client_ec2_1.GetVerifiedAccessGroupPolicyCommand,
|
|
616
|
-
GetVpcResourcesBlockingEncryptionEnforcementCommand: client_ec2_1.GetVpcResourcesBlockingEncryptionEnforcementCommand,
|
|
617
|
-
GetVpnConnectionDeviceSampleConfigurationCommand: client_ec2_1.GetVpnConnectionDeviceSampleConfigurationCommand,
|
|
618
|
-
GetVpnConnectionDeviceTypesCommand: client_ec2_1.GetVpnConnectionDeviceTypesCommand,
|
|
619
|
-
GetVpnTunnelReplacementStatusCommand: client_ec2_1.GetVpnTunnelReplacementStatusCommand,
|
|
620
|
-
ImportClientVpnClientCertificateRevocationListCommand: client_ec2_1.ImportClientVpnClientCertificateRevocationListCommand,
|
|
621
|
-
ImportImageCommand: client_ec2_1.ImportImageCommand,
|
|
622
|
-
ImportInstanceCommand: client_ec2_1.ImportInstanceCommand,
|
|
623
|
-
ImportKeyPairCommand: client_ec2_1.ImportKeyPairCommand,
|
|
624
|
-
ImportSnapshotCommand: client_ec2_1.ImportSnapshotCommand,
|
|
625
|
-
ImportVolumeCommand: client_ec2_1.ImportVolumeCommand,
|
|
626
|
-
ListImagesInRecycleBinCommand: client_ec2_1.ListImagesInRecycleBinCommand,
|
|
627
|
-
ListSnapshotsInRecycleBinCommand: client_ec2_1.ListSnapshotsInRecycleBinCommand,
|
|
628
|
-
ListVolumesInRecycleBinCommand: client_ec2_1.ListVolumesInRecycleBinCommand,
|
|
629
|
-
LockSnapshotCommand: client_ec2_1.LockSnapshotCommand,
|
|
630
|
-
ModifyAddressAttributeCommand: client_ec2_1.ModifyAddressAttributeCommand,
|
|
631
|
-
ModifyAvailabilityZoneGroupCommand: client_ec2_1.ModifyAvailabilityZoneGroupCommand,
|
|
632
|
-
ModifyCapacityReservationCommand: client_ec2_1.ModifyCapacityReservationCommand,
|
|
633
|
-
ModifyCapacityReservationFleetCommand: client_ec2_1.ModifyCapacityReservationFleetCommand,
|
|
634
|
-
ModifyClientVpnEndpointCommand: client_ec2_1.ModifyClientVpnEndpointCommand,
|
|
635
|
-
ModifyDefaultCreditSpecificationCommand: client_ec2_1.ModifyDefaultCreditSpecificationCommand,
|
|
636
|
-
ModifyEbsDefaultKmsKeyIdCommand: client_ec2_1.ModifyEbsDefaultKmsKeyIdCommand,
|
|
637
|
-
ModifyFleetCommand: client_ec2_1.ModifyFleetCommand,
|
|
638
|
-
ModifyFpgaImageAttributeCommand: client_ec2_1.ModifyFpgaImageAttributeCommand,
|
|
639
|
-
ModifyHostsCommand: client_ec2_1.ModifyHostsCommand,
|
|
640
|
-
ModifyIdFormatCommand: client_ec2_1.ModifyIdFormatCommand,
|
|
641
|
-
ModifyIdentityIdFormatCommand: client_ec2_1.ModifyIdentityIdFormatCommand,
|
|
642
|
-
ModifyImageAttributeCommand: client_ec2_1.ModifyImageAttributeCommand,
|
|
643
|
-
ModifyInstanceAttributeCommand: client_ec2_1.ModifyInstanceAttributeCommand,
|
|
644
|
-
ModifyInstanceCapacityReservationAttributesCommand: client_ec2_1.ModifyInstanceCapacityReservationAttributesCommand,
|
|
645
|
-
ModifyInstanceConnectEndpointCommand: client_ec2_1.ModifyInstanceConnectEndpointCommand,
|
|
646
|
-
ModifyInstanceCpuOptionsCommand: client_ec2_1.ModifyInstanceCpuOptionsCommand,
|
|
647
|
-
ModifyInstanceCreditSpecificationCommand: client_ec2_1.ModifyInstanceCreditSpecificationCommand,
|
|
648
|
-
ModifyInstanceEventStartTimeCommand: client_ec2_1.ModifyInstanceEventStartTimeCommand,
|
|
649
|
-
ModifyInstanceEventWindowCommand: client_ec2_1.ModifyInstanceEventWindowCommand,
|
|
650
|
-
ModifyInstanceMaintenanceOptionsCommand: client_ec2_1.ModifyInstanceMaintenanceOptionsCommand,
|
|
651
|
-
ModifyInstanceMetadataDefaultsCommand: client_ec2_1.ModifyInstanceMetadataDefaultsCommand,
|
|
652
|
-
ModifyInstanceMetadataOptionsCommand: client_ec2_1.ModifyInstanceMetadataOptionsCommand,
|
|
653
|
-
ModifyInstanceNetworkPerformanceOptionsCommand: client_ec2_1.ModifyInstanceNetworkPerformanceOptionsCommand,
|
|
654
|
-
ModifyInstancePlacementCommand: client_ec2_1.ModifyInstancePlacementCommand,
|
|
655
|
-
ModifyIpamCommand: client_ec2_1.ModifyIpamCommand,
|
|
656
|
-
ModifyIpamPolicyAllocationRulesCommand: client_ec2_1.ModifyIpamPolicyAllocationRulesCommand,
|
|
657
|
-
ModifyIpamPoolCommand: client_ec2_1.ModifyIpamPoolCommand,
|
|
658
|
-
ModifyIpamPrefixListResolverCommand: client_ec2_1.ModifyIpamPrefixListResolverCommand,
|
|
659
|
-
ModifyIpamPrefixListResolverTargetCommand: client_ec2_1.ModifyIpamPrefixListResolverTargetCommand,
|
|
660
|
-
ModifyIpamResourceCidrCommand: client_ec2_1.ModifyIpamResourceCidrCommand,
|
|
661
|
-
ModifyIpamResourceDiscoveryCommand: client_ec2_1.ModifyIpamResourceDiscoveryCommand,
|
|
662
|
-
ModifyIpamScopeCommand: client_ec2_1.ModifyIpamScopeCommand,
|
|
663
|
-
ModifyLaunchTemplateCommand: client_ec2_1.ModifyLaunchTemplateCommand,
|
|
664
|
-
ModifyLocalGatewayRouteCommand: client_ec2_1.ModifyLocalGatewayRouteCommand,
|
|
665
|
-
ModifyManagedPrefixListCommand: client_ec2_1.ModifyManagedPrefixListCommand,
|
|
666
|
-
ModifyNetworkInterfaceAttributeCommand: client_ec2_1.ModifyNetworkInterfaceAttributeCommand,
|
|
667
|
-
ModifyPrivateDnsNameOptionsCommand: client_ec2_1.ModifyPrivateDnsNameOptionsCommand,
|
|
668
|
-
ModifyPublicIpDnsNameOptionsCommand: client_ec2_1.ModifyPublicIpDnsNameOptionsCommand,
|
|
669
|
-
ModifyReservedInstancesCommand: client_ec2_1.ModifyReservedInstancesCommand,
|
|
670
|
-
ModifyRouteServerCommand: client_ec2_1.ModifyRouteServerCommand,
|
|
671
|
-
ModifySecurityGroupRulesCommand: client_ec2_1.ModifySecurityGroupRulesCommand,
|
|
672
|
-
ModifySnapshotAttributeCommand: client_ec2_1.ModifySnapshotAttributeCommand,
|
|
673
|
-
ModifySnapshotTierCommand: client_ec2_1.ModifySnapshotTierCommand,
|
|
674
|
-
ModifySpotFleetRequestCommand: client_ec2_1.ModifySpotFleetRequestCommand,
|
|
675
|
-
ModifySubnetAttributeCommand: client_ec2_1.ModifySubnetAttributeCommand,
|
|
676
|
-
ModifyTrafficMirrorFilterNetworkServicesCommand: client_ec2_1.ModifyTrafficMirrorFilterNetworkServicesCommand,
|
|
677
|
-
ModifyTrafficMirrorFilterRuleCommand: client_ec2_1.ModifyTrafficMirrorFilterRuleCommand,
|
|
678
|
-
ModifyTrafficMirrorSessionCommand: client_ec2_1.ModifyTrafficMirrorSessionCommand,
|
|
679
|
-
ModifyTransitGatewayCommand: client_ec2_1.ModifyTransitGatewayCommand,
|
|
680
|
-
ModifyTransitGatewayMeteringPolicyCommand: client_ec2_1.ModifyTransitGatewayMeteringPolicyCommand,
|
|
681
|
-
ModifyTransitGatewayPrefixListReferenceCommand: client_ec2_1.ModifyTransitGatewayPrefixListReferenceCommand,
|
|
682
|
-
ModifyTransitGatewayVpcAttachmentCommand: client_ec2_1.ModifyTransitGatewayVpcAttachmentCommand,
|
|
683
|
-
ModifyVerifiedAccessEndpointCommand: client_ec2_1.ModifyVerifiedAccessEndpointCommand,
|
|
684
|
-
ModifyVerifiedAccessEndpointPolicyCommand: client_ec2_1.ModifyVerifiedAccessEndpointPolicyCommand,
|
|
685
|
-
ModifyVerifiedAccessGroupCommand: client_ec2_1.ModifyVerifiedAccessGroupCommand,
|
|
686
|
-
ModifyVerifiedAccessGroupPolicyCommand: client_ec2_1.ModifyVerifiedAccessGroupPolicyCommand,
|
|
687
|
-
ModifyVerifiedAccessInstanceCommand: client_ec2_1.ModifyVerifiedAccessInstanceCommand,
|
|
688
|
-
ModifyVerifiedAccessInstanceLoggingConfigurationCommand: client_ec2_1.ModifyVerifiedAccessInstanceLoggingConfigurationCommand,
|
|
689
|
-
ModifyVerifiedAccessTrustProviderCommand: client_ec2_1.ModifyVerifiedAccessTrustProviderCommand,
|
|
690
|
-
ModifyVolumeCommand: client_ec2_1.ModifyVolumeCommand,
|
|
691
|
-
ModifyVolumeAttributeCommand: client_ec2_1.ModifyVolumeAttributeCommand,
|
|
692
|
-
ModifyVpcAttributeCommand: client_ec2_1.ModifyVpcAttributeCommand,
|
|
693
|
-
ModifyVpcBlockPublicAccessExclusionCommand: client_ec2_1.ModifyVpcBlockPublicAccessExclusionCommand,
|
|
694
|
-
ModifyVpcBlockPublicAccessOptionsCommand: client_ec2_1.ModifyVpcBlockPublicAccessOptionsCommand,
|
|
695
|
-
ModifyVpcEncryptionControlCommand: client_ec2_1.ModifyVpcEncryptionControlCommand,
|
|
696
|
-
ModifyVpcEndpointCommand: client_ec2_1.ModifyVpcEndpointCommand,
|
|
697
|
-
ModifyVpcEndpointConnectionNotificationCommand: client_ec2_1.ModifyVpcEndpointConnectionNotificationCommand,
|
|
698
|
-
ModifyVpcEndpointServiceConfigurationCommand: client_ec2_1.ModifyVpcEndpointServiceConfigurationCommand,
|
|
699
|
-
ModifyVpcEndpointServicePayerResponsibilityCommand: client_ec2_1.ModifyVpcEndpointServicePayerResponsibilityCommand,
|
|
700
|
-
ModifyVpcEndpointServicePermissionsCommand: client_ec2_1.ModifyVpcEndpointServicePermissionsCommand,
|
|
701
|
-
ModifyVpcPeeringConnectionOptionsCommand: client_ec2_1.ModifyVpcPeeringConnectionOptionsCommand,
|
|
702
|
-
ModifyVpcTenancyCommand: client_ec2_1.ModifyVpcTenancyCommand,
|
|
703
|
-
ModifyVpnConnectionCommand: client_ec2_1.ModifyVpnConnectionCommand,
|
|
704
|
-
ModifyVpnConnectionOptionsCommand: client_ec2_1.ModifyVpnConnectionOptionsCommand,
|
|
705
|
-
ModifyVpnTunnelCertificateCommand: client_ec2_1.ModifyVpnTunnelCertificateCommand,
|
|
706
|
-
ModifyVpnTunnelOptionsCommand: client_ec2_1.ModifyVpnTunnelOptionsCommand,
|
|
707
|
-
MonitorInstancesCommand: client_ec2_1.MonitorInstancesCommand,
|
|
708
|
-
MoveAddressToVpcCommand: client_ec2_1.MoveAddressToVpcCommand,
|
|
709
|
-
MoveByoipCidrToIpamCommand: client_ec2_1.MoveByoipCidrToIpamCommand,
|
|
710
|
-
MoveCapacityReservationInstancesCommand: client_ec2_1.MoveCapacityReservationInstancesCommand,
|
|
711
|
-
ProvisionByoipCidrCommand: client_ec2_1.ProvisionByoipCidrCommand,
|
|
712
|
-
ProvisionIpamByoasnCommand: client_ec2_1.ProvisionIpamByoasnCommand,
|
|
713
|
-
ProvisionIpamPoolCidrCommand: client_ec2_1.ProvisionIpamPoolCidrCommand,
|
|
714
|
-
ProvisionPublicIpv4PoolCidrCommand: client_ec2_1.ProvisionPublicIpv4PoolCidrCommand,
|
|
715
|
-
PurchaseCapacityBlockCommand: client_ec2_1.PurchaseCapacityBlockCommand,
|
|
716
|
-
PurchaseCapacityBlockExtensionCommand: client_ec2_1.PurchaseCapacityBlockExtensionCommand,
|
|
717
|
-
PurchaseHostReservationCommand: client_ec2_1.PurchaseHostReservationCommand,
|
|
718
|
-
PurchaseReservedInstancesOfferingCommand: client_ec2_1.PurchaseReservedInstancesOfferingCommand,
|
|
719
|
-
PurchaseScheduledInstancesCommand: client_ec2_1.PurchaseScheduledInstancesCommand,
|
|
720
|
-
RebootInstancesCommand: client_ec2_1.RebootInstancesCommand,
|
|
721
|
-
RegisterImageCommand: client_ec2_1.RegisterImageCommand,
|
|
722
|
-
RegisterInstanceEventNotificationAttributesCommand: client_ec2_1.RegisterInstanceEventNotificationAttributesCommand,
|
|
723
|
-
RegisterTransitGatewayMulticastGroupMembersCommand: client_ec2_1.RegisterTransitGatewayMulticastGroupMembersCommand,
|
|
724
|
-
RegisterTransitGatewayMulticastGroupSourcesCommand: client_ec2_1.RegisterTransitGatewayMulticastGroupSourcesCommand,
|
|
725
|
-
RejectCapacityReservationBillingOwnershipCommand: client_ec2_1.RejectCapacityReservationBillingOwnershipCommand,
|
|
726
|
-
RejectTransitGatewayMulticastDomainAssociationsCommand: client_ec2_1.RejectTransitGatewayMulticastDomainAssociationsCommand,
|
|
727
|
-
RejectTransitGatewayPeeringAttachmentCommand: client_ec2_1.RejectTransitGatewayPeeringAttachmentCommand,
|
|
728
|
-
RejectTransitGatewayVpcAttachmentCommand: client_ec2_1.RejectTransitGatewayVpcAttachmentCommand,
|
|
729
|
-
RejectVpcEndpointConnectionsCommand: client_ec2_1.RejectVpcEndpointConnectionsCommand,
|
|
730
|
-
RejectVpcPeeringConnectionCommand: client_ec2_1.RejectVpcPeeringConnectionCommand,
|
|
731
|
-
ReleaseAddressCommand: client_ec2_1.ReleaseAddressCommand,
|
|
732
|
-
ReleaseHostsCommand: client_ec2_1.ReleaseHostsCommand,
|
|
733
|
-
ReleaseIpamPoolAllocationCommand: client_ec2_1.ReleaseIpamPoolAllocationCommand,
|
|
734
|
-
ReplaceIamInstanceProfileAssociationCommand: client_ec2_1.ReplaceIamInstanceProfileAssociationCommand,
|
|
735
|
-
ReplaceImageCriteriaInAllowedImagesSettingsCommand: client_ec2_1.ReplaceImageCriteriaInAllowedImagesSettingsCommand,
|
|
736
|
-
ReplaceNetworkAclAssociationCommand: client_ec2_1.ReplaceNetworkAclAssociationCommand,
|
|
737
|
-
ReplaceNetworkAclEntryCommand: client_ec2_1.ReplaceNetworkAclEntryCommand,
|
|
738
|
-
ReplaceRouteCommand: client_ec2_1.ReplaceRouteCommand,
|
|
739
|
-
ReplaceRouteTableAssociationCommand: client_ec2_1.ReplaceRouteTableAssociationCommand,
|
|
740
|
-
ReplaceTransitGatewayRouteCommand: client_ec2_1.ReplaceTransitGatewayRouteCommand,
|
|
741
|
-
ReplaceVpnTunnelCommand: client_ec2_1.ReplaceVpnTunnelCommand,
|
|
742
|
-
ReportInstanceStatusCommand: client_ec2_1.ReportInstanceStatusCommand,
|
|
743
|
-
RequestSpotFleetCommand: client_ec2_1.RequestSpotFleetCommand,
|
|
744
|
-
RequestSpotInstancesCommand: client_ec2_1.RequestSpotInstancesCommand,
|
|
745
|
-
ResetAddressAttributeCommand: client_ec2_1.ResetAddressAttributeCommand,
|
|
746
|
-
ResetEbsDefaultKmsKeyIdCommand: client_ec2_1.ResetEbsDefaultKmsKeyIdCommand,
|
|
747
|
-
ResetFpgaImageAttributeCommand: client_ec2_1.ResetFpgaImageAttributeCommand,
|
|
748
|
-
ResetImageAttributeCommand: client_ec2_1.ResetImageAttributeCommand,
|
|
749
|
-
ResetInstanceAttributeCommand: client_ec2_1.ResetInstanceAttributeCommand,
|
|
750
|
-
ResetNetworkInterfaceAttributeCommand: client_ec2_1.ResetNetworkInterfaceAttributeCommand,
|
|
751
|
-
ResetSnapshotAttributeCommand: client_ec2_1.ResetSnapshotAttributeCommand,
|
|
752
|
-
RestoreAddressToClassicCommand: client_ec2_1.RestoreAddressToClassicCommand,
|
|
753
|
-
RestoreImageFromRecycleBinCommand: client_ec2_1.RestoreImageFromRecycleBinCommand,
|
|
754
|
-
RestoreManagedPrefixListVersionCommand: client_ec2_1.RestoreManagedPrefixListVersionCommand,
|
|
755
|
-
RestoreSnapshotFromRecycleBinCommand: client_ec2_1.RestoreSnapshotFromRecycleBinCommand,
|
|
756
|
-
RestoreSnapshotTierCommand: client_ec2_1.RestoreSnapshotTierCommand,
|
|
757
|
-
RestoreVolumeFromRecycleBinCommand: client_ec2_1.RestoreVolumeFromRecycleBinCommand,
|
|
758
|
-
RevokeClientVpnIngressCommand: client_ec2_1.RevokeClientVpnIngressCommand,
|
|
759
|
-
RevokeSecurityGroupEgressCommand: client_ec2_1.RevokeSecurityGroupEgressCommand,
|
|
760
|
-
RevokeSecurityGroupIngressCommand: client_ec2_1.RevokeSecurityGroupIngressCommand,
|
|
761
|
-
RunInstancesCommand: client_ec2_1.RunInstancesCommand,
|
|
762
|
-
RunScheduledInstancesCommand: client_ec2_1.RunScheduledInstancesCommand,
|
|
763
|
-
SearchLocalGatewayRoutesCommand: client_ec2_1.SearchLocalGatewayRoutesCommand,
|
|
764
|
-
SearchTransitGatewayMulticastGroupsCommand: client_ec2_1.SearchTransitGatewayMulticastGroupsCommand,
|
|
765
|
-
SearchTransitGatewayRoutesCommand: client_ec2_1.SearchTransitGatewayRoutesCommand,
|
|
766
|
-
SendDiagnosticInterruptCommand: client_ec2_1.SendDiagnosticInterruptCommand,
|
|
767
|
-
StartDeclarativePoliciesReportCommand: client_ec2_1.StartDeclarativePoliciesReportCommand,
|
|
768
|
-
StartInstancesCommand: client_ec2_1.StartInstancesCommand,
|
|
769
|
-
StartNetworkInsightsAccessScopeAnalysisCommand: client_ec2_1.StartNetworkInsightsAccessScopeAnalysisCommand,
|
|
770
|
-
StartNetworkInsightsAnalysisCommand: client_ec2_1.StartNetworkInsightsAnalysisCommand,
|
|
771
|
-
StartVpcEndpointServicePrivateDnsVerificationCommand: client_ec2_1.StartVpcEndpointServicePrivateDnsVerificationCommand,
|
|
772
|
-
StopInstancesCommand: client_ec2_1.StopInstancesCommand,
|
|
773
|
-
TerminateClientVpnConnectionsCommand: client_ec2_1.TerminateClientVpnConnectionsCommand,
|
|
774
|
-
TerminateInstancesCommand: client_ec2_1.TerminateInstancesCommand,
|
|
775
|
-
UnassignIpv6AddressesCommand: client_ec2_1.UnassignIpv6AddressesCommand,
|
|
776
|
-
UnassignPrivateIpAddressesCommand: client_ec2_1.UnassignPrivateIpAddressesCommand,
|
|
777
|
-
UnassignPrivateNatGatewayAddressCommand: client_ec2_1.UnassignPrivateNatGatewayAddressCommand,
|
|
778
|
-
UnlockSnapshotCommand: client_ec2_1.UnlockSnapshotCommand,
|
|
779
|
-
UnmonitorInstancesCommand: client_ec2_1.UnmonitorInstancesCommand,
|
|
780
|
-
UpdateCapacityManagerOrganizationsAccessCommand: client_ec2_1.UpdateCapacityManagerOrganizationsAccessCommand,
|
|
781
|
-
UpdateInterruptibleCapacityReservationAllocationCommand: client_ec2_1.UpdateInterruptibleCapacityReservationAllocationCommand,
|
|
782
|
-
UpdateSecurityGroupRuleDescriptionsEgressCommand: client_ec2_1.UpdateSecurityGroupRuleDescriptionsEgressCommand,
|
|
783
|
-
UpdateSecurityGroupRuleDescriptionsIngressCommand: client_ec2_1.UpdateSecurityGroupRuleDescriptionsIngressCommand,
|
|
784
|
-
WithdrawByoipCidrCommand: client_ec2_1.WithdrawByoipCidrCommand,
|
|
785
|
-
};
|
|
786
|
-
/**
|
|
787
|
-
* @since 1.0.0
|
|
788
|
-
* @category constructors
|
|
789
|
-
*/
|
|
790
|
-
exports.makeEC2Service = effect_1.Effect.gen(function* () {
|
|
791
|
-
const client = yield* Instance.EC2ClientInstance;
|
|
792
|
-
return yield* commons_1.Service.fromClientAndCommands(client, commands, {
|
|
793
|
-
resolveClientConfig: EC2ServiceConfig.toEC2ClientConfig,
|
|
794
|
-
});
|
|
795
|
-
});
|
|
796
|
-
/**
|
|
797
|
-
* @since 1.0.0
|
|
798
|
-
* @category models
|
|
799
|
-
*/
|
|
800
|
-
class EC2Service extends effect_1.Effect.Tag("@effect-aws/client-ec2/EC2Service")() {
|
|
801
|
-
static defaultLayer = effect_1.Layer.effect(this, exports.makeEC2Service).pipe(effect_1.Layer.provide(Instance.layer));
|
|
802
|
-
static layer = (config) => effect_1.Layer.effect(this, exports.makeEC2Service).pipe(effect_1.Layer.provide(Instance.layer), effect_1.Layer.provide(EC2ServiceConfig.setEC2ServiceConfig(config)));
|
|
803
|
-
static baseLayer = (evaluate) => effect_1.Layer.effect(this, exports.makeEC2Service).pipe(effect_1.Layer.provide(effect_1.Layer.effect(Instance.EC2ClientInstance, effect_1.Effect.map(EC2ServiceConfig.toEC2ClientConfig, evaluate))));
|
|
804
|
-
}
|
|
805
|
-
exports.EC2Service = EC2Service;
|
|
806
|
-
//# sourceMappingURL=EC2Service.js.map
|