Skip to content

Commit 43820ce

Browse files
committed
Update endpoints and services latest releases
1 parent 33f77d2 commit 43820ce

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To use the s3 api, for example, add the following to deps.edn:
5454

5555
``` clojure
5656
{:deps {com.cognitect.aws/api {:mvn/version "0.8.774"}
57-
com.cognitect.aws/endpoints {:mvn/version "871.2.35.1"}
57+
com.cognitect.aws/endpoints {:mvn/version "871.2.35.6"}
5858
com.cognitect.aws/s3 {:mvn/version "871.2.33.5"}}}
5959
```
6060

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
http-kit/http-kit {:mvn/version "2.8.0"}
1717
software.amazon.awssdk/s3 {:mvn/version "2.31.46"}
1818
com.cognitect/http-client {:mvn/version "1.0.127"}
19-
com.cognitect.aws/endpoints {:mvn/version "871.2.35.1"}
19+
com.cognitect.aws/endpoints {:mvn/version "871.2.35.6"}
2020
com.cognitect.aws/autoscaling {:mvn/version "871.2.33.10"}
2121
com.cognitect.aws/dynamodb {:mvn/version "871.2.33.0"}
22-
com.cognitect.aws/ec2 {:mvn/version "871.2.34.6"}
22+
com.cognitect.aws/ec2 {:mvn/version "871.2.35.6"}
2323
com.cognitect.aws/iam {:mvn/version "871.2.32.2"}
24-
com.cognitect.aws/lambda {:mvn/version "871.2.32.20"}
24+
com.cognitect.aws/lambda {:mvn/version "871.2.35.6"}
2525
com.cognitect.aws/s3 {:mvn/version "871.2.33.5"}
2626
com.cognitect.aws/ssm {:mvn/version "871.2.34.6"}
2727
com.cognitect.aws/sts {:mvn/version "871.2.32.2"}}}

latest-releases.edn

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{com.cognitect.aws/api {:mvn/version "0.8.774"},
2-
com.cognitect.aws/endpoints {:mvn/version "871.2.35.1"},
2+
com.cognitect.aws/endpoints {:mvn/version "871.2.35.6"},
33
com.cognitect.aws/AWS242AppRegistry
44
{:mvn/version "871.2.33.0",
55
:aws/serviceFullName "AWS Service Catalog App Registry"},
@@ -127,11 +127,11 @@
127127
{:mvn/version "871.2.34.6",
128128
:aws/serviceFullName "Agents for Amazon Bedrock Runtime"},
129129
com.cognitect.aws/bedrock-agentcore
130-
{:mvn/version "871.2.35.1",
130+
{:mvn/version "871.2.35.6",
131131
:aws/serviceFullName
132132
"Amazon Bedrock AgentCore Data Plane Fronting Layer"},
133133
com.cognitect.aws/bedrock-agentcore-control
134-
{:mvn/version "871.2.35.1",
134+
{:mvn/version "871.2.35.6",
135135
:aws/serviceFullName
136136
"Amazon Bedrock Agent Core Control Plane Fronting Layer"},
137137
com.cognitect.aws/bedrock-data-automation
@@ -192,7 +192,7 @@
192192
{:mvn/version "871.2.35.1",
193193
:aws/serviceFullName "AWS CloudFormation"},
194194
com.cognitect.aws/cloudfront
195-
{:mvn/version "871.2.33.5", :aws/serviceFullName "Amazon CloudFront"},
195+
{:mvn/version "871.2.35.6", :aws/serviceFullName "Amazon CloudFront"},
196196
com.cognitect.aws/cloudfront-keyvaluestore
197197
{:mvn/version "871.2.29.35",
198198
:aws/serviceFullName "Amazon CloudFront KeyValueStore"},
@@ -353,7 +353,7 @@
353353
{:mvn/version "871.2.32.30",
354354
:aws/serviceFullName "Amazon Elastic Block Store"},
355355
com.cognitect.aws/ec2
356-
{:mvn/version "871.2.34.6",
356+
{:mvn/version "871.2.35.6",
357357
:aws/serviceFullName "Amazon Elastic Compute Cloud"},
358358
com.cognitect.aws/ec2-instance-connect
359359
{:mvn/version "871.2.33.0",
@@ -466,7 +466,7 @@
466466
{:mvn/version "871.2.33.0",
467467
:aws/serviceFullName "AWS Global Accelerator"},
468468
com.cognitect.aws/glue
469-
{:mvn/version "871.2.35.1", :aws/serviceFullName "AWS Glue"},
469+
{:mvn/version "871.2.35.6", :aws/serviceFullName "AWS Glue"},
470470
com.cognitect.aws/grafana
471471
{:mvn/version "871.2.29.35",
472472
:aws/serviceFullName "Amazon Managed Grafana"},
@@ -602,7 +602,7 @@
602602
{:mvn/version "871.2.33.0",
603603
:aws/serviceFullName "AWS Lake Formation"},
604604
com.cognitect.aws/lambda
605-
{:mvn/version "871.2.32.20", :aws/serviceFullName "AWS Lambda"},
605+
{:mvn/version "871.2.35.6", :aws/serviceFullName "AWS Lambda"},
606606
com.cognitect.aws/launch-wizard
607607
{:mvn/version "871.2.29.35",
608608
:aws/serviceFullName "AWS Launch Wizard"},
@@ -616,7 +616,7 @@
616616
{:mvn/version "871.2.29.35",
617617
:aws/serviceFullName "AWS License Manager Linux Subscriptions"},
618618
com.cognitect.aws/license-manager-user-subscriptions
619-
{:mvn/version "871.2.34.1",
619+
{:mvn/version "871.2.35.6",
620620
:aws/serviceFullName "AWS License Manager User Subscriptions"},
621621
com.cognitect.aws/lightsail
622622
{:mvn/version "871.2.34.6", :aws/serviceFullName "Amazon Lightsail"},
@@ -760,10 +760,10 @@
760760
{:mvn/version "871.2.31.64",
761761
:aws/serviceFullName "CloudWatch Observability Access Manager"},
762762
com.cognitect.aws/observabilityadmin
763-
{:mvn/version "871.2.33.10",
763+
{:mvn/version "871.2.35.6",
764764
:aws/serviceFullName "CloudWatch Observability Admin Service"},
765765
com.cognitect.aws/odb
766-
{:mvn/version "871.2.32.2", :aws/serviceFullName "odb"},
766+
{:mvn/version "871.2.35.6", :aws/serviceFullName "odb"},
767767
com.cognitect.aws/omics
768768
{:mvn/version "871.2.33.0", :aws/serviceFullName "Amazon Omics"},
769769
com.cognitect.aws/opensearch
@@ -779,7 +779,7 @@
779779
{:mvn/version "871.2.34.1",
780780
:aws/serviceFullName "Amazon OpenSearch Ingestion"},
781781
com.cognitect.aws/outposts
782-
{:mvn/version "871.2.32.5", :aws/serviceFullName "AWS Outposts"},
782+
{:mvn/version "871.2.35.6", :aws/serviceFullName "AWS Outposts"},
783783
com.cognitect.aws/panorama
784784
{:mvn/version "871.2.29.35", :aws/serviceFullName "AWS Panorama"},
785785
com.cognitect.aws/partnercentral-selling
@@ -831,7 +831,7 @@
831831
{:mvn/version "871.2.32.2",
832832
:aws/serviceFullName "AWS Price List Service"},
833833
com.cognitect.aws/proton
834-
{:mvn/version "871.2.29.35", :aws/serviceFullName "AWS Proton"},
834+
{:mvn/version "871.2.35.6", :aws/serviceFullName "AWS Proton"},
835835
com.cognitect.aws/qapps
836836
{:mvn/version "871.2.32.25", :aws/serviceFullName "QApps"},
837837
com.cognitect.aws/qbusiness
@@ -844,15 +844,15 @@
844844
{:mvn/version "871.2.33.0",
845845
:aws/serviceFullName "Amazon QLDB Session"},
846846
com.cognitect.aws/quicksight
847-
{:mvn/version "871.2.35.1", :aws/serviceFullName "Amazon QuickSight"},
847+
{:mvn/version "871.2.35.6", :aws/serviceFullName "Amazon QuickSight"},
848848
com.cognitect.aws/ram
849849
{:mvn/version "871.2.33.0",
850850
:aws/serviceFullName "AWS Resource Access Manager"},
851851
com.cognitect.aws/rbin
852852
{:mvn/version "871.2.33.0",
853853
:aws/serviceFullName "Amazon Recycle Bin"},
854854
com.cognitect.aws/rds
855-
{:mvn/version "871.2.35.1",
855+
{:mvn/version "871.2.35.6",
856856
:aws/serviceFullName "Amazon Relational Database Service"},
857857
com.cognitect.aws/rds-data
858858
{:mvn/version "871.2.30.22",
@@ -971,7 +971,7 @@
971971
{:mvn/version "871.2.32.30",
972972
:aws/serviceFullName "AWSServerlessApplicationRepository"},
973973
com.cognitect.aws/service-quotas
974-
{:mvn/version "871.2.31.64", :aws/serviceFullName "Service Quotas"},
974+
{:mvn/version "871.2.35.6", :aws/serviceFullName "Service Quotas"},
975975
com.cognitect.aws/servicecatalog
976976
{:mvn/version "871.2.31.64",
977977
:aws/serviceFullName "AWS Service Catalog"},
@@ -1095,7 +1095,7 @@
10951095
com.cognitect.aws/waf-regional
10961096
{:mvn/version "871.2.33.0", :aws/serviceFullName "AWS WAF Regional"},
10971097
com.cognitect.aws/wafv2
1098-
{:mvn/version "871.2.32.30", :aws/serviceFullName "AWS WAFV2"},
1098+
{:mvn/version "871.2.35.6", :aws/serviceFullName "AWS WAFV2"},
10991099
com.cognitect.aws/wellarchitected
11001100
{:mvn/version "871.2.32.30",
11011101
:aws/serviceFullName "AWS Well-Architected Tool"},

0 commit comments

Comments
 (0)