File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
client-bedrock-agent-runtime/src
client-bedrock-data-automation-runtime/src
client-bedrock-data-automation/src
client-bedrock-runtime/src Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ export const getRuntimeConfig = (config: BedrockAgentRuntimeClientConfig) => {
3636 const loaderConfig = {
3737 profile : config ?. profile ,
3838 logger : clientSharedValues . logger ,
39+ signingName : "bedrock" ,
3940 } ;
4041 return {
4142 ...clientSharedValues ,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export const getRuntimeConfig = (config: BedrockAgentClientConfig) => {
3535 const loaderConfig = {
3636 profile : config ?. profile ,
3737 logger : clientSharedValues . logger ,
38+ signingName : "bedrock" ,
3839 } ;
3940 return {
4041 ...clientSharedValues ,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export const getRuntimeConfig = (config: BedrockDataAutomationRuntimeClientConfi
3535 const loaderConfig = {
3636 profile : config ?. profile ,
3737 logger : clientSharedValues . logger ,
38+ signingName : "bedrock" ,
3839 } ;
3940 return {
4041 ...clientSharedValues ,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export const getRuntimeConfig = (config: BedrockDataAutomationClientConfig) => {
3535 const loaderConfig = {
3636 profile : config ?. profile ,
3737 logger : clientSharedValues . logger ,
38+ signingName : "bedrock" ,
3839 } ;
3940 return {
4041 ...clientSharedValues ,
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export const getRuntimeConfig = (config: BedrockRuntimeClientConfig) => {
3737 const loaderConfig = {
3838 profile : config ?. profile ,
3939 logger : clientSharedValues . logger ,
40+ signingName : "bedrock" ,
4041 } ;
4142 return {
4243 ...clientSharedValues ,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export const getRuntimeConfig = (config: BedrockClientConfig) => {
3535 const loaderConfig = {
3636 profile : config ?. profile ,
3737 logger : clientSharedValues . logger ,
38+ signingName : "bedrock" ,
3839 } ;
3940 return {
4041 ...clientSharedValues ,
You can’t perform that action at this time.
0 commit comments