@@ -63,7 +63,7 @@ func main() {
6363 }
6464 // response from `CreateAWSAccount`: AWSAccountCreateResponse
6565 response_content , _ := json.MarshalIndent (resp, " " , " " )
66- fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.CreateAWSAccount:\n %v \n " , response_content)
66+ fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.CreateAWSAccount:\n %s \n " , response_content)
6767}
6868```
6969
@@ -145,7 +145,7 @@ func main() {
145145 }
146146 // response from `CreateAWSTagFilter`: interface{}
147147 response_content , _ := json.MarshalIndent (resp, " " , " " )
148- fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.CreateAWSTagFilter:\n %v \n " , response_content)
148+ fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.CreateAWSTagFilter:\n %s \n " , response_content)
149149}
150150```
151151
@@ -227,7 +227,7 @@ func main() {
227227 }
228228 // response from `CreateNewAWSExternalID`: AWSAccountCreateResponse
229229 response_content , _ := json.MarshalIndent (resp, " " , " " )
230- fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.CreateNewAWSExternalID:\n %v \n " , response_content)
230+ fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.CreateNewAWSExternalID:\n %s \n " , response_content)
231231}
232232```
233233
@@ -309,7 +309,7 @@ func main() {
309309 }
310310 // response from `DeleteAWSAccount`: interface{}
311311 response_content , _ := json.MarshalIndent (resp, " " , " " )
312- fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.DeleteAWSAccount:\n %v \n " , response_content)
312+ fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.DeleteAWSAccount:\n %s \n " , response_content)
313313}
314314```
315315
@@ -391,7 +391,7 @@ func main() {
391391 }
392392 // response from `DeleteAWSTagFilter`: interface{}
393393 response_content , _ := json.MarshalIndent (resp, " " , " " )
394- fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.DeleteAWSTagFilter:\n %v \n " , response_content)
394+ fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.DeleteAWSTagFilter:\n %s \n " , response_content)
395395}
396396```
397397
@@ -475,7 +475,7 @@ func main() {
475475 }
476476 // response from `ListAWSAccounts`: AWSAccountListResponse
477477 response_content , _ := json.MarshalIndent (resp, " " , " " )
478- fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.ListAWSAccounts:\n %v \n " , response_content)
478+ fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.ListAWSAccounts:\n %s \n " , response_content)
479479}
480480```
481481
@@ -559,7 +559,7 @@ func main() {
559559 }
560560 // response from `ListAWSTagFilters`: AWSTagFilterListResponse
561561 response_content , _ := json.MarshalIndent (resp, " " , " " )
562- fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.ListAWSTagFilters:\n %v \n " , response_content)
562+ fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.ListAWSTagFilters:\n %s \n " , response_content)
563563}
564564```
565565
@@ -640,7 +640,7 @@ func main() {
640640 }
641641 // response from `ListAvailableAWSNamespaces`: []string
642642 response_content , _ := json.MarshalIndent (resp, " " , " " )
643- fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.ListAvailableAWSNamespaces:\n %v \n " , response_content)
643+ fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.ListAvailableAWSNamespaces:\n %s \n " , response_content)
644644}
645645```
646646
@@ -721,7 +721,7 @@ func main() {
721721 }
722722 // response from `UpdateAWSAccount`: interface{}
723723 response_content , _ := json.MarshalIndent (resp, " " , " " )
724- fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.UpdateAWSAccount:\n %v \n " , response_content)
724+ fmt.Fprintf (os.Stdout , " Response from AWSIntegrationApi.UpdateAWSAccount:\n %s \n " , response_content)
725725}
726726```
727727
0 commit comments