File tree Expand file tree Collapse file tree 6 files changed +17
-1
lines changed Expand file tree Collapse file tree 6 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ require (
205205 github.com/aws/aws-sdk-go-v2/service/ram v1.34.6
206206 github.com/aws/aws-sdk-go-v2/service/rbin v1.26.6
207207 github.com/aws/aws-sdk-go-v2/service/rds v1.108.1
208+ github.com/aws/aws-sdk-go-v2/service/rdsdata v1.32.6
208209 github.com/aws/aws-sdk-go-v2/service/redshift v1.59.0
209210 github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.37.6
210211 github.com/aws/aws-sdk-go-v2/service/redshiftserverless v1.31.8
Original file line number Diff line number Diff line change @@ -431,6 +431,8 @@ github.com/aws/aws-sdk-go-v2/service/rbin v1.26.6 h1:wKVcl95mVcHW1rJMsf5SsA9T2zr
431431github.com/aws/aws-sdk-go-v2/service/rbin v1.26.6 /go.mod h1:LCbTwbuAosB0UYOB4eMr7CmzwKPaO5ZD+UXEhJ6TPn4 =
432432github.com/aws/aws-sdk-go-v2/service/rds v1.108.1 h1:Felh4W55+rsAjcg+EsRUdCWxXXyy3N9UJz4Ej5tLCC4 =
433433github.com/aws/aws-sdk-go-v2/service/rds v1.108.1 /go.mod h1:VOBL5tbhS7AF0m5YpfwLuRBpb5QVp4EWSPizUr/D6iE =
434+ github.com/aws/aws-sdk-go-v2/service/rdsdata v1.32.6 h1:3E/6Am67lTTCpSS3f0cxT4IDW4THvXArhfvEIhQJGmM =
435+ github.com/aws/aws-sdk-go-v2/service/rdsdata v1.32.6 /go.mod h1:ZodWJ7ybwqVRgzlhnO0I86ZUu9S/2QBsMLfHyOCDVoU =
434436github.com/aws/aws-sdk-go-v2/service/redshift v1.59.0 h1:MtE4oUVeljvF2CWPZwzWERizY5uhZV7os1eJC9oA8BI =
435437github.com/aws/aws-sdk-go-v2/service/redshift v1.59.0 /go.mod h1:ARgrCFhclWArEevJ/GAn+UBBVc9+f9oFurQlyjx262I =
436438github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.37.6 h1:PC5iIPcOwMMqAocH4fuiyLKbEOKr9t75zhp7yysK0NY =
Original file line number Diff line number Diff line change 1+ // Copyright (c) HashiCorp, Inc.
2+ // SPDX-License-Identifier: MPL-2.0
3+
4+ //go:generate go run ../../generate/servicepackage/main.go
5+ // ONLY generate directives and package declaration! Do not add anything else to this file.
6+
7+ package rdsdata
Original file line number Diff line number Diff line change @@ -6814,6 +6814,10 @@ service "rdsdata" {
68146814 arn_namespace = " rdsdata"
68156815 }
68166816
6817+ endpoint_info {
6818+ endpoint_api_call = " ExecuteStatement"
6819+ }
6820+
68176821 names {
68186822 aliases = [" rdsdataservice" ]
68196823 provider_name_upper = " RDSData"
@@ -6827,7 +6831,6 @@ service "rdsdata" {
68276831 provider_package_correct = " rdsdata"
68286832 doc_prefix = [" rdsdata_" ]
68296833 brand = " Amazon"
6830- not_implemented = true
68316834}
68326835
68336836service "pi" {
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ QLDB (Quantum Ledger Database)
190190QuickSight
191191RAM (Resource Access Manager)
192192RDS (Relational Database)
193+ RDS Data
193194Recycle Bin (RBin)
194195Redshift
195196Redshift Data
You can’t perform that action at this time.
0 commit comments