From 0cb329a9c98f4b7abf3d5b3a7ec70144a0657c65 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte <961963+jasdel@users.noreply.github.com> Date: Wed, 20 Oct 2021 10:30:55 -0700 Subject: [PATCH] codegen: Limit SDKs API payload ignoring trait to unmodeled request inputs (#4139) Updates the SDK's protocol serialization code generation to only ignore request API payloads for operations without modeled payload input parameters. The SDKs protocol deserializers did not correctly handle this value and caused unexpected close_wait states on the HTTP connection because the response body was not drained. --- CHANGELOG_PENDING.md | 2 + .../service/restjsonservice/api.go | 4 +- private/model/api/shape.go | 2 +- private/protocol/restjson/build_test.go | 100 +++++------ private/protocol/restjson/unmarshal_test.go | 6 +- service/accessanalyzer/api.go | 22 +-- service/account/api.go | 4 +- service/amplify/api.go | 4 +- service/amplifybackend/api.go | 2 +- service/apigateway/api.go | 50 +++--- service/apigatewaymanagementapi/api.go | 4 +- service/apigatewayv2/api.go | 38 ++--- service/appconfig/api.go | 16 +- service/appflow/api.go | 50 +++--- service/appintegrationsservice/api.go | 12 +- service/appmesh/api.go | 4 +- service/appregistry/api.go | 4 +- service/appsync/api.go | 20 +-- service/auditmanager/api.go | 18 +- service/augmentedairuntime/api.go | 4 +- service/backup/api.go | 34 ++-- service/batch/api.go | 14 +- service/braket/api.go | 4 +- service/chime/api.go | 96 +++++------ service/chimesdkidentity/api.go | 6 +- service/chimesdkmessaging/api.go | 20 +-- service/clouddirectory/api.go | 44 ++--- service/codeartifact/api.go | 4 +- service/codeguruprofiler/api.go | 10 +- service/codegurureviewer/api.go | 6 +- service/codestarnotifications/api.go | 6 +- service/cognitosync/api.go | 6 +- service/connect/api.go | 106 ++++++------ service/connectparticipant/api.go | 4 +- service/connectwisdomservice/api.go | 14 +- service/customerprofiles/api.go | 4 +- service/dataexchange/api.go | 16 +- service/detective/api.go | 14 +- service/devopsguru/api.go | 10 +- service/dlm/api.go | 8 +- service/ebs/api.go | 2 +- service/efs/api.go | 18 +- service/eks/api.go | 4 +- service/elasticinference/api.go | 4 +- service/elasticsearchservice/api.go | 6 +- service/elastictranscoder/api.go | 6 +- service/emrcontainers/api.go | 4 +- service/finspace/api.go | 6 +- service/fis/api.go | 4 +- service/glacier/api.go | 38 ++--- service/gluedatabrew/api.go | 4 +- service/greengrass/api.go | 40 ++--- service/greengrassv2/api.go | 8 +- service/groundstation/api.go | 4 +- service/guardduty/api.go | 40 ++--- service/imagebuilder/api.go | 4 +- service/iot/api.go | 156 +++++++++--------- service/iot1clickdevicesservice/api.go | 8 +- service/iot1clickprojects/api.go | 20 +-- service/iotanalytics/api.go | 36 ++-- service/iotdataplane/api.go | 2 +- service/iotdeviceadvisor/api.go | 8 +- service/iotevents/api.go | 12 +- service/iotfleethub/api.go | 8 +- service/iotsitewise/api.go | 28 ++-- service/iotwireless/api.go | 46 +++--- service/ivs/api.go | 16 +- service/kafka/api.go | 4 +- service/kinesisvideo/api.go | 18 +- service/lambda/api.go | 26 +-- service/lexmodelbuildingservice/api.go | 22 +-- service/lexmodelsv2/api.go | 12 +- service/locationservice/api.go | 18 +- service/lookoutforvision/api.go | 6 +- service/lookoutmetrics/api.go | 14 +- service/macie2/api.go | 40 ++--- service/managedblockchain/api.go | 16 +- service/mediaconnect/api.go | 4 +- service/mediaconvert/api.go | 18 +- service/medialive/api.go | 60 +++---- service/mediapackage/api.go | 8 +- service/mediapackagevod/api.go | 10 +- service/mediastoredata/api.go | 4 +- service/mediatailor/api.go | 24 +-- service/mgn/api.go | 12 +- service/mobileanalytics/api.go | 2 +- service/mq/api.go | 12 +- service/mwaa/api.go | 8 +- service/networkmanager/api.go | 4 +- service/nimblestudio/api.go | 12 +- service/opensearchservice/api.go | 4 +- service/outposts/api.go | 8 +- service/personalizeevents/api.go | 6 +- service/pinpoint/api.go | 4 +- service/pinpointemail/api.go | 44 ++--- service/pinpointsmsvoice/api.go | 10 +- service/polly/api.go | 4 +- service/prometheusservice/api.go | 12 +- service/qldb/api.go | 6 +- service/ram/api.go | 4 +- service/resourcegroups/api.go | 2 +- service/robomaker/api.go | 26 +-- service/route53recoverycontrolconfig/api.go | 8 +- service/route53recoveryreadiness/api.go | 14 +- service/s3outposts/api.go | 2 +- service/sagemakeredgemanager/api.go | 2 +- service/sagemakerfeaturestoreruntime/api.go | 4 +- service/savingsplans/api.go | 6 +- service/schemas/api.go | 14 +- service/securityhub/api.go | 36 ++-- .../serverlessapplicationrepository/api.go | 4 +- service/sesv2/api.go | 86 +++++----- service/signer/api.go | 10 +- service/snowdevicemanagement/api.go | 8 +- service/ssmincidents/api.go | 28 ++-- service/sso/api.go | 2 +- service/synthetics/api.go | 12 +- service/wellarchitected/api.go | 14 +- service/workdocs/api.go | 34 ++-- service/worklink/api.go | 32 ++-- service/workmailmessageflow/api.go | 2 +- service/xray/api.go | 8 +- 122 files changed, 1068 insertions(+), 1066 deletions(-) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 8a1927a39ca..59595a40a4e 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -3,3 +3,5 @@ ### SDK Enhancements ### SDK Bugs +* `codegen`: Fix SDK not draining HTTP response body for operations without modeled output parameters. + * Fixes a bug in the SDK that was causing HTTP response bodies to not be drained, preventing the connection being reused in the connection pool. For some operations this could contributed to an increase in `close_wait` connection states. diff --git a/private/model/api/codegentest/service/restjsonservice/api.go b/private/model/api/codegentest/service/restjsonservice/api.go index eff67344598..9177fd53fa4 100644 --- a/private/model/api/codegentest/service/restjsonservice/api.go +++ b/private/model/api/codegentest/service/restjsonservice/api.go @@ -560,7 +560,7 @@ func (c *RESTJSONService) OtherOperationWithContext(ctx aws.Context, input *Othe } type EmptyEvent struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1616,7 +1616,7 @@ func (s OtherOperationInput) GoString() string { } type OtherOperationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/private/model/api/shape.go b/private/model/api/shape.go index 342261a4669..d8d0b2354c0 100644 --- a/private/model/api/shape.go +++ b/private/model/api/shape.go @@ -535,7 +535,7 @@ func (ref *ShapeRef) GoTags(toplevel bool, isRequired bool) string { if name := ref.Shape.PayloadRefName(); len(name) > 0 { tags = append(tags, ShapeTag{"payload", name}) } - if !ref.Shape.HasPayloadMembers() && ref.API.Metadata.Protocol == "rest-json" { + if ref.Shape.UsedAsInput && !ref.Shape.HasPayloadMembers() && ref.API.Metadata.Protocol == "rest-json" { tags = append(tags, ShapeTag{"nopayload", "true"}) } } diff --git a/private/protocol/restjson/build_test.go b/private/protocol/restjson/build_test.go index 56101955911..04d2453a647 100644 --- a/private/protocol/restjson/build_test.go +++ b/private/protocol/restjson/build_test.go @@ -184,7 +184,7 @@ type InputService1TestShapeInputService1TestCaseOperation1Input struct { } type InputService1TestShapeInputService1TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService2ProtocolTest provides the API operation methods for making requests to @@ -350,7 +350,7 @@ func (s *InputService2TestShapeInputService2TestCaseOperation1Input) SetPipeline } type InputService2TestShapeInputService2TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService3ProtocolTest provides the API operation methods for making requests to @@ -516,7 +516,7 @@ func (s *InputService3TestShapeInputService3TestCaseOperation1Input) SetFoo(v st } type InputService3TestShapeInputService3TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService4ProtocolTest provides the API operation methods for making requests to @@ -665,7 +665,7 @@ func (s *InputService4TestShapeInputService4TestCaseOperation1Input) SetItems(v } type InputService4TestShapeInputService4TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService5ProtocolTest provides the API operation methods for making requests to @@ -839,7 +839,7 @@ func (s *InputService5TestShapeInputService5TestCaseOperation1Input) SetQueryDoc } type InputService5TestShapeInputService5TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService6ProtocolTest provides the API operation methods for making requests to @@ -1013,7 +1013,7 @@ func (s *InputService6TestShapeInputService6TestCaseOperation1Input) SetQueryDoc } type InputService6TestShapeInputService6TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService7ProtocolTest provides the API operation methods for making requests to @@ -1232,7 +1232,7 @@ func (s *InputService7TestShapeInputService7TestCaseOperation1Input) SetBoolQuer } type InputService7TestShapeInputService7TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService7TestShapeInputService7TestCaseOperation2Input struct { @@ -1248,7 +1248,7 @@ func (s *InputService7TestShapeInputService7TestCaseOperation2Input) SetBoolQuer } type InputService7TestShapeInputService7TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService8ProtocolTest provides the API operation methods for making requests to @@ -1430,7 +1430,7 @@ func (s *InputService8TestShapeInputService8TestCaseOperation1Input) SetPipeline } type InputService8TestShapeInputService8TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService9ProtocolTest provides the API operation methods for making requests to @@ -1620,7 +1620,7 @@ func (s *InputService9TestShapeInputService9TestCaseOperation1Input) SetPipeline } type InputService9TestShapeInputService9TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService9TestShapeStructType struct { @@ -1838,7 +1838,7 @@ func (s *InputService10TestShapeInputService10TestCaseOperation1Input) SetPipeli } type InputService10TestShapeInputService10TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService10TestShapeStructType struct { @@ -2040,7 +2040,7 @@ func (s *InputService11TestShapeInputService11TestCaseOperation1Input) SetVaultN } type InputService11TestShapeInputService11TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService12ProtocolTest provides the API operation methods for making requests to @@ -2215,7 +2215,7 @@ func (s *InputService12TestShapeInputService12TestCaseOperation1Input) SetFoo(v } type InputService12TestShapeInputService12TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService13ProtocolTest provides the API operation methods for making requests to @@ -2434,7 +2434,7 @@ func (s *InputService13TestShapeInputService13TestCaseOperation1Input) SetFoo(v } type InputService13TestShapeInputService13TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService13TestShapeInputService13TestCaseOperation2Input struct { @@ -2450,7 +2450,7 @@ func (s *InputService13TestShapeInputService13TestCaseOperation2Input) SetFoo(v } type InputService13TestShapeInputService13TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService14ProtocolTest provides the API operation methods for making requests to @@ -2681,7 +2681,7 @@ func (s *InputService14TestShapeInputService14TestCaseOperation1Input) SetFoo(v } type InputService14TestShapeInputService14TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService14TestShapeInputService14TestCaseOperation2Input struct { @@ -2697,7 +2697,7 @@ func (s *InputService14TestShapeInputService14TestCaseOperation2Input) SetFoo(v } type InputService14TestShapeInputService14TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService15ProtocolTest provides the API operation methods for making requests to @@ -2916,7 +2916,7 @@ func (s *InputService15TestShapeInputService15TestCaseOperation1Input) SetFoo(v } type InputService15TestShapeInputService15TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService15TestShapeInputService15TestCaseOperation2Input struct { @@ -2932,7 +2932,7 @@ func (s *InputService15TestShapeInputService15TestCaseOperation2Input) SetFoo(v } type InputService15TestShapeInputService15TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService16ProtocolTest provides the API operation methods for making requests to @@ -3431,7 +3431,7 @@ func (s *InputService16TestShapeInputService16TestCaseOperation1Input) SetRecurs } type InputService16TestShapeInputService16TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService16TestShapeInputService16TestCaseOperation2Input struct { @@ -3447,7 +3447,7 @@ func (s *InputService16TestShapeInputService16TestCaseOperation2Input) SetRecurs } type InputService16TestShapeInputService16TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService16TestShapeInputService16TestCaseOperation3Input struct { @@ -3463,7 +3463,7 @@ func (s *InputService16TestShapeInputService16TestCaseOperation3Input) SetRecurs } type InputService16TestShapeInputService16TestCaseOperation3Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService16TestShapeInputService16TestCaseOperation4Input struct { @@ -3479,7 +3479,7 @@ func (s *InputService16TestShapeInputService16TestCaseOperation4Input) SetRecurs } type InputService16TestShapeInputService16TestCaseOperation4Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService16TestShapeInputService16TestCaseOperation5Input struct { @@ -3495,7 +3495,7 @@ func (s *InputService16TestShapeInputService16TestCaseOperation5Input) SetRecurs } type InputService16TestShapeInputService16TestCaseOperation5Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService16TestShapeInputService16TestCaseOperation6Input struct { @@ -3511,7 +3511,7 @@ func (s *InputService16TestShapeInputService16TestCaseOperation6Input) SetRecurs } type InputService16TestShapeInputService16TestCaseOperation6Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService16TestShapeRecursiveStructType struct { @@ -3760,7 +3760,7 @@ func (s *InputService17TestShapeInputService17TestCaseOperation1Input) SetTimeFo } type InputService17TestShapeInputService17TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService18ProtocolTest provides the API operation methods for making requests to @@ -3909,7 +3909,7 @@ func (s *InputService18TestShapeInputService18TestCaseOperation1Input) SetTimeAr } type InputService18TestShapeInputService18TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService19ProtocolTest provides the API operation methods for making requests to @@ -4058,7 +4058,7 @@ func (s *InputService19TestShapeInputService19TestCaseOperation1Input) SetFoo(v } type InputService19TestShapeInputService19TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService20ProtocolTest provides the API operation methods for making requests to @@ -4277,7 +4277,7 @@ func (s *InputService20TestShapeInputService20TestCaseOperation1Input) SetToken( } type InputService20TestShapeInputService20TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService20TestShapeInputService20TestCaseOperation2Input struct { @@ -4293,7 +4293,7 @@ func (s *InputService20TestShapeInputService20TestCaseOperation2Input) SetToken( } type InputService20TestShapeInputService20TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService21ProtocolTest provides the API operation methods for making requests to @@ -4618,7 +4618,7 @@ func (s *InputService21TestShapeInputService21TestCaseOperation1Input) SetQueryF } type InputService21TestShapeInputService21TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService21TestShapeInputService21TestCaseOperation2Input struct { @@ -4650,7 +4650,7 @@ func (s *InputService21TestShapeInputService21TestCaseOperation2Input) SetQueryF } type InputService21TestShapeInputService21TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService21TestShapeInputService21TestCaseOperation3Input struct { @@ -4682,7 +4682,7 @@ func (s *InputService21TestShapeInputService21TestCaseOperation3Input) SetQueryF } type InputService21TestShapeInputService21TestCaseOperation3Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService22ProtocolTest provides the API operation methods for making requests to @@ -4933,7 +4933,7 @@ func (s *InputService22TestShapeInputService22TestCaseOperation1Input) SetQueryL } type InputService22TestShapeInputService22TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService22TestShapeInputService22TestCaseOperation2Input struct { @@ -4981,7 +4981,7 @@ func (s *InputService22TestShapeInputService22TestCaseOperation2Input) SetQueryL } type InputService22TestShapeInputService22TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } const ( @@ -5228,7 +5228,7 @@ func (s *InputService23TestShapeInputService23TestCaseOperation1Input) SetName(v } type InputService23TestShapeInputService23TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService23TestShapeInputService23TestCaseOperation2Input struct { @@ -5267,7 +5267,7 @@ func (s *InputService23TestShapeInputService23TestCaseOperation2Input) hostLabel } type InputService23TestShapeInputService23TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // InputService24ProtocolTest provides the API operation methods for making requests to @@ -5696,7 +5696,7 @@ func (s *InputService24TestShapeInputService24TestCaseOperation1Input) SetOneOf( } type InputService24TestShapeInputService24TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService24TestShapeInputService24TestCaseOperation2Input struct { @@ -5712,7 +5712,7 @@ func (s *InputService24TestShapeInputService24TestCaseOperation2Input) SetOneOf( } type InputService24TestShapeInputService24TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService24TestShapeInputService24TestCaseOperation3Input struct { @@ -5728,7 +5728,7 @@ func (s *InputService24TestShapeInputService24TestCaseOperation3Input) SetOneOf( } type InputService24TestShapeInputService24TestCaseOperation3Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService24TestShapeInputService24TestCaseOperation4Input struct { @@ -5744,7 +5744,7 @@ func (s *InputService24TestShapeInputService24TestCaseOperation4Input) SetOneOf( } type InputService24TestShapeInputService24TestCaseOperation4Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService24TestShapeInputService24TestCaseOperation5Input struct { @@ -5760,7 +5760,7 @@ func (s *InputService24TestShapeInputService24TestCaseOperation5Input) SetOneOf( } type InputService24TestShapeInputService24TestCaseOperation5Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService24TestShapeMyUnion struct { @@ -6476,7 +6476,7 @@ func (s *InputService25TestShapeInputService25TestCaseOperation1Input) SetTestId } type InputService25TestShapeInputService25TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService25TestShapeInputService25TestCaseOperation2Input struct { @@ -6513,7 +6513,7 @@ func (s *InputService25TestShapeInputService25TestCaseOperation2Input) SetTestId } type InputService25TestShapeInputService25TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService25TestShapeInputService25TestCaseOperation3Input struct { @@ -6550,7 +6550,7 @@ func (s *InputService25TestShapeInputService25TestCaseOperation3Input) SetTestId } type InputService25TestShapeInputService25TestCaseOperation3Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService25TestShapeInputService25TestCaseOperation4Input struct { @@ -6587,7 +6587,7 @@ func (s *InputService25TestShapeInputService25TestCaseOperation4Input) SetTestId } type InputService25TestShapeInputService25TestCaseOperation4Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService25TestShapeInputService25TestCaseOperation5Input struct { @@ -6611,7 +6611,7 @@ func (s *InputService25TestShapeInputService25TestCaseOperation5Input) SetData(v } type InputService25TestShapeInputService25TestCaseOperation5Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService25TestShapeInputService25TestCaseOperation6Input struct { @@ -6635,7 +6635,7 @@ func (s *InputService25TestShapeInputService25TestCaseOperation6Input) SetData(v } type InputService25TestShapeInputService25TestCaseOperation6Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService25TestShapeInputService25TestCaseOperation7Input struct { @@ -6664,7 +6664,7 @@ func (s *InputService25TestShapeInputService25TestCaseOperation7Input) SetTestId } type InputService25TestShapeInputService25TestCaseOperation7Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService25TestShapeInputService25TestCaseOperation8Input struct { @@ -6693,7 +6693,7 @@ func (s *InputService25TestShapeInputService25TestCaseOperation8Input) SetTestId } type InputService25TestShapeInputService25TestCaseOperation8Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } type InputService25TestShapePayloadConfig struct { diff --git a/private/protocol/restjson/unmarshal_test.go b/private/protocol/restjson/unmarshal_test.go index de381471e3c..0dd9f1878e9 100644 --- a/private/protocol/restjson/unmarshal_test.go +++ b/private/protocol/restjson/unmarshal_test.go @@ -1567,7 +1567,7 @@ type OutputService9TestShapeOutputService9TestCaseOperation1Input struct { } type OutputService9TestShapeOutputService9TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // OutputService10ProtocolTest provides the API operation methods for making requests to @@ -1706,7 +1706,7 @@ type OutputService10TestShapeOutputService10TestCaseOperation1Input struct { } type OutputService10TestShapeOutputService10TestCaseOperation1Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` // By default unmarshaled keys are written as a map keys in following canonicalized format: // the first letter and any letter following a hyphen will be capitalized, and the rest as lowercase. @@ -2571,7 +2571,7 @@ func (s *OutputService14TestShapeOutputService14TestCaseOperation2Input) SetList } type OutputService14TestShapeOutputService14TestCaseOperation2Output struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } const ( diff --git a/service/accessanalyzer/api.go b/service/accessanalyzer/api.go index 0a9384e1803..8a1c2e1b281 100644 --- a/service/accessanalyzer/api.go +++ b/service/accessanalyzer/api.go @@ -3979,7 +3979,7 @@ func (s *ApplyArchiveRuleInput) SetRuleName(v string) *ApplyArchiveRuleInput { } type ApplyArchiveRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4119,7 +4119,7 @@ func (s *CancelPolicyGenerationInput) SetJobId(v string) *CancelPolicyGeneration } type CancelPolicyGenerationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4819,7 +4819,7 @@ func (s *CreateArchiveRuleInput) SetRuleName(v string) *CreateArchiveRuleInput { } type CreateArchiveRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4978,7 +4978,7 @@ func (s *DeleteAnalyzerInput) SetClientToken(v string) *DeleteAnalyzerInput { } type DeleteAnalyzerOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5076,7 +5076,7 @@ func (s *DeleteArchiveRuleInput) SetRuleName(v string) *DeleteArchiveRuleInput { } type DeleteArchiveRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6431,7 +6431,7 @@ func (s *InternalServerException) RequestID() string { // This configuration sets the network origin for the Amazon S3 access point // or multi-region access point to Internet. type InternetConfiguration struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8887,7 +8887,7 @@ func (s *StartResourceScanInput) SetResourceArn(v string) *StartResourceScanInpu } type StartResourceScanOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9057,7 +9057,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { // The response to the request. type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9332,7 +9332,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { // The response to the request. type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9455,7 +9455,7 @@ func (s *UpdateArchiveRuleInput) SetRuleName(v string) *UpdateArchiveRuleInput { } type UpdateArchiveRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9568,7 +9568,7 @@ func (s *UpdateFindingsInput) SetStatus(v string) *UpdateFindingsInput { } type UpdateFindingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/account/api.go b/service/account/api.go index 7be6ea51c0e..67cefd89fb5 100644 --- a/service/account/api.go +++ b/service/account/api.go @@ -531,7 +531,7 @@ func (s *DeleteAlternateContactInput) SetAlternateContactType(v string) *DeleteA } type DeleteAlternateContactOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -885,7 +885,7 @@ func (s *PutAlternateContactInput) SetTitle(v string) *PutAlternateContactInput } type PutAlternateContactOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/amplify/api.go b/service/amplify/api.go index 9c865e11a2f..98464e603bf 100644 --- a/service/amplify/api.go +++ b/service/amplify/api.go @@ -9112,7 +9112,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { // The response for the tag resource request. type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9266,7 +9266,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { // The response for the untag resource request. type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/amplifybackend/api.go b/service/amplifybackend/api.go index fb0a062b466..50824378de2 100644 --- a/service/amplifybackend/api.go +++ b/service/amplifybackend/api.go @@ -6435,7 +6435,7 @@ func (s *RemoveBackendConfigOutput) SetError(v string) *RemoveBackendConfigOutpu } type ResourceConfig struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/apigateway/api.go b/service/apigateway/api.go index aca7ac9c0be..5de63dd5510 100644 --- a/service/apigateway/api.go +++ b/service/apigateway/api.go @@ -14167,7 +14167,7 @@ func (s *DeleteApiKeyInput) SetApiKey(v string) *DeleteApiKeyInput { } type DeleteApiKeyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14256,7 +14256,7 @@ func (s *DeleteAuthorizerInput) SetRestApiId(v string) *DeleteAuthorizerInput { } type DeleteAuthorizerOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14347,7 +14347,7 @@ func (s *DeleteBasePathMappingInput) SetDomainName(v string) *DeleteBasePathMapp } type DeleteBasePathMappingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14419,7 +14419,7 @@ func (s *DeleteClientCertificateInput) SetClientCertificateId(v string) *DeleteC } type DeleteClientCertificateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14508,7 +14508,7 @@ func (s *DeleteDeploymentInput) SetRestApiId(v string) *DeleteDeploymentInput { } type DeleteDeploymentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14597,7 +14597,7 @@ func (s *DeleteDocumentationPartInput) SetRestApiId(v string) *DeleteDocumentati } type DeleteDocumentationPartOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14686,7 +14686,7 @@ func (s *DeleteDocumentationVersionInput) SetRestApiId(v string) *DeleteDocument } type DeleteDocumentationVersionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14758,7 +14758,7 @@ func (s *DeleteDomainNameInput) SetDomainName(v string) *DeleteDomainNameInput { } type DeleteDomainNameOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14849,7 +14849,7 @@ func (s *DeleteGatewayResponseInput) SetRestApiId(v string) *DeleteGatewayRespon } type DeleteGatewayResponseOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14955,7 +14955,7 @@ func (s *DeleteIntegrationInput) SetRestApiId(v string) *DeleteIntegrationInput } type DeleteIntegrationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15078,7 +15078,7 @@ func (s *DeleteIntegrationResponseInput) SetStatusCode(v string) *DeleteIntegrat } type DeleteIntegrationResponseOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15184,7 +15184,7 @@ func (s *DeleteMethodInput) SetRestApiId(v string) *DeleteMethodInput { } type DeleteMethodOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15307,7 +15307,7 @@ func (s *DeleteMethodResponseInput) SetStatusCode(v string) *DeleteMethodRespons } type DeleteMethodResponseOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15396,7 +15396,7 @@ func (s *DeleteModelInput) SetRestApiId(v string) *DeleteModelInput { } type DeleteModelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15485,7 +15485,7 @@ func (s *DeleteRequestValidatorInput) SetRestApiId(v string) *DeleteRequestValid } type DeleteRequestValidatorOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15574,7 +15574,7 @@ func (s *DeleteResourceInput) SetRestApiId(v string) *DeleteResourceInput { } type DeleteResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15646,7 +15646,7 @@ func (s *DeleteRestApiInput) SetRestApiId(v string) *DeleteRestApiInput { } type DeleteRestApiOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15735,7 +15735,7 @@ func (s *DeleteStageInput) SetStageName(v string) *DeleteStageInput { } type DeleteStageOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15876,7 +15876,7 @@ func (s *DeleteUsagePlanKeyInput) SetUsagePlanId(v string) *DeleteUsagePlanKeyIn } type DeleteUsagePlanKeyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15898,7 +15898,7 @@ func (s DeleteUsagePlanKeyOutput) GoString() string { } type DeleteUsagePlanOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15971,7 +15971,7 @@ func (s *DeleteVpcLinkInput) SetVpcLinkId(v string) *DeleteVpcLinkInput { } type DeleteVpcLinkOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -16684,7 +16684,7 @@ func (s *FlushStageAuthorizersCacheInput) SetStageName(v string) *FlushStageAuth } type FlushStageAuthorizersCacheOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -16773,7 +16773,7 @@ func (s *FlushStageCacheInput) SetStageName(v string) *FlushStageCacheInput { } type FlushStageCacheOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -24530,7 +24530,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -25265,7 +25265,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/apigatewaymanagementapi/api.go b/service/apigatewaymanagementapi/api.go index 9e7797509e3..d487ca12989 100644 --- a/service/apigatewaymanagementapi/api.go +++ b/service/apigatewaymanagementapi/api.go @@ -324,7 +324,7 @@ func (s *DeleteConnectionInput) SetConnectionId(v string) *DeleteConnectionInput } type DeleteConnectionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -801,7 +801,7 @@ func (s *PostToConnectionInput) SetData(v []byte) *PostToConnectionInput { } type PostToConnectionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/apigatewayv2/api.go b/service/apigatewayv2/api.go index eb7f290ae56..1a5e4bbd865 100644 --- a/service/apigatewayv2/api.go +++ b/service/apigatewayv2/api.go @@ -10048,7 +10048,7 @@ func (s *DeleteAccessLogSettingsInput) SetStageName(v string) *DeleteAccessLogSe } type DeleteAccessLogSettingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10179,7 +10179,7 @@ func (s *DeleteApiMappingInput) SetDomainName(v string) *DeleteApiMappingInput { } type DeleteApiMappingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10201,7 +10201,7 @@ func (s DeleteApiMappingOutput) GoString() string { } type DeleteApiOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10285,7 +10285,7 @@ func (s *DeleteAuthorizerInput) SetAuthorizerId(v string) *DeleteAuthorizerInput } type DeleteAuthorizerOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10354,7 +10354,7 @@ func (s *DeleteCorsConfigurationInput) SetApiId(v string) *DeleteCorsConfigurati } type DeleteCorsConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10438,7 +10438,7 @@ func (s *DeleteDeploymentInput) SetDeploymentId(v string) *DeleteDeploymentInput } type DeleteDeploymentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10507,7 +10507,7 @@ func (s *DeleteDomainNameInput) SetDomainName(v string) *DeleteDomainNameInput { } type DeleteDomainNameOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10591,7 +10591,7 @@ func (s *DeleteIntegrationInput) SetIntegrationId(v string) *DeleteIntegrationIn } type DeleteIntegrationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10690,7 +10690,7 @@ func (s *DeleteIntegrationResponseInput) SetIntegrationResponseId(v string) *Del } type DeleteIntegrationResponseOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10774,7 +10774,7 @@ func (s *DeleteModelInput) SetModelId(v string) *DeleteModelInput { } type DeleteModelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10858,7 +10858,7 @@ func (s *DeleteRouteInput) SetRouteId(v string) *DeleteRouteInput { } type DeleteRouteOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10957,7 +10957,7 @@ func (s *DeleteRouteRequestParameterInput) SetRouteId(v string) *DeleteRouteRequ } type DeleteRouteRequestParameterOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11056,7 +11056,7 @@ func (s *DeleteRouteResponseInput) SetRouteResponseId(v string) *DeleteRouteResp } type DeleteRouteResponseOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11155,7 +11155,7 @@ func (s *DeleteRouteSettingsInput) SetStageName(v string) *DeleteRouteSettingsIn } type DeleteRouteSettingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11239,7 +11239,7 @@ func (s *DeleteStageInput) SetStageName(v string) *DeleteStageInput { } type DeleteStageOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11308,7 +11308,7 @@ func (s *DeleteVpcLinkInput) SetVpcLinkId(v string) *DeleteVpcLinkInput { } type DeleteVpcLinkOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -16477,7 +16477,7 @@ func (s *ResetAuthorizersCacheInput) SetStageName(v string) *ResetAuthorizersCac } type ResetAuthorizersCacheOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17016,7 +17016,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17235,7 +17235,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/appconfig/api.go b/service/appconfig/api.go index 15599ac04fd..c2c13d00858 100644 --- a/service/appconfig/api.go +++ b/service/appconfig/api.go @@ -4521,7 +4521,7 @@ func (s *DeleteApplicationInput) SetApplicationId(v string) *DeleteApplicationIn } type DeleteApplicationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4609,7 +4609,7 @@ func (s *DeleteConfigurationProfileInput) SetConfigurationProfileId(v string) *D } type DeleteConfigurationProfileOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4680,7 +4680,7 @@ func (s *DeleteDeploymentStrategyInput) SetDeploymentStrategyId(v string) *Delet } type DeleteDeploymentStrategyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4768,7 +4768,7 @@ func (s *DeleteEnvironmentInput) SetEnvironmentId(v string) *DeleteEnvironmentIn } type DeleteEnvironmentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4870,7 +4870,7 @@ func (s *DeleteHostedConfigurationVersionInput) SetVersionNumber(v int64) *Delet } type DeleteHostedConfigurationVersionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8226,7 +8226,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8311,7 +8311,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9142,7 +9142,7 @@ func (s *ValidateConfigurationInput) SetConfigurationVersion(v string) *Validate } type ValidateConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/appflow/api.go b/service/appflow/api.go index 2fe6dba3c61..93c5e1a2312 100644 --- a/service/appflow/api.go +++ b/service/appflow/api.go @@ -2003,7 +2003,7 @@ func (s *AmplitudeConnectorProfileCredentials) SetSecretKey(v string) *Amplitude // The connector-specific profile properties required when using Amplitude. type AmplitudeConnectorProfileProperties struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2026,7 +2026,7 @@ func (s AmplitudeConnectorProfileProperties) GoString() string { // The connector metadata specific to Amplitude. type AmplitudeMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4102,7 +4102,7 @@ func (s *CustomerProfilesDestinationProperties) SetObjectTypeName(v string) *Cus // The connector metadata specific to Amazon Connect Customer Profiles. type CustomerProfilesMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4237,7 +4237,7 @@ func (s *DatadogConnectorProfileProperties) SetInstanceUrl(v string) *DatadogCon // The connector metadata specific to Datadog. type DatadogMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4363,7 +4363,7 @@ func (s *DeleteConnectorProfileInput) SetForceDelete(v bool) *DeleteConnectorPro } type DeleteConnectorProfileOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4442,7 +4442,7 @@ func (s *DeleteFlowInput) SetForceDelete(v bool) *DeleteFlowInput { } type DeleteFlowOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5501,7 +5501,7 @@ func (s *DynatraceConnectorProfileProperties) SetInstanceUrl(v string) *Dynatrac // The connector metadata specific to Dynatrace. type DynatraceMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5747,7 +5747,7 @@ func (s *EventBridgeDestinationProperties) SetObject(v string) *EventBridgeDesti // The connector metadata specific to Amazon EventBridge. type EventBridgeMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6268,7 +6268,7 @@ func (s *GoogleAnalyticsConnectorProfileCredentials) SetRefreshToken(v string) * // The connector-specific profile properties required by Google Analytics. type GoogleAnalyticsConnectorProfileProperties struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6426,7 +6426,7 @@ func (s *HoneycodeConnectorProfileCredentials) SetRefreshToken(v string) *Honeyc // The connector-specific properties required when using Amazon Honeycode. type HoneycodeConnectorProfileProperties struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6720,7 +6720,7 @@ func (s *InforNexusConnectorProfileProperties) SetInstanceUrl(v string) *InforNe // The connector metadata specific to Infor Nexus. type InforNexusMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7120,7 +7120,7 @@ func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForRe // The properties that are applied when Amazon Lookout for Metrics is used as // a destination. type LookoutMetricsDestinationProperties struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7279,7 +7279,7 @@ func (s *MarketoConnectorProfileProperties) SetInstanceUrl(v string) *MarketoCon // The connector metadata specific to Marketo. type MarketoMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7864,7 +7864,7 @@ func (s *RedshiftDestinationProperties) SetObject(v string) *RedshiftDestination // The connector metadata specific to Amazon Redshift. type RedshiftMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8023,7 +8023,7 @@ func (s *S3DestinationProperties) SetS3OutputFormatConfig(v *S3OutputFormatConfi // The connector metadata specific to Amazon S3. type S3Metadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8348,7 +8348,7 @@ func (s *SAPODataConnectorProfileProperties) SetPrivateLinkServiceName(v string) // The connector metadata specific to SAPOData. type SAPODataMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8930,7 +8930,7 @@ func (s *ServiceNowConnectorProfileProperties) SetInstanceUrl(v string) *Service // The connector metadata specific to ServiceNow. type ServiceNowMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9113,7 +9113,7 @@ func (s *SingularConnectorProfileCredentials) SetApiKey(v string) *SingularConne // The connector-specific profile properties required when using Singular. type SingularConnectorProfileProperties struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9136,7 +9136,7 @@ func (s SingularConnectorProfileProperties) GoString() string { // The connector metadata specific to Singular. type SingularMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10376,7 +10376,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10541,7 +10541,7 @@ func (s *TrendmicroConnectorProfileCredentials) SetApiSecretKey(v string) *Trend // The connector-specific profile properties required when using Trend Micro. type TrendmicroConnectorProfileProperties struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10564,7 +10564,7 @@ func (s TrendmicroConnectorProfileProperties) GoString() string { // The connector metadata specific to Trend Micro. type TrendmicroMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10873,7 +10873,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11264,7 +11264,7 @@ func (s *UpsolverDestinationProperties) SetS3OutputFormatConfig(v *UpsolverS3Out // The connector metadata specific to Upsolver. type UpsolverMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11533,7 +11533,7 @@ func (s *VeevaConnectorProfileProperties) SetInstanceUrl(v string) *VeevaConnect // The connector metadata specific to Veeva. type VeevaMetadata struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/appintegrationsservice/api.go b/service/appintegrationsservice/api.go index 19463a98d10..5de4ceecc79 100644 --- a/service/appintegrationsservice/api.go +++ b/service/appintegrationsservice/api.go @@ -2005,7 +2005,7 @@ func (s *DeleteDataIntegrationInput) SetDataIntegrationIdentifier(v string) *Del } type DeleteDataIntegrationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2076,7 +2076,7 @@ func (s *DeleteEventIntegrationInput) SetName(v string) *DeleteEventIntegrationI } type DeleteEventIntegrationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3527,7 +3527,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3679,7 +3679,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3774,7 +3774,7 @@ func (s *UpdateDataIntegrationInput) SetName(v string) *UpdateDataIntegrationInp } type UpdateDataIntegrationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3857,7 +3857,7 @@ func (s *UpdateEventIntegrationInput) SetName(v string) *UpdateEventIntegrationI } type UpdateEventIntegrationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/appmesh/api.go b/service/appmesh/api.go index 10debb0ecf0..dfd012dede6 100644 --- a/service/appmesh/api.go +++ b/service/appmesh/api.go @@ -14339,7 +14339,7 @@ func (s *TagResourceInput) SetTags(v []*TagRef) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15010,7 +15010,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/appregistry/api.go b/service/appregistry/api.go index 7c2a71a5f28..071b48f1563 100644 --- a/service/appregistry/api.go +++ b/service/appregistry/api.go @@ -4869,7 +4869,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4954,7 +4954,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/appsync/api.go b/service/appsync/api.go index f5ec04b3d56..44ffef5089b 100644 --- a/service/appsync/api.go +++ b/service/appsync/api.go @@ -6126,7 +6126,7 @@ func (s *DeleteApiCacheInput) SetApiId(v string) *DeleteApiCacheInput { // Represents the output of a DeleteApiCache operation. type DeleteApiCacheOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6214,7 +6214,7 @@ func (s *DeleteApiKeyInput) SetId(v string) *DeleteApiKeyInput { } type DeleteApiKeyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6302,7 +6302,7 @@ func (s *DeleteDataSourceInput) SetName(v string) *DeleteDataSourceInput { } type DeleteDataSourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6390,7 +6390,7 @@ func (s *DeleteFunctionInput) SetFunctionId(v string) *DeleteFunctionInput { } type DeleteFunctionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6461,7 +6461,7 @@ func (s *DeleteGraphqlApiInput) SetApiId(v string) *DeleteGraphqlApiInput { } type DeleteGraphqlApiOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6566,7 +6566,7 @@ func (s *DeleteResolverInput) SetTypeName(v string) *DeleteResolverInput { } type DeleteResolverOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6654,7 +6654,7 @@ func (s *DeleteTypeInput) SetTypeName(v string) *DeleteTypeInput { } type DeleteTypeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6931,7 +6931,7 @@ func (s *FlushApiCacheInput) SetApiId(v string) *FlushApiCacheInput { // Represents the output of a FlushApiCache operation. type FlushApiCacheOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10060,7 +10060,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10280,7 +10280,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/auditmanager/api.go b/service/auditmanager/api.go index 95c8e7ad43d..7db82b4a7ca 100644 --- a/service/auditmanager/api.go +++ b/service/auditmanager/api.go @@ -6631,7 +6631,7 @@ func (s *AssociateAssessmentReportEvidenceFolderInput) SetEvidenceFolderId(v str } type AssociateAssessmentReportEvidenceFolderOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9077,7 +9077,7 @@ func (s *DeleteAssessmentFrameworkInput) SetFrameworkId(v string) *DeleteAssessm } type DeleteAssessmentFrameworkOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9148,7 +9148,7 @@ func (s *DeleteAssessmentInput) SetAssessmentId(v string) *DeleteAssessmentInput } type DeleteAssessmentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9236,7 +9236,7 @@ func (s *DeleteAssessmentReportInput) SetAssessmentReportId(v string) *DeleteAss } type DeleteAssessmentReportOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9307,7 +9307,7 @@ func (s *DeleteControlInput) SetControlId(v string) *DeleteControlInput { } type DeleteControlOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9426,7 +9426,7 @@ func (s *DeregisterOrganizationAdminAccountInput) SetAdminAccountId(v string) *D } type DeregisterOrganizationAdminAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9514,7 +9514,7 @@ func (s *DisassociateAssessmentReportEvidenceFolderInput) SetEvidenceFolderId(v } type DisassociateAssessmentReportEvidenceFolderOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12971,7 +12971,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -13101,7 +13101,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/augmentedairuntime/api.go b/service/augmentedairuntime/api.go index 85999e8c648..52f00a41c5f 100644 --- a/service/augmentedairuntime/api.go +++ b/service/augmentedairuntime/api.go @@ -658,7 +658,7 @@ func (s *DeleteHumanLoopInput) SetHumanLoopName(v string) *DeleteHumanLoopInput } type DeleteHumanLoopOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1563,7 +1563,7 @@ func (s *StopHumanLoopInput) SetHumanLoopName(v string) *StopHumanLoopInput { } type StopHumanLoopOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/backup/api.go b/service/backup/api.go index 0315ff1c00f..e8e3b6a8efd 100644 --- a/service/backup/api.go +++ b/service/backup/api.go @@ -8582,7 +8582,7 @@ func (s *DeleteBackupSelectionInput) SetSelectionId(v string) *DeleteBackupSelec } type DeleteBackupSelectionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8656,7 +8656,7 @@ func (s *DeleteBackupVaultAccessPolicyInput) SetBackupVaultName(v string) *Delet } type DeleteBackupVaultAccessPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8779,7 +8779,7 @@ func (s *DeleteBackupVaultLockConfigurationInput) SetBackupVaultName(v string) * } type DeleteBackupVaultLockConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8853,7 +8853,7 @@ func (s *DeleteBackupVaultNotificationsInput) SetBackupVaultName(v string) *Dele } type DeleteBackupVaultNotificationsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8875,7 +8875,7 @@ func (s DeleteBackupVaultNotificationsOutput) GoString() string { } type DeleteBackupVaultOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8946,7 +8946,7 @@ func (s *DeleteFrameworkInput) SetFrameworkName(v string) *DeleteFrameworkInput } type DeleteFrameworkOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9038,7 +9038,7 @@ func (s *DeleteRecoveryPointInput) SetRecoveryPointArn(v string) *DeleteRecovery } type DeleteRecoveryPointOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9109,7 +9109,7 @@ func (s *DeleteReportPlanInput) SetReportPlanName(v string) *DeleteReportPlanInp } type DeleteReportPlanOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10902,7 +10902,7 @@ func (s *DisassociateRecoveryPointInput) SetRecoveryPointArn(v string) *Disassoc } type DisassociateRecoveryPointOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15020,7 +15020,7 @@ func (s *PutBackupVaultAccessPolicyInput) SetPolicy(v string) *PutBackupVaultAcc } type PutBackupVaultAccessPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15162,7 +15162,7 @@ func (s *PutBackupVaultLockConfigurationInput) SetMinRetentionDays(v int64) *Put } type PutBackupVaultLockConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15279,7 +15279,7 @@ func (s *PutBackupVaultNotificationsInput) SetSNSTopicArn(v string) *PutBackupVa } type PutBackupVaultNotificationsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17573,7 +17573,7 @@ func (s *StopBackupJobInput) SetBackupJobId(v string) *StopBackupJobInput { } type StopBackupJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17664,7 +17664,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17754,7 +17754,7 @@ func (s *UntagResourceInput) SetTagKeyList(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18095,7 +18095,7 @@ func (s *UpdateGlobalSettingsInput) SetGlobalSettings(v map[string]*string) *Upd } type UpdateGlobalSettingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18305,7 +18305,7 @@ func (s *UpdateRegionSettingsInput) SetResourceTypeOptInPreference(v map[string] } type UpdateRegionSettingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/batch/api.go b/service/batch/api.go index 3da6ecac92c..759e9d42242 100644 --- a/service/batch/api.go +++ b/service/batch/api.go @@ -2285,7 +2285,7 @@ func (s *CancelJobInput) SetReason(v string) *CancelJobInput { } type CancelJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4393,7 +4393,7 @@ func (s *DeleteComputeEnvironmentInput) SetComputeEnvironment(v string) *DeleteC } type DeleteComputeEnvironmentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4462,7 +4462,7 @@ func (s *DeleteJobQueueInput) SetJobQueue(v string) *DeleteJobQueueInput { } type DeleteJobQueueOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4531,7 +4531,7 @@ func (s *DeregisterJobDefinitionInput) SetJobDefinition(v string) *DeregisterJob } type DeregisterJobDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8462,7 +8462,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8547,7 +8547,7 @@ func (s *TerminateJobInput) SetReason(v string) *TerminateJobInput { } type TerminateJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8794,7 +8794,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/braket/api.go b/service/braket/api.go index 2d0966f119d..ecab25ae19e 100644 --- a/service/braket/api.go +++ b/service/braket/api.go @@ -2734,7 +2734,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2883,7 +2883,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/chime/api.go b/service/chime/api.go index 46d04b16e35..5df644b3f5b 100644 --- a/service/chime/api.go +++ b/service/chime/api.go @@ -21496,7 +21496,7 @@ func (s *AssociatePhoneNumberWithUserInput) SetUserId(v string) *AssociatePhoneN } type AssociatePhoneNumberWithUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -21796,7 +21796,7 @@ func (s *AssociateSigninDelegateGroupsWithAccountInput) SetSigninDelegateGroups( } type AssociateSigninDelegateGroupsWithAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27637,7 +27637,7 @@ func (s *DeleteAccountInput) SetAccountId(v string) *DeleteAccountInput { } type DeleteAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27725,7 +27725,7 @@ func (s *DeleteAppInstanceAdminInput) SetAppInstanceArn(v string) *DeleteAppInst } type DeleteAppInstanceAdminOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27796,7 +27796,7 @@ func (s *DeleteAppInstanceInput) SetAppInstanceArn(v string) *DeleteAppInstanceI } type DeleteAppInstanceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27867,7 +27867,7 @@ func (s *DeleteAppInstanceStreamingConfigurationsInput) SetAppInstanceArn(v stri } type DeleteAppInstanceStreamingConfigurationsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27938,7 +27938,7 @@ func (s *DeleteAppInstanceUserInput) SetAppInstanceUserArn(v string) *DeleteAppI } type DeleteAppInstanceUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28026,7 +28026,7 @@ func (s *DeleteAttendeeInput) SetMeetingId(v string) *DeleteAttendeeInput { } type DeleteAttendeeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28126,7 +28126,7 @@ func (s *DeleteChannelBanInput) SetMemberArn(v string) *DeleteChannelBanInput { } type DeleteChannelBanOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28287,7 +28287,7 @@ func (s *DeleteChannelMembershipInput) SetMemberArn(v string) *DeleteChannelMemb } type DeleteChannelMembershipOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28387,7 +28387,7 @@ func (s *DeleteChannelMessageInput) SetMessageId(v string) *DeleteChannelMessage } type DeleteChannelMessageOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28487,7 +28487,7 @@ func (s *DeleteChannelModeratorInput) SetChimeBearer(v string) *DeleteChannelMod } type DeleteChannelModeratorOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28509,7 +28509,7 @@ func (s DeleteChannelModeratorOutput) GoString() string { } type DeleteChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28597,7 +28597,7 @@ func (s *DeleteEventsConfigurationInput) SetBotId(v string) *DeleteEventsConfigu } type DeleteEventsConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28668,7 +28668,7 @@ func (s *DeleteMediaCapturePipelineInput) SetMediaPipelineId(v string) *DeleteMe } type DeleteMediaCapturePipelineOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28739,7 +28739,7 @@ func (s *DeleteMeetingInput) SetMeetingId(v string) *DeleteMeetingInput { } type DeleteMeetingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28810,7 +28810,7 @@ func (s *DeletePhoneNumberInput) SetPhoneNumberId(v string) *DeletePhoneNumberIn } type DeletePhoneNumberOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28898,7 +28898,7 @@ func (s *DeleteProxySessionInput) SetVoiceConnectorId(v string) *DeleteProxySess } type DeleteProxySessionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29069,7 +29069,7 @@ func (s *DeleteRoomMembershipInput) SetRoomId(v string) *DeleteRoomMembershipInp } type DeleteRoomMembershipOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29091,7 +29091,7 @@ func (s DeleteRoomMembershipOutput) GoString() string { } type DeleteRoomOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29162,7 +29162,7 @@ func (s *DeleteSipMediaApplicationInput) SetSipMediaApplicationId(v string) *Del } type DeleteSipMediaApplicationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29233,7 +29233,7 @@ func (s *DeleteSipRuleInput) SetSipRuleId(v string) *DeleteSipRuleInput { } type DeleteSipRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29304,7 +29304,7 @@ func (s *DeleteVoiceConnectorEmergencyCallingConfigurationInput) SetVoiceConnect } type DeleteVoiceConnectorEmergencyCallingConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29375,7 +29375,7 @@ func (s *DeleteVoiceConnectorGroupInput) SetVoiceConnectorGroupId(v string) *Del } type DeleteVoiceConnectorGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29495,7 +29495,7 @@ func (s *DeleteVoiceConnectorOriginationInput) SetVoiceConnectorId(v string) *De } type DeleteVoiceConnectorOriginationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29517,7 +29517,7 @@ func (s DeleteVoiceConnectorOriginationOutput) GoString() string { } type DeleteVoiceConnectorOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29588,7 +29588,7 @@ func (s *DeleteVoiceConnectorProxyInput) SetVoiceConnectorId(v string) *DeleteVo } type DeleteVoiceConnectorProxyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29659,7 +29659,7 @@ func (s *DeleteVoiceConnectorStreamingConfigurationInput) SetVoiceConnectorId(v } type DeleteVoiceConnectorStreamingConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29745,7 +29745,7 @@ func (s *DeleteVoiceConnectorTerminationCredentialsInput) SetVoiceConnectorId(v } type DeleteVoiceConnectorTerminationCredentialsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29816,7 +29816,7 @@ func (s *DeleteVoiceConnectorTerminationInput) SetVoiceConnectorId(v string) *De } type DeleteVoiceConnectorTerminationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -30800,7 +30800,7 @@ func (s *DisassociatePhoneNumberFromUserInput) SetUserId(v string) *Disassociate } type DisassociatePhoneNumberFromUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -31080,7 +31080,7 @@ func (s *DisassociateSigninDelegateGroupsFromAccountInput) SetGroupNames(v []*st } type DisassociateSigninDelegateGroupsFromAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -37898,7 +37898,7 @@ func (s *LogoutUserInput) SetUserId(v string) *LogoutUserInput { } type LogoutUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -40560,7 +40560,7 @@ func (s *PutVoiceConnectorTerminationCredentialsInput) SetVoiceConnectorId(v str } type PutVoiceConnectorTerminationCredentialsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -40882,7 +40882,7 @@ func (s *RedactConversationMessageInput) SetMessageId(v string) *RedactConversat } type RedactConversationMessageOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -40987,7 +40987,7 @@ func (s *RedactRoomMessageInput) SetRoomId(v string) *RedactRoomMessageInput { } type RedactRoomMessageOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -42629,7 +42629,7 @@ func (s *StartMeetingTranscriptionInput) SetTranscriptionConfiguration(v *Transc } type StartMeetingTranscriptionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -42700,7 +42700,7 @@ func (s *StopMeetingTranscriptionInput) SetMeetingId(v string) *StopMeetingTrans } type StopMeetingTranscriptionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -43017,7 +43017,7 @@ func (s *TagAttendeeInput) SetTags(v []*Tag) *TagAttendeeInput { } type TagAttendeeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -43115,7 +43115,7 @@ func (s *TagMeetingInput) SetTags(v []*Tag) *TagMeetingInput { } type TagMeetingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -43217,7 +43217,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -43788,7 +43788,7 @@ func (s *UntagAttendeeInput) SetTagKeys(v []*string) *UntagAttendeeInput { } type UntagAttendeeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -43876,7 +43876,7 @@ func (s *UntagMeetingInput) SetTagKeys(v []*string) *UntagMeetingInput { } type UntagMeetingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -43968,7 +43968,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -44154,7 +44154,7 @@ func (s *UpdateAccountSettingsInput) SetAccountSettings(v *AccountSettings) *Upd } type UpdateAccountSettingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -44926,7 +44926,7 @@ func (s *UpdateGlobalSettingsInput) SetVoiceConnector(v *VoiceConnectorSettings) } type UpdateGlobalSettingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -45170,7 +45170,7 @@ func (s *UpdatePhoneNumberSettingsInput) SetCallingName(v string) *UpdatePhoneNu } type UpdatePhoneNumberSettingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -46176,7 +46176,7 @@ func (s *UpdateUserSettingsInput) SetUserSettings(v *UserSettings) *UpdateUserSe } type UpdateUserSettingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/chimesdkidentity/api.go b/service/chimesdkidentity/api.go index daf7c506f78..f7a53549427 100644 --- a/service/chimesdkidentity/api.go +++ b/service/chimesdkidentity/api.go @@ -2816,7 +2816,7 @@ func (s *DeleteAppInstanceAdminInput) SetAppInstanceArn(v string) *DeleteAppInst } type DeleteAppInstanceAdminOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2887,7 +2887,7 @@ func (s *DeleteAppInstanceInput) SetAppInstanceArn(v string) *DeleteAppInstanceI } type DeleteAppInstanceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2958,7 +2958,7 @@ func (s *DeleteAppInstanceUserInput) SetAppInstanceUserArn(v string) *DeleteAppI } type DeleteAppInstanceUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/chimesdkmessaging/api.go b/service/chimesdkmessaging/api.go index 94b8e6e5f95..0f27ba7936a 100644 --- a/service/chimesdkmessaging/api.go +++ b/service/chimesdkmessaging/api.go @@ -5024,7 +5024,7 @@ func (s *AssociateChannelFlowInput) SetChimeBearer(v string) *AssociateChannelFl } type AssociateChannelFlowOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7542,7 +7542,7 @@ func (s *DeleteChannelBanInput) SetMemberArn(v string) *DeleteChannelBanInput { } type DeleteChannelBanOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7613,7 +7613,7 @@ func (s *DeleteChannelFlowInput) SetChannelFlowArn(v string) *DeleteChannelFlowI } type DeleteChannelFlowOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7784,7 +7784,7 @@ func (s *DeleteChannelMembershipInput) SetMemberArn(v string) *DeleteChannelMemb } type DeleteChannelMembershipOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7889,7 +7889,7 @@ func (s *DeleteChannelMessageInput) SetMessageId(v string) *DeleteChannelMessage } type DeleteChannelMessageOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7994,7 +7994,7 @@ func (s *DeleteChannelModeratorInput) SetChimeBearer(v string) *DeleteChannelMod } type DeleteChannelModeratorOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8016,7 +8016,7 @@ func (s DeleteChannelModeratorOutput) GoString() string { } type DeleteChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8868,7 +8868,7 @@ func (s *DisassociateChannelFlowInput) SetChimeBearer(v string) *DisassociateCha } type DisassociateChannelFlowOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11617,7 +11617,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11837,7 +11837,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/clouddirectory/api.go b/service/clouddirectory/api.go index 2ee3e2f4096..30f92963216 100644 --- a/service/clouddirectory/api.go +++ b/service/clouddirectory/api.go @@ -9019,7 +9019,7 @@ func (s *AddFacetToObjectInput) SetSchemaFacet(v *SchemaFacet) *AddFacetToObject } type AddFacetToObjectOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9344,7 +9344,7 @@ func (s *AttachPolicyInput) SetPolicyReference(v *ObjectReference) *AttachPolicy } type AttachPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9924,7 +9924,7 @@ func (s *BatchAddFacetToObject) SetSchemaFacet(v *SchemaFacet) *BatchAddFacetToO // The result of a batch add facet to object operation. type BatchAddFacetToObjectResponse struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10119,7 +10119,7 @@ func (s *BatchAttachPolicy) SetPolicyReference(v *ObjectReference) *BatchAttachP // Represents the output of an AttachPolicy response operation. type BatchAttachPolicyResponse struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10703,7 +10703,7 @@ func (s *BatchDeleteObject) SetObjectReference(v *ObjectReference) *BatchDeleteO // Represents the output of a DeleteObject response operation. type BatchDeleteObjectResponse struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10988,7 +10988,7 @@ func (s *BatchDetachPolicy) SetPolicyReference(v *ObjectReference) *BatchDetachP // Represents the output of a DetachPolicy response operation. type BatchDetachPolicyResponse struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11064,7 +11064,7 @@ func (s *BatchDetachTypedLink) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *Bat // Represents the output of a DetachTypedLink response operation. type BatchDetachTypedLinkResponse struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -13383,7 +13383,7 @@ func (s *BatchRemoveFacetFromObject) SetSchemaFacet(v *SchemaFacet) *BatchRemove // An empty result that represents success. type BatchRemoveFacetFromObjectResponse struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -13485,7 +13485,7 @@ func (s *BatchUpdateLinkAttributes) SetTypedLinkSpecifier(v *TypedLinkSpecifier) // Represents the output of a UpdateLinkAttributes response operation. type BatchUpdateLinkAttributesResponse struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14499,7 +14499,7 @@ func (s *CreateFacetInput) SetSchemaArn(v string) *CreateFacetInput { } type CreateFacetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14951,7 +14951,7 @@ func (s *CreateTypedLinkFacetInput) SetSchemaArn(v string) *CreateTypedLinkFacet } type CreateTypedLinkFacetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15116,7 +15116,7 @@ func (s *DeleteFacetInput) SetSchemaArn(v string) *DeleteFacetInput { } type DeleteFacetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15199,7 +15199,7 @@ func (s *DeleteObjectInput) SetObjectReference(v *ObjectReference) *DeleteObject } type DeleteObjectOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15361,7 +15361,7 @@ func (s *DeleteTypedLinkFacetInput) SetSchemaArn(v string) *DeleteTypedLinkFacet } type DeleteTypedLinkFacetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15674,7 +15674,7 @@ func (s *DetachPolicyInput) SetPolicyReference(v *ObjectReference) *DetachPolicy } type DetachPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15762,7 +15762,7 @@ func (s *DetachTypedLinkInput) SetTypedLinkSpecifier(v *TypedLinkSpecifier) *Det } type DetachTypedLinkOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -22252,7 +22252,7 @@ func (s *RemoveFacetFromObjectInput) SetSchemaFacet(v *SchemaFacet) *RemoveFacet } type RemoveFacetFromObjectOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -22802,7 +22802,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -23598,7 +23598,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -23715,7 +23715,7 @@ func (s *UpdateFacetInput) SetSchemaArn(v string) *UpdateFacetInput { } type UpdateFacetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -23828,7 +23828,7 @@ func (s *UpdateLinkAttributesInput) SetTypedLinkSpecifier(v *TypedLinkSpecifier) } type UpdateLinkAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -24168,7 +24168,7 @@ func (s *UpdateTypedLinkFacetInput) SetSchemaArn(v string) *UpdateTypedLinkFacet } type UpdateTypedLinkFacetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/codeartifact/api.go b/service/codeartifact/api.go index 0d6f2065985..d81f454da42 100644 --- a/service/codeartifact/api.go +++ b/service/codeartifact/api.go @@ -10028,7 +10028,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10181,7 +10181,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/codeguruprofiler/api.go b/service/codeguruprofiler/api.go index 86cc5f0fd11..bcbbbc00437 100644 --- a/service/codeguruprofiler/api.go +++ b/service/codeguruprofiler/api.go @@ -3485,7 +3485,7 @@ func (s *DeleteProfilingGroupInput) SetProfilingGroupName(v string) *DeleteProfi // The structure representing the deleteProfilingGroupResponse. type DeleteProfilingGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5471,7 +5471,7 @@ func (s *PostAgentProfileInput) SetProfilingGroupName(v string) *PostAgentProfil // The structure representing the postAgentProfileResponse. type PostAgentProfileOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6386,7 +6386,7 @@ func (s *SubmitFeedbackInput) SetType(v string) *SubmitFeedbackInput { // The structure representing the SubmitFeedbackResponse. type SubmitFeedbackOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6471,7 +6471,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6659,7 +6659,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/codegurureviewer/api.go b/service/codegurureviewer/api.go index 2878adab131..fca64ee6b90 100644 --- a/service/codegurureviewer/api.go +++ b/service/codegurureviewer/api.go @@ -4155,7 +4155,7 @@ func (s *PutRecommendationFeedbackInput) SetRecommendationId(v string) *PutRecom } type PutRecommendationFeedbackOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5551,7 +5551,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5791,7 +5791,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/codestarnotifications/api.go b/service/codestarnotifications/api.go index 1b74bf43366..7d670b1db23 100644 --- a/service/codestarnotifications/api.go +++ b/service/codestarnotifications/api.go @@ -1835,7 +1835,7 @@ func (s *DeleteTargetInput) SetTargetAddress(v string) *DeleteTargetInput { } type DeleteTargetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3502,7 +3502,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3637,7 +3637,7 @@ func (s *UpdateNotificationRuleInput) SetTargets(v []*Target) *UpdateNotificatio } type UpdateNotificationRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/cognitosync/api.go b/service/cognitosync/api.go index 34ce2bae3ce..c839e1cce01 100644 --- a/service/cognitosync/api.go +++ b/service/cognitosync/api.go @@ -4464,7 +4464,7 @@ func (s *SetCognitoEventsInput) SetIdentityPoolId(v string) *SetCognitoEventsInp } type SetCognitoEventsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4719,7 +4719,7 @@ func (s *SubscribeToDatasetInput) SetIdentityPoolId(v string) *SubscribeToDatase // Response to a SubscribeToDataset request. type SubscribeToDatasetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4909,7 +4909,7 @@ func (s *UnsubscribeFromDatasetInput) SetIdentityPoolId(v string) *UnsubscribeFr // Response to an UnsubscribeFromDataset request. type UnsubscribeFromDatasetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/connect/api.go b/service/connect/api.go index 0466ef4e9fd..4d9c81b4a61 100644 --- a/service/connect/api.go +++ b/service/connect/api.go @@ -12086,7 +12086,7 @@ func (s *AssociateApprovedOriginInput) SetOrigin(v string) *AssociateApprovedOri } type AssociateApprovedOriginOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12181,7 +12181,7 @@ func (s *AssociateBotInput) SetLexV2Bot(v *LexV2Bot) *AssociateBotInput { } type AssociateBotOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12386,7 +12386,7 @@ func (s *AssociateLambdaFunctionInput) SetInstanceId(v string) *AssociateLambdaF } type AssociateLambdaFunctionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12472,7 +12472,7 @@ func (s *AssociateLexBotInput) SetLexBot(v *LexBot) *AssociateLexBotInput { } type AssociateLexBotOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12578,7 +12578,7 @@ func (s *AssociateQueueQuickConnectsInput) SetQuickConnectIds(v []*string) *Asso } type AssociateQueueQuickConnectsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12694,7 +12694,7 @@ func (s *AssociateRoutingProfileQueuesInput) SetRoutingProfileId(v string) *Asso } type AssociateRoutingProfileQueuesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15264,7 +15264,7 @@ func (s *DeleteHoursOfOperationInput) SetInstanceId(v string) *DeleteHoursOfOper } type DeleteHoursOfOperationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15336,7 +15336,7 @@ func (s *DeleteInstanceInput) SetInstanceId(v string) *DeleteInstanceInput { } type DeleteInstanceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15425,7 +15425,7 @@ func (s *DeleteIntegrationAssociationInput) SetIntegrationAssociationId(v string } type DeleteIntegrationAssociationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15514,7 +15514,7 @@ func (s *DeleteQuickConnectInput) SetQuickConnectId(v string) *DeleteQuickConnec } type DeleteQuickConnectOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15620,7 +15620,7 @@ func (s *DeleteUseCaseInput) SetUseCaseId(v string) *DeleteUseCaseInput { } type DeleteUseCaseOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15709,7 +15709,7 @@ func (s *DeleteUserHierarchyGroupInput) SetInstanceId(v string) *DeleteUserHiera } type DeleteUserHierarchyGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15798,7 +15798,7 @@ func (s *DeleteUserInput) SetUserId(v string) *DeleteUserInput { } type DeleteUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17146,7 +17146,7 @@ func (s *DisassociateApprovedOriginInput) SetOrigin(v string) *DisassociateAppro } type DisassociateApprovedOriginOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17241,7 +17241,7 @@ func (s *DisassociateBotInput) SetLexV2Bot(v *LexV2Bot) *DisassociateBotInput { } type DisassociateBotOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17345,7 +17345,7 @@ func (s *DisassociateInstanceStorageConfigInput) SetResourceType(v string) *Disa } type DisassociateInstanceStorageConfigOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17434,7 +17434,7 @@ func (s *DisassociateLambdaFunctionInput) SetInstanceId(v string) *DisassociateL } type DisassociateLambdaFunctionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17534,7 +17534,7 @@ func (s *DisassociateLexBotInput) SetLexRegion(v string) *DisassociateLexBotInpu } type DisassociateLexBotOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17640,7 +17640,7 @@ func (s *DisassociateQueueQuickConnectsInput) SetQuickConnectIds(v []*string) *D } type DisassociateQueueQuickConnectsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17753,7 +17753,7 @@ func (s *DisassociateRoutingProfileQueuesInput) SetRoutingProfileId(v string) *D } type DisassociateRoutingProfileQueuesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17843,7 +17843,7 @@ func (s *DisassociateSecurityKeyInput) SetInstanceId(v string) *DisassociateSecu } type DisassociateSecurityKeyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -24921,7 +24921,7 @@ func (s *ResumeContactRecordingInput) SetInstanceId(v string) *ResumeContactReco } type ResumeContactRecordingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -25857,7 +25857,7 @@ func (s *StartContactRecordingInput) SetVoiceRecordingConfiguration(v *VoiceReco } type StartContactRecordingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26322,7 +26322,7 @@ func (s *StopContactInput) SetInstanceId(v string) *StopContactInput { } type StopContactOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26429,7 +26429,7 @@ func (s *StopContactRecordingInput) SetInstanceId(v string) *StopContactRecordin } type StopContactRecordingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26536,7 +26536,7 @@ func (s *SuspendContactRecordingInput) SetInstanceId(v string) *SuspendContactRe } type SuspendContactRecordingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26625,7 +26625,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26818,7 +26818,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26958,7 +26958,7 @@ func (s *UpdateAgentStatusInput) SetState(v string) *UpdateAgentStatusInput { } type UpdateAgentStatusOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27066,7 +27066,7 @@ func (s *UpdateContactAttributesInput) SetInstanceId(v string) *UpdateContactAtt } type UpdateContactAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27170,7 +27170,7 @@ func (s *UpdateContactFlowContentInput) SetInstanceId(v string) *UpdateContactFl } type UpdateContactFlowContentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27279,7 +27279,7 @@ func (s *UpdateContactFlowNameInput) SetName(v string) *UpdateContactFlowNameInp } type UpdateContactFlowNameOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27417,7 +27417,7 @@ func (s *UpdateHoursOfOperationInput) SetTimeZone(v string) *UpdateHoursOfOperat } type UpdateHoursOfOperationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27526,7 +27526,7 @@ func (s *UpdateInstanceAttributeInput) SetValue(v string) *UpdateInstanceAttribu } type UpdateInstanceAttributeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27649,7 +27649,7 @@ func (s *UpdateInstanceStorageConfigInput) SetStorageConfig(v *InstanceStorageCo } type UpdateInstanceStorageConfigOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27752,7 +27752,7 @@ func (s *UpdateQueueHoursOfOperationInput) SetQueueId(v string) *UpdateQueueHour } type UpdateQueueHoursOfOperationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27851,7 +27851,7 @@ func (s *UpdateQueueMaxContactsInput) SetQueueId(v string) *UpdateQueueMaxContac } type UpdateQueueMaxContactsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27964,7 +27964,7 @@ func (s *UpdateQueueNameInput) SetQueueId(v string) *UpdateQueueNameInput { } type UpdateQueueNameOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28072,7 +28072,7 @@ func (s *UpdateQueueOutboundCallerConfigInput) SetQueueId(v string) *UpdateQueue } type UpdateQueueOutboundCallerConfigOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28175,7 +28175,7 @@ func (s *UpdateQueueStatusInput) SetStatus(v string) *UpdateQueueStatusInput { } type UpdateQueueStatusOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28283,7 +28283,7 @@ func (s *UpdateQuickConnectConfigInput) SetQuickConnectId(v string) *UpdateQuick } type UpdateQuickConnectConfigOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28393,7 +28393,7 @@ func (s *UpdateQuickConnectNameInput) SetQuickConnectId(v string) *UpdateQuickCo } type UpdateQuickConnectNameOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28506,7 +28506,7 @@ func (s *UpdateRoutingProfileConcurrencyInput) SetRoutingProfileId(v string) *Up } type UpdateRoutingProfileConcurrencyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28609,7 +28609,7 @@ func (s *UpdateRoutingProfileDefaultOutboundQueueInput) SetRoutingProfileId(v st } type UpdateRoutingProfileDefaultOutboundQueueOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28722,7 +28722,7 @@ func (s *UpdateRoutingProfileNameInput) SetRoutingProfileId(v string) *UpdateRou } type UpdateRoutingProfileNameOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28839,7 +28839,7 @@ func (s *UpdateRoutingProfileQueuesInput) SetRoutingProfileId(v string) *UpdateR } type UpdateRoutingProfileQueuesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28942,7 +28942,7 @@ func (s *UpdateUserHierarchyGroupNameInput) SetName(v string) *UpdateUserHierarc } type UpdateUserHierarchyGroupNameOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29040,7 +29040,7 @@ func (s *UpdateUserHierarchyInput) SetUserId(v string) *UpdateUserHierarchyInput } type UpdateUserHierarchyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29131,7 +29131,7 @@ func (s *UpdateUserHierarchyStructureInput) SetInstanceId(v string) *UpdateUserH } type UpdateUserHierarchyStructureOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29239,7 +29239,7 @@ func (s *UpdateUserIdentityInfoInput) SetUserId(v string) *UpdateUserIdentityInf } type UpdateUserIdentityInfoOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29347,7 +29347,7 @@ func (s *UpdateUserPhoneConfigInput) SetUserId(v string) *UpdateUserPhoneConfigI } type UpdateUserPhoneConfigOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29450,7 +29450,7 @@ func (s *UpdateUserRoutingProfileInput) SetUserId(v string) *UpdateUserRoutingPr } type UpdateUserRoutingProfileOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29556,7 +29556,7 @@ func (s *UpdateUserSecurityProfilesInput) SetUserId(v string) *UpdateUserSecurit } type UpdateUserSecurityProfilesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/connectparticipant/api.go b/service/connectparticipant/api.go index df1f4736c14..c4022702334 100644 --- a/service/connectparticipant/api.go +++ b/service/connectparticipant/api.go @@ -1038,7 +1038,7 @@ func (s *CompleteAttachmentUploadInput) SetConnectionToken(v string) *CompleteAt } type CompleteAttachmentUploadOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1337,7 +1337,7 @@ func (s *DisconnectParticipantInput) SetConnectionToken(v string) *DisconnectPar } type DisconnectParticipantOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/connectwisdomservice/api.go b/service/connectwisdomservice/api.go index d4a215431f7..d5feefe31ed 100644 --- a/service/connectwisdomservice/api.go +++ b/service/connectwisdomservice/api.go @@ -5026,7 +5026,7 @@ func (s *DeleteAssistantAssociationInput) SetAssistantId(v string) *DeleteAssist } type DeleteAssistantAssociationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5098,7 +5098,7 @@ func (s *DeleteAssistantInput) SetAssistantId(v string) *DeleteAssistantInput { } type DeleteAssistantOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5188,7 +5188,7 @@ func (s *DeleteContentInput) SetKnowledgeBaseId(v string) *DeleteContentInput { } type DeleteContentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5260,7 +5260,7 @@ func (s *DeleteKnowledgeBaseInput) SetKnowledgeBaseId(v string) *DeleteKnowledge } type DeleteKnowledgeBaseOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7468,7 +7468,7 @@ func (s *RemoveKnowledgeBaseTemplateUriInput) SetKnowledgeBaseId(v string) *Remo } type RemoveKnowledgeBaseTemplateUriOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8496,7 +8496,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8652,7 +8652,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/customerprofiles/api.go b/service/customerprofiles/api.go index 194827205cf..853719e1b9f 100644 --- a/service/customerprofiles/api.go +++ b/service/customerprofiles/api.go @@ -8984,7 +8984,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9339,7 +9339,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/dataexchange/api.go b/service/dataexchange/api.go index 734d9a33e4c..fa014a65318 100644 --- a/service/dataexchange/api.go +++ b/service/dataexchange/api.go @@ -3311,7 +3311,7 @@ func (s *CancelJobInput) SetJobId(v string) *CancelJobInput { } type CancelJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4307,7 +4307,7 @@ func (s *DeleteAssetInput) SetRevisionId(v string) *DeleteAssetInput { } type DeleteAssetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4376,7 +4376,7 @@ func (s *DeleteDataSetInput) SetDataSetId(v string) *DeleteDataSetInput { } type DeleteDataSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4445,7 +4445,7 @@ func (s *DeleteEventActionInput) SetEventActionId(v string) *DeleteEventActionIn } type DeleteEventActionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4529,7 +4529,7 @@ func (s *DeleteRevisionInput) SetRevisionId(v string) *DeleteRevisionInput { } type DeleteRevisionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8170,7 +8170,7 @@ func (s *StartJobInput) SetJobId(v string) *StartJobInput { } type StartJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8251,7 +8251,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8397,7 +8397,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/detective/api.go b/service/detective/api.go index 7b2aaafaad2..3ba5039993d 100644 --- a/service/detective/api.go +++ b/service/detective/api.go @@ -1639,7 +1639,7 @@ func (s *AcceptInvitationInput) SetGraphArn(v string) *AcceptInvitationInput { } type AcceptInvitationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2061,7 +2061,7 @@ func (s *DeleteGraphInput) SetGraphArn(v string) *DeleteGraphInput { } type DeleteGraphOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2238,7 +2238,7 @@ func (s *DisassociateMembershipInput) SetGraphArn(v string) *DisassociateMembers } type DisassociateMembershipOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3124,7 +3124,7 @@ func (s *RejectInvitationInput) SetGraphArn(v string) *RejectInvitationInput { } type RejectInvitationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3349,7 +3349,7 @@ func (s *StartMonitoringMemberInput) SetGraphArn(v string) *StartMonitoringMembe } type StartMonitoringMemberOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3439,7 +3439,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3570,7 +3570,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/devopsguru/api.go b/service/devopsguru/api.go index 4ac5d4b5f60..583e2845ac4 100644 --- a/service/devopsguru/api.go +++ b/service/devopsguru/api.go @@ -6365,7 +6365,7 @@ func (s *PutFeedbackInput) SetInsightFeedback(v *InsightFeedback) *PutFeedbackIn } type PutFeedbackOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7151,7 +7151,7 @@ func (s *RemoveNotificationChannelInput) SetId(v string) *RemoveNotificationChan } type RemoveNotificationChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7943,7 +7943,7 @@ func (s *StartCostEstimationInput) SetResourceCollection(v *CostEstimationResour } type StartCostEstimationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8208,7 +8208,7 @@ func (s *UpdateResourceCollectionInput) SetResourceCollection(v *UpdateResourceC } type UpdateResourceCollectionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8311,7 +8311,7 @@ func (s *UpdateServiceIntegrationInput) SetServiceIntegration(v *UpdateServiceIn } type UpdateServiceIntegrationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/dlm/api.go b/service/dlm/api.go index 8b1c5d09c22..c53d23783e4 100644 --- a/service/dlm/api.go +++ b/service/dlm/api.go @@ -1387,7 +1387,7 @@ func (s *DeleteLifecyclePolicyInput) SetPolicyId(v string) *DeleteLifecyclePolic } type DeleteLifecyclePolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3217,7 +3217,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3305,7 +3305,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3419,7 +3419,7 @@ func (s *UpdateLifecyclePolicyInput) SetState(v string) *UpdateLifecyclePolicyIn } type UpdateLifecyclePolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/ebs/api.go b/service/ebs/api.go index 78e6b83ae9c..ec1c130a48c 100644 --- a/service/ebs/api.go +++ b/service/ebs/api.go @@ -1831,7 +1831,7 @@ func (s *PutSnapshotBlockInput) SetSnapshotId(v string) *PutSnapshotBlockInput { } type PutSnapshotBlockOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` // The SHA256 checksum generated for the block data by Amazon EBS. Checksum *string `location:"header" locationName:"x-amz-Checksum" type:"string"` diff --git a/service/efs/api.go b/service/efs/api.go index 2669952dfee..211956b6c70 100644 --- a/service/efs/api.go +++ b/service/efs/api.go @@ -4273,7 +4273,7 @@ func (s *CreateTagsInput) SetTags(v []*Tag) *CreateTagsInput { } type CreateTagsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4437,7 +4437,7 @@ func (s *DeleteAccessPointInput) SetAccessPointId(v string) *DeleteAccessPointIn } type DeleteAccessPointOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4508,7 +4508,7 @@ func (s *DeleteFileSystemInput) SetFileSystemId(v string) *DeleteFileSystemInput } type DeleteFileSystemOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4579,7 +4579,7 @@ func (s *DeleteFileSystemPolicyInput) SetFileSystemId(v string) *DeleteFileSyste } type DeleteFileSystemPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4650,7 +4650,7 @@ func (s *DeleteMountTargetInput) SetMountTargetId(v string) *DeleteMountTargetIn } type DeleteMountTargetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4738,7 +4738,7 @@ func (s *DeleteTagsInput) SetTagKeys(v []*string) *DeleteTagsInput { } type DeleteTagsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7002,7 +7002,7 @@ func (s *ModifyMountTargetSecurityGroupsInput) SetSecurityGroups(v []*string) *M } type ModifyMountTargetSecurityGroupsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8448,7 +8448,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8741,7 +8741,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/eks/api.go b/service/eks/api.go index fdd3a5a4cfc..a8a786568d9 100644 --- a/service/eks/api.go +++ b/service/eks/api.go @@ -10304,7 +10304,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10534,7 +10534,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/elasticinference/api.go b/service/elasticinference/api.go index 2a6e433254c..356967e278a 100644 --- a/service/elasticinference/api.go +++ b/service/elasticinference/api.go @@ -1533,7 +1533,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1621,7 +1621,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/elasticsearchservice/api.go b/service/elasticsearchservice/api.go index 3bcac57bd05..e68c71af1ed 100644 --- a/service/elasticsearchservice/api.go +++ b/service/elasticsearchservice/api.go @@ -4632,7 +4632,7 @@ func (s *AddTagsInput) SetTagList(v []*Tag) *AddTagsInput { } type AddTagsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6579,7 +6579,7 @@ func (s DeleteElasticsearchServiceRoleInput) GoString() string { } type DeleteElasticsearchServiceRoleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11940,7 +11940,7 @@ func (s *RemoveTagsInput) SetTagKeys(v []*string) *RemoveTagsInput { } type RemoveTagsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/elastictranscoder/api.go b/service/elastictranscoder/api.go index 2dff8d00daa..58036b6c985 100644 --- a/service/elastictranscoder/api.go +++ b/service/elastictranscoder/api.go @@ -2452,7 +2452,7 @@ func (s *CancelJobInput) SetId(v string) *CancelJobInput { // The response body contains a JSON object. If the job is successfully canceled, // the value of Success is true. type CancelJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3915,7 +3915,7 @@ func (s *DeletePipelineInput) SetId(v string) *DeletePipelineInput { // The DeletePipelineResponse structure. type DeletePipelineOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3988,7 +3988,7 @@ func (s *DeletePresetInput) SetId(v string) *DeletePresetInput { // The DeletePresetResponse structure. type DeletePresetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/emrcontainers/api.go b/service/emrcontainers/api.go index af8e22c0ca5..bb5b5015f65 100644 --- a/service/emrcontainers/api.go +++ b/service/emrcontainers/api.go @@ -4315,7 +4315,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4400,7 +4400,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/finspace/api.go b/service/finspace/api.go index 9e067d29eaa..202a09fdc9f 100644 --- a/service/finspace/api.go +++ b/service/finspace/api.go @@ -1003,7 +1003,7 @@ func (s *DeleteEnvironmentInput) SetEnvironmentId(v string) *DeleteEnvironmentIn } type DeleteEnvironmentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1910,7 +1910,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2063,7 +2063,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/fis/api.go b/service/fis/api.go index 6f7490fdf73..d9382caad20 100644 --- a/service/fis/api.go +++ b/service/fis/api.go @@ -4071,7 +4071,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4151,7 +4151,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/glacier/api.go b/service/glacier/api.go index f166c215ada..d604c61845c 100644 --- a/service/glacier/api.go +++ b/service/glacier/api.go @@ -3811,7 +3811,7 @@ func (s *AbortMultipartUploadInput) SetVaultName(v string) *AbortMultipartUpload } type AbortMultipartUploadOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3905,7 +3905,7 @@ func (s *AbortVaultLockInput) SetVaultName(v string) *AbortVaultLockInput { } type AbortVaultLockOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4008,7 +4008,7 @@ func (s *AddTagsToVaultInput) SetVaultName(v string) *AddTagsToVaultInput { } type AddTagsToVaultOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4035,7 +4035,7 @@ func (s AddTagsToVaultOutput) GoString() string { // For conceptual information, see Working with Archives in Amazon S3 Glacier // (https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html). type ArchiveCreationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` // The ID of the archive. This value is also included as part of the location. ArchiveId *string `location:"header" locationName:"x-amz-archive-id" type:"string"` @@ -4441,7 +4441,7 @@ func (s *CompleteVaultLockInput) SetVaultName(v string) *CompleteVaultLockInput } type CompleteVaultLockOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4536,7 +4536,7 @@ func (s *CreateVaultInput) SetVaultName(v string) *CreateVaultInput { // Contains the Amazon S3 Glacier response to your request. type CreateVaultOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` // The URI of the vault that was created. Location *string `location:"header" locationName:"Location" type:"string"` @@ -4735,7 +4735,7 @@ func (s *DeleteArchiveInput) SetVaultName(v string) *DeleteArchiveInput { } type DeleteArchiveOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4828,7 +4828,7 @@ func (s *DeleteVaultAccessPolicyInput) SetVaultName(v string) *DeleteVaultAccess } type DeleteVaultAccessPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4993,7 +4993,7 @@ func (s *DeleteVaultNotificationsInput) SetVaultName(v string) *DeleteVaultNotif } type DeleteVaultNotificationsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5015,7 +5015,7 @@ func (s DeleteVaultNotificationsOutput) GoString() string { } type DeleteVaultOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6220,7 +6220,7 @@ func (s *InitiateJobInput) SetVaultName(v string) *InitiateJobInput { // Contains the Amazon S3 Glacier response to your request. type InitiateJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` // The ID of the job. JobId *string `location:"header" locationName:"x-amz-job-id" type:"string"` @@ -6366,7 +6366,7 @@ func (s *InitiateMultipartUploadInput) SetVaultName(v string) *InitiateMultipart // The Amazon S3 Glacier response to your request. type InitiateMultipartUploadOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` // The relative URI path of the multipart upload ID Amazon S3 Glacier created. Location *string `location:"header" locationName:"Location" type:"string"` @@ -6489,7 +6489,7 @@ func (s *InitiateVaultLockInput) SetVaultName(v string) *InitiateVaultLockInput // Contains the Amazon S3 Glacier response to your request. type InitiateVaultLockOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` // The lock ID, which is used to complete the vault locking process. LockId *string `location:"header" locationName:"x-amz-lock-id" type:"string"` @@ -8485,7 +8485,7 @@ func (s *PurchaseProvisionedCapacityInput) SetAccountId(v string) *PurchaseProvi } type PurchaseProvisionedCapacityOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` // The ID that identifies the provisioned capacity unit. CapacityId *string `location:"header" locationName:"x-amz-capacity-id" type:"string"` @@ -8596,7 +8596,7 @@ func (s *RemoveTagsFromVaultInput) SetVaultName(v string) *RemoveTagsFromVaultIn } type RemoveTagsFromVaultOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9075,7 +9075,7 @@ func (s *SetDataRetrievalPolicyInput) SetPolicy(v *DataRetrievalPolicy) *SetData } type SetDataRetrievalPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9177,7 +9177,7 @@ func (s *SetVaultAccessPolicyInput) SetVaultName(v string) *SetVaultAccessPolicy } type SetVaultAccessPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9280,7 +9280,7 @@ func (s *SetVaultNotificationsInput) SetVaultNotificationConfig(v *VaultNotifica } type SetVaultNotificationsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9590,7 +9590,7 @@ func (s *UploadMultipartPartInput) SetVaultName(v string) *UploadMultipartPartIn // Contains the Amazon S3 Glacier response to your request. type UploadMultipartPartOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` // The SHA256 tree hash that Amazon S3 Glacier computed for the uploaded part. Checksum *string `location:"header" locationName:"x-amz-sha256-tree-hash" type:"string"` diff --git a/service/gluedatabrew/api.go b/service/gluedatabrew/api.go index f3a3493dccf..6d3a2fe3bb2 100644 --- a/service/gluedatabrew/api.go +++ b/service/gluedatabrew/api.go @@ -11776,7 +11776,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11865,7 +11865,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/greengrass/api.go b/service/greengrass/api.go index 3a0312c8d78..75e91688920 100644 --- a/service/greengrass/api.go +++ b/service/greengrass/api.go @@ -10904,7 +10904,7 @@ func (s *DeleteConnectorDefinitionInput) SetConnectorDefinitionId(v string) *Del } type DeleteConnectorDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10973,7 +10973,7 @@ func (s *DeleteCoreDefinitionInput) SetCoreDefinitionId(v string) *DeleteCoreDef } type DeleteCoreDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11042,7 +11042,7 @@ func (s *DeleteDeviceDefinitionInput) SetDeviceDefinitionId(v string) *DeleteDev } type DeleteDeviceDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11111,7 +11111,7 @@ func (s *DeleteFunctionDefinitionInput) SetFunctionDefinitionId(v string) *Delet } type DeleteFunctionDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11180,7 +11180,7 @@ func (s *DeleteGroupInput) SetGroupId(v string) *DeleteGroupInput { } type DeleteGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11249,7 +11249,7 @@ func (s *DeleteLoggerDefinitionInput) SetLoggerDefinitionId(v string) *DeleteLog } type DeleteLoggerDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11318,7 +11318,7 @@ func (s *DeleteResourceDefinitionInput) SetResourceDefinitionId(v string) *Delet } type DeleteResourceDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11387,7 +11387,7 @@ func (s *DeleteSubscriptionDefinitionInput) SetSubscriptionDefinitionId(v string } type DeleteSubscriptionDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18550,7 +18550,7 @@ func (s *StopBulkDeploymentInput) SetBulkDeploymentId(v string) *StopBulkDeploym } type StopBulkDeploymentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18773,7 +18773,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18945,7 +18945,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19119,7 +19119,7 @@ func (s *UpdateConnectorDefinitionInput) SetName(v string) *UpdateConnectorDefin } type UpdateConnectorDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19196,7 +19196,7 @@ func (s *UpdateCoreDefinitionInput) SetName(v string) *UpdateCoreDefinitionInput } type UpdateCoreDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19273,7 +19273,7 @@ func (s *UpdateDeviceDefinitionInput) SetName(v string) *UpdateDeviceDefinitionI } type UpdateDeviceDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19350,7 +19350,7 @@ func (s *UpdateFunctionDefinitionInput) SetName(v string) *UpdateFunctionDefinit } type UpdateFunctionDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19529,7 +19529,7 @@ func (s *UpdateGroupInput) SetName(v string) *UpdateGroupInput { } type UpdateGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19606,7 +19606,7 @@ func (s *UpdateLoggerDefinitionInput) SetName(v string) *UpdateLoggerDefinitionI } type UpdateLoggerDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19683,7 +19683,7 @@ func (s *UpdateResourceDefinitionInput) SetResourceDefinitionId(v string) *Updat } type UpdateResourceDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19760,7 +19760,7 @@ func (s *UpdateSubscriptionDefinitionInput) SetSubscriptionDefinitionId(v string } type UpdateSubscriptionDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19843,7 +19843,7 @@ func (s *UpdateThingRuntimeConfigurationInput) SetThingName(v string) *UpdateThi } type UpdateThingRuntimeConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/greengrassv2/api.go b/service/greengrassv2/api.go index 3a76392b979..d98992c4633 100644 --- a/service/greengrassv2/api.go +++ b/service/greengrassv2/api.go @@ -4364,7 +4364,7 @@ func (s *DeleteComponentInput) SetArn(v string) *DeleteComponentInput { } type DeleteComponentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4435,7 +4435,7 @@ func (s *DeleteCoreDeviceInput) SetCoreDeviceThingName(v string) *DeleteCoreDevi } type DeleteCoreDeviceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8355,7 +8355,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8519,7 +8519,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/groundstation/api.go b/service/groundstation/api.go index 5475054143d..bd0837e6464 100644 --- a/service/groundstation/api.go +++ b/service/groundstation/api.go @@ -7141,7 +7141,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7274,7 +7274,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/guardduty/api.go b/service/guardduty/api.go index baf7e523ede..e268e0675d2 100644 --- a/service/guardduty/api.go +++ b/service/guardduty/api.go @@ -5509,7 +5509,7 @@ func (s *AcceptInvitationInput) SetMasterId(v string) *AcceptInvitationInput { } type AcceptInvitationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5906,7 +5906,7 @@ func (s *ArchiveFindingsInput) SetFindingIds(v []*string) *ArchiveFindingsInput } type ArchiveFindingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7358,7 +7358,7 @@ func (s *CreateSampleFindingsInput) SetFindingTypes(v []*string) *CreateSampleFi } type CreateSampleFindingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7879,7 +7879,7 @@ func (s *DeleteDetectorInput) SetDetectorId(v string) *DeleteDetectorInput { } type DeleteDetectorOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7967,7 +7967,7 @@ func (s *DeleteFilterInput) SetFilterName(v string) *DeleteFilterInput { } type DeleteFilterOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8055,7 +8055,7 @@ func (s *DeleteIPSetInput) SetIpSetId(v string) *DeleteIPSetInput { } type DeleteIPSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8328,7 +8328,7 @@ func (s *DeletePublishingDestinationInput) SetDetectorId(v string) *DeletePublis } type DeletePublishingDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8416,7 +8416,7 @@ func (s *DeleteThreatIntelSetInput) SetThreatIntelSetId(v string) *DeleteThreatI } type DeleteThreatIntelSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8837,7 +8837,7 @@ func (s *DisableOrganizationAdminAccountInput) SetAdminAccountId(v string) *Disa } type DisableOrganizationAdminAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8908,7 +8908,7 @@ func (s *DisassociateFromMasterAccountInput) SetDetectorId(v string) *Disassocia } type DisassociateFromMasterAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9143,7 +9143,7 @@ func (s *EnableOrganizationAdminAccountInput) SetAdminAccountId(v string) *Enabl } type EnableOrganizationAdminAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14304,7 +14304,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14473,7 +14473,7 @@ func (s *UnarchiveFindingsInput) SetFindingIds(v []*string) *UnarchiveFindingsIn } type UnarchiveFindingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14606,7 +14606,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14710,7 +14710,7 @@ func (s *UpdateDetectorInput) SetFindingPublishingFrequency(v string) *UpdateDet } type UpdateDetectorOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14962,7 +14962,7 @@ func (s *UpdateFindingsFeedbackInput) SetFindingIds(v []*string) *UpdateFindings } type UpdateFindingsFeedbackOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15084,7 +15084,7 @@ func (s *UpdateIPSetInput) SetName(v string) *UpdateIPSetInput { } type UpdateIPSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15297,7 +15297,7 @@ func (s *UpdateOrganizationConfigurationInput) SetDetectorId(v string) *UpdateOr } type UpdateOrganizationConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15395,7 +15395,7 @@ func (s *UpdatePublishingDestinationInput) SetDetectorId(v string) *UpdatePublis } type UpdatePublishingDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15518,7 +15518,7 @@ func (s *UpdateThreatIntelSetInput) SetThreatIntelSetId(v string) *UpdateThreatI } type UpdateThreatIntelSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/imagebuilder/api.go b/service/imagebuilder/api.go index 6554f8c58c9..df4479d2155 100644 --- a/service/imagebuilder/api.go +++ b/service/imagebuilder/api.go @@ -16294,7 +16294,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -16447,7 +16447,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/iot/api.go b/service/iot/api.go index 8d024819f35..a1bd9e88530 100644 --- a/service/iot/api.go +++ b/service/iot/api.go @@ -25204,7 +25204,7 @@ func (s *AcceptCertificateTransferInput) SetSetAsActive(v bool) *AcceptCertifica } type AcceptCertificateTransferOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -25760,7 +25760,7 @@ func (s *AddThingToBillingGroupInput) SetThingName(v string) *AddThingToBillingG } type AddThingToBillingGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -25868,7 +25868,7 @@ func (s *AddThingToThingGroupInput) SetThingName(v string) *AddThingToThingGroup } type AddThingToThingGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26530,7 +26530,7 @@ func (s *AttachPolicyInput) SetTarget(v string) *AttachPolicyInput { } type AttachPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26617,7 +26617,7 @@ func (s *AttachPrincipalPolicyInput) SetPrincipal(v string) *AttachPrincipalPoli } type AttachPrincipalPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26702,7 +26702,7 @@ func (s *AttachSecurityProfileInput) SetSecurityProfileTargetArn(v string) *Atta } type AttachSecurityProfileOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26790,7 +26790,7 @@ func (s *AttachThingPrincipalInput) SetThingName(v string) *AttachThingPrincipal // The output from the AttachThingPrincipal operation. type AttachThingPrincipalOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28981,7 +28981,7 @@ func (s *CancelAuditMitigationActionsTaskInput) SetTaskId(v string) *CancelAudit } type CancelAuditMitigationActionsTaskOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29053,7 +29053,7 @@ func (s *CancelAuditTaskInput) SetTaskId(v string) *CancelAuditTaskInput { } type CancelAuditTaskOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29126,7 +29126,7 @@ func (s *CancelCertificateTransferInput) SetCertificateId(v string) *CancelCerti } type CancelCertificateTransferOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29197,7 +29197,7 @@ func (s *CancelDetectMitigationActionsTaskInput) SetTaskId(v string) *CancelDete } type CancelDetectMitigationActionsTaskOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29328,7 +29328,7 @@ func (s *CancelJobExecutionInput) SetThingName(v string) *CancelJobExecutionInpu } type CancelJobExecutionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -29962,7 +29962,7 @@ func (s ClearDefaultAuthorizerInput) GoString() string { } type ClearDefaultAuthorizerOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -30468,7 +30468,7 @@ func (s *ConfirmTopicRuleDestinationInput) SetConfirmationToken(v string) *Confi } type ConfirmTopicRuleDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -30729,7 +30729,7 @@ func (s *CreateAuditSuppressionInput) SetSuppressIndefinitely(v bool) *CreateAud } type CreateAuditSuppressionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35044,7 +35044,7 @@ func (s *CreateTopicRuleInput) SetTopicRulePayload(v *TopicRulePayload) *CreateT } type CreateTopicRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35156,7 +35156,7 @@ func (s *DeleteAccountAuditConfigurationInput) SetDeleteScheduledAudits(v bool) } type DeleteAccountAuditConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35245,7 +35245,7 @@ func (s *DeleteAuditSuppressionInput) SetResourceIdentifier(v *ResourceIdentifie } type DeleteAuditSuppressionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35316,7 +35316,7 @@ func (s *DeleteAuthorizerInput) SetAuthorizerName(v string) *DeleteAuthorizerInp } type DeleteAuthorizerOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35398,7 +35398,7 @@ func (s *DeleteBillingGroupInput) SetExpectedVersion(v int64) *DeleteBillingGrou } type DeleteBillingGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35472,7 +35472,7 @@ func (s *DeleteCACertificateInput) SetCertificateId(v string) *DeleteCACertifica // The output for the DeleteCACertificate operation. type DeleteCACertificateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35555,7 +35555,7 @@ func (s *DeleteCertificateInput) SetForceDelete(v bool) *DeleteCertificateInput } type DeleteCertificateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35691,7 +35691,7 @@ func (s *DeleteCustomMetricInput) SetMetricName(v string) *DeleteCustomMetricInp } type DeleteCustomMetricOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35762,7 +35762,7 @@ func (s *DeleteDimensionInput) SetName(v string) *DeleteDimensionInput { } type DeleteDimensionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35833,7 +35833,7 @@ func (s *DeleteDomainConfigurationInput) SetDomainConfigurationName(v string) *D } type DeleteDomainConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35913,7 +35913,7 @@ func (s *DeleteDynamicThingGroupInput) SetThingGroupName(v string) *DeleteDynami } type DeleteDynamicThingGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -35993,7 +35993,7 @@ func (s *DeleteFleetMetricInput) SetMetricName(v string) *DeleteFleetMetricInput } type DeleteFleetMetricOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36135,7 +36135,7 @@ func (s *DeleteJobExecutionInput) SetThingName(v string) *DeleteJobExecutionInpu } type DeleteJobExecutionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36246,7 +36246,7 @@ func (s *DeleteJobInput) SetNamespaceId(v string) *DeleteJobInput { } type DeleteJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36317,7 +36317,7 @@ func (s *DeleteJobTemplateInput) SetJobTemplateId(v string) *DeleteJobTemplateIn } type DeleteJobTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36388,7 +36388,7 @@ func (s *DeleteMitigationActionInput) SetActionName(v string) *DeleteMitigationA } type DeleteMitigationActionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36481,7 +36481,7 @@ func (s *DeleteOTAUpdateInput) SetOtaUpdateId(v string) *DeleteOTAUpdateInput { } type DeleteOTAUpdateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36553,7 +36553,7 @@ func (s *DeletePolicyInput) SetPolicyName(v string) *DeletePolicyInput { } type DeletePolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36642,7 +36642,7 @@ func (s *DeletePolicyVersionInput) SetPolicyVersionId(v string) *DeletePolicyVer } type DeletePolicyVersionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36713,7 +36713,7 @@ func (s *DeleteProvisioningTemplateInput) SetTemplateName(v string) *DeleteProvi } type DeleteProvisioningTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36798,7 +36798,7 @@ func (s *DeleteProvisioningTemplateVersionInput) SetVersionId(v int64) *DeletePr } type DeleteProvisioningTemplateVersionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36844,7 +36844,7 @@ func (s DeleteRegistrationCodeInput) GoString() string { // The output for the DeleteRegistrationCode operation. type DeleteRegistrationCodeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36915,7 +36915,7 @@ func (s *DeleteRoleAliasInput) SetRoleAlias(v string) *DeleteRoleAliasInput { } type DeleteRoleAliasOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36986,7 +36986,7 @@ func (s *DeleteScheduledAuditInput) SetScheduledAuditName(v string) *DeleteSched } type DeleteScheduledAuditOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -37068,7 +37068,7 @@ func (s *DeleteSecurityProfileInput) SetSecurityProfileName(v string) *DeleteSec } type DeleteSecurityProfileOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -37139,7 +37139,7 @@ func (s *DeleteStreamInput) SetStreamId(v string) *DeleteStreamInput { } type DeleteStreamOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -37219,7 +37219,7 @@ func (s *DeleteThingGroupInput) SetThingGroupName(v string) *DeleteThingGroupInp } type DeleteThingGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -37303,7 +37303,7 @@ func (s *DeleteThingInput) SetThingName(v string) *DeleteThingInput { // The output of the DeleteThing operation. type DeleteThingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -37376,7 +37376,7 @@ func (s *DeleteThingTypeInput) SetThingTypeName(v string) *DeleteThingTypeInput // The output for the DeleteThingType operation. type DeleteThingTypeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -37447,7 +37447,7 @@ func (s *DeleteTopicRuleDestinationInput) SetArn(v string) *DeleteTopicRuleDesti } type DeleteTopicRuleDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -37519,7 +37519,7 @@ func (s *DeleteTopicRuleInput) SetRuleName(v string) *DeleteTopicRuleInput { } type DeleteTopicRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -37601,7 +37601,7 @@ func (s *DeleteV2LoggingLevelInput) SetTargetType(v string) *DeleteV2LoggingLeve } type DeleteV2LoggingLevelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -37727,7 +37727,7 @@ func (s *DeprecateThingTypeInput) SetUndoDeprecate(v bool) *DeprecateThingTypeIn // The output for the DeprecateThingType operation. type DeprecateThingTypeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -41651,7 +41651,7 @@ func (s *DetachPolicyInput) SetTarget(v string) *DetachPolicyInput { } type DetachPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -41741,7 +41741,7 @@ func (s *DetachPrincipalPolicyInput) SetPrincipal(v string) *DetachPrincipalPoli } type DetachPrincipalPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -41826,7 +41826,7 @@ func (s *DetachSecurityProfileInput) SetSecurityProfileTargetArn(v string) *Deta } type DetachSecurityProfileOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -41915,7 +41915,7 @@ func (s *DetachThingPrincipalInput) SetThingName(v string) *DetachThingPrincipal // The output from the DetachThingPrincipal operation. type DetachThingPrincipalOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -42323,7 +42323,7 @@ func (s *DisableTopicRuleInput) SetRuleName(v string) *DisableTopicRuleInput { } type DisableTopicRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -42913,7 +42913,7 @@ func (s *EnableTopicRuleInput) SetRuleName(v string) *EnableTopicRuleInput { } type EnableTopicRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -55711,7 +55711,7 @@ func (s *PutVerificationStateOnViolationInput) SetViolationId(v string) *PutVeri } type PutVerificationStateOnViolationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -56457,7 +56457,7 @@ func (s *RejectCertificateTransferInput) SetRejectReason(v string) *RejectCertif } type RejectCertificateTransferOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -56603,7 +56603,7 @@ func (s *RemoveThingFromBillingGroupInput) SetThingName(v string) *RemoveThingFr } type RemoveThingFromBillingGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -56699,7 +56699,7 @@ func (s *RemoveThingFromThingGroupInput) SetThingName(v string) *RemoveThingFrom } type RemoveThingFromThingGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -56838,7 +56838,7 @@ func (s *ReplaceTopicRuleInput) SetTopicRulePayload(v *TopicRulePayload) *Replac } type ReplaceTopicRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -58220,7 +58220,7 @@ func (s *SetDefaultPolicyVersionInput) SetPolicyVersionId(v string) *SetDefaultP } type SetDefaultPolicyVersionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -58294,7 +58294,7 @@ func (s *SetLoggingOptionsInput) SetLoggingOptionsPayload(v *LoggingOptionsPaylo } type SetLoggingOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -58381,7 +58381,7 @@ func (s *SetV2LoggingLevelInput) SetLogTarget(v *LogTarget) *SetV2LoggingLevelIn } type SetV2LoggingLevelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -58452,7 +58452,7 @@ func (s *SetV2LoggingOptionsInput) SetRoleArn(v string) *SetV2LoggingOptionsInpu } type SetV2LoggingOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -59638,7 +59638,7 @@ func (s *StopThingRegistrationTaskInput) SetTaskId(v string) *StopThingRegistrat } type StopThingRegistrationTaskOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -60056,7 +60056,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -62758,7 +62758,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -62867,7 +62867,7 @@ func (s *UpdateAccountAuditConfigurationInput) SetRoleArn(v string) *UpdateAccou } type UpdateAccountAuditConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -62984,7 +62984,7 @@ func (s *UpdateAuditSuppressionInput) SetSuppressIndefinitely(v bool) *UpdateAud } type UpdateAuditSuppressionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -63334,7 +63334,7 @@ func (s *UpdateCACertificateInput) SetRemoveAutoRegistration(v bool) *UpdateCACe } type UpdateCACertificateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -63477,7 +63477,7 @@ func (s *UpdateCertificateInput) SetNewStatus(v string) *UpdateCertificateInput } type UpdateCertificateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -64131,7 +64131,7 @@ func (s *UpdateEventConfigurationsInput) SetEventConfigurations(v map[string]*Co } type UpdateEventConfigurationsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -64307,7 +64307,7 @@ func (s *UpdateFleetMetricInput) SetUnit(v string) *UpdateFleetMetricInput { } type UpdateFleetMetricOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -64389,7 +64389,7 @@ func (s *UpdateIndexingConfigurationInput) SetThingIndexingConfiguration(v *Thin } type UpdateIndexingConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -64543,7 +64543,7 @@ func (s *UpdateJobInput) SetTimeoutConfig(v *TimeoutConfig) *UpdateJobInput { } type UpdateJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -64794,7 +64794,7 @@ func (s *UpdateProvisioningTemplateInput) SetTemplateName(v string) *UpdateProvi } type UpdateProvisioningTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -65682,7 +65682,7 @@ func (s *UpdateThingGroupsForThingInput) SetThingName(v string) *UpdateThingGrou } type UpdateThingGroupsForThingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -65804,7 +65804,7 @@ func (s *UpdateThingInput) SetThingTypeName(v string) *UpdateThingInput { // The output from the UpdateThing operation. type UpdateThingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -65911,7 +65911,7 @@ func (s *UpdateTopicRuleDestinationInput) SetStatus(v string) *UpdateTopicRuleDe } type UpdateTopicRuleDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/iot1clickdevicesservice/api.go b/service/iot1clickdevicesservice/api.go index 932605f3c10..52ed3623370 100644 --- a/service/iot1clickdevicesservice/api.go +++ b/service/iot1clickdevicesservice/api.go @@ -1111,7 +1111,7 @@ func (c *IoT1ClickDevicesService) UpdateDeviceStateWithContext(ctx aws.Context, } type Attributes struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2682,7 +2682,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2840,7 +2840,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2918,7 +2918,7 @@ func (s *UpdateDeviceStateInput) SetEnabled(v bool) *UpdateDeviceStateInput { } type UpdateDeviceStateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/iot1clickprojects/api.go b/service/iot1clickprojects/api.go index b0fe3c1d99d..86695416726 100644 --- a/service/iot1clickprojects/api.go +++ b/service/iot1clickprojects/api.go @@ -1582,7 +1582,7 @@ func (s *AssociateDeviceWithPlacementInput) SetProjectName(v string) *AssociateD } type AssociateDeviceWithPlacementOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1680,7 +1680,7 @@ func (s *CreatePlacementInput) SetProjectName(v string) *CreatePlacementInput { } type CreatePlacementOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1786,7 +1786,7 @@ func (s *CreateProjectInput) SetTags(v map[string]*string) *CreateProjectInput { } type CreateProjectOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1874,7 +1874,7 @@ func (s *DeletePlacementInput) SetProjectName(v string) *DeletePlacementInput { } type DeletePlacementOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1945,7 +1945,7 @@ func (s *DeleteProjectInput) SetProjectName(v string) *DeleteProjectInput { } type DeleteProjectOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2273,7 +2273,7 @@ func (s *DisassociateDeviceFromPlacementInput) SetProjectName(v string) *Disasso } type DisassociateDeviceFromPlacementOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3381,7 +3381,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3534,7 +3534,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3632,7 +3632,7 @@ func (s *UpdatePlacementInput) SetProjectName(v string) *UpdatePlacementInput { } type UpdatePlacementOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3724,7 +3724,7 @@ func (s *UpdateProjectInput) SetProjectName(v string) *UpdateProjectInput { } type UpdateProjectOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/iotanalytics/api.go b/service/iotanalytics/api.go index 59130af5c44..51e1a9c4554 100644 --- a/service/iotanalytics/api.go +++ b/service/iotanalytics/api.go @@ -3766,7 +3766,7 @@ func (s *CancelPipelineReprocessingInput) SetReprocessingId(v string) *CancelPip } type CancelPipelineReprocessingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6955,7 +6955,7 @@ func (s *DeleteChannelInput) SetChannelName(v string) *DeleteChannelInput { } type DeleteChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7040,7 +7040,7 @@ func (s *DeleteDatasetContentInput) SetVersionId(v string) *DeleteDatasetContent } type DeleteDatasetContentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7111,7 +7111,7 @@ func (s *DeleteDatasetInput) SetDatasetName(v string) *DeleteDatasetInput { } type DeleteDatasetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7182,7 +7182,7 @@ func (s *DeleteDatastoreInput) SetDatastoreName(v string) *DeleteDatastoreInput } type DeleteDatastoreOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7253,7 +7253,7 @@ func (s *DeletePipelineInput) SetPipelineName(v string) *DeletePipelineInput { } type DeletePipelineOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8728,7 +8728,7 @@ func (s *IotSiteWiseCustomerManagedDatastoreS3StorageSummary) SetKeyPrefix(v str // Contains the configuration information of the JSON format. type JsonConfiguration struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10372,7 +10372,7 @@ func (s *PutLoggingOptionsInput) SetLoggingOptions(v *LoggingOptions) *PutLoggin } type PutLoggingOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11344,7 +11344,7 @@ func (s *SelectAttributesActivity) SetNext(v string) *SelectAttributesActivity { // Used to store channel data in an S3 bucket managed by IoT Analytics. You // can't change the choice of S3 storage after the data store is created. type ServiceManagedChannelS3Storage struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11367,7 +11367,7 @@ func (s ServiceManagedChannelS3Storage) GoString() string { // Used to store channel data in an S3 bucket managed by IoT Analytics. type ServiceManagedChannelS3StorageSummary struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11391,7 +11391,7 @@ func (s ServiceManagedChannelS3StorageSummary) GoString() string { // Used to store data in an Amazon S3 bucket managed by IoT Analytics. You can't // change the choice of Amazon S3 storage after your data store is created. type ServiceManagedDatastoreS3Storage struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11414,7 +11414,7 @@ func (s ServiceManagedDatastoreS3Storage) GoString() string { // Contains information about the data store that is managed by IoT Analytics. type ServiceManagedDatastoreS3StorageSummary struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11830,7 +11830,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12097,7 +12097,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12199,7 +12199,7 @@ func (s *UpdateChannelInput) SetRetentionPeriod(v *RetentionPeriod) *UpdateChann } type UpdateChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12394,7 +12394,7 @@ func (s *UpdateDatasetInput) SetVersioningConfiguration(v *VersioningConfigurati } type UpdateDatasetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12516,7 +12516,7 @@ func (s *UpdateDatastoreInput) SetRetentionPeriod(v *RetentionPeriod) *UpdateDat } type UpdateDatastoreOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12625,7 +12625,7 @@ func (s *UpdatePipelineInput) SetPipelineName(v string) *UpdatePipelineInput { } type UpdatePipelineOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/iotdataplane/api.go b/service/iotdataplane/api.go index 730fde73939..4f41d292bf2 100644 --- a/service/iotdataplane/api.go +++ b/service/iotdataplane/api.go @@ -1649,7 +1649,7 @@ func (s *PublishInput) SetTopic(v string) *PublishInput { } type PublishOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/iotdeviceadvisor/api.go b/service/iotdeviceadvisor/api.go index 2bbf353bab1..aa7a60f9c6f 100644 --- a/service/iotdeviceadvisor/api.go +++ b/service/iotdeviceadvisor/api.go @@ -1453,7 +1453,7 @@ func (s *DeleteSuiteDefinitionInput) SetSuiteDefinitionId(v string) *DeleteSuite } type DeleteSuiteDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2644,7 +2644,7 @@ func (s *StopSuiteRunInput) SetSuiteRunId(v string) *StopSuiteRunInput { } type StopSuiteRunOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3063,7 +3063,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3284,7 +3284,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/iotevents/api.go b/service/iotevents/api.go index 5f837b78cd5..8eeddad4a9a 100644 --- a/service/iotevents/api.go +++ b/service/iotevents/api.go @@ -4544,7 +4544,7 @@ func (s *DeleteAlarmModelInput) SetAlarmModelName(v string) *DeleteAlarmModelInp } type DeleteAlarmModelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4615,7 +4615,7 @@ func (s *DeleteDetectorModelInput) SetDetectorModelName(v string) *DeleteDetecto } type DeleteDetectorModelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4686,7 +4686,7 @@ func (s *DeleteInputInput) SetInputName(v string) *DeleteInputInput { } type DeleteInputOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8690,7 +8690,7 @@ func (s *PutLoggingOptionsInput) SetLoggingOptions(v *LoggingOptions) *PutLoggin } type PutLoggingOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9941,7 +9941,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10255,7 +10255,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/iotfleethub/api.go b/service/iotfleethub/api.go index 233863e2d1a..b001f384aa2 100644 --- a/service/iotfleethub/api.go +++ b/service/iotfleethub/api.go @@ -1170,7 +1170,7 @@ func (s *DeleteApplicationInput) SetClientToken(v string) *DeleteApplicationInpu } type DeleteApplicationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1876,7 +1876,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2025,7 +2025,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2134,7 +2134,7 @@ func (s *UpdateApplicationInput) SetClientToken(v string) *UpdateApplicationInpu } type UpdateApplicationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/iotsitewise/api.go b/service/iotsitewise/api.go index 0ef56c1f2ef..1871030c854 100644 --- a/service/iotsitewise/api.go +++ b/service/iotsitewise/api.go @@ -8681,7 +8681,7 @@ func (s *AssociateAssetsInput) SetHierarchyId(v string) *AssociateAssetsInput { } type AssociateAssetsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10987,7 +10987,7 @@ func (s *DeleteAccessPolicyInput) SetClientToken(v string) *DeleteAccessPolicyIn } type DeleteAccessPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11266,7 +11266,7 @@ func (s *DeleteDashboardInput) SetDashboardId(v string) *DeleteDashboardInput { } type DeleteDashboardOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11337,7 +11337,7 @@ func (s *DeleteGatewayInput) SetGatewayId(v string) *DeleteGatewayInput { } type DeleteGatewayOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11519,7 +11519,7 @@ func (s *DeleteProjectInput) SetProjectId(v string) *DeleteProjectInput { } type DeleteProjectOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -13428,7 +13428,7 @@ func (s *DisassociateAssetsInput) SetHierarchyId(v string) *DisassociateAssetsIn } type DisassociateAssetsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18051,7 +18051,7 @@ func (s *PutLoggingOptionsInput) SetLoggingOptions(v *LoggingOptions) *PutLoggin } type PutLoggingOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18535,7 +18535,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19158,7 +19158,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19298,7 +19298,7 @@ func (s *UpdateAccessPolicyInput) SetClientToken(v string) *UpdateAccessPolicyIn } type UpdateAccessPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19745,7 +19745,7 @@ func (s *UpdateAssetPropertyInput) SetPropertyNotificationState(v string) *Updat } type UpdateAssetPropertyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -19875,7 +19875,7 @@ func (s *UpdateDashboardInput) SetDashboardName(v string) *UpdateDashboardInput } type UpdateDashboardOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -20105,7 +20105,7 @@ func (s *UpdateGatewayInput) SetGatewayName(v string) *UpdateGatewayInput { } type UpdateGatewayOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -20432,7 +20432,7 @@ func (s *UpdateProjectInput) SetProjectName(v string) *UpdateProjectInput { } type UpdateProjectOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/iotwireless/api.go b/service/iotwireless/api.go index 1723911ccfd..6327a36b5fb 100644 --- a/service/iotwireless/api.go +++ b/service/iotwireless/api.go @@ -5869,7 +5869,7 @@ func (s *AssociateWirelessDeviceWithThingInput) SetThingArn(v string) *Associate } type AssociateWirelessDeviceWithThingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6051,7 +6051,7 @@ func (s *AssociateWirelessGatewayWithThingInput) SetThingArn(v string) *Associat } type AssociateWirelessGatewayWithThingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7220,7 +7220,7 @@ func (s *DeleteDestinationInput) SetName(v string) *DeleteDestinationInput { } type DeleteDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7291,7 +7291,7 @@ func (s *DeleteDeviceProfileInput) SetId(v string) *DeleteDeviceProfileInput { } type DeleteDeviceProfileOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7362,7 +7362,7 @@ func (s *DeleteServiceProfileInput) SetId(v string) *DeleteServiceProfileInput { } type DeleteServiceProfileOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7433,7 +7433,7 @@ func (s *DeleteWirelessDeviceInput) SetId(v string) *DeleteWirelessDeviceInput { } type DeleteWirelessDeviceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7504,7 +7504,7 @@ func (s *DeleteWirelessGatewayInput) SetId(v string) *DeleteWirelessGatewayInput } type DeleteWirelessGatewayOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7575,7 +7575,7 @@ func (s *DeleteWirelessGatewayTaskDefinitionInput) SetId(v string) *DeleteWirele } type DeleteWirelessGatewayTaskDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7646,7 +7646,7 @@ func (s *DeleteWirelessGatewayTaskInput) SetId(v string) *DeleteWirelessGatewayT } type DeleteWirelessGatewayTaskOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7858,7 +7858,7 @@ func (s *DisassociateAwsAccountFromPartnerAccountInput) SetPartnerType(v string) } type DisassociateAwsAccountFromPartnerAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7929,7 +7929,7 @@ func (s *DisassociateWirelessDeviceFromThingInput) SetId(v string) *Disassociate } type DisassociateWirelessDeviceFromThingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8000,7 +8000,7 @@ func (s *DisassociateWirelessGatewayFromCertificateInput) SetId(v string) *Disas } type DisassociateWirelessGatewayFromCertificateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8071,7 +8071,7 @@ func (s *DisassociateWirelessGatewayFromThingInput) SetId(v string) *Disassociat } type DisassociateWirelessGatewayFromThingOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11710,7 +11710,7 @@ func (s *PutResourceLogLevelInput) SetResourceType(v string) *PutResourceLogLeve } type PutResourceLogLevelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11754,7 +11754,7 @@ func (s ResetAllResourceLogLevelsInput) GoString() string { } type ResetAllResourceLogLevelsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11840,7 +11840,7 @@ func (s *ResetResourceLogLevelInput) SetResourceType(v string) *ResetResourceLog } type ResetResourceLogLevelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12722,7 +12722,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -13018,7 +13018,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -13128,7 +13128,7 @@ func (s *UpdateDestinationInput) SetRoleArn(v string) *UpdateDestinationInput { } type UpdateDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -13229,7 +13229,7 @@ func (s *UpdateLogLevelsByResourceTypesInput) SetWirelessGatewayLogOptions(v []* } type UpdateLogLevelsByResourceTypesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -13333,7 +13333,7 @@ func (s *UpdatePartnerAccountInput) SetSidewalk(v *SidewalkUpdateAccount) *Updat } type UpdatePartnerAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -13440,7 +13440,7 @@ func (s *UpdateWirelessDeviceInput) SetName(v string) *UpdateWirelessDeviceInput } type UpdateWirelessDeviceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -13548,7 +13548,7 @@ func (s *UpdateWirelessGatewayInput) SetNetIdFilters(v []*string) *UpdateWireles } type UpdateWirelessGatewayOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/ivs/api.go b/service/ivs/api.go index 29a008f13e0..1bfb1da45dd 100644 --- a/service/ivs/api.go +++ b/service/ivs/api.go @@ -3528,7 +3528,7 @@ func (s *DeleteChannelInput) SetArn(v string) *DeleteChannelInput { } type DeleteChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3599,7 +3599,7 @@ func (s *DeletePlaybackKeyPairInput) SetArn(v string) *DeletePlaybackKeyPairInpu } type DeletePlaybackKeyPairOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3667,7 +3667,7 @@ func (s *DeleteRecordingConfigurationInput) SetArn(v string) *DeleteRecordingCon } type DeleteRecordingConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3738,7 +3738,7 @@ func (s *DeleteStreamKeyInput) SetArn(v string) *DeleteStreamKeyInput { } type DeleteStreamKeyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5213,7 +5213,7 @@ func (s *PutMetadataInput) SetMetadata(v string) *PutMetadataInput { } type PutMetadataOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5619,7 +5619,7 @@ func (s *StopStreamInput) SetChannelArn(v string) *StopStreamInput { } type StopStreamOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6037,7 +6037,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6188,7 +6188,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/kafka/api.go b/service/kafka/api.go index 6b9cb1acb3a..f03756b3b50 100644 --- a/service/kafka/api.go +++ b/service/kafka/api.go @@ -8348,7 +8348,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8681,7 +8681,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/kinesisvideo/api.go b/service/kinesisvideo/api.go index 9238641d71b..6a11274fbd6 100644 --- a/service/kinesisvideo/api.go +++ b/service/kinesisvideo/api.go @@ -2768,7 +2768,7 @@ func (s *DeleteSignalingChannelInput) SetCurrentVersion(v string) *DeleteSignali } type DeleteSignalingChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2856,7 +2856,7 @@ func (s *DeleteStreamInput) SetStreamARN(v string) *DeleteStreamInput { } type DeleteStreamOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4593,7 +4593,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4690,7 +4690,7 @@ func (s *TagStreamInput) SetTags(v map[string]*string) *TagStreamInput { } type TagStreamOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4844,7 +4844,7 @@ func (s *UntagResourceInput) SetTagKeyList(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4940,7 +4940,7 @@ func (s *UntagStreamInput) SetTagKeyList(v []*string) *UntagStreamInput { } type UntagStreamOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5069,7 +5069,7 @@ func (s *UpdateDataRetentionInput) SetStreamName(v string) *UpdateDataRetentionI } type UpdateDataRetentionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5173,7 +5173,7 @@ func (s *UpdateSignalingChannelInput) SetSingleMasterConfiguration(v *SingleMast } type UpdateSignalingChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5303,7 +5303,7 @@ func (s *UpdateStreamInput) SetStreamName(v string) *UpdateStreamInput { } type UpdateStreamOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/lambda/api.go b/service/lambda/api.go index 753d4eaaba8..ed1bc2bd565 100644 --- a/service/lambda/api.go +++ b/service/lambda/api.go @@ -8156,7 +8156,7 @@ func (s *DeleteAliasInput) SetName(v string) *DeleteAliasInput { } type DeleteAliasOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8227,7 +8227,7 @@ func (s *DeleteCodeSigningConfigInput) SetCodeSigningConfigArn(v string) *Delete } type DeleteCodeSigningConfigOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8358,7 +8358,7 @@ func (s *DeleteFunctionCodeSigningConfigInput) SetFunctionName(v string) *Delete } type DeleteFunctionCodeSigningConfigOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8440,7 +8440,7 @@ func (s *DeleteFunctionConcurrencyInput) SetFunctionName(v string) *DeleteFuncti } type DeleteFunctionConcurrencyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8535,7 +8535,7 @@ func (s *DeleteFunctionEventInvokeConfigInput) SetQualifier(v string) *DeleteFun } type DeleteFunctionEventInvokeConfigOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8631,7 +8631,7 @@ func (s *DeleteFunctionInput) SetQualifier(v string) *DeleteFunctionInput { } type DeleteFunctionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8716,7 +8716,7 @@ func (s *DeleteLayerVersionInput) SetVersionNumber(v int64) *DeleteLayerVersionI } type DeleteLayerVersionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8815,7 +8815,7 @@ func (s *DeleteProvisionedConcurrencyConfigInput) SetQualifier(v string) *Delete } type DeleteProvisionedConcurrencyConfigOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12625,7 +12625,7 @@ func (s *InvokeAsyncInput) SetInvokeArgs(v io.ReadSeeker) *InvokeAsyncInput { // // Deprecated: InvokeAsyncOutput has been deprecated type InvokeAsyncOutput struct { - _ struct{} `deprecated:"true" type:"structure" nopayload:"true"` + _ struct{} `deprecated:"true" type:"structure"` // The status code. Status *int64 `location:"statusCode" type:"integer"` @@ -16109,7 +16109,7 @@ func (s *RemoveLayerVersionPermissionInput) SetVersionNumber(v int64) *RemoveLay } type RemoveLayerVersionPermissionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -16233,7 +16233,7 @@ func (s *RemovePermissionInput) SetStatementId(v string) *RemovePermissionInput } type RemovePermissionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -16913,7 +16913,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17201,7 +17201,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/lexmodelbuildingservice/api.go b/service/lexmodelbuildingservice/api.go index 0ca30cb1113..590971c4247 100644 --- a/service/lexmodelbuildingservice/api.go +++ b/service/lexmodelbuildingservice/api.go @@ -6446,7 +6446,7 @@ func (s *DeleteBotAliasInput) SetName(v string) *DeleteBotAliasInput { } type DeleteBotAliasOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6552,7 +6552,7 @@ func (s *DeleteBotChannelAssociationInput) SetName(v string) *DeleteBotChannelAs } type DeleteBotChannelAssociationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6623,7 +6623,7 @@ func (s *DeleteBotInput) SetName(v string) *DeleteBotInput { } type DeleteBotOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6712,7 +6712,7 @@ func (s *DeleteBotVersionInput) SetVersion(v string) *DeleteBotVersionInput { } type DeleteBotVersionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6783,7 +6783,7 @@ func (s *DeleteIntentInput) SetName(v string) *DeleteIntentInput { } type DeleteIntentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6872,7 +6872,7 @@ func (s *DeleteIntentVersionInput) SetVersion(v string) *DeleteIntentVersionInpu } type DeleteIntentVersionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6943,7 +6943,7 @@ func (s *DeleteSlotTypeInput) SetName(v string) *DeleteSlotTypeInput { } type DeleteSlotTypeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7032,7 +7032,7 @@ func (s *DeleteSlotTypeVersionInput) SetVersion(v string) *DeleteSlotTypeVersion } type DeleteSlotTypeVersionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7123,7 +7123,7 @@ func (s *DeleteUtterancesInput) SetUserId(v string) *DeleteUtterancesInput { } type DeleteUtterancesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14761,7 +14761,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14847,7 +14847,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/lexmodelsv2/api.go b/service/lexmodelsv2/api.go index 9bd12635918..272a2c4a863 100644 --- a/service/lexmodelsv2/api.go +++ b/service/lexmodelsv2/api.go @@ -12112,7 +12112,7 @@ func (s *DeleteIntentInput) SetLocaleId(v string) *DeleteIntentInput { } type DeleteIntentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12490,7 +12490,7 @@ func (s *DeleteSlotInput) SetSlotId(v string) *DeleteSlotInput { } type DeleteSlotOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12626,7 +12626,7 @@ func (s *DeleteSlotTypeInput) SetSlotTypeId(v string) *DeleteSlotTypeInput { } type DeleteSlotTypeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12721,7 +12721,7 @@ func (s *DeleteUtterancesInput) SetSessionId(v string) *DeleteUtterancesInput { } type DeleteUtterancesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -21317,7 +21317,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -21590,7 +21590,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/locationservice/api.go b/service/locationservice/api.go index d033cae02a0..6b583544963 100644 --- a/service/locationservice/api.go +++ b/service/locationservice/api.go @@ -5541,7 +5541,7 @@ func (s *AssociateTrackerConsumerInput) SetTrackerName(v string) *AssociateTrack } type AssociateTrackerConsumerOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8425,7 +8425,7 @@ func (s *DeleteGeofenceCollectionInput) SetCollectionName(v string) *DeleteGeofe } type DeleteGeofenceCollectionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8496,7 +8496,7 @@ func (s *DeleteMapInput) SetMapName(v string) *DeleteMapInput { } type DeleteMapOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8567,7 +8567,7 @@ func (s *DeletePlaceIndexInput) SetIndexName(v string) *DeletePlaceIndexInput { } type DeletePlaceIndexOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8638,7 +8638,7 @@ func (s *DeleteRouteCalculatorInput) SetCalculatorName(v string) *DeleteRouteCal } type DeleteRouteCalculatorOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8709,7 +8709,7 @@ func (s *DeleteTrackerInput) SetTrackerName(v string) *DeleteTrackerInput { } type DeleteTrackerOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9852,7 +9852,7 @@ func (s *DisassociateTrackerConsumerInput) SetTrackerName(v string) *Disassociat } type DisassociateTrackerConsumerOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -13979,7 +13979,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14250,7 +14250,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/lookoutforvision/api.go b/service/lookoutforvision/api.go index 64e4c0c2bed..80828edb1e4 100644 --- a/service/lookoutforvision/api.go +++ b/service/lookoutforvision/api.go @@ -3108,7 +3108,7 @@ func (s *DeleteDatasetInput) SetProjectName(v string) *DeleteDatasetInput { } type DeleteDatasetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5551,7 +5551,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5711,7 +5711,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/lookoutmetrics/api.go b/service/lookoutmetrics/api.go index 9b0e963f95f..c1d39013451 100644 --- a/service/lookoutmetrics/api.go +++ b/service/lookoutmetrics/api.go @@ -3007,7 +3007,7 @@ func (s *ActivateAnomalyDetectorInput) SetAnomalyDetectorArn(v string) *Activate } type ActivateAnomalyDetectorOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3830,7 +3830,7 @@ func (s *BackTestAnomalyDetectorInput) SetAnomalyDetectorArn(v string) *BackTest } type BackTestAnomalyDetectorOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4625,7 +4625,7 @@ func (s *DeleteAlertInput) SetAlertArn(v string) *DeleteAlertInput { } type DeleteAlertOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4693,7 +4693,7 @@ func (s *DeleteAnomalyDetectorInput) SetAnomalyDetectorArn(v string) *DeleteAnom } type DeleteAnomalyDetectorOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7059,7 +7059,7 @@ func (s *PutFeedbackInput) SetAnomalyGroupTimeSeriesFeedback(v *AnomalyGroupTime } type PutFeedbackOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7856,7 +7856,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8162,7 +8162,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/macie2/api.go b/service/macie2/api.go index 6a65e00f872..97a47b262f7 100644 --- a/service/macie2/api.go +++ b/service/macie2/api.go @@ -6519,7 +6519,7 @@ func (s *AcceptInvitationInput) SetMasterAccount(v string) *AcceptInvitationInpu } type AcceptInvitationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9041,7 +9041,7 @@ func (s *CreateSampleFindingsInput) SetFindingTypes(v []*string) *CreateSampleFi } type CreateSampleFindingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9389,7 +9389,7 @@ func (s *CustomDetection) SetOccurrences(v *Occurrences) *CustomDetection { // Specifies that a classification job runs once a day, every day. This is an // empty object. type DailySchedule struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9587,7 +9587,7 @@ func (s *DeleteCustomDataIdentifierInput) SetId(v string) *DeleteCustomDataIdent } type DeleteCustomDataIdentifierOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9656,7 +9656,7 @@ func (s *DeleteFindingsFilterInput) SetId(v string) *DeleteFindingsFilterInput { } type DeleteFindingsFilterOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9803,7 +9803,7 @@ func (s *DeleteMemberInput) SetId(v string) *DeleteMemberInput { } type DeleteMemberOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10267,7 +10267,7 @@ func (s DisableMacieInput) GoString() string { } type DisableMacieOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10333,7 +10333,7 @@ func (s *DisableOrganizationAdminAccountInput) SetAdminAccountId(v string) *Disa } type DisableOrganizationAdminAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10377,7 +10377,7 @@ func (s DisassociateFromAdministratorAccountInput) GoString() string { } type DisassociateFromAdministratorAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10421,7 +10421,7 @@ func (s DisassociateFromMasterAccountInput) GoString() string { } type DisassociateFromMasterAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10490,7 +10490,7 @@ func (s *DisassociateMemberInput) SetId(v string) *DisassociateMemberInput { } type DisassociateMemberOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10598,7 +10598,7 @@ func (s *EnableMacieInput) SetStatus(v string) *EnableMacieInput { } type EnableMacieOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10676,7 +10676,7 @@ func (s *EnableOrganizationAdminAccountInput) SetClientToken(v string) *EnableOr } type EnableOrganizationAdminAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15144,7 +15144,7 @@ func (s *PutFindingsPublicationConfigurationInput) SetSecurityHubConfiguration(v } type PutFindingsPublicationConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17151,7 +17151,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { // The request succeeded. The specified tags were added to the resource. type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17558,7 +17558,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { // The request succeeded. The specified tags were removed from the resource. type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17645,7 +17645,7 @@ func (s *UpdateClassificationJobInput) SetJobStatus(v string) *UpdateClassificat } type UpdateClassificationJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17853,7 +17853,7 @@ func (s *UpdateMacieSessionInput) SetStatus(v string) *UpdateMacieSessionInput { } type UpdateMacieSessionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17937,7 +17937,7 @@ func (s *UpdateMemberSessionInput) SetStatus(v string) *UpdateMemberSessionInput } type UpdateMemberSessionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18005,7 +18005,7 @@ func (s *UpdateOrganizationConfigurationInput) SetAutoEnable(v bool) *UpdateOrga } type UpdateOrganizationConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/managedblockchain/api.go b/service/managedblockchain/api.go index 0527dcaea6c..6507efa1287 100644 --- a/service/managedblockchain/api.go +++ b/service/managedblockchain/api.go @@ -3582,7 +3582,7 @@ func (s *DeleteMemberInput) SetNetworkId(v string) *DeleteMemberInput { } type DeleteMemberOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3692,7 +3692,7 @@ func (s *DeleteNodeInput) SetNodeId(v string) *DeleteNodeInput { } type DeleteNodeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7445,7 +7445,7 @@ func (s *RejectInvitationInput) SetInvitationId(v string) *RejectInvitationInput } type RejectInvitationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7852,7 +7852,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8071,7 +8071,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8169,7 +8169,7 @@ func (s *UpdateMemberInput) SetNetworkId(v string) *UpdateMemberInput { } type UpdateMemberOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8280,7 +8280,7 @@ func (s *UpdateNodeInput) SetNodeId(v string) *UpdateNodeInput { } type UpdateNodeOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8399,7 +8399,7 @@ func (s *VoteOnProposalInput) SetVoterMemberId(v string) *VoteOnProposalInput { } type VoteOnProposalOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/mediaconnect/api.go b/service/mediaconnect/api.go index 5ba3da95187..d8a0397bcc6 100644 --- a/service/mediaconnect/api.go +++ b/service/mediaconnect/api.go @@ -9434,7 +9434,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9695,7 +9695,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/mediaconvert/api.go b/service/mediaconvert/api.go index aea00f6539a..8087215027d 100644 --- a/service/mediaconvert/api.go +++ b/service/mediaconvert/api.go @@ -3345,7 +3345,7 @@ func (s *AssociateCertificateInput) SetArn(v string) *AssociateCertificateInput // Successful association of Certificate Manager Amazon Resource Name (ARN) // with Mediaconvert returns an OK message. type AssociateCertificateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5257,7 +5257,7 @@ func (s *CancelJobInput) SetId(v string) *CancelJobInput { // A cancel job request will receive a response with an empty body. type CancelJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8491,7 +8491,7 @@ func (s *DeleteJobTemplateInput) SetName(v string) *DeleteJobTemplateInput { // Delete job template requests will return an OK message or error message with // an empty body. type DeleteJobTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8537,7 +8537,7 @@ func (s DeletePolicyInput) GoString() string { // Successful DELETE policy requests will return an OK message. type DeletePolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8611,7 +8611,7 @@ func (s *DeletePresetInput) SetName(v string) *DeletePresetInput { // Delete preset requests will return an OK message or error message with an // empty body. type DeletePresetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8686,7 +8686,7 @@ func (s *DeleteQueueInput) SetName(v string) *DeleteQueueInput { // Delete queue requests return an OK message or error message with an empty // body. type DeleteQueueOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8892,7 +8892,7 @@ func (s *DisassociateCertificateInput) SetArn(v string) *DisassociateCertificate // Successful disassociation of Certificate Manager Amazon Resource Name (ARN) // with Mediaconvert returns an OK message. type DisassociateCertificateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -22141,7 +22141,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { // A successful request to add tags to a resource returns an OK message. type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -22733,7 +22733,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { // A successful request to remove tags from a resource returns an OK message. type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/medialive/api.go b/service/medialive/api.go index 49e07a531a4..c637f61e0a1 100644 --- a/service/medialive/api.go +++ b/service/medialive/api.go @@ -6036,7 +6036,7 @@ func (s *AcceptInputDeviceTransferInput) SetInputDeviceId(v string) *AcceptInput } type AcceptInputDeviceTransferOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6370,7 +6370,7 @@ func (s *ArchiveS3Settings) SetCannedAcl(v string) *ArchiveS3Settings { // Arib Destination Settings type AribDestinationSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6393,7 +6393,7 @@ func (s AribDestinationSettings) GoString() string { // Arib Source Settings type AribSourceSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8858,7 +8858,7 @@ func (s *CancelInputDeviceTransferInput) SetInputDeviceId(v string) *CancelInput } type CancelInputDeviceTransferOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9971,7 +9971,7 @@ func (s *ClaimDeviceInput) SetId(v string) *ClaimDeviceInput { } type ClaimDeviceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9994,7 +9994,7 @@ func (s ClaimDeviceOutput) GoString() string { // Passthrough applies no color space conversion to the output type ColorSpacePassthroughSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10897,7 +10897,7 @@ func (s *CreateTagsInput) SetTags(v map[string]*string) *CreateTagsInput { } type CreateTagsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11176,7 +11176,7 @@ func (s *DeleteInputInput) SetInputId(v string) *DeleteInputInput { } type DeleteInputOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11245,7 +11245,7 @@ func (s *DeleteInputSecurityGroupInput) SetInputSecurityGroupId(v string) *Delet } type DeleteInputSecurityGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11808,7 +11808,7 @@ func (s *DeleteScheduleInput) SetChannelId(v string) *DeleteScheduleInput { } type DeleteScheduleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11889,7 +11889,7 @@ func (s *DeleteTagsInput) SetTagKeys(v []*string) *DeleteTagsInput { } type DeleteTagsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14318,7 +14318,7 @@ func (s *EbuTtDDestinationSettings) SetStyleControl(v string) *EbuTtDDestination // Embedded Destination Settings type EmbeddedDestinationSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -14341,7 +14341,7 @@ func (s EmbeddedDestinationSettings) GoString() string { // Embedded Plus Scte20 Destination Settings type EmbeddedPlusScte20DestinationSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15225,7 +15225,7 @@ func (s *FrameCaptureGroupSettings) SetFrameCaptureCdnSettings(v *FrameCaptureCd // Frame Capture Hls Settings type FrameCaptureHlsSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17939,7 +17939,7 @@ func (s *HlsWebdavSettings) SetRestartDelay(v int64) *HlsWebdavSettings { // Html Motion Graphics Settings type HtmlMotionGraphicsSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17962,7 +17962,7 @@ func (s HtmlMotionGraphicsSettings) GoString() string { // Settings to configure an action so that it occurs as soon as possible. type ImmediateModeScheduleActionStartSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -21950,7 +21950,7 @@ func (s *MediaPackageOutputDestinationSettings) SetChannelId(v string) *MediaPac // Media Package Output Settings type MediaPackageOutputSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -22093,7 +22093,7 @@ func (s *MotionGraphicsConfiguration) SetMotionGraphicsSettings(v *MotionGraphic // Settings to specify the ending of rendering motion graphics into the video // stream. type MotionGraphicsDeactivateScheduleActionSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -22859,7 +22859,7 @@ func (s *Multiplex) SetTags(v map[string]*string) *Multiplex { // Multiplex Group Settings type MultiplexGroupSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -24942,7 +24942,7 @@ func (s *OutputSettings) SetUdpOutputSettings(v *UdpOutputSettings) *OutputSetti // Pass Through Settings type PassThroughSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -25260,7 +25260,7 @@ func (s *PurchaseOfferingOutput) SetReservation(v *Reservation) *PurchaseOfferin // Raw Settings type RawSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -25283,7 +25283,7 @@ func (s RawSettings) GoString() string { // Rec601 Settings type Rec601Settings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -25306,7 +25306,7 @@ func (s Rec601Settings) GoString() string { // Rec709 Settings type Rec709Settings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -25375,7 +25375,7 @@ func (s *RejectInputDeviceTransferInput) SetInputDeviceId(v string) *RejectInput } type RejectInputDeviceTransferOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -25760,7 +25760,7 @@ func (s *ReservationResourceSpecification) SetVideoQuality(v string) *Reservatio // Rtmp Caption Info Destination Settings type RtmpCaptionInfoDestinationSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26325,7 +26325,7 @@ func (s *ScheduleActionStartSettings) SetImmediateModeScheduleActionStartSetting // Scte20 Plus Embedded Destination Settings type Scte20PlusEmbeddedDestinationSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -26405,7 +26405,7 @@ func (s *Scte20SourceSettings) SetSource608ChannelNumber(v int64) *Scte20SourceS // Scte27 Destination Settings type Scte27DestinationSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -27150,7 +27150,7 @@ func (s *Scte35TimeSignalScheduleActionSettings) SetScte35Descriptors(v []*Scte3 // Smpte Tt Destination Settings type SmpteTtDestinationSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28296,7 +28296,7 @@ func (s *StopTimecode) SetTimecode(v string) *StopTimecode { // Teletext Destination Settings type TeletextDestinationSettings struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -28622,7 +28622,7 @@ func (s *TransferInputDeviceInput) SetTransferMessage(v string) *TransferInputDe } type TransferInputDeviceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/mediapackage/api.go b/service/mediapackage/api.go index dc776cde2ab..e8065d8d20b 100644 --- a/service/mediapackage/api.go +++ b/service/mediapackage/api.go @@ -3350,7 +3350,7 @@ func (s *DeleteChannelInput) SetId(v string) *DeleteChannelInput { } type DeleteChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3419,7 +3419,7 @@ func (s *DeleteOriginEndpointInput) SetId(v string) *DeleteOriginEndpointInput { } type DeleteOriginEndpointOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6270,7 +6270,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6477,7 +6477,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/mediapackagevod/api.go b/service/mediapackagevod/api.go index 687ddc09532..18ee1f330ad 100644 --- a/service/mediapackagevod/api.go +++ b/service/mediapackagevod/api.go @@ -2921,7 +2921,7 @@ func (s *DeleteAssetInput) SetId(v string) *DeleteAssetInput { } type DeleteAssetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2990,7 +2990,7 @@ func (s *DeletePackagingConfigurationInput) SetId(v string) *DeletePackagingConf } type DeletePackagingConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3059,7 +3059,7 @@ func (s *DeletePackagingGroupInput) SetId(v string) *DeletePackagingGroupInput { } type DeletePackagingGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4939,7 +4939,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5146,7 +5146,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/mediastoredata/api.go b/service/mediastoredata/api.go index e7d2b123827..a6e065f7b69 100644 --- a/service/mediastoredata/api.go +++ b/service/mediastoredata/api.go @@ -618,7 +618,7 @@ func (s *DeleteObjectInput) SetPath(v string) *DeleteObjectInput { } type DeleteObjectOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -690,7 +690,7 @@ func (s *DescribeObjectInput) SetPath(v string) *DescribeObjectInput { } type DescribeObjectOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` // An optional CacheControl header that allows the caller to control the object's // cache behavior. Headers can be passed in as specified in the HTTP at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9 diff --git a/service/mediatailor/api.go b/service/mediatailor/api.go index 5533b1cdc4b..67c5541a27a 100644 --- a/service/mediatailor/api.go +++ b/service/mediatailor/api.go @@ -5197,7 +5197,7 @@ func (s *DeleteChannelInput) SetChannelName(v string) *DeleteChannelInput { // This response includes only the "type" : "object" property. type DeleteChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5268,7 +5268,7 @@ func (s *DeleteChannelPolicyInput) SetChannelName(v string) *DeleteChannelPolicy // This response includes only the "type" : "object" property. type DeleteChannelPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5337,7 +5337,7 @@ func (s *DeletePlaybackConfigurationInput) SetName(v string) *DeletePlaybackConf } type DeletePlaybackConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5423,7 +5423,7 @@ func (s *DeletePrefetchScheduleInput) SetPlaybackConfigurationName(v string) *De // If the action is successful, the service sends back an HTTP 204 response // with an empty HTTP body. type DeletePrefetchScheduleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5508,7 +5508,7 @@ func (s *DeleteProgramInput) SetProgramName(v string) *DeleteProgramInput { // This response includes only the "type" : "object" property. type DeleteProgramOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5578,7 +5578,7 @@ func (s *DeleteSourceLocationInput) SetSourceLocationName(v string) *DeleteSourc // This response includes only the "type" : "object" property. type DeleteSourceLocationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5663,7 +5663,7 @@ func (s *DeleteVodSourceInput) SetVodSourceName(v string) *DeleteVodSourceInput // This response includes only the "type" : "object" property. type DeleteVodSourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8446,7 +8446,7 @@ func (s *PutChannelPolicyInput) SetPolicy(v string) *PutChannelPolicyInput { // This response includes only the "type" : "object" property. type PutChannelPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9539,7 +9539,7 @@ func (s *StartChannelInput) SetChannelName(v string) *StartChannelInput { } type StartChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9608,7 +9608,7 @@ func (s *StopChannelInput) SetChannelName(v string) *StopChannelInput { } type StopChannelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9689,7 +9689,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9866,7 +9866,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/mgn/api.go b/service/mgn/api.go index a0da14c0450..5c4f738846b 100644 --- a/service/mgn/api.go +++ b/service/mgn/api.go @@ -3566,7 +3566,7 @@ func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { } type DeleteJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3638,7 +3638,7 @@ func (s *DeleteReplicationConfigurationTemplateInput) SetReplicationConfiguratio } type DeleteReplicationConfigurationTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3709,7 +3709,7 @@ func (s *DeleteSourceServerInput) SetSourceServerID(v string) *DeleteSourceServe } type DeleteSourceServerOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5044,7 +5044,7 @@ func (s InitializeServiceInput) GoString() string { } type InitializeServiceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7077,7 +7077,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7398,7 +7398,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/mobileanalytics/api.go b/service/mobileanalytics/api.go index ee1c404017f..42833b1a97d 100644 --- a/service/mobileanalytics/api.go +++ b/service/mobileanalytics/api.go @@ -354,7 +354,7 @@ func (s *PutEventsInput) SetEvents(v []*Event) *PutEventsInput { } type PutEventsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/mq/api.go b/service/mq/api.go index 5c87855724f..2506a1eaa2d 100644 --- a/service/mq/api.go +++ b/service/mq/api.go @@ -3307,7 +3307,7 @@ func (s *CreateTagsInput) SetTags(v map[string]*string) *CreateTagsInput { } type CreateTagsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3329,7 +3329,7 @@ func (s CreateTagsOutput) GoString() string { } type CreateUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3577,7 +3577,7 @@ func (s *DeleteTagsInput) SetTagKeys(v []*string) *DeleteTagsInput { } type DeleteTagsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3661,7 +3661,7 @@ func (s *DeleteUserInput) SetUsername(v string) *DeleteUserInput { } type DeleteUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5964,7 +5964,7 @@ func (s *RebootBrokerInput) SetBrokerId(v string) *RebootBrokerInput { } type RebootBrokerOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6501,7 +6501,7 @@ func (s *UpdateConfigurationResponse) SetWarnings(v []*SanitizationWarning) *Upd } type UpdateUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/mwaa/api.go b/service/mwaa/api.go index 9110ce14859..94d5bc1928c 100644 --- a/service/mwaa/api.go +++ b/service/mwaa/api.go @@ -1698,7 +1698,7 @@ func (s *DeleteEnvironmentInput) SetName(v string) *DeleteEnvironmentInput { } type DeleteEnvironmentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3006,7 +3006,7 @@ func (s *PublishMetricsInput) SetMetricData(v []*MetricDatum) *PublishMetricsInp } type PublishMetricsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3219,7 +3219,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3305,7 +3305,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/networkmanager/api.go b/service/networkmanager/api.go index e780048552f..1b1283701d5 100644 --- a/service/networkmanager/api.go +++ b/service/networkmanager/api.go @@ -8372,7 +8372,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8683,7 +8683,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/nimblestudio/api.go b/service/nimblestudio/api.go index 2fb8a7609fa..29a864de197 100644 --- a/service/nimblestudio/api.go +++ b/service/nimblestudio/api.go @@ -6132,7 +6132,7 @@ func (s *DeleteLaunchProfileMemberInput) SetStudioId(v string) *DeleteLaunchProf } type DeleteLaunchProfileMemberOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6626,7 +6626,7 @@ func (s *DeleteStudioMemberInput) SetStudioId(v string) *DeleteStudioMemberInput } type DeleteStudioMemberOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9626,7 +9626,7 @@ func (s *PutLaunchProfileMembersInput) SetStudioId(v string) *PutLaunchProfileMe } type PutLaunchProfileMembersOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9743,7 +9743,7 @@ func (s *PutStudioMembersInput) SetStudioId(v string) *PutStudioMembersInput { } type PutStudioMembersOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11428,7 +11428,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11583,7 +11583,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/opensearchservice/api.go b/service/opensearchservice/api.go index 5fcf1fe95f2..11d1941e34a 100644 --- a/service/opensearchservice/api.go +++ b/service/opensearchservice/api.go @@ -4729,7 +4729,7 @@ func (s *AddTagsInput) SetTagList(v []*Tag) *AddTagsInput { } type AddTagsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12035,7 +12035,7 @@ func (s *RemoveTagsInput) SetTagKeys(v []*string) *RemoveTagsInput { } type RemoveTagsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/outposts/api.go b/service/outposts/api.go index 5c775e01a3c..800488b20e2 100644 --- a/service/outposts/api.go +++ b/service/outposts/api.go @@ -1567,7 +1567,7 @@ func (s *DeleteOutpostInput) SetOutpostId(v string) *DeleteOutpostInput { } type DeleteOutpostOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1638,7 +1638,7 @@ func (s *DeleteSiteInput) SetSiteId(v string) *DeleteSiteInput { } type DeleteSiteOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2882,7 +2882,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2970,7 +2970,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/personalizeevents/api.go b/service/personalizeevents/api.go index 61944e79f97..959092b7bf6 100644 --- a/service/personalizeevents/api.go +++ b/service/personalizeevents/api.go @@ -660,7 +660,7 @@ func (s *PutEventsInput) SetUserId(v string) *PutEventsInput { } type PutEventsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -756,7 +756,7 @@ func (s *PutItemsInput) SetItems(v []*Item) *PutItemsInput { } type PutItemsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -852,7 +852,7 @@ func (s *PutUsersInput) SetUsers(v []*User) *PutUsersInput { } type PutUsersOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/pinpoint/api.go b/service/pinpoint/api.go index bf088a0eb69..59f0ca7b7e0 100644 --- a/service/pinpoint/api.go +++ b/service/pinpoint/api.go @@ -35784,7 +35784,7 @@ func (s *TagResourceInput) SetTagsModel(v *TagsModel) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -36640,7 +36640,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/pinpointemail/api.go b/service/pinpointemail/api.go index f1c492a49d3..be7a6011e0d 100644 --- a/service/pinpointemail/api.go +++ b/service/pinpointemail/api.go @@ -4860,7 +4860,7 @@ func (s *CreateConfigurationSetEventDestinationInput) SetEventDestinationName(v // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type CreateConfigurationSetEventDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4996,7 +4996,7 @@ func (s *CreateConfigurationSetInput) SetTrackingOptions(v *TrackingOptions) *Cr // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type CreateConfigurationSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5087,7 +5087,7 @@ func (s *CreateDedicatedIpPoolInput) SetTags(v []*Tag) *CreateDedicatedIpPoolInp // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type CreateDedicatedIpPoolOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5587,7 +5587,7 @@ func (s *DeleteConfigurationSetEventDestinationInput) SetEventDestinationName(v // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type DeleteConfigurationSetEventDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5661,7 +5661,7 @@ func (s *DeleteConfigurationSetInput) SetConfigurationSetName(v string) *DeleteC // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type DeleteConfigurationSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5735,7 +5735,7 @@ func (s *DeleteDedicatedIpPoolInput) SetPoolName(v string) *DeleteDedicatedIpPoo // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type DeleteDedicatedIpPoolOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5813,7 +5813,7 @@ func (s *DeleteEmailIdentityInput) SetEmailIdentity(v string) *DeleteEmailIdenti // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type DeleteEmailIdentityOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9428,7 +9428,7 @@ func (s *PutAccountDedicatedIpWarmupAttributesInput) SetAutoWarmupEnabled(v bool // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutAccountDedicatedIpWarmupAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9488,7 +9488,7 @@ func (s *PutAccountSendingAttributesInput) SetSendingEnabled(v bool) *PutAccount // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutAccountSendingAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9585,7 +9585,7 @@ func (s *PutConfigurationSetDeliveryOptionsInput) SetTlsPolicy(v string) *PutCon // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutConfigurationSetDeliveryOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9672,7 +9672,7 @@ func (s *PutConfigurationSetReputationOptionsInput) SetReputationMetricsEnabled( // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutConfigurationSetReputationOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9758,7 +9758,7 @@ func (s *PutConfigurationSetSendingOptionsInput) SetSendingEnabled(v bool) *PutC // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutConfigurationSetSendingOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9843,7 +9843,7 @@ func (s *PutConfigurationSetTrackingOptionsInput) SetCustomRedirectDomain(v stri // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutConfigurationSetTrackingOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9934,7 +9934,7 @@ func (s *PutDedicatedIpInPoolInput) SetIp(v string) *PutDedicatedIpInPoolInput { // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutDedicatedIpInPoolOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10024,7 +10024,7 @@ func (s *PutDedicatedIpWarmupAttributesInput) SetWarmupPercentage(v int64) *PutD // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutDedicatedIpWarmupAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10115,7 +10115,7 @@ func (s *PutDeliverabilityDashboardOptionInput) SetSubscribedDomains(v []*Domain // A response that indicates whether the Deliverability dashboard is enabled // for your Amazon Pinpoint account. type PutDeliverabilityDashboardOptionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10203,7 +10203,7 @@ func (s *PutEmailIdentityDkimAttributesInput) SetSigningEnabled(v bool) *PutEmai // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutEmailIdentityDkimAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10300,7 +10300,7 @@ func (s *PutEmailIdentityFeedbackAttributesInput) SetEmailIdentity(v string) *Pu // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutEmailIdentityFeedbackAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10408,7 +10408,7 @@ func (s *PutEmailIdentityMailFromAttributesInput) SetMailFromDomain(v string) *P // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutEmailIdentityMailFromAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11079,7 +11079,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11329,7 +11329,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11441,7 +11441,7 @@ func (s *UpdateConfigurationSetEventDestinationInput) SetEventDestinationName(v // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type UpdateConfigurationSetEventDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/pinpointsmsvoice/api.go b/service/pinpointsmsvoice/api.go index 6eaa2f64a73..c43af374beb 100644 --- a/service/pinpointsmsvoice/api.go +++ b/service/pinpointsmsvoice/api.go @@ -1021,7 +1021,7 @@ func (s *CreateConfigurationSetEventDestinationInput) SetEventDestinationName(v // An empty object that indicates that the event destination was created successfully. type CreateConfigurationSetEventDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1077,7 +1077,7 @@ func (s *CreateConfigurationSetInput) SetConfigurationSetName(v string) *CreateC // An empty object that indicates that the configuration set was successfully // created. type CreateConfigurationSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1162,7 +1162,7 @@ func (s *DeleteConfigurationSetEventDestinationInput) SetEventDestinationName(v // An empty object that indicates that the event destination was deleted successfully. type DeleteConfigurationSetEventDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1232,7 +1232,7 @@ func (s *DeleteConfigurationSetInput) SetConfigurationSetName(v string) *DeleteC // An empty object that indicates that the configuration set was deleted successfully. type DeleteConfigurationSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2192,7 +2192,7 @@ func (s *UpdateConfigurationSetEventDestinationInput) SetEventDestinationName(v // An empty object that indicates that the event destination was updated successfully. type UpdateConfigurationSetEventDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/polly/api.go b/service/polly/api.go index c7412b020fa..c70e627b5c7 100644 --- a/service/polly/api.go +++ b/service/polly/api.go @@ -1025,7 +1025,7 @@ func (s *DeleteLexiconInput) SetName(v string) *DeleteLexiconInput { } type DeleteLexiconOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2718,7 +2718,7 @@ func (s *PutLexiconInput) SetName(v string) *PutLexiconInput { } type PutLexiconOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/prometheusservice/api.go b/service/prometheusservice/api.go index b560a607adb..480a2083bb7 100644 --- a/service/prometheusservice/api.go +++ b/service/prometheusservice/api.go @@ -2450,7 +2450,7 @@ func (s *DeleteAlertManagerDefinitionInput) SetWorkspaceId(v string) *DeleteAler } type DeleteAlertManagerDefinitionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2552,7 +2552,7 @@ func (s *DeleteRuleGroupsNamespaceInput) SetWorkspaceId(v string) *DeleteRuleGro } type DeleteRuleGroupsNamespaceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2637,7 +2637,7 @@ func (s *DeleteWorkspaceInput) SetWorkspaceId(v string) *DeleteWorkspaceInput { } type DeleteWorkspaceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4039,7 +4039,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4198,7 +4198,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4295,7 +4295,7 @@ func (s *UpdateWorkspaceAliasInput) SetWorkspaceId(v string) *UpdateWorkspaceAli } type UpdateWorkspaceAliasOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/qldb/api.go b/service/qldb/api.go index 65d1dee1b94..6dfed6d9fd3 100644 --- a/service/qldb/api.go +++ b/service/qldb/api.go @@ -2381,7 +2381,7 @@ func (s *DeleteLedgerInput) SetName(v string) *DeleteLedgerInput { } type DeleteLedgerOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5179,7 +5179,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5266,7 +5266,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/ram/api.go b/service/ram/api.go index 4cc96f882ee..c3ec5caabdc 100644 --- a/service/ram/api.go +++ b/service/ram/api.go @@ -7617,7 +7617,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7763,7 +7763,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/resourcegroups/api.go b/service/resourcegroups/api.go index 92e9e7b56c5..3b69eca4766 100644 --- a/service/resourcegroups/api.go +++ b/service/resourcegroups/api.go @@ -3865,7 +3865,7 @@ func (s *PutGroupConfigurationInput) SetGroup(v string) *PutGroupConfigurationIn } type PutGroupConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/robomaker/api.go b/service/robomaker/api.go index 2d571dcb9c7..e26ad07f09d 100644 --- a/service/robomaker/api.go +++ b/service/robomaker/api.go @@ -6169,7 +6169,7 @@ func (s *CancelDeploymentJobInput) SetJob(v string) *CancelDeploymentJobInput { } type CancelDeploymentJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6240,7 +6240,7 @@ func (s *CancelSimulationJobBatchInput) SetBatch(v string) *CancelSimulationJobB } type CancelSimulationJobBatchOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6311,7 +6311,7 @@ func (s *CancelSimulationJobInput) SetJob(v string) *CancelSimulationJobInput { } type CancelSimulationJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6382,7 +6382,7 @@ func (s *CancelWorldExportJobInput) SetJob(v string) *CancelWorldExportJobInput } type CancelWorldExportJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6453,7 +6453,7 @@ func (s *CancelWorldGenerationJobInput) SetJob(v string) *CancelWorldGenerationJ } type CancelWorldGenerationJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9464,7 +9464,7 @@ func (s *DeleteFleetInput) SetFleet(v string) *DeleteFleetInput { } type DeleteFleetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9547,7 +9547,7 @@ func (s *DeleteRobotApplicationInput) SetApplicationVersion(v string) *DeleteRob } type DeleteRobotApplicationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9618,7 +9618,7 @@ func (s *DeleteRobotInput) SetRobot(v string) *DeleteRobotInput { } type DeleteRobotOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9701,7 +9701,7 @@ func (s *DeleteSimulationApplicationInput) SetApplicationVersion(v string) *Dele } type DeleteSimulationApplicationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9772,7 +9772,7 @@ func (s *DeleteWorldTemplateInput) SetTemplate(v string) *DeleteWorldTemplateInp } type DeleteWorldTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -15363,7 +15363,7 @@ func (s *RestartSimulationJobInput) SetJob(v string) *RestartSimulationJobInput } type RestartSimulationJobOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17640,7 +17640,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18028,7 +18028,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/route53recoverycontrolconfig/api.go b/service/route53recoverycontrolconfig/api.go index 2c89a8819c7..73f2601c273 100644 --- a/service/route53recoverycontrolconfig/api.go +++ b/service/route53recoverycontrolconfig/api.go @@ -3236,7 +3236,7 @@ func (s *DeleteClusterInput) SetClusterArn(v string) *DeleteClusterInput { // A successful DeleteCluster request returns no response. type DeleteClusterOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3306,7 +3306,7 @@ func (s *DeleteControlPanelInput) SetControlPanelArn(v string) *DeleteControlPan // A successful DeleteControlPanel request returns no response. type DeleteControlPanelOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3376,7 +3376,7 @@ func (s *DeleteRoutingControlInput) SetRoutingControlArn(v string) *DeleteRoutin // A successful DeleteRoutingControl request returns no response. type DeleteRoutingControlOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3447,7 +3447,7 @@ func (s *DeleteSafetyRuleInput) SetSafetyRuleArn(v string) *DeleteSafetyRuleInpu // There is an empty response when you delete a safety rule. // /> type DeleteSafetyRuleOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/route53recoveryreadiness/api.go b/service/route53recoveryreadiness/api.go index fd5e5fffdb6..f2ff453b09f 100644 --- a/service/route53recoveryreadiness/api.go +++ b/service/route53recoveryreadiness/api.go @@ -4226,7 +4226,7 @@ func (s *DeleteCellInput) SetCellName(v string) *DeleteCellInput { } type DeleteCellOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4295,7 +4295,7 @@ func (s *DeleteCrossAccountAuthorizationInput) SetCrossAccountAuthorization(v st } type DeleteCrossAccountAuthorizationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4364,7 +4364,7 @@ func (s *DeleteReadinessCheckInput) SetReadinessCheckName(v string) *DeleteReadi } type DeleteReadinessCheckOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4433,7 +4433,7 @@ func (s *DeleteRecoveryGroupInput) SetRecoveryGroupName(v string) *DeleteRecover } type DeleteRecoveryGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4502,7 +4502,7 @@ func (s *DeleteResourceSetInput) SetResourceSetName(v string) *DeleteResourceSet } type DeleteResourceSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6979,7 +6979,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7164,7 +7164,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/s3outposts/api.go b/service/s3outposts/api.go index 6e779fa73ea..eeb5ca5e1b6 100644 --- a/service/s3outposts/api.go +++ b/service/s3outposts/api.go @@ -695,7 +695,7 @@ func (s *DeleteEndpointInput) SetOutpostId(v string) *DeleteEndpointInput { } type DeleteEndpointOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/sagemakeredgemanager/api.go b/service/sagemakeredgemanager/api.go index 7f277c0d20c..1878780fde0 100644 --- a/service/sagemakeredgemanager/api.go +++ b/service/sagemakeredgemanager/api.go @@ -639,7 +639,7 @@ func (s *SendHeartbeatInput) SetModels(v []*Model) *SendHeartbeatInput { } type SendHeartbeatOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/sagemakerfeaturestoreruntime/api.go b/service/sagemakerfeaturestoreruntime/api.go index 1a527e4cd80..1ed9be6a88d 100644 --- a/service/sagemakerfeaturestoreruntime/api.go +++ b/service/sagemakerfeaturestoreruntime/api.go @@ -848,7 +848,7 @@ func (s *DeleteRecordInput) SetRecordIdentifierValueAsString(v string) *DeleteRe } type DeleteRecordOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -1192,7 +1192,7 @@ func (s *PutRecordInput) SetRecord(v []*FeatureValue) *PutRecordInput { } type PutRecordOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/savingsplans/api.go b/service/savingsplans/api.go index 1e90ad7a771..31d39483a58 100644 --- a/service/savingsplans/api.go +++ b/service/savingsplans/api.go @@ -956,7 +956,7 @@ func (s *DeleteQueuedSavingsPlanInput) SetSavingsPlanId(v string) *DeleteQueuedS } type DeleteQueuedSavingsPlanOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2762,7 +2762,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -2844,7 +2844,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/schemas/api.go b/service/schemas/api.go index c5dbd5b5c48..681b2ebbb68 100644 --- a/service/schemas/api.go +++ b/service/schemas/api.go @@ -3661,7 +3661,7 @@ func (s *DeleteDiscovererInput) SetDiscovererId(v string) *DeleteDiscovererInput } type DeleteDiscovererOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3730,7 +3730,7 @@ func (s *DeleteRegistryInput) SetRegistryName(v string) *DeleteRegistryInput { } type DeleteRegistryOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3782,7 +3782,7 @@ func (s *DeleteResourcePolicyInput) SetRegistryName(v string) *DeleteResourcePol } type DeleteResourcePolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3866,7 +3866,7 @@ func (s *DeleteSchemaInput) SetSchemaName(v string) *DeleteSchemaInput { } type DeleteSchemaOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3965,7 +3965,7 @@ func (s *DeleteSchemaVersionInput) SetSchemaVersion(v string) *DeleteSchemaVersi } type DeleteSchemaVersionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6750,7 +6750,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6961,7 +6961,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/securityhub/api.go b/service/securityhub/api.go index f9125a7bd6b..c95a2417a8e 100644 --- a/service/securityhub/api.go +++ b/service/securityhub/api.go @@ -5822,7 +5822,7 @@ func (s *AcceptAdministratorInvitationInput) SetInvitationId(v string) *AcceptAd } type AcceptAdministratorInvitationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5905,7 +5905,7 @@ func (s *AcceptInvitationInput) SetMasterId(v string) *AcceptInvitationInput { } type AcceptInvitationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -31907,7 +31907,7 @@ func (s *DisableImportFindingsForProductInput) SetProductSubscriptionArn(v strin } type DisableImportFindingsForProductOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -31976,7 +31976,7 @@ func (s *DisableOrganizationAdminAccountInput) SetAdminAccountId(v string) *Disa } type DisableOrganizationAdminAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -32020,7 +32020,7 @@ func (s DisableSecurityHubInput) GoString() string { } type DisableSecurityHubOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -32064,7 +32064,7 @@ func (s DisassociateFromAdministratorAccountInput) GoString() string { } type DisassociateFromAdministratorAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -32108,7 +32108,7 @@ func (s DisassociateFromMasterAccountInput) GoString() string { } type DisassociateFromMasterAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -32177,7 +32177,7 @@ func (s *DisassociateMembersInput) SetAccountIds(v []*string) *DisassociateMembe } type DisassociateMembersOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -32374,7 +32374,7 @@ func (s *EnableOrganizationAdminAccountInput) SetAdminAccountId(v string) *Enabl } type EnableOrganizationAdminAccountOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -32452,7 +32452,7 @@ func (s *EnableSecurityHubInput) SetTags(v map[string]*string) *EnableSecurityHu } type EnableSecurityHubOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -38285,7 +38285,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -38457,7 +38457,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -38546,7 +38546,7 @@ func (s *UpdateActionTargetInput) SetName(v string) *UpdateActionTargetInput { } type UpdateActionTargetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -38637,7 +38637,7 @@ func (s *UpdateFindingsInput) SetRecordState(v string) *UpdateFindingsInput { } type UpdateFindingsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -38735,7 +38735,7 @@ func (s *UpdateInsightInput) SetName(v string) *UpdateInsightInput { } type UpdateInsightOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -38807,7 +38807,7 @@ func (s *UpdateOrganizationConfigurationInput) SetAutoEnable(v bool) *UpdateOrga } type UpdateOrganizationConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -38864,7 +38864,7 @@ func (s *UpdateSecurityHubConfigurationInput) SetAutoEnableControls(v bool) *Upd } type UpdateSecurityHubConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -38954,7 +38954,7 @@ func (s *UpdateStandardsControlInput) SetStandardsControlArn(v string) *UpdateSt } type UpdateStandardsControlOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/serverlessapplicationrepository/api.go b/service/serverlessapplicationrepository/api.go index 6782c1c67f9..411a2cbbef6 100644 --- a/service/serverlessapplicationrepository/api.go +++ b/service/serverlessapplicationrepository/api.go @@ -2774,7 +2774,7 @@ func (s *DeleteApplicationInput) SetApplicationId(v string) *DeleteApplicationIn } type DeleteApplicationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4389,7 +4389,7 @@ func (s *UnshareApplicationInput) SetOrganizationId(v string) *UnshareApplicatio } type UnshareApplicationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/sesv2/api.go b/service/sesv2/api.go index 906c3ce8c72..a5260ea98a2 100644 --- a/service/sesv2/api.go +++ b/service/sesv2/api.go @@ -9299,7 +9299,7 @@ func (s *CreateConfigurationSetEventDestinationInput) SetEventDestinationName(v // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type CreateConfigurationSetEventDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9446,7 +9446,7 @@ func (s *CreateConfigurationSetInput) SetTrackingOptions(v *TrackingOptions) *Cr // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type CreateConfigurationSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9663,7 +9663,7 @@ func (s *CreateContactListInput) SetTopics(v []*Topic) *CreateContactListInput { } type CreateContactListOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9685,7 +9685,7 @@ func (s CreateContactListOutput) GoString() string { } type CreateContactOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9835,7 +9835,7 @@ func (s *CreateCustomVerificationEmailTemplateInput) SetTemplateSubject(v string // If the action is successful, the service sends back an HTTP 200 response // with an empty HTTP body. type CreateCustomVerificationEmailTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9926,7 +9926,7 @@ func (s *CreateDedicatedIpPoolInput) SetTags(v []*Tag) *CreateDedicatedIpPoolInp // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type CreateDedicatedIpPoolOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10354,7 +10354,7 @@ func (s *CreateEmailIdentityPolicyInput) SetPolicyName(v string) *CreateEmailIde // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type CreateEmailIdentityPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10444,7 +10444,7 @@ func (s *CreateEmailTemplateInput) SetTemplateName(v string) *CreateEmailTemplat // If the action is successful, the service sends back an HTTP 200 response // with an empty HTTP body. type CreateEmailTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10843,7 +10843,7 @@ func (s *DeleteConfigurationSetEventDestinationInput) SetEventDestinationName(v // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type DeleteConfigurationSetEventDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10917,7 +10917,7 @@ func (s *DeleteConfigurationSetInput) SetConfigurationSetName(v string) *DeleteC // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type DeleteConfigurationSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11054,7 +11054,7 @@ func (s *DeleteContactListInput) SetContactListName(v string) *DeleteContactList } type DeleteContactListOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11076,7 +11076,7 @@ func (s DeleteContactListOutput) GoString() string { } type DeleteContactOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11150,7 +11150,7 @@ func (s *DeleteCustomVerificationEmailTemplateInput) SetTemplateName(v string) * // If the action is successful, the service sends back an HTTP 200 response // with an empty HTTP body. type DeleteCustomVerificationEmailTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11224,7 +11224,7 @@ func (s *DeleteDedicatedIpPoolInput) SetPoolName(v string) *DeleteDedicatedIpPoo // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type DeleteDedicatedIpPoolOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11301,7 +11301,7 @@ func (s *DeleteEmailIdentityInput) SetEmailIdentity(v string) *DeleteEmailIdenti // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type DeleteEmailIdentityOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11398,7 +11398,7 @@ func (s *DeleteEmailIdentityPolicyInput) SetPolicyName(v string) *DeleteEmailIde // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type DeleteEmailIdentityPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11473,7 +11473,7 @@ func (s *DeleteEmailTemplateInput) SetTemplateName(v string) *DeleteEmailTemplat // If the action is successful, the service sends back an HTTP 200 response // with an empty HTTP body. type DeleteEmailTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11547,7 +11547,7 @@ func (s *DeleteSuppressedDestinationInput) SetEmailAddress(v string) *DeleteSupp // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type DeleteSuppressedDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17278,7 +17278,7 @@ func (s *PutAccountDedicatedIpWarmupAttributesInput) SetAutoWarmupEnabled(v bool // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutAccountDedicatedIpWarmupAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17439,7 +17439,7 @@ func (s *PutAccountDetailsInput) SetWebsiteURL(v string) *PutAccountDetailsInput // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutAccountDetailsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17499,7 +17499,7 @@ func (s *PutAccountSendingAttributesInput) SetSendingEnabled(v bool) *PutAccount // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutAccountSendingAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17564,7 +17564,7 @@ func (s *PutAccountSuppressionAttributesInput) SetSuppressedReasons(v []*string) // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutAccountSuppressionAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17659,7 +17659,7 @@ func (s *PutConfigurationSetDeliveryOptionsInput) SetTlsPolicy(v string) *PutCon // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutConfigurationSetDeliveryOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17745,7 +17745,7 @@ func (s *PutConfigurationSetReputationOptionsInput) SetReputationMetricsEnabled( // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutConfigurationSetReputationOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17830,7 +17830,7 @@ func (s *PutConfigurationSetSendingOptionsInput) SetSendingEnabled(v bool) *PutC // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutConfigurationSetSendingOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -17924,7 +17924,7 @@ func (s *PutConfigurationSetSuppressionOptionsInput) SetSuppressedReasons(v []*s // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutConfigurationSetSuppressionOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18008,7 +18008,7 @@ func (s *PutConfigurationSetTrackingOptionsInput) SetCustomRedirectDomain(v stri // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutConfigurationSetTrackingOptionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18099,7 +18099,7 @@ func (s *PutDedicatedIpInPoolInput) SetIp(v string) *PutDedicatedIpInPoolInput { // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutDedicatedIpInPoolOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18189,7 +18189,7 @@ func (s *PutDedicatedIpWarmupAttributesInput) SetWarmupPercentage(v int64) *PutD // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutDedicatedIpWarmupAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18279,7 +18279,7 @@ func (s *PutDeliverabilityDashboardOptionInput) SetSubscribedDomains(v []*Domain // A response that indicates whether the Deliverability dashboard is enabled. type PutDeliverabilityDashboardOptionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18362,7 +18362,7 @@ func (s *PutEmailIdentityConfigurationSetAttributesInput) SetEmailIdentity(v str // If the action is successful, the service sends back an HTTP 200 response // with an empty HTTP body. type PutEmailIdentityConfigurationSetAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18450,7 +18450,7 @@ func (s *PutEmailIdentityDkimAttributesInput) SetSigningEnabled(v bool) *PutEmai // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutEmailIdentityDkimAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18712,7 +18712,7 @@ func (s *PutEmailIdentityFeedbackAttributesInput) SetEmailIdentity(v string) *Pu // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutEmailIdentityFeedbackAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18819,7 +18819,7 @@ func (s *PutEmailIdentityMailFromAttributesInput) SetMailFromDomain(v string) *P // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutEmailIdentityMailFromAttributesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -18905,7 +18905,7 @@ func (s *PutSuppressedDestinationInput) SetReason(v string) *PutSuppressedDestin // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type PutSuppressedDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -20377,7 +20377,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -20945,7 +20945,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -21057,7 +21057,7 @@ func (s *UpdateConfigurationSetEventDestinationInput) SetEventDestinationName(v // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type UpdateConfigurationSetEventDestinationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -21261,7 +21261,7 @@ func (s *UpdateContactListInput) SetTopics(v []*Topic) *UpdateContactListInput { } type UpdateContactListOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -21283,7 +21283,7 @@ func (s UpdateContactListOutput) GoString() string { } type UpdateContactOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -21433,7 +21433,7 @@ func (s *UpdateCustomVerificationEmailTemplateInput) SetTemplateSubject(v string // If the action is successful, the service sends back an HTTP 200 response // with an empty HTTP body. type UpdateCustomVerificationEmailTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -21550,7 +21550,7 @@ func (s *UpdateEmailIdentityPolicyInput) SetPolicyName(v string) *UpdateEmailIde // An HTTP 200 response if the request succeeds, or an error message if the // request fails. type UpdateEmailIdentityPolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -21640,7 +21640,7 @@ func (s *UpdateEmailTemplateInput) SetTemplateName(v string) *UpdateEmailTemplat // If the action is successful, the service sends back an HTTP 200 response // with an empty HTTP body. type UpdateEmailTemplateOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/signer/api.go b/service/signer/api.go index 76789184e1f..4035cc96005 100644 --- a/service/signer/api.go +++ b/service/signer/api.go @@ -2137,7 +2137,7 @@ func (s *CancelSigningProfileInput) SetProfileName(v string) *CancelSigningProfi } type CancelSigningProfileOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4190,7 +4190,7 @@ func (s *RevokeSignatureInput) SetReason(v string) *RevokeSignatureInput { } type RevokeSignatureOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4311,7 +4311,7 @@ func (s *RevokeSigningProfileInput) SetReason(v string) *RevokeSigningProfileInp } type RevokeSigningProfileOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5601,7 +5601,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5827,7 +5827,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/snowdevicemanagement/api.go b/service/snowdevicemanagement/api.go index 699c7efc613..a2cd21ea2a3 100644 --- a/service/snowdevicemanagement/api.go +++ b/service/snowdevicemanagement/api.go @@ -3590,7 +3590,7 @@ func (s *PhysicalNetworkInterface) SetPhysicalNetworkInterfaceId(v string) *Phys // A structure used to reboot the device. type Reboot struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3948,7 +3948,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4097,7 +4097,7 @@ func (s *ThrottlingException) RequestID() string { // A structure used to unlock a device. type Unlock struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4183,7 +4183,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/ssmincidents/api.go b/service/ssmincidents/api.go index 5ef845f7bdf..1ceccee7b9a 100644 --- a/service/ssmincidents/api.go +++ b/service/ssmincidents/api.go @@ -3944,7 +3944,7 @@ func (s *DeleteIncidentRecordInput) SetArn(v string) *DeleteIncidentRecordInput } type DeleteIncidentRecordOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4060,7 +4060,7 @@ func (s *DeleteReplicationSetInput) SetArn(v string) *DeleteReplicationSetInput } type DeleteReplicationSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4143,7 +4143,7 @@ func (s *DeleteResourcePolicyInput) SetResourceArn(v string) *DeleteResourcePoli } type DeleteResourcePolicyOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4211,7 +4211,7 @@ func (s *DeleteResponsePlanInput) SetArn(v string) *DeleteResponsePlanInput { } type DeleteResponsePlanOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4293,7 +4293,7 @@ func (s *DeleteTimelineEventInput) SetIncidentRecordArn(v string) *DeleteTimelin } type DeleteTimelineEventOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4316,7 +4316,7 @@ func (s DeleteTimelineEventOutput) GoString() string { // Used to remove the chat channel from an incident record or response plan. type EmptyChatChannel struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7290,7 +7290,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7626,7 +7626,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7717,7 +7717,7 @@ func (s *UpdateDeletionProtectionInput) SetDeletionProtected(v bool) *UpdateDele } type UpdateDeletionProtectionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7874,7 +7874,7 @@ func (s *UpdateIncidentRecordInput) SetTitle(v string) *UpdateIncidentRecordInpu } type UpdateIncidentRecordOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7971,7 +7971,7 @@ func (s *UpdateRelatedItemsInput) SetRelatedItemsUpdate(v *RelatedItemsUpdate) * } type UpdateRelatedItemsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8136,7 +8136,7 @@ func (s *UpdateReplicationSetInput) SetClientToken(v string) *UpdateReplicationS } type UpdateReplicationSetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8329,7 +8329,7 @@ func (s *UpdateResponsePlanInput) SetIncidentTemplateTitle(v string) *UpdateResp } type UpdateResponsePlanOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8448,7 +8448,7 @@ func (s *UpdateTimelineEventInput) SetIncidentRecordArn(v string) *UpdateTimelin } type UpdateTimelineEventOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/sso/api.go b/service/sso/api.go index c648e78191f..948f060cab8 100644 --- a/service/sso/api.go +++ b/service/sso/api.go @@ -1022,7 +1022,7 @@ func (s *LogoutInput) SetAccessToken(v string) *LogoutInput { } type LogoutOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/synthetics/api.go b/service/synthetics/api.go index e10290b5118..95214b711d0 100644 --- a/service/synthetics/api.go +++ b/service/synthetics/api.go @@ -2919,7 +2919,7 @@ func (s *DeleteCanaryInput) SetName(v string) *DeleteCanaryInput { } type DeleteCanaryOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3832,7 +3832,7 @@ func (s *StartCanaryInput) SetName(v string) *StartCanaryInput { } type StartCanaryOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3904,7 +3904,7 @@ func (s *StopCanaryInput) SetName(v string) *StopCanaryInput { } type StopCanaryOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3994,7 +3994,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4084,7 +4084,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4332,7 +4332,7 @@ func (s *UpdateCanaryInput) SetVpcConfig(v *VpcConfigInput) *UpdateCanaryInput { } type UpdateCanaryOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/wellarchitected/api.go b/service/wellarchitected/api.go index 5ad7bf84fbf..9b086097918 100644 --- a/service/wellarchitected/api.go +++ b/service/wellarchitected/api.go @@ -3779,7 +3779,7 @@ func (s *AssociateLensesInput) SetWorkloadId(v string) *AssociateLensesInput { } type AssociateLensesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4756,7 +4756,7 @@ func (s *DeleteWorkloadInput) SetWorkloadId(v string) *DeleteWorkloadInput { } type DeleteWorkloadOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4863,7 +4863,7 @@ func (s *DeleteWorkloadShareInput) SetWorkloadId(v string) *DeleteWorkloadShareI } type DeleteWorkloadShareOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4954,7 +4954,7 @@ func (s *DisassociateLensesInput) SetWorkloadId(v string) *DisassociateLensesInp } type DisassociateLensesOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8167,7 +8167,7 @@ func (s *TagResourceInput) SetWorkloadArn(v string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8327,7 +8327,7 @@ func (s *UntagResourceInput) SetWorkloadArn(v string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9278,7 +9278,7 @@ func (s *UpgradeLensReviewInput) SetWorkloadId(v string) *UpgradeLensReviewInput } type UpgradeLensReviewOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/workdocs/api.go b/service/workdocs/api.go index 909586567b8..aee5a18bdf0 100644 --- a/service/workdocs/api.go +++ b/service/workdocs/api.go @@ -4310,7 +4310,7 @@ func (s *AbortDocumentVersionUploadInput) SetVersionId(v string) *AbortDocumentV } type AbortDocumentVersionUploadOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5256,7 +5256,7 @@ func (s *CreateCustomMetadataInput) SetVersionId(v string) *CreateCustomMetadata } type CreateCustomMetadataOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5467,7 +5467,7 @@ func (s *CreateLabelsInput) SetResourceId(v string) *CreateLabelsInput { } type CreateLabelsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5944,7 +5944,7 @@ func (s *DeactivateUserInput) SetUserId(v string) *DeactivateUserInput { } type DeactivateUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6130,7 +6130,7 @@ func (s *DeleteCommentInput) SetVersionId(v string) *DeleteCommentInput { } type DeleteCommentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6250,7 +6250,7 @@ func (s *DeleteCustomMetadataInput) SetVersionId(v string) *DeleteCustomMetadata } type DeleteCustomMetadataOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6338,7 +6338,7 @@ func (s *DeleteDocumentInput) SetDocumentId(v string) *DeleteDocumentInput { } type DeleteDocumentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6426,7 +6426,7 @@ func (s *DeleteFolderContentsInput) SetFolderId(v string) *DeleteFolderContentsI } type DeleteFolderContentsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6514,7 +6514,7 @@ func (s *DeleteFolderInput) SetFolderId(v string) *DeleteFolderInput { } type DeleteFolderOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6620,7 +6620,7 @@ func (s *DeleteLabelsInput) SetResourceId(v string) *DeleteLabelsInput { } type DeleteLabelsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6708,7 +6708,7 @@ func (s *DeleteNotificationSubscriptionInput) SetSubscriptionId(v string) *Delet } type DeleteNotificationSubscriptionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6796,7 +6796,7 @@ func (s *DeleteUserInput) SetUserId(v string) *DeleteUserInput { } type DeleteUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10690,7 +10690,7 @@ func (s *RemoveAllResourcePermissionsInput) SetResourceId(v string) *RemoveAllRe } type RemoveAllResourcePermissionsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -10804,7 +10804,7 @@ func (s *RemoveResourcePermissionInput) SetResourceId(v string) *RemoveResourceP } type RemoveResourcePermissionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -11913,7 +11913,7 @@ func (s *UpdateDocumentInput) SetResourceState(v string) *UpdateDocumentInput { } type UpdateDocumentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12027,7 +12027,7 @@ func (s *UpdateDocumentVersionInput) SetVersionStatus(v string) *UpdateDocumentV } type UpdateDocumentVersionOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -12149,7 +12149,7 @@ func (s *UpdateFolderInput) SetResourceState(v string) *UpdateFolderInput { } type UpdateFolderOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/worklink/api.go b/service/worklink/api.go index 828aa581e60..ace6bfc243e 100644 --- a/service/worklink/api.go +++ b/service/worklink/api.go @@ -3400,7 +3400,7 @@ func (s *AssociateDomainInput) SetFleetArn(v string) *AssociateDomainInput { } type AssociateDomainOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -3795,7 +3795,7 @@ func (s *DeleteFleetInput) SetFleetArn(v string) *DeleteFleetInput { } type DeleteFleetOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4842,7 +4842,7 @@ func (s *DisassociateDomainInput) SetFleetArn(v string) *DisassociateDomainInput } type DisassociateDomainOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -4930,7 +4930,7 @@ func (s *DisassociateWebsiteAuthorizationProviderInput) SetFleetArn(v string) *D } type DisassociateWebsiteAuthorizationProviderOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -5018,7 +5018,7 @@ func (s *DisassociateWebsiteCertificateAuthorityInput) SetWebsiteCaId(v string) } type DisassociateWebsiteCertificateAuthorityOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6160,7 +6160,7 @@ func (s *RestoreDomainAccessInput) SetFleetArn(v string) *RestoreDomainAccessInp } type RestoreDomainAccessOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6248,7 +6248,7 @@ func (s *RevokeDomainAccessInput) SetFleetArn(v string) *RevokeDomainAccessInput } type RevokeDomainAccessOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6336,7 +6336,7 @@ func (s *SignOutUserInput) SetUsername(v string) *SignOutUserInput { } type SignOutUserOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6424,7 +6424,7 @@ func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6640,7 +6640,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6720,7 +6720,7 @@ func (s *UpdateAuditStreamConfigurationInput) SetFleetArn(v string) *UpdateAudit } type UpdateAuditStreamConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6833,7 +6833,7 @@ func (s *UpdateCompanyNetworkConfigurationInput) SetVpcId(v string) *UpdateCompa } type UpdateCompanyNetworkConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -6917,7 +6917,7 @@ func (s *UpdateDevicePolicyConfigurationInput) SetFleetArn(v string) *UpdateDevi } type UpdateDevicePolicyConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7014,7 +7014,7 @@ func (s *UpdateDomainMetadataInput) SetFleetArn(v string) *UpdateDomainMetadataI } type UpdateDomainMetadataOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7104,7 +7104,7 @@ func (s *UpdateFleetMetadataInput) SetOptimizeForEndUserLocation(v bool) *Update } type UpdateFleetMetadataOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7202,7 +7202,7 @@ func (s *UpdateIdentityProviderConfigurationInput) SetIdentityProviderType(v str } type UpdateIdentityProviderConfigurationOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/workmailmessageflow/api.go b/service/workmailmessageflow/api.go index ec74dff0283..d920bd92ab2 100644 --- a/service/workmailmessageflow/api.go +++ b/service/workmailmessageflow/api.go @@ -556,7 +556,7 @@ func (s *PutRawMessageContentInput) SetMessageId(v string) *PutRawMessageContent } type PutRawMessageContentOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. diff --git a/service/xray/api.go b/service/xray/api.go index 3e5a3fe9469..86ada3a7d7a 100644 --- a/service/xray/api.go +++ b/service/xray/api.go @@ -3574,7 +3574,7 @@ func (s *DeleteGroupInput) SetGroupName(v string) *DeleteGroupInput { } type DeleteGroupOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -7097,7 +7097,7 @@ func (s *PutTelemetryRecordsInput) SetTelemetryRecords(v []*TelemetryRecord) *Pu } type PutTelemetryRecordsOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -8838,7 +8838,7 @@ func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput { } type TagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation. @@ -9620,7 +9620,7 @@ func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput { } type UntagResourceOutput struct { - _ struct{} `type:"structure" nopayload:"true"` + _ struct{} `type:"structure"` } // String returns the string representation.