Skip to content

Commit

Permalink
chore: Updates version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Sep 23, 2024
1 parent 72e6cf2 commit 6bfa212
Show file tree
Hide file tree
Showing 14 changed files with 835 additions and 225 deletions.
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4
2 changes: 1 addition & 1 deletion Package.version.next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ public struct CreateDomainNameOutput {
public var certificateArn: Swift.String?
/// The name of the certificate that will be used by edge-optimized endpoint for this domain name.
public var certificateName: Swift.String?
/// The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
/// The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded. API Gateway doesn't change this value if you update the certificate.
public var certificateUploadDate: Foundation.Date?
/// The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.
public var distributionDomainName: Swift.String?
Expand Down Expand Up @@ -4080,7 +4080,7 @@ public struct GetDomainNameOutput {
public var certificateArn: Swift.String?
/// The name of the certificate that will be used by edge-optimized endpoint for this domain name.
public var certificateName: Swift.String?
/// The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
/// The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded. API Gateway doesn't change this value if you update the certificate.
public var certificateUploadDate: Foundation.Date?
/// The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.
public var distributionDomainName: Swift.String?
Expand Down Expand Up @@ -4175,7 +4175,7 @@ extension APIGatewayClientTypes {
public var certificateArn: Swift.String?
/// The name of the certificate that will be used by edge-optimized endpoint for this domain name.
public var certificateName: Swift.String?
/// The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
/// The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded. API Gateway doesn't change this value if you update the certificate.
public var certificateUploadDate: Foundation.Date?
/// The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.
public var distributionDomainName: Swift.String?
Expand Down Expand Up @@ -7599,7 +7599,7 @@ public struct UpdateDomainNameOutput {
public var certificateArn: Swift.String?
/// The name of the certificate that will be used by edge-optimized endpoint for this domain name.
public var certificateName: Swift.String?
/// The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
/// The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded. API Gateway doesn't change this value if you update the certificate.
public var certificateUploadDate: Foundation.Date?
/// The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.
public var distributionDomainName: Swift.String?
Expand Down
422 changes: 359 additions & 63 deletions Sources/Services/AWSAthena/Sources/AWSAthena/Models.swift

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ extension BedrockAgentClientTypes.PromptConfiguration: Swift.CustomDebugStringCo
extension BedrockAgentClientTypes {
/// Contains configurations to override prompts in different parts of an agent sequence. For more information, see [Advanced prompts](https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts.html).
public struct PromptOverrideConfiguration {
/// The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the promptConfigurations must contain a parserMode value that is set to OVERRIDDEN. For more information, see [Parser Lambda function in Agents for Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/lambda-parser.html).
/// The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the promptConfigurations must contain a parserMode value that is set to OVERRIDDEN. For more information, see [Parser Lambda function in Amazon Bedrock Agents](https://docs.aws.amazon.com/bedrock/latest/userguide/lambda-parser.html).
public var overrideLambda: Swift.String?
/// Contains configurations to override a prompt template in one part of an agent sequence. For more information, see [Advanced prompts](https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts.html).
/// This member is required.
Expand Down Expand Up @@ -1637,7 +1637,7 @@ public struct CreateAgentInput {
public var customerEncryptionKeyArn: Swift.String?
/// A description of the agent.
public var description: Swift.String?
/// The foundation model to be used for orchestration by the agent you create.
/// The Amazon Resource Name (ARN) of the foundation model to be used for orchestration by the agent you create.
public var foundationModel: Swift.String?
/// The unique Guardrail configuration assigned to the agent when it is created.
public var guardrailConfiguration: BedrockAgentClientTypes.GuardrailConfiguration?
Expand Down Expand Up @@ -4021,7 +4021,7 @@ extension BedrockAgentClientTypes {
/// The unique identifier of the knowledge base to query.
/// This member is required.
public var knowledgeBaseId: Swift.String?
/// The unique identifier of the model to use to generate a response from the query results. Omit this field if you want to return the retrieved results as an array.
/// The unique identifier of the model or [inference profile](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html) to use to generate a response from the query results. Omit this field if you want to return the retrieved results as an array.
public var modelId: Swift.String?

public init(
Expand Down Expand Up @@ -4210,7 +4210,7 @@ extension BedrockAgentClientTypes {
public struct PromptFlowNodeInlineConfiguration {
/// Contains inference configurations for the prompt.
public var inferenceConfiguration: BedrockAgentClientTypes.PromptInferenceConfiguration?
/// The unique identifier of the model to run inference with.
/// The unique identifier of the model or [inference profile](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html) to run inference with.
/// This member is required.
public var modelId: Swift.String?
/// Contains a prompt and variables in the prompt that can be replaced with values at runtime.
Expand Down Expand Up @@ -7297,7 +7297,7 @@ extension BedrockAgentClientTypes {
public var inferenceConfiguration: BedrockAgentClientTypes.PromptInferenceConfiguration?
/// An array of objects, each containing a key-value pair that defines a metadata tag and value to attach to a prompt variant. For more information, see [Create a prompt using Prompt management](https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management-create.html).
public var metadata: [BedrockAgentClientTypes.PromptMetadataEntry]?
/// The unique identifier of the model with which to run inference on the prompt.
/// The unique identifier of the model or [inference profile](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html) with which to run inference on the prompt.
public var modelId: Swift.String?
/// The name of the prompt variant.
/// This member is required.
Expand Down
6 changes: 3 additions & 3 deletions Sources/Services/AWSEC2/Sources/AWSEC2/EC2Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3035,7 +3035,7 @@ extension EC2Client {

/// Performs the `CancelConversionTask` operation on the `AmazonEC2` service.
///
/// Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception. For more information, see [Importing a Virtual Machine Using the Amazon EC2 CLI](https://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ec2-cli-vmimport-export.html).
/// Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.
///
/// - Parameter CancelConversionTaskInput : [no documentation found]
///
Expand Down Expand Up @@ -31355,7 +31355,7 @@ extension EC2Client {

/// Performs the `ImportInstance` operation on the `AmazonEC2` service.
///
/// We recommend that you use the [ImportImage](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportImage.html) API. For more information, see [Importing a VM as an image using VM Import/Export](https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html) in the VM Import/Export User Guide. Creates an import instance task using metadata from the specified disk image. This API action is not supported by the Command Line Interface (CLI). For information about using the Amazon EC2 CLI, which is deprecated, see [Importing a VM to Amazon EC2](https://awsdocs.s3.amazonaws.com/EC2/ec2-clt.pdf#UsingVirtualMachinesinAmazonEC2) in the Amazon EC2 CLI Reference PDF file. This API action supports only single-volume VMs. To import multi-volume VMs, use [ImportImage] instead. For information about the import manifest referenced by this API action, see [VM Import Manifest](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html).
/// We recommend that you use the [ImportImage](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportImage.html) API instead. For more information, see [Importing a VM as an image using VM Import/Export](https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html) in the VM Import/Export User Guide. Creates an import instance task using metadata from the specified disk image. This API action supports only single-volume VMs. To import multi-volume VMs, use [ImportImage] instead. For information about the import manifest referenced by this API action, see [VM Import Manifest](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html). This API action is not supported by the Command Line Interface (CLI).
///
/// - Parameter ImportInstanceInput : [no documentation found]
///
Expand Down Expand Up @@ -31547,7 +31547,7 @@ extension EC2Client {

/// Performs the `ImportVolume` operation on the `AmazonEC2` service.
///
/// Creates an import volume task using metadata from the specified disk image. This API action supports only single-volume VMs. To import multi-volume VMs, use [ImportImage] instead. To import a disk to a snapshot, use [ImportSnapshot] instead. This API action is not supported by the Command Line Interface (CLI). For information about using the Amazon EC2 CLI, which is deprecated, see [Importing Disks to Amazon EBS](https://awsdocs.s3.amazonaws.com/EC2/ec2-clt.pdf#importing-your-volumes-into-amazon-ebs) in the Amazon EC2 CLI Reference PDF file. For information about the import manifest referenced by this API action, see [VM Import Manifest](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html).
/// This API action supports only single-volume VMs. To import multi-volume VMs, use [ImportImage] instead. To import a disk to a snapshot, use [ImportSnapshot] instead. Creates an import volume task using metadata from the specified disk image. For information about the import manifest referenced by this API action, see [VM Import Manifest](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html). This API action is not supported by the Command Line Interface (CLI).
///
/// - Parameter ImportVolumeInput : [no documentation found]
///
Expand Down
36 changes: 32 additions & 4 deletions Sources/Services/AWSEC2/Sources/AWSEC2/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9561,6 +9561,14 @@ extension EC2ClientTypes {
case g64xlarge
case g68xlarge
case g6Xlarge
case g6e12xlarge
case g6e16xlarge
case g6e24xlarge
case g6e2xlarge
case g6e48xlarge
case g6e4xlarge
case g6e8xlarge
case g6eXlarge
case gr64xlarge
case gr68xlarge
case h116xlarge
Expand Down Expand Up @@ -10385,6 +10393,14 @@ extension EC2ClientTypes {
.g64xlarge,
.g68xlarge,
.g6Xlarge,
.g6e12xlarge,
.g6e16xlarge,
.g6e24xlarge,
.g6e2xlarge,
.g6e48xlarge,
.g6e4xlarge,
.g6e8xlarge,
.g6eXlarge,
.gr64xlarge,
.gr68xlarge,
.h116xlarge,
Expand Down Expand Up @@ -11215,6 +11231,14 @@ extension EC2ClientTypes {
case .g64xlarge: return "g6.4xlarge"
case .g68xlarge: return "g6.8xlarge"
case .g6Xlarge: return "g6.xlarge"
case .g6e12xlarge: return "g6e.12xlarge"
case .g6e16xlarge: return "g6e.16xlarge"
case .g6e24xlarge: return "g6e.24xlarge"
case .g6e2xlarge: return "g6e.2xlarge"
case .g6e48xlarge: return "g6e.48xlarge"
case .g6e4xlarge: return "g6e.4xlarge"
case .g6e8xlarge: return "g6e.8xlarge"
case .g6eXlarge: return "g6e.xlarge"
case .gr64xlarge: return "gr6.4xlarge"
case .gr68xlarge: return "gr6.8xlarge"
case .h116xlarge: return "h1.16xlarge"
Expand Down Expand Up @@ -14214,12 +14238,16 @@ extension EC2ClientTypes {
extension EC2ClientTypes {

public enum FleetCapacityReservationUsageStrategy: Swift.Equatable, Swift.RawRepresentable, Swift.CaseIterable, Swift.Hashable {
case `none`
case useCapacityReservationsFirst
case useCapacityReservationsOnly
case sdkUnknown(Swift.String)

public static var allCases: [FleetCapacityReservationUsageStrategy] {
return [
.useCapacityReservationsFirst
.none,
.useCapacityReservationsFirst,
.useCapacityReservationsOnly
]
}

Expand All @@ -14230,7 +14258,9 @@ extension EC2ClientTypes {

public var rawValue: Swift.String {
switch self {
case .none: return "none"
case .useCapacityReservationsFirst: return "use-capacity-reservations-first"
case .useCapacityReservationsOnly: return "use-capacity-reservations-only"
case let .sdkUnknown(s): return s
}
}
Expand Down Expand Up @@ -33134,10 +33164,8 @@ public struct DescribeCapacityBlockOfferingsInput {
/// The latest end date for the Capacity Block offering.
public var endDateRange: Foundation.Date?
/// The number of instances for which to reserve capacity.
/// This member is required.
public var instanceCount: Swift.Int?
/// The type of instance for which the Capacity Block offering reserves capacity.
/// This member is required.
public var instanceType: Swift.String?
/// The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see [Pagination](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination).
public var maxResults: Swift.Int?
Expand Down Expand Up @@ -38459,7 +38487,7 @@ public struct DescribeImportSnapshotTasksInput {
extension EC2ClientTypes {
/// Details about the import snapshot task.
public struct SnapshotTaskDetail {
/// The description of the snapshot.
/// The description of the disk image being imported.
public var description: Swift.String?
/// The size of the disk in the snapshot, in GiB.
public var diskImageSize: Swift.Double?
Expand Down
Loading

0 comments on commit 6bfa212

Please sign in to comment.