Skip to content

Commit

Permalink
Merging v1.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Mar 27, 2024
2 parents a56b600 + bc1c9f4 commit 7d2d18b
Show file tree
Hide file tree
Showing 8 changed files with 1,211 additions and 485 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.1.6] - 03/27/2024

### Features
* (**batch**) This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS
* (**bedrockagent**) This changes introduces metadata documents statistics and also updates the documentation for bedrock agent.
* (**bedrockagentruntime**) This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs.
* (**elasticache**) Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load

### Documentation
* (**secretsmanager**) Documentation updates for Secrets Manager

## [1.1.5] - 03/26/2024

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11814,6 +11814,7 @@
"deprecated" : true,
"hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
},
"me-central-1" : { },
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
Expand Down Expand Up @@ -11847,6 +11848,7 @@
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-4" : { },
Expand Down Expand Up @@ -11877,6 +11879,7 @@
"deprecated" : true,
"hostname" : "medialive-fips.us-west-2.amazonaws.com"
},
"me-central-1" : { },
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
Expand Down
40 changes: 40 additions & 0 deletions codegen/sdk/aws-models/batch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4260,6 +4260,12 @@
"smithy.api#documentation": "<p>When this parameter is <code>true</code>, the container is given elevated permissions on the\n host container instance. The level of permissions are similar to the <code>root</code> user\n permissions. The default value is <code>false</code>. This parameter maps to\n <code>privileged</code> policy in the <a href=\"https://kubernetes.io/docs/concepts/security/pod-security-policy/#privileged\">Privileged\n pod security policies</a> in the <i>Kubernetes documentation</i>.</p>"
}
},
"allowPrivilegeEscalation": {
"target": "com.amazonaws.batch#Boolean",
"traits": {
"smithy.api#documentation": "<p>Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process. The default value is <code>false</code>.</p>"
}
},
"readOnlyRootFilesystem": {
"target": "com.amazonaws.batch#Boolean",
"traits": {
Expand Down Expand Up @@ -4402,6 +4408,12 @@
"smithy.api#documentation": "<p>The DNS policy for the pod. The default value is <code>ClusterFirst</code>. If the\n <code>hostNetwork</code> parameter is not specified, the default is\n <code>ClusterFirstWithHostNet</code>. <code>ClusterFirst</code> indicates that any DNS query\n that does not match the configured cluster domain suffix is forwarded to the upstream nameserver\n inherited from the node. For more information, see <a href=\"https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy\">Pod's DNS policy</a> in the <i>Kubernetes documentation</i>.</p>\n <p>Valid values: <code>Default</code> | <code>ClusterFirst</code> |\n <code>ClusterFirstWithHostNet</code>\n </p>"
}
},
"imagePullSecrets": {
"target": "com.amazonaws.batch#ImagePullSecrets",
"traits": {
"smithy.api#documentation": "<p>References a Kubernetes secret resource. This object must start and end with an alphanumeric character, is required to be lowercase, can include periods (.) and hyphens (-), and can't contain more than 253 characters.</p>\n <p>\n <code>ImagePullSecret$name</code> is required when this object is used.</p>"
}
},
"containers": {
"target": "com.amazonaws.batch#EksContainers",
"traits": {
Expand Down Expand Up @@ -4458,6 +4470,12 @@
"smithy.api#documentation": "<p>The DNS policy for the pod. The default value is <code>ClusterFirst</code>. If the\n <code>hostNetwork</code> parameter is not specified, the default is\n <code>ClusterFirstWithHostNet</code>. <code>ClusterFirst</code> indicates that any DNS query\n that does not match the configured cluster domain suffix is forwarded to the upstream nameserver\n inherited from the node. If no value was specified for <code>dnsPolicy</code> in the <a href=\"https://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html\">RegisterJobDefinition</a> API operation, then no value will be returned for\n <code>dnsPolicy</code> by either of <a href=\"https://docs.aws.amazon.com/batch/latest/APIReference/API_DescribeJobDefinitions.html\">DescribeJobDefinitions</a>\n or <a href=\"https://docs.aws.amazon.com/batch/latest/APIReference/API_DescribeJobs.html\">DescribeJobs</a> API operations. The pod spec setting will contain either\n <code>ClusterFirst</code> or <code>ClusterFirstWithHostNet</code>, depending on the value of the\n <code>hostNetwork</code> parameter. For more information, see <a href=\"https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy\">Pod's DNS policy</a> in the <i>Kubernetes documentation</i>.</p>\n <p>Valid values: <code>Default</code> | <code>ClusterFirst</code> |\n <code>ClusterFirstWithHostNet</code>\n </p>"
}
},
"imagePullSecrets": {
"target": "com.amazonaws.batch#ImagePullSecrets",
"traits": {
"smithy.api#documentation": "<p>Displays the reference pointer to the Kubernetes secret resource.</p>"
}
},
"containers": {
"target": "com.amazonaws.batch#EksContainerDetails",
"traits": {
Expand Down Expand Up @@ -4772,6 +4790,28 @@
}
}
},
"com.amazonaws.batch#ImagePullSecret": {
"type": "structure",
"members": {
"name": {
"target": "com.amazonaws.batch#String",
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#documentation": "<p>Provides a unique identifier for the <code>ImagePullSecret</code>. This object is required when <code>EksPodProperties$imagePullSecrets</code> is used.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>References a Kubernetes configuration resource that holds a list of secrets. These secrets help to gain access to pull an image from a private registry.</p>"
}
},
"com.amazonaws.batch#ImagePullSecrets": {
"type": "list",
"member": {
"target": "com.amazonaws.batch#ImagePullSecret"
}
},
"com.amazonaws.batch#ImageType": {
"type": "string",
"traits": {
Expand Down
Loading

0 comments on commit 7d2d18b

Please sign in to comment.