Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
Madrigal committed Feb 13, 2025
2 parents 7762ce6 + 147ea96 commit f770b3f
Show file tree
Hide file tree
Showing 123 changed files with 1,446 additions and 269 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# Release (2025-02-12)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.35.0](service/bedrockagent/CHANGELOG.md#v1350-2025-02-12)
* **Feature**: This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.36.0](service/bedrockagentruntime/CHANGELOG.md#v1360-2025-02-12)
* **Feature**: This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.51.3](service/codebuild/CHANGELOG.md#v1513-2025-02-12)
* **Documentation**: Add note for the RUNNER_BUILDKITE_BUILD buildType.
* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.52.0](service/fsx/CHANGELOG.md#v1520-2025-02-12)
* **Feature**: Support for in-place Lustre version upgrades
* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.67.0](service/medialive/CHANGELOG.md#v1670-2025-02-12)
* **Feature**: Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.
* `github.com/aws/aws-sdk-go-v2/service/opensearchserverless`: [v1.18.0](service/opensearchserverless/CHANGELOG.md#v1180-2025-02-12)
* **Feature**: Custom OpenSearchServerless Entity ID for SAML Config.
* `github.com/aws/aws-sdk-go-v2/service/polly`: [v1.46.0](service/polly/CHANGELOG.md#v1460-2025-02-12)
* **Feature**: Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.

# Release (2025-02-11)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/acmpca`: [v1.38.0](service/acmpca/CHANGELOG.md#v1380-2025-02-11)
* **Feature**: Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.
* `github.com/aws/aws-sdk-go-v2/service/appsync`: [v1.43.0](service/appsync/CHANGELOG.md#v1430-2025-02-11)
* **Feature**: Add support for operation level caching
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.203.0](service/ec2/CHANGELOG.md#v12030-2025-02-11)
* **Feature**: Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created.
* `github.com/aws/aws-sdk-go-v2/service/pi`: [v1.30.1](service/pi/CHANGELOG.md#v1301-2025-02-11)
* **Documentation**: Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.

# Release (2025-02-10)

## General Highlights
Expand Down
41 changes: 40 additions & 1 deletion codegen/sdk-codegen/aws-models/acm-pca.json
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@
"traits": {
"smithy.api#length": {
"min": 1,
"max": 20480
"max": 81920
},
"smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+$"
}
Expand Down Expand Up @@ -2004,6 +2004,18 @@
"traits": {
"smithy.api#documentation": "<p>Configures the behavior of the CRL Distribution Point extension for certificates issued by your certificate authority. If this field is not provided, then the CRl Distribution Point Extension will be present and contain the default CRL URL.</p>"
}
},
"CrlType": {
"target": "com.amazonaws.acmpca#CrlType",
"traits": {
"smithy.api#documentation": "<p>Choose whether to use a partitioned or complete CRL. Your choice determines the maximum number of certificates that the certificate authority can issue and revoke, as described in the <a href=\"https://docs.aws.amazon.com/general/latest/gr/pca.html#limits_pca-connector-ad\">Amazon Web Services Private CA quotas</a>.</p>\n <ul>\n <li>\n <p>\n <code>PARTITIONED</code> - The default setting. Partitioned CRLs are an especially good option for devices that have limited processing power or storage capacity, such as certain IoT devices. Compared to complete CRLs, partitioned CRLs dramatically increase the number of certificates your private CA can issue. Each certificate that Amazon Web Services Private CA issues is bound to a specific CRL partition through the CRL distribution point (CDP) defined in <a href=\"https://datatracker.ietf.org/doc/html/rfc5280\">RFC 5280</a>.</p>\n <important>\n <p>To make sure that your client fetches the CRL from a valid endpoint, we recommend that you programmatically validate that the CRL's issuing distribution point (IDP) URI matches the certificate's CDP URI. Amazon Web Services Private CA marks the IDP extension as critical, which your client must be able to process.</p>\n </important>\n </li>\n <li>\n <p>\n <code>COMPLETE</code> - Amazon Web Services Private CA maintains a single CRL file for all unexpired certificates issued by a CA that have been revoked for any reason.</p>\n </li>\n </ul>"
}
},
"CustomPath": {
"target": "com.amazonaws.acmpca#CrlPathString",
"traits": {
"smithy.api#documentation": "<p>Designates a custom file path in S3 for CRL(s). For example, <code>http://&lt;CustomName&gt;/&lt;CustomPath&gt;/&lt;CrlPartition_GUID&gt;.crl</code>. You can change the custom path up to five times.</p>"
}
}
},
"traits": {
Expand All @@ -2026,6 +2038,33 @@
"smithy.api#documentation": "<p>Contains configuration information for the default behavior of the CRL Distribution Point (CDP) extension in certificates issued by your CA. This extension \n\t\t\tcontains a link to download the CRL, so you can check whether a certificate has been revoked. To choose whether you want this extension\n\t\t\tomitted or not in certificates issued by your CA, you can set the <b>OmitExtension</b> parameter.</p>"
}
},
"com.amazonaws.acmpca#CrlPathString": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 253
},
"smithy.api#pattern": "^[-a-zA-Z0-9;?:@&=+$,%_.!~*()']+(/[-a-zA-Z0-9;?:@&=+$,%_.!~*()']+)*$"
}
},
"com.amazonaws.acmpca#CrlType": {
"type": "enum",
"members": {
"COMPLETE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "COMPLETE"
}
},
"PARTITIONED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "PARTITIONED"
}
}
}
},
"com.amazonaws.acmpca#CsrBlob": {
"type": "blob",
"traits": {
Expand Down
22 changes: 14 additions & 8 deletions codegen/sdk-codegen/aws-models/appsync.json
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Describes an AppSync API. You can use <code>Api</code> for an AppSync\n API with your preferred configuration, such as an Event API that provides real-time message\n publishing and message subscriptions over WebSockets.</p>"
"smithy.api#documentation": "<p>Describes an AppSync API. You can use <code>Api</code> for an AppSync API with your preferred configuration, such as an Event API that provides\n real-time message publishing and message subscriptions over WebSockets.</p>"
}
},
"com.amazonaws.appsync#ApiAssociation": {
Expand Down Expand Up @@ -1325,7 +1325,7 @@
"apiCachingBehavior": {
"target": "com.amazonaws.appsync#ApiCachingBehavior",
"traits": {
"smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests are fully\n cached.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n </ul>"
"smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests from the\n same user are cached. Individual resolvers are automatically cached. All API calls\n will try to return responses from the cache.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n <li>\n <p>\n <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p>\n </li>\n </ul>"
}
},
"transitEncryptionEnabled": {
Expand Down Expand Up @@ -1509,6 +1509,12 @@
"traits": {
"smithy.api#enumValue": "PER_RESOLVER_CACHING"
}
},
"OPERATION_LEVEL_CACHING": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "OPERATION_LEVEL_CACHING"
}
}
}
},
Expand Down Expand Up @@ -2203,7 +2209,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Describes a channel namespace associated with an <code>Api</code>. The <code>ChannelNamespace</code> contains the definitions for code handlers for the <code>Api</code>.</p>"
"smithy.api#documentation": "<p>Describes a channel namespace associated with an <code>Api</code>. The\n <code>ChannelNamespace</code> contains the definitions for code handlers for the\n <code>Api</code>.</p>"
}
},
"com.amazonaws.appsync#ChannelNamespaces": {
Expand Down Expand Up @@ -2394,7 +2400,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>A conflict with a previous successful update is detected. This typically\n occurs when the previous update did not have time to propagate before the next update was\n made. A retry (with appropriate backoff logic) is the recommended response to this\n exception.</p>",
"smithy.api#documentation": "<p>A conflict with a previous successful update is detected. This typically occurs when the\n previous update did not have time to propagate before the next update was made. A retry\n (with appropriate backoff logic) is the recommended response to this exception.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 409
}
Expand Down Expand Up @@ -2542,7 +2548,7 @@
"apiCachingBehavior": {
"target": "com.amazonaws.appsync#ApiCachingBehavior",
"traits": {
"smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests are fully\n cached.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n </ul>",
"smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests from the\n same user are cached. Individual resolvers are automatically cached. All API calls\n will try to return responses from the cache.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n <li>\n <p>\n <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -3545,7 +3551,7 @@
"type": {
"target": "com.amazonaws.appsync#DataSourceType",
"traits": {
"smithy.api#documentation": "<p>The type of the data source.</p>\n <ul>\n <li>\n <p>\n <b>AWS_LAMBDA</b>: The data source is an Lambda function.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_ELASTICSEARCH</b>: The data source is an\n Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_OPENSEARCH_SERVICE</b>: The data source is\n an Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_EVENTBRIDGE</b>: The data source is an\n Amazon EventBridge configuration.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_BEDROCK_RUNTIME</b>: The data source is the Amazon Bedrock runtime.</p>\n </li>\n <li>\n <p>\n <b>NONE</b>: There is no data source. Use this type\n when you want to invoke a GraphQL operation without connecting to a data source, such\n as when you're performing data transformation with resolvers or invoking a\n subscription from a mutation.</p>\n </li>\n <li>\n <p>\n <b>HTTP</b>: The data source is an HTTP\n endpoint.</p>\n </li>\n <li>\n <p>\n <b>RELATIONAL_DATABASE</b>: The data source is a\n relational database.</p>\n </li>\n </ul>"
"smithy.api#documentation": "<p>The type of the data source.</p>\n <ul>\n <li>\n <p>\n <b>AWS_LAMBDA</b>: The data source is an Lambda function.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_ELASTICSEARCH</b>: The data source is an\n Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_OPENSEARCH_SERVICE</b>: The data source is\n an Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_EVENTBRIDGE</b>: The data source is an\n Amazon EventBridge configuration.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_BEDROCK_RUNTIME</b>: The data source is the\n Amazon Bedrock runtime.</p>\n </li>\n <li>\n <p>\n <b>NONE</b>: There is no data source. Use this type\n when you want to invoke a GraphQL operation without connecting to a data source, such\n as when you're performing data transformation with resolvers or invoking a\n subscription from a mutation.</p>\n </li>\n <li>\n <p>\n <b>HTTP</b>: The data source is an HTTP\n endpoint.</p>\n </li>\n <li>\n <p>\n <b>RELATIONAL_DATABASE</b>: The data source is a\n relational database.</p>\n </li>\n </ul>"
}
},
"serviceRoleArn": {
Expand Down Expand Up @@ -7069,7 +7075,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Lists the channel namespaces for a specified <code>Api</code>.</p>\n <p>\n <code>ListChannelNamespaces</code> returns only high level details for the channel\n namespace. To retrieve code handlers, use\n <code>GetChannelNamespace</code>.</p>",
"smithy.api#documentation": "<p>Lists the channel namespaces for a specified <code>Api</code>.</p>\n <p>\n <code>ListChannelNamespaces</code> returns only high level details for the channel\n namespace. To retrieve code handlers, use <code>GetChannelNamespace</code>.</p>",
"smithy.api#http": {
"method": "GET",
"uri": "/v2/apis/{apiId}/channelNamespaces",
Expand Down Expand Up @@ -9573,7 +9579,7 @@
"apiCachingBehavior": {
"target": "com.amazonaws.appsync#ApiCachingBehavior",
"traits": {
"smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests are fully\n cached.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n </ul>",
"smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests from the\n same user are cached. Individual resolvers are automatically cached. All API calls\n will try to return responses from the cache.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n <li>\n <p>\n <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
Expand Down
Loading

0 comments on commit f770b3f

Please sign in to comment.