go.mod: bump osbuild/images to c2aa82cc9a86
images 0.1.0 and 0.2.0 were already released, but they are incompatible with osbuild-composer's test suite. However, we need to support F40 as soon as possible. This commit as a workaround: it bumps the dependency to a new enough version that has Fedora 40, but it's old enough that it doesn't have the breaking changes.
This commit is contained in:
parent
8ba1976b02
commit
4499356bfd
34 changed files with 844 additions and 324 deletions
175
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
175
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
|
|
@ -705,6 +705,9 @@ var awsPartition = partition{
|
|||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "il-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "me-central-1",
|
||||
}: endpoint{},
|
||||
|
|
@ -1850,6 +1853,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
|
|
@ -14052,6 +14058,42 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "eu-west-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "fips-us-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-east-2",
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-east-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-east-2",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-west-1",
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-west-2",
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "me-south-1",
|
||||
}: endpoint{},
|
||||
|
|
@ -14061,15 +14103,39 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-east-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-2",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-east-2.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-west-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-west-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-west-2",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-west-2.amazonaws.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
"internetmonitor": service{
|
||||
|
|
@ -19774,6 +19840,24 @@ var awsPartition = partition{
|
|||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
endpointKey{
|
||||
Region: "aws-global",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "networkmanager-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-aws-global",
|
||||
}: endpoint{
|
||||
Hostname: "networkmanager-fips.us-west-2.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-west-2",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
},
|
||||
},
|
||||
"nimble": service{
|
||||
|
|
@ -24689,6 +24773,9 @@ var awsPartition = partition{
|
|||
},
|
||||
"schemas": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "af-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-east-1",
|
||||
}: endpoint{},
|
||||
|
|
@ -24698,6 +24785,9 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-northeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-northeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-south-1",
|
||||
}: endpoint{},
|
||||
|
|
@ -24707,15 +24797,27 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ap-southeast-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ap-southeast-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-central-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-north-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-south-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-1",
|
||||
}: endpoint{},
|
||||
|
|
@ -24725,6 +24827,12 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "eu-west-3",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "me-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "me-south-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "sa-east-1",
|
||||
}: endpoint{},
|
||||
|
|
@ -29528,9 +29636,18 @@ var awsPartition = partition{
|
|||
endpointKey{
|
||||
Region: "ca-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-central-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-north-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "eu-west-2",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-east-1",
|
||||
}: endpoint{},
|
||||
|
|
@ -33023,6 +33140,16 @@ var awscnPartition = partition{
|
|||
},
|
||||
},
|
||||
},
|
||||
"schemas": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "cn-north-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "cn-northwest-1",
|
||||
}: endpoint{},
|
||||
},
|
||||
},
|
||||
"secretsmanager": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
|
|
@ -36390,12 +36517,42 @@ var awsusgovPartition = partition{
|
|||
},
|
||||
"inspector2": service{
|
||||
Endpoints: serviceEndpoints{
|
||||
endpointKey{
|
||||
Region: "fips-us-gov-east-1",
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-gov-east-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-east-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-us-gov-west-1",
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-gov-east-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-gov-east-1.amazonaws.com",
|
||||
},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
}: endpoint{},
|
||||
endpointKey{
|
||||
Region: "us-gov-west-1",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "inspector2-fips.us-gov-west-1.amazonaws.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
"internetmonitor": service{
|
||||
|
|
@ -37368,6 +37525,24 @@ var awsusgovPartition = partition{
|
|||
Region: "us-gov-west-1",
|
||||
},
|
||||
},
|
||||
endpointKey{
|
||||
Region: "aws-us-gov-global",
|
||||
Variant: fipsVariant,
|
||||
}: endpoint{
|
||||
Hostname: "networkmanager.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
},
|
||||
endpointKey{
|
||||
Region: "fips-aws-us-gov-global",
|
||||
}: endpoint{
|
||||
Hostname: "networkmanager.us-gov-west-1.amazonaws.com",
|
||||
CredentialScope: credentialScope{
|
||||
Region: "us-gov-west-1",
|
||||
},
|
||||
Deprecated: boxedTrue,
|
||||
},
|
||||
},
|
||||
},
|
||||
"oidc": service{
|
||||
|
|
|
|||
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
|
|
@ -5,4 +5,4 @@ package aws
|
|||
const SDKName = "aws-sdk-go"
|
||||
|
||||
// SDKVersion is the version of this SDK
|
||||
const SDKVersion = "1.44.322"
|
||||
const SDKVersion = "1.44.325"
|
||||
|
|
|
|||
151
vendor/github.com/aws/aws-sdk-go/service/ec2/api.go
generated
vendored
151
vendor/github.com/aws/aws-sdk-go/service/ec2/api.go
generated
vendored
|
|
@ -8685,9 +8685,11 @@ func (c *EC2) CreateSubnetCidrReservationRequest(input *CreateSubnetCidrReservat
|
|||
|
||||
// CreateSubnetCidrReservation API operation for Amazon Elastic Compute Cloud.
|
||||
//
|
||||
// Creates a subnet CIDR reservation. For information about subnet CIDR reservations,
|
||||
// see Subnet CIDR reservations (https://docs.aws.amazon.com/vpc/latest/userguide/subnet-cidr-reservation.html)
|
||||
// in the Amazon Virtual Private Cloud User Guide.
|
||||
// Creates a subnet CIDR reservation. For more information, see Subnet CIDR
|
||||
// reservations (https://docs.aws.amazon.com/vpc/latest/userguide/subnet-cidr-reservation.html)
|
||||
// in the Amazon Virtual Private Cloud User Guide and Assign prefixes to network
|
||||
// interfaces (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html)
|
||||
// in the Amazon Elastic Compute Cloud User Guide.
|
||||
//
|
||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||
// with awserr.Error's Code and Message methods to get detailed information about
|
||||
|
|
@ -12609,10 +12611,19 @@ func (c *EC2) DeleteLaunchTemplateVersionsRequest(input *DeleteLaunchTemplateVer
|
|||
|
||||
// DeleteLaunchTemplateVersions API operation for Amazon Elastic Compute Cloud.
|
||||
//
|
||||
// Deletes one or more versions of a launch template. You cannot delete the
|
||||
// default version of a launch template; you must first assign a different version
|
||||
// as the default. If the default version is the only version for the launch
|
||||
// template, you must delete the entire launch template using DeleteLaunchTemplate.
|
||||
// Deletes one or more versions of a launch template.
|
||||
//
|
||||
// You can't delete the default version of a launch template; you must first
|
||||
// assign a different version as the default. If the default version is the
|
||||
// only version for the launch template, you must delete the entire launch template
|
||||
// using DeleteLaunchTemplate.
|
||||
//
|
||||
// You can delete up to 200 launch template versions in a single request. To
|
||||
// delete more than 200 versions in a single request, use DeleteLaunchTemplate,
|
||||
// which deletes the launch template and all of its versions.
|
||||
//
|
||||
// For more information, see Delete a launch template version (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html#delete-launch-template-version)
|
||||
// in the EC2 User Guide.
|
||||
//
|
||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||
// with awserr.Error's Code and Message methods to get detailed information about
|
||||
|
|
@ -69416,9 +69427,7 @@ type CreateFlowLogsInput struct {
|
|||
// in the Amazon VPC User Guide or Transit Gateway Flow Log records (https://docs.aws.amazon.com/vpc/latest/tgw/tgw-flow-logs.html#flow-log-records)
|
||||
// in the Amazon Web Services Transit Gateway Guide.
|
||||
//
|
||||
// Specify the fields using the ${field-id} format, separated by spaces. For
|
||||
// the CLI, surround this parameter value with single quotes on Linux or double
|
||||
// quotes on Windows.
|
||||
// Specify the fields using the ${field-id} format, separated by spaces.
|
||||
LogFormat *string `type:"string"`
|
||||
|
||||
// The name of a new or existing CloudWatch Logs log group where Amazon EC2
|
||||
|
|
@ -74866,18 +74875,13 @@ type CreateSubnetCidrReservationInput struct {
|
|||
// it is UnauthorizedOperation.
|
||||
DryRun *bool `type:"boolean"`
|
||||
|
||||
// The type of reservation.
|
||||
// The type of reservation. The reservation type determines how the reserved
|
||||
// IP addresses are assigned to resources.
|
||||
//
|
||||
// The following are valid values:
|
||||
// * prefix - Amazon Web Services assigns the reserved IP addresses to network
|
||||
// interfaces.
|
||||
//
|
||||
// * prefix: The Amazon EC2 Prefix Delegation feature assigns the IP addresses
|
||||
// to network interfaces that are associated with an instance. For information
|
||||
// about Prefix Delegation, see Prefix Delegation for Amazon EC2 network
|
||||
// interfaces (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-delegation.html)
|
||||
// in the Amazon Elastic Compute Cloud User Guide.
|
||||
//
|
||||
// * explicit: You manually assign the IP addresses to resources that reside
|
||||
// in your subnet.
|
||||
// * explicit - You assign the reserved IP addresses to network interfaces.
|
||||
//
|
||||
// ReservationType is a required field
|
||||
ReservationType *string `type:"string" required:"true" enum:"SubnetCidrReservationType"`
|
||||
|
|
@ -75617,6 +75621,10 @@ type CreateTrafficMirrorSessionInput struct {
|
|||
//
|
||||
// If you do not want to mirror the entire packet, use the PacketLength parameter
|
||||
// to specify the number of bytes in each packet to mirror.
|
||||
//
|
||||
// For sessions with Network Load Balancer (NLB) Traffic Mirror targets the
|
||||
// default PacketLength will be set to 8500. Valid values are 1-8500. Setting
|
||||
// a PacketLength greater than 8500 will result in an error response.
|
||||
PacketLength *int64 `type:"integer"`
|
||||
|
||||
// The session number determines the order in which sessions are evaluated when
|
||||
|
|
@ -82180,7 +82188,8 @@ type DeleteLaunchTemplateVersionsInput struct {
|
|||
// not both.
|
||||
LaunchTemplateName *string `min:"3" type:"string"`
|
||||
|
||||
// The version numbers of one or more launch template versions to delete.
|
||||
// The version numbers of one or more launch template versions to delete. You
|
||||
// can specify up to 200 launch template version numbers.
|
||||
//
|
||||
// Versions is a required field
|
||||
Versions []*string `locationName:"LaunchTemplateVersion" locationNameList:"item" type:"list" required:"true"`
|
||||
|
|
@ -95325,7 +95334,7 @@ type DescribeInstancesInput struct {
|
|||
// * availability-zone - The Availability Zone of the instance.
|
||||
//
|
||||
// * block-device-mapping.attach-time - The attach time for an EBS volume
|
||||
// mapped to the instance, for example, 2010-09-15T17:15:20.000Z.
|
||||
// mapped to the instance, for example, 2022-09-15T17:15:20.000Z.
|
||||
//
|
||||
// * block-device-mapping.delete-on-termination - A Boolean that indicates
|
||||
// whether the EBS volume is deleted on instance termination.
|
||||
|
|
@ -95338,14 +95347,38 @@ type DescribeInstancesInput struct {
|
|||
//
|
||||
// * block-device-mapping.volume-id - The volume ID of the EBS volume.
|
||||
//
|
||||
// * boot-mode - The boot mode that was specified by the AMI (legacy-bios
|
||||
// | uefi | uefi-preferred).
|
||||
//
|
||||
// * capacity-reservation-id - The ID of the Capacity Reservation into which
|
||||
// the instance was launched.
|
||||
//
|
||||
// * capacity-reservation-specification.capacity-reservation-preference -
|
||||
// The instance's Capacity Reservation preference (open | none).
|
||||
//
|
||||
// * capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id
|
||||
// - The ID of the targeted Capacity Reservation.
|
||||
//
|
||||
// * capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn
|
||||
// - The ARN of the targeted Capacity Reservation group.
|
||||
//
|
||||
// * client-token - The idempotency token you provided when you launched
|
||||
// the instance.
|
||||
//
|
||||
// * current-instance-boot-mode - The boot mode that is used to launch the
|
||||
// instance at launch or start (legacy-bios | uefi).
|
||||
//
|
||||
// * dns-name - The public DNS name of the instance.
|
||||
//
|
||||
// * ebs-optimized - A Boolean that indicates whether the instance is optimized
|
||||
// for Amazon EBS I/O.
|
||||
//
|
||||
// * ena-support - A Boolean that indicates whether the instance is enabled
|
||||
// for enhanced networking with ENA.
|
||||
//
|
||||
// * enclave-options.enabled - A Boolean that indicates whether the instance
|
||||
// is enabled for Amazon Web Services Nitro Enclaves.
|
||||
//
|
||||
// * hibernation-options.configured - A Boolean that indicates whether the
|
||||
// instance is enabled for hibernation. A value of true means that the instance
|
||||
// is enabled for hibernation.
|
||||
|
|
@ -95359,6 +95392,12 @@ type DescribeInstancesInput struct {
|
|||
// * iam-instance-profile.arn - The instance profile associated with the
|
||||
// instance. Specified as an ARN.
|
||||
//
|
||||
// * iam-instance-profile.id - The instance profile associated with the instance.
|
||||
// Specified as an ID.
|
||||
//
|
||||
// * iam-instance-profile.name - The instance profile associated with the
|
||||
// instance. Specified as an name.
|
||||
//
|
||||
// * image-id - The ID of the image used to launch the instance.
|
||||
//
|
||||
// * instance-id - The ID of the instance.
|
||||
|
|
@ -95383,6 +95422,8 @@ type DescribeInstancesInput struct {
|
|||
//
|
||||
// * ip-address - The public IPv4 address of the instance.
|
||||
//
|
||||
// * ipv6-address - The IPv6 address of the instance.
|
||||
//
|
||||
// * kernel-id - The kernel ID.
|
||||
//
|
||||
// * key-name - The name of the key pair used when the instance was launched.
|
||||
|
|
@ -95395,27 +95436,41 @@ type DescribeInstancesInput struct {
|
|||
// You can use a wildcard (*), for example, 2021-09-29T*, which matches an
|
||||
// entire day.
|
||||
//
|
||||
// * metadata-options.http-tokens - The metadata request authorization state
|
||||
// (optional | required)
|
||||
// * license-pool -
|
||||
//
|
||||
// * metadata-options.http-put-response-hop-limit - The HTTP metadata request
|
||||
// put response hop limit (integer, possible values 1 to 64)
|
||||
// * maintenance-options.auto-recovery - The current automatic recovery behavior
|
||||
// of the instance (disabled | default).
|
||||
//
|
||||
// * metadata-options.http-endpoint - The status of access to the HTTP metadata
|
||||
// endpoint on your instance (enabled | disabled)
|
||||
//
|
||||
// * metadata-options.http-protocol-ipv4 - Indicates whether the IPv4 endpoint
|
||||
// is enabled (disabled | enabled).
|
||||
//
|
||||
// * metadata-options.http-protocol-ipv6 - Indicates whether the IPv6 endpoint
|
||||
// is enabled (disabled | enabled).
|
||||
//
|
||||
// * metadata-options.http-put-response-hop-limit - The HTTP metadata request
|
||||
// put response hop limit (integer, possible values 1 to 64)
|
||||
//
|
||||
// * metadata-options.http-tokens - The metadata request authorization state
|
||||
// (optional | required)
|
||||
//
|
||||
// * metadata-options.instance-metadata-tags - The status of access to instance
|
||||
// tags from the instance metadata (enabled | disabled)
|
||||
//
|
||||
// * metadata-options.state - The state of the metadata option changes (pending
|
||||
// | applied).
|
||||
//
|
||||
// * monitoring-state - Indicates whether detailed monitoring is enabled
|
||||
// (disabled | enabled).
|
||||
//
|
||||
// * network-interface.addresses.private-ip-address - The private IPv4 address
|
||||
// associated with the network interface.
|
||||
//
|
||||
// * network-interface.addresses.primary - Specifies whether the IPv4 address
|
||||
// of the network interface is the primary private IPv4 address.
|
||||
//
|
||||
// * network-interface.addresses.private-ip-address - The private IPv4 address
|
||||
// associated with the network interface.
|
||||
//
|
||||
// * network-interface.addresses.association.public-ip - The ID of the association
|
||||
// of an Elastic IP address (IPv4) with a network interface.
|
||||
//
|
||||
|
|
@ -95507,8 +95562,29 @@ type DescribeInstancesInput struct {
|
|||
//
|
||||
// * platform - The platform. To list only Windows instances, use windows.
|
||||
//
|
||||
// * platform-details - The platform (Linux/UNIX | Red Hat BYOL Linux | Red
|
||||
// Hat Enterprise Linux | Red Hat Enterprise Linux with HA | Red Hat Enterprise
|
||||
// Linux with SQL Server Standard and HA | Red Hat Enterprise Linux with
|
||||
// SQL Server Enterprise and HA | Red Hat Enterprise Linux with SQL Server
|
||||
// Standard | Red Hat Enterprise Linux with SQL Server Web | Red Hat Enterprise
|
||||
// Linux with SQL Server Enterprise | SQL Server Enterprise | SQL Server
|
||||
// Standard | SQL Server Web | SUSE Linux | Ubuntu Pro | Windows | Windows
|
||||
// BYOL | Windows with SQL Server Enterprise | Windows with SQL Server Standard
|
||||
// | Windows with SQL Server Web).
|
||||
//
|
||||
// * private-dns-name - The private IPv4 DNS name of the instance.
|
||||
//
|
||||
// * private-dns-name-options.enable-resource-name-dns-a-record - A Boolean
|
||||
// that indicates whether to respond to DNS queries for instance hostnames
|
||||
// with DNS A records.
|
||||
//
|
||||
// * private-dns-name-options.enable-resource-name-dns-aaaa-record - A Boolean
|
||||
// that indicates whether to respond to DNS queries for instance hostnames
|
||||
// with DNS AAAA records.
|
||||
//
|
||||
// * private-dns-name-options.hostname-type - The type of hostname (ip-name
|
||||
// | resource-name).
|
||||
//
|
||||
// * private-ip-address - The private IPv4 address of the instance.
|
||||
//
|
||||
// * product-code - The product code associated with the AMI used to launch
|
||||
|
|
@ -95564,6 +95640,19 @@ type DescribeInstancesInput struct {
|
|||
//
|
||||
// * tenancy - The tenancy of an instance (dedicated | default | host).
|
||||
//
|
||||
// * tpm-support - Indicates if the instance is configured for NitroTPM support
|
||||
// (v2.0).
|
||||
//
|
||||
// * usage-operation - The usage operation value for the instance (RunInstances
|
||||
// | RunInstances:00g0 | RunInstances:0010 | RunInstances:1010 | RunInstances:1014
|
||||
// | RunInstances:1110 | RunInstances:0014 | RunInstances:0210 | RunInstances:0110
|
||||
// | RunInstances:0100 | RunInstances:0004 | RunInstances:0200 | RunInstances:000g
|
||||
// | RunInstances:0g00 | RunInstances:0002 | RunInstances:0800 | RunInstances:0102
|
||||
// | RunInstances:0006 | RunInstances:0202).
|
||||
//
|
||||
// * usage-operation-update-time - The time that the usage operation was
|
||||
// last updated, for example, 2022-09-15T17:15:20.000Z.
|
||||
//
|
||||
// * virtualization-type - The virtualization type of the instance (paravirtual
|
||||
// | hvm).
|
||||
//
|
||||
|
|
@ -145835,6 +145924,10 @@ type ModifyTrafficMirrorSessionInput struct {
|
|||
// For example, if you set this value to 100, then the first 100 bytes that
|
||||
// meet the filter criteria are copied to the target. Do not specify this parameter
|
||||
// when you want to mirror the entire packet.
|
||||
//
|
||||
// For sessions with Network Load Balancer (NLB) traffic mirror targets, the
|
||||
// default PacketLength will be set to 8500. Valid values are 1-8500. Setting
|
||||
// a PacketLength greater than 8500 will result in an error response.
|
||||
PacketLength *int64 `type:"integer"`
|
||||
|
||||
// The properties that you want to remove from the Traffic Mirror session.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue