mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-31 04:30:44 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+6155
-155
File diff suppressed because it is too large
Load Diff
+4125
-894
File diff suppressed because one or more lines are too long
+1310
-2
File diff suppressed because it is too large
Load Diff
+306
@@ -12,6 +12,54 @@
|
||||
"DescribeBundleTasks": {
|
||||
"result_key": "BundleTasks"
|
||||
},
|
||||
"DescribeByoipCidrs": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ByoipCidrs"
|
||||
},
|
||||
"DescribeCapacityReservations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "CapacityReservations"
|
||||
},
|
||||
"DescribeClassicLinkInstances": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Instances"
|
||||
},
|
||||
"DescribeClientVpnAuthorizationRules": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "AuthorizationRules"
|
||||
},
|
||||
"DescribeClientVpnConnections": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Connections"
|
||||
},
|
||||
"DescribeClientVpnEndpoints": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ClientVpnEndpoints"
|
||||
},
|
||||
"DescribeClientVpnRoutes": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Routes"
|
||||
},
|
||||
"DescribeClientVpnTargetNetworks": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ClientVpnTargetNetworks"
|
||||
},
|
||||
"DescribeConversionTasks": {
|
||||
"result_key": "ConversionTasks"
|
||||
},
|
||||
@@ -19,14 +67,83 @@
|
||||
"result_key": "CustomerGateways"
|
||||
},
|
||||
"DescribeDhcpOptions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "DhcpOptions"
|
||||
},
|
||||
"DescribeEgressOnlyInternetGateways": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "EgressOnlyInternetGateways"
|
||||
},
|
||||
"DescribeExportTasks": {
|
||||
"result_key": "ExportTasks"
|
||||
},
|
||||
"DescribeFleets": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Fleets"
|
||||
},
|
||||
"DescribeFlowLogs": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "FlowLogs"
|
||||
},
|
||||
"DescribeFpgaImages": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "FpgaImages"
|
||||
},
|
||||
"DescribeHostReservationOfferings": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "OfferingSet"
|
||||
},
|
||||
"DescribeHostReservations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "HostReservationSet"
|
||||
},
|
||||
"DescribeHosts": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Hosts"
|
||||
},
|
||||
"DescribeIamInstanceProfileAssociations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "IamInstanceProfileAssociations"
|
||||
},
|
||||
"DescribeImages": {
|
||||
"result_key": "Images"
|
||||
},
|
||||
"DescribeImportImageTasks": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ImportImageTasks"
|
||||
},
|
||||
"DescribeImportSnapshotTasks": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ImportSnapshotTasks"
|
||||
},
|
||||
"DescribeInstanceCreditSpecifications": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "InstanceCreditSpecifications"
|
||||
},
|
||||
"DescribeInstanceStatus": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
@@ -40,11 +157,32 @@
|
||||
"result_key": "Reservations"
|
||||
},
|
||||
"DescribeInternetGateways": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "InternetGateways"
|
||||
},
|
||||
"DescribeKeyPairs": {
|
||||
"result_key": "KeyPairs"
|
||||
},
|
||||
"DescribeLaunchTemplateVersions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "LaunchTemplateVersions"
|
||||
},
|
||||
"DescribeLaunchTemplates": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "LaunchTemplates"
|
||||
},
|
||||
"DescribeMovingAddresses": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "MovingAddressStatuses"
|
||||
},
|
||||
"DescribeNatGateways": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
@@ -52,14 +190,44 @@
|
||||
"result_key": "NatGateways"
|
||||
},
|
||||
"DescribeNetworkAcls": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "NetworkAcls"
|
||||
},
|
||||
"DescribeNetworkInterfacePermissions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "NetworkInterfacePermissions"
|
||||
},
|
||||
"DescribeNetworkInterfaces": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "NetworkInterfaces"
|
||||
},
|
||||
"DescribePlacementGroups": {
|
||||
"result_key": "PlacementGroups"
|
||||
},
|
||||
"DescribePrefixLists": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "PrefixLists"
|
||||
},
|
||||
"DescribePrincipalIdFormat": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Principals"
|
||||
},
|
||||
"DescribePublicIpv4Pools": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "PublicIpv4Pools"
|
||||
},
|
||||
"DescribeRegions": {
|
||||
"result_key": "Regions"
|
||||
},
|
||||
@@ -81,9 +249,27 @@
|
||||
"result_key": "ReservedInstancesOfferings"
|
||||
},
|
||||
"DescribeRouteTables": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "RouteTables"
|
||||
},
|
||||
"DescribeScheduledInstanceAvailability": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ScheduledInstanceAvailabilitySet"
|
||||
},
|
||||
"DescribeScheduledInstances": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ScheduledInstanceSet"
|
||||
},
|
||||
"DescribeSecurityGroups": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "SecurityGroups"
|
||||
},
|
||||
"DescribeSnapshots": {
|
||||
@@ -99,6 +285,9 @@
|
||||
"result_key": "SpotFleetRequestConfigs"
|
||||
},
|
||||
"DescribeSpotInstanceRequests": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "SpotInstanceRequests"
|
||||
},
|
||||
"DescribeSpotPriceHistory": {
|
||||
@@ -107,7 +296,16 @@
|
||||
"output_token": "NextToken",
|
||||
"result_key": "SpotPriceHistory"
|
||||
},
|
||||
"DescribeStaleSecurityGroups": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "StaleSecurityGroupSet"
|
||||
},
|
||||
"DescribeSubnets": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Subnets"
|
||||
},
|
||||
"DescribeTags": {
|
||||
@@ -116,6 +314,48 @@
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Tags"
|
||||
},
|
||||
"DescribeTrafficMirrorFilters": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TrafficMirrorFilters"
|
||||
},
|
||||
"DescribeTrafficMirrorSessions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TrafficMirrorSessions"
|
||||
},
|
||||
"DescribeTrafficMirrorTargets": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TrafficMirrorTargets"
|
||||
},
|
||||
"DescribeTransitGatewayAttachments": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGatewayAttachments"
|
||||
},
|
||||
"DescribeTransitGatewayRouteTables": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGatewayRouteTables"
|
||||
},
|
||||
"DescribeTransitGatewayVpcAttachments": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGatewayVpcAttachments"
|
||||
},
|
||||
"DescribeTransitGateways": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGateways"
|
||||
},
|
||||
"DescribeVolumeStatus": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
@@ -128,10 +368,58 @@
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Volumes"
|
||||
},
|
||||
"DescribeVolumesModifications": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "VolumesModifications"
|
||||
},
|
||||
"DescribeVpcClassicLinkDnsSupport": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Vpcs"
|
||||
},
|
||||
"DescribeVpcEndpointConnectionNotifications": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ConnectionNotificationSet"
|
||||
},
|
||||
"DescribeVpcEndpointConnections": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "VpcEndpointConnections"
|
||||
},
|
||||
"DescribeVpcEndpointServiceConfigurations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ServiceConfigurations"
|
||||
},
|
||||
"DescribeVpcEndpointServicePermissions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "AllowedPrincipals"
|
||||
},
|
||||
"DescribeVpcEndpoints": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "VpcEndpoints"
|
||||
},
|
||||
"DescribeVpcPeeringConnections": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "VpcPeeringConnections"
|
||||
},
|
||||
"DescribeVpcs": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Vpcs"
|
||||
},
|
||||
"DescribeVpnConnections": {
|
||||
@@ -139,6 +427,24 @@
|
||||
},
|
||||
"DescribeVpnGateways": {
|
||||
"result_key": "VpnGateways"
|
||||
},
|
||||
"GetTransitGatewayAttachmentPropagations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGatewayAttachmentPropagations"
|
||||
},
|
||||
"GetTransitGatewayRouteTableAssociations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Associations"
|
||||
},
|
||||
"GetTransitGatewayRouteTablePropagations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGatewayRouteTablePropagations"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user