diff --git a/config/go.mod b/config/go.mod index 199160872f3..b148f40b99a 100644 --- a/config/go.mod +++ b/config/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go-v2/credentials v0.1.4 github.com/aws/aws-sdk-go-v2/ec2imds v0.1.4 github.com/aws/aws-sdk-go-v2/service/sts v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace ( diff --git a/config/go.sum b/config/go.sum index fd672e20286..3b3f36342a9 100644 --- a/config/go.sum +++ b/config/go.sum @@ -1,3 +1,8 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106205921-5cda8ccb57cb h1:KGpG6Qea6JAtKQMC3m9FQX4XuPm3mqqqHPnB53P84lA= +github.com/awslabs/smithy-go v0.3.1-0.20201106205921-5cda8ccb57cb/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/credentials/go.mod b/credentials/go.mod index 9adc21d23f8..54e1f11770e 100644 --- a/credentials/go.mod +++ b/credentials/go.mod @@ -6,7 +6,7 @@ require ( github.com/aws/aws-sdk-go-v2 v0.29.0 github.com/aws/aws-sdk-go-v2/ec2imds v0.1.4 github.com/aws/aws-sdk-go-v2/service/sts v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace ( diff --git a/credentials/go.sum b/credentials/go.sum index 0cd7164dc96..bfa080d106d 100644 --- a/credentials/go.sum +++ b/credentials/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= diff --git a/ec2imds/go.mod b/ec2imds/go.mod index 939b54dd61f..0e111439557 100644 --- a/ec2imds/go.mod +++ b/ec2imds/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201103180816-d4c6ec013e15 + github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 github.com/google/go-cmp v0.4.1 ) diff --git a/ec2imds/go.sum b/ec2imds/go.sum index c669e324b14..32595049f96 100644 --- a/ec2imds/go.sum +++ b/ec2imds/go.sum @@ -1,3 +1,5 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 h1:NDg6Bwjf66s4oWQbGK+j5izWT/HdOnCEWahy5ZfQRfY= +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/example/service/s3/listObjects/go.sum b/example/service/s3/listObjects/go.sum index c669e324b14..206743ff995 100644 --- a/example/service/s3/listObjects/go.sum +++ b/example/service/s3/listObjects/go.sum @@ -1,3 +1,7 @@ +github.com/awslabs/smithy-go v0.3.0/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 37a74b4a810..d4241215eed 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go-v2/config v0.2.2 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v0.3.1 // indirect github.com/aws/aws-sdk-go-v2/service/s3 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d github.com/google/go-cmp v0.4.1 ) diff --git a/feature/s3/manager/go.sum b/feature/s3/manager/go.sum index b9e71324395..3552451a953 100644 --- a/feature/s3/manager/go.sum +++ b/feature/s3/manager/go.sum @@ -1,3 +1,7 @@ +github.com/awslabs/smithy-go v0.3.0/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= diff --git a/go.sum b/go.sum index b9e71324395..d5bdf8df7f8 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,5 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 h1:NDg6Bwjf66s4oWQbGK+j5izWT/HdOnCEWahy5ZfQRfY= +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= diff --git a/internal/protocoltest/awsrestjson/go.mod b/internal/protocoltest/awsrestjson/go.mod index cc4406750eb..c552162caa3 100644 --- a/internal/protocoltest/awsrestjson/go.mod +++ b/internal/protocoltest/awsrestjson/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d github.com/google/go-cmp v0.4.1 ) diff --git a/internal/protocoltest/awsrestjson/go.sum b/internal/protocoltest/awsrestjson/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/internal/protocoltest/awsrestjson/go.sum +++ b/internal/protocoltest/awsrestjson/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/internal/protocoltest/ec2query/go.mod b/internal/protocoltest/ec2query/go.mod index 1a72c94390b..fea76b0525e 100644 --- a/internal/protocoltest/ec2query/go.mod +++ b/internal/protocoltest/ec2query/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d github.com/google/go-cmp v0.4.1 ) diff --git a/internal/protocoltest/ec2query/go.sum b/internal/protocoltest/ec2query/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/internal/protocoltest/ec2query/go.sum +++ b/internal/protocoltest/ec2query/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/internal/protocoltest/jsonrpc/go.mod b/internal/protocoltest/jsonrpc/go.mod index dd597b8e7e8..ef32b90b85c 100644 --- a/internal/protocoltest/jsonrpc/go.mod +++ b/internal/protocoltest/jsonrpc/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d github.com/google/go-cmp v0.4.1 ) diff --git a/internal/protocoltest/jsonrpc/go.sum b/internal/protocoltest/jsonrpc/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/internal/protocoltest/jsonrpc/go.sum +++ b/internal/protocoltest/jsonrpc/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/internal/protocoltest/jsonrpc10/go.mod b/internal/protocoltest/jsonrpc10/go.mod index 519e9fbb9de..085cd038d98 100644 --- a/internal/protocoltest/jsonrpc10/go.mod +++ b/internal/protocoltest/jsonrpc10/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d github.com/google/go-cmp v0.4.1 ) diff --git a/internal/protocoltest/jsonrpc10/go.sum b/internal/protocoltest/jsonrpc10/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/internal/protocoltest/jsonrpc10/go.sum +++ b/internal/protocoltest/jsonrpc10/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/internal/protocoltest/query/go.mod b/internal/protocoltest/query/go.mod index 4720a971a7a..687b1fd2122 100644 --- a/internal/protocoltest/query/go.mod +++ b/internal/protocoltest/query/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d github.com/google/go-cmp v0.4.1 ) diff --git a/internal/protocoltest/query/go.sum b/internal/protocoltest/query/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/internal/protocoltest/query/go.sum +++ b/internal/protocoltest/query/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/internal/protocoltest/restxml/go.mod b/internal/protocoltest/restxml/go.mod index babd7395587..cfeda7adf1b 100644 --- a/internal/protocoltest/restxml/go.mod +++ b/internal/protocoltest/restxml/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d github.com/google/go-cmp v0.4.1 ) diff --git a/internal/protocoltest/restxml/go.sum b/internal/protocoltest/restxml/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/internal/protocoltest/restxml/go.sum +++ b/internal/protocoltest/restxml/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/accessanalyzer/go.mod b/service/accessanalyzer/go.mod index 58d55986fc5..f68137c4e62 100644 --- a/service/accessanalyzer/go.mod +++ b/service/accessanalyzer/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/accessanalyzer/go.sum b/service/accessanalyzer/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/accessanalyzer/go.sum +++ b/service/accessanalyzer/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/acm/go.mod b/service/acm/go.mod index 66d0b4040df..8bffda59b72 100644 --- a/service/acm/go.mod +++ b/service/acm/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/acm/go.sum b/service/acm/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/acm/go.sum +++ b/service/acm/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/acmpca/go.mod b/service/acmpca/go.mod index 82f7746fbe5..e25ee352cb3 100644 --- a/service/acmpca/go.mod +++ b/service/acmpca/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/acmpca/go.sum b/service/acmpca/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/acmpca/go.sum +++ b/service/acmpca/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/alexaforbusiness/go.mod b/service/alexaforbusiness/go.mod index 57de8fb78b3..8c759e21fce 100644 --- a/service/alexaforbusiness/go.mod +++ b/service/alexaforbusiness/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/alexaforbusiness/go.sum b/service/alexaforbusiness/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/alexaforbusiness/go.sum +++ b/service/alexaforbusiness/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/amplify/go.mod b/service/amplify/go.mod index 2dc97aacbfd..70a7d0cc4ce 100644 --- a/service/amplify/go.mod +++ b/service/amplify/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/amplify/go.sum b/service/amplify/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/amplify/go.sum +++ b/service/amplify/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/apigateway/go.mod b/service/apigateway/go.mod index 19c88c44463..1b826e671a9 100644 --- a/service/apigateway/go.mod +++ b/service/apigateway/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/apigateway/go.sum b/service/apigateway/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/apigateway/go.sum +++ b/service/apigateway/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/apigatewaymanagementapi/go.mod b/service/apigatewaymanagementapi/go.mod index 4eef3eebf7d..e0526aa6e3c 100644 --- a/service/apigatewaymanagementapi/go.mod +++ b/service/apigatewaymanagementapi/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/apigatewaymanagementapi/go.sum b/service/apigatewaymanagementapi/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/apigatewaymanagementapi/go.sum +++ b/service/apigatewaymanagementapi/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/apigatewayv2/go.mod b/service/apigatewayv2/go.mod index 39ccd2518e8..57aba0f8786 100644 --- a/service/apigatewayv2/go.mod +++ b/service/apigatewayv2/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/apigatewayv2/go.sum b/service/apigatewayv2/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/apigatewayv2/go.sum +++ b/service/apigatewayv2/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/appconfig/go.mod b/service/appconfig/go.mod index 76467d862ca..70730046813 100644 --- a/service/appconfig/go.mod +++ b/service/appconfig/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appconfig/go.sum b/service/appconfig/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/appconfig/go.sum +++ b/service/appconfig/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/appflow/go.mod b/service/appflow/go.mod index 6f513c201d0..2bb1ccb87c0 100644 --- a/service/appflow/go.mod +++ b/service/appflow/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appflow/go.sum b/service/appflow/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/appflow/go.sum +++ b/service/appflow/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/applicationautoscaling/go.mod b/service/applicationautoscaling/go.mod index 34367d272c9..db1bfe30ff6 100644 --- a/service/applicationautoscaling/go.mod +++ b/service/applicationautoscaling/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/applicationautoscaling/go.sum b/service/applicationautoscaling/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/applicationautoscaling/go.sum +++ b/service/applicationautoscaling/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/applicationdiscoveryservice/go.mod b/service/applicationdiscoveryservice/go.mod index 05bcde70fc6..87cdaf726ba 100644 --- a/service/applicationdiscoveryservice/go.mod +++ b/service/applicationdiscoveryservice/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/applicationdiscoveryservice/go.sum b/service/applicationdiscoveryservice/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/applicationdiscoveryservice/go.sum +++ b/service/applicationdiscoveryservice/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/applicationinsights/go.mod b/service/applicationinsights/go.mod index 0c0139637b8..7309c32de4a 100644 --- a/service/applicationinsights/go.mod +++ b/service/applicationinsights/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/applicationinsights/go.sum b/service/applicationinsights/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/applicationinsights/go.sum +++ b/service/applicationinsights/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/appmesh/go.mod b/service/appmesh/go.mod index 3cce4c21e01..80f4e13db29 100644 --- a/service/appmesh/go.mod +++ b/service/appmesh/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appmesh/go.sum b/service/appmesh/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/appmesh/go.sum +++ b/service/appmesh/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/appstream/go.mod b/service/appstream/go.mod index b5be4139798..c33d6774d1b 100644 --- a/service/appstream/go.mod +++ b/service/appstream/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appstream/go.sum b/service/appstream/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/appstream/go.sum +++ b/service/appstream/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/appsync/go.mod b/service/appsync/go.mod index ebaa7c04025..dbcbf2ef66c 100644 --- a/service/appsync/go.mod +++ b/service/appsync/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/appsync/go.sum b/service/appsync/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/appsync/go.sum +++ b/service/appsync/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/athena/go.mod b/service/athena/go.mod index 2e109321bf1..7b66b564a55 100644 --- a/service/athena/go.mod +++ b/service/athena/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/athena/go.sum b/service/athena/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/athena/go.sum +++ b/service/athena/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/autoscaling/go.mod b/service/autoscaling/go.mod index a08279c044a..ff4968dd9d4 100644 --- a/service/autoscaling/go.mod +++ b/service/autoscaling/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/autoscaling/go.sum b/service/autoscaling/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/autoscaling/go.sum +++ b/service/autoscaling/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/autoscalingplans/go.mod b/service/autoscalingplans/go.mod index 1f618ff649e..0ec18849c63 100644 --- a/service/autoscalingplans/go.mod +++ b/service/autoscalingplans/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/autoscalingplans/go.sum b/service/autoscalingplans/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/autoscalingplans/go.sum +++ b/service/autoscalingplans/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/backup/go.mod b/service/backup/go.mod index 537103d349d..35e24254c08 100644 --- a/service/backup/go.mod +++ b/service/backup/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/backup/go.sum b/service/backup/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/backup/go.sum +++ b/service/backup/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/batch/go.mod b/service/batch/go.mod index 7c9b1a4ae76..002412b029b 100644 --- a/service/batch/go.mod +++ b/service/batch/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/batch/go.sum b/service/batch/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/batch/go.sum +++ b/service/batch/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/braket/go.mod b/service/braket/go.mod index 6ddcc5c1bf6..6971a6e9abe 100644 --- a/service/braket/go.mod +++ b/service/braket/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/braket/go.sum b/service/braket/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/braket/go.sum +++ b/service/braket/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/budgets/go.mod b/service/budgets/go.mod index 81e7d2c948b..39d645afbae 100644 --- a/service/budgets/go.mod +++ b/service/budgets/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/budgets/go.sum b/service/budgets/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/budgets/go.sum +++ b/service/budgets/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/chime/go.mod b/service/chime/go.mod index f2b18aec011..2edb95b7d09 100644 --- a/service/chime/go.mod +++ b/service/chime/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/chime/go.sum b/service/chime/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/chime/go.sum +++ b/service/chime/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cloud9/go.mod b/service/cloud9/go.mod index d13e033f74f..41aa6ff016b 100644 --- a/service/cloud9/go.mod +++ b/service/cloud9/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloud9/go.sum b/service/cloud9/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cloud9/go.sum +++ b/service/cloud9/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/clouddirectory/go.mod b/service/clouddirectory/go.mod index 3d2946f3dc3..1eabbdf9c21 100644 --- a/service/clouddirectory/go.mod +++ b/service/clouddirectory/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/clouddirectory/go.sum b/service/clouddirectory/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/clouddirectory/go.sum +++ b/service/clouddirectory/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cloudformation/go.mod b/service/cloudformation/go.mod index fc96c9ac248..f94aa7c3939 100644 --- a/service/cloudformation/go.mod +++ b/service/cloudformation/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudformation/go.sum b/service/cloudformation/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cloudformation/go.sum +++ b/service/cloudformation/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cloudfront/go.mod b/service/cloudfront/go.mod index c5807bdba49..4f78c278a34 100644 --- a/service/cloudfront/go.mod +++ b/service/cloudfront/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudfront/go.sum b/service/cloudfront/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cloudfront/go.sum +++ b/service/cloudfront/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cloudhsm/go.mod b/service/cloudhsm/go.mod index 4b4373130fd..deb6a545e3c 100644 --- a/service/cloudhsm/go.mod +++ b/service/cloudhsm/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudhsm/go.sum b/service/cloudhsm/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cloudhsm/go.sum +++ b/service/cloudhsm/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cloudhsmv2/go.mod b/service/cloudhsmv2/go.mod index 750f4143ccb..eeb4388e44e 100644 --- a/service/cloudhsmv2/go.mod +++ b/service/cloudhsmv2/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudhsmv2/go.sum b/service/cloudhsmv2/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cloudhsmv2/go.sum +++ b/service/cloudhsmv2/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cloudsearch/go.mod b/service/cloudsearch/go.mod index 93bf8d999bc..0adddc72c30 100644 --- a/service/cloudsearch/go.mod +++ b/service/cloudsearch/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudsearch/go.sum b/service/cloudsearch/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cloudsearch/go.sum +++ b/service/cloudsearch/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cloudsearchdomain/go.mod b/service/cloudsearchdomain/go.mod index 6c49a89461f..2ff9853fc4c 100644 --- a/service/cloudsearchdomain/go.mod +++ b/service/cloudsearchdomain/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudsearchdomain/go.sum b/service/cloudsearchdomain/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cloudsearchdomain/go.sum +++ b/service/cloudsearchdomain/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cloudtrail/go.mod b/service/cloudtrail/go.mod index dcbba302987..9569c777ed3 100644 --- a/service/cloudtrail/go.mod +++ b/service/cloudtrail/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudtrail/go.sum b/service/cloudtrail/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cloudtrail/go.sum +++ b/service/cloudtrail/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cloudwatch/go.mod b/service/cloudwatch/go.mod index 524ff217096..f0e399656ca 100644 --- a/service/cloudwatch/go.mod +++ b/service/cloudwatch/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudwatch/go.sum b/service/cloudwatch/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cloudwatch/go.sum +++ b/service/cloudwatch/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cloudwatchevents/go.mod b/service/cloudwatchevents/go.mod index 81ac99f512a..c77ddfbf187 100644 --- a/service/cloudwatchevents/go.mod +++ b/service/cloudwatchevents/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudwatchevents/go.sum b/service/cloudwatchevents/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cloudwatchevents/go.sum +++ b/service/cloudwatchevents/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cloudwatchlogs/go.mod b/service/cloudwatchlogs/go.mod index 674d567013e..7f16d0d9aed 100644 --- a/service/cloudwatchlogs/go.mod +++ b/service/cloudwatchlogs/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cloudwatchlogs/go.sum b/service/cloudwatchlogs/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cloudwatchlogs/go.sum +++ b/service/cloudwatchlogs/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/codeartifact/go.mod b/service/codeartifact/go.mod index e5c43b189c8..f99e2e5a299 100644 --- a/service/codeartifact/go.mod +++ b/service/codeartifact/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codeartifact/go.sum b/service/codeartifact/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/codeartifact/go.sum +++ b/service/codeartifact/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/codebuild/go.mod b/service/codebuild/go.mod index fdef3a83018..b122a44b1fe 100644 --- a/service/codebuild/go.mod +++ b/service/codebuild/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codebuild/go.sum b/service/codebuild/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/codebuild/go.sum +++ b/service/codebuild/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/codecommit/go.mod b/service/codecommit/go.mod index c1644cc356c..934a54d9241 100644 --- a/service/codecommit/go.mod +++ b/service/codecommit/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codecommit/go.sum b/service/codecommit/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/codecommit/go.sum +++ b/service/codecommit/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/codedeploy/go.mod b/service/codedeploy/go.mod index 922cae4b782..8aed8f20a84 100644 --- a/service/codedeploy/go.mod +++ b/service/codedeploy/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codedeploy/go.sum b/service/codedeploy/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/codedeploy/go.sum +++ b/service/codedeploy/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/codeguruprofiler/go.mod b/service/codeguruprofiler/go.mod index d9a283f0f15..d4ff5bbb8bf 100644 --- a/service/codeguruprofiler/go.mod +++ b/service/codeguruprofiler/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codeguruprofiler/go.sum b/service/codeguruprofiler/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/codeguruprofiler/go.sum +++ b/service/codeguruprofiler/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/codegurureviewer/go.mod b/service/codegurureviewer/go.mod index f77ecd9f575..6d85df08944 100644 --- a/service/codegurureviewer/go.mod +++ b/service/codegurureviewer/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codegurureviewer/go.sum b/service/codegurureviewer/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/codegurureviewer/go.sum +++ b/service/codegurureviewer/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/codepipeline/go.mod b/service/codepipeline/go.mod index 56d7124792d..66bfabb3c7c 100644 --- a/service/codepipeline/go.mod +++ b/service/codepipeline/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codepipeline/go.sum b/service/codepipeline/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/codepipeline/go.sum +++ b/service/codepipeline/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/codestar/go.mod b/service/codestar/go.mod index a7909a77d14..4f6d44f26c4 100644 --- a/service/codestar/go.mod +++ b/service/codestar/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codestar/go.sum b/service/codestar/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/codestar/go.sum +++ b/service/codestar/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/codestarconnections/go.mod b/service/codestarconnections/go.mod index 728b94172ce..1f6059850c2 100644 --- a/service/codestarconnections/go.mod +++ b/service/codestarconnections/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codestarconnections/go.sum b/service/codestarconnections/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/codestarconnections/go.sum +++ b/service/codestarconnections/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/codestarnotifications/go.mod b/service/codestarnotifications/go.mod index 8cde858aaad..0443083e5a7 100644 --- a/service/codestarnotifications/go.mod +++ b/service/codestarnotifications/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/codestarnotifications/go.sum b/service/codestarnotifications/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/codestarnotifications/go.sum +++ b/service/codestarnotifications/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cognitoidentity/go.mod b/service/cognitoidentity/go.mod index 8219d652b93..31d537c0356 100644 --- a/service/cognitoidentity/go.mod +++ b/service/cognitoidentity/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cognitoidentity/go.sum b/service/cognitoidentity/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cognitoidentity/go.sum +++ b/service/cognitoidentity/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cognitoidentityprovider/go.mod b/service/cognitoidentityprovider/go.mod index a6535ab5e8a..f22531d4152 100644 --- a/service/cognitoidentityprovider/go.mod +++ b/service/cognitoidentityprovider/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cognitoidentityprovider/go.sum b/service/cognitoidentityprovider/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cognitoidentityprovider/go.sum +++ b/service/cognitoidentityprovider/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/cognitosync/go.mod b/service/cognitosync/go.mod index 9a49b733739..da02c0351b3 100644 --- a/service/cognitosync/go.mod +++ b/service/cognitosync/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/cognitosync/go.sum b/service/cognitosync/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/cognitosync/go.sum +++ b/service/cognitosync/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/comprehend/go.mod b/service/comprehend/go.mod index 011e4273e62..17071fd63a4 100644 --- a/service/comprehend/go.mod +++ b/service/comprehend/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/comprehend/go.sum b/service/comprehend/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/comprehend/go.sum +++ b/service/comprehend/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/comprehendmedical/go.mod b/service/comprehendmedical/go.mod index 92297e22b5f..15b9230f688 100644 --- a/service/comprehendmedical/go.mod +++ b/service/comprehendmedical/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/comprehendmedical/go.sum b/service/comprehendmedical/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/comprehendmedical/go.sum +++ b/service/comprehendmedical/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/computeoptimizer/go.mod b/service/computeoptimizer/go.mod index bdd6c7606d0..07d4f804e87 100644 --- a/service/computeoptimizer/go.mod +++ b/service/computeoptimizer/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/computeoptimizer/go.sum b/service/computeoptimizer/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/computeoptimizer/go.sum +++ b/service/computeoptimizer/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/configservice/go.mod b/service/configservice/go.mod index b761ca74978..dad0620f346 100644 --- a/service/configservice/go.mod +++ b/service/configservice/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/configservice/go.sum b/service/configservice/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/configservice/go.sum +++ b/service/configservice/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/connect/go.mod b/service/connect/go.mod index bb40b0eb3dd..dd658e3891f 100644 --- a/service/connect/go.mod +++ b/service/connect/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/connect/go.sum b/service/connect/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/connect/go.sum +++ b/service/connect/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/connectparticipant/go.mod b/service/connectparticipant/go.mod index a7957943dfc..6beb9dc86f6 100644 --- a/service/connectparticipant/go.mod +++ b/service/connectparticipant/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/connectparticipant/go.sum b/service/connectparticipant/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/connectparticipant/go.sum +++ b/service/connectparticipant/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/costandusagereportservice/go.mod b/service/costandusagereportservice/go.mod index 630f29cad91..14cc444bba0 100644 --- a/service/costandusagereportservice/go.mod +++ b/service/costandusagereportservice/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/costandusagereportservice/go.sum b/service/costandusagereportservice/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/costandusagereportservice/go.sum +++ b/service/costandusagereportservice/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/costexplorer/go.mod b/service/costexplorer/go.mod index 7047431160c..9bf100d3b6f 100644 --- a/service/costexplorer/go.mod +++ b/service/costexplorer/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/costexplorer/go.sum b/service/costexplorer/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/costexplorer/go.sum +++ b/service/costexplorer/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/databasemigrationservice/go.mod b/service/databasemigrationservice/go.mod index 13ede71f3d4..a99684b8636 100644 --- a/service/databasemigrationservice/go.mod +++ b/service/databasemigrationservice/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/databasemigrationservice/go.sum b/service/databasemigrationservice/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/databasemigrationservice/go.sum +++ b/service/databasemigrationservice/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/dataexchange/go.mod b/service/dataexchange/go.mod index ede3b890782..493c57c833f 100644 --- a/service/dataexchange/go.mod +++ b/service/dataexchange/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/dataexchange/go.sum b/service/dataexchange/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/dataexchange/go.sum +++ b/service/dataexchange/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/datapipeline/go.mod b/service/datapipeline/go.mod index 1fe228314ca..642690234e3 100644 --- a/service/datapipeline/go.mod +++ b/service/datapipeline/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/datapipeline/go.sum b/service/datapipeline/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/datapipeline/go.sum +++ b/service/datapipeline/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/datasync/go.mod b/service/datasync/go.mod index a1ba71e25b6..d7589ce42a7 100644 --- a/service/datasync/go.mod +++ b/service/datasync/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/datasync/go.sum b/service/datasync/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/datasync/go.sum +++ b/service/datasync/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/dax/go.mod b/service/dax/go.mod index 7f975f2e1eb..a034d5a2da6 100644 --- a/service/dax/go.mod +++ b/service/dax/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/dax/go.sum b/service/dax/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/dax/go.sum +++ b/service/dax/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/detective/go.mod b/service/detective/go.mod index 6e9b1aaa437..96e51f66ef5 100644 --- a/service/detective/go.mod +++ b/service/detective/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/detective/go.sum b/service/detective/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/detective/go.sum +++ b/service/detective/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/devicefarm/go.mod b/service/devicefarm/go.mod index 05f6f758e26..5c15a77eba3 100644 --- a/service/devicefarm/go.mod +++ b/service/devicefarm/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/devicefarm/go.sum b/service/devicefarm/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/devicefarm/go.sum +++ b/service/devicefarm/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/directconnect/go.mod b/service/directconnect/go.mod index c510b82e7d6..ef5a2b3ab8d 100644 --- a/service/directconnect/go.mod +++ b/service/directconnect/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/directconnect/go.sum b/service/directconnect/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/directconnect/go.sum +++ b/service/directconnect/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/directoryservice/go.mod b/service/directoryservice/go.mod index 6898ba344eb..41cc428078c 100644 --- a/service/directoryservice/go.mod +++ b/service/directoryservice/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/directoryservice/go.sum b/service/directoryservice/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/directoryservice/go.sum +++ b/service/directoryservice/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/dlm/go.mod b/service/dlm/go.mod index 910d4da6ba2..4f4b7361bad 100644 --- a/service/dlm/go.mod +++ b/service/dlm/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/dlm/go.sum b/service/dlm/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/dlm/go.sum +++ b/service/dlm/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/docdb/go.mod b/service/docdb/go.mod index 0c1c4fb37b8..4af1382f1ab 100644 --- a/service/docdb/go.mod +++ b/service/docdb/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/docdb/go.sum b/service/docdb/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/docdb/go.sum +++ b/service/docdb/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/dynamodb/go.mod b/service/dynamodb/go.mod index 4a1dcd7b9af..98607ce473e 100644 --- a/service/dynamodb/go.mod +++ b/service/dynamodb/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v0.3.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/dynamodb/go.sum b/service/dynamodb/go.sum index f37194ca529..b358680f425 100644 --- a/service/dynamodb/go.sum +++ b/service/dynamodb/go.sum @@ -1,3 +1,7 @@ +github.com/awslabs/smithy-go v0.3.0/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= diff --git a/service/dynamodbstreams/go.mod b/service/dynamodbstreams/go.mod index 1dbd883df99..778a3d24e20 100644 --- a/service/dynamodbstreams/go.mod +++ b/service/dynamodbstreams/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/dynamodbstreams/go.sum b/service/dynamodbstreams/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/dynamodbstreams/go.sum +++ b/service/dynamodbstreams/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ebs/go.mod b/service/ebs/go.mod index adcdf621295..82b47d86ec3 100644 --- a/service/ebs/go.mod +++ b/service/ebs/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ebs/go.sum b/service/ebs/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/ebs/go.sum +++ b/service/ebs/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ec2/go.mod b/service/ec2/go.mod index ca9ab136373..3fdf3162282 100644 --- a/service/ec2/go.mod +++ b/service/ec2/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v0.1.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ec2/go.sum b/service/ec2/go.sum index 8a4986a5fc4..78228b505f6 100644 --- a/service/ec2/go.sum +++ b/service/ec2/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ec2instanceconnect/go.mod b/service/ec2instanceconnect/go.mod index 633cc4df6fe..69e933a264c 100644 --- a/service/ec2instanceconnect/go.mod +++ b/service/ec2instanceconnect/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ec2instanceconnect/go.sum b/service/ec2instanceconnect/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/ec2instanceconnect/go.sum +++ b/service/ec2instanceconnect/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ecr/go.mod b/service/ecr/go.mod index 26217ab1024..9bbc697dc79 100644 --- a/service/ecr/go.mod +++ b/service/ecr/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ecr/go.sum b/service/ecr/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/ecr/go.sum +++ b/service/ecr/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ecs/go.mod b/service/ecs/go.mod index fe357227b38..1e10155bb06 100644 --- a/service/ecs/go.mod +++ b/service/ecs/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ecs/go.sum b/service/ecs/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/ecs/go.sum +++ b/service/ecs/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/efs/go.mod b/service/efs/go.mod index 9f13763e5f2..a7a3c0364d3 100644 --- a/service/efs/go.mod +++ b/service/efs/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/efs/go.sum b/service/efs/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/efs/go.sum +++ b/service/efs/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/eks/go.mod b/service/eks/go.mod index 9c10252a7e4..e17b51ff7b9 100644 --- a/service/eks/go.mod +++ b/service/eks/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/eks/go.sum b/service/eks/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/eks/go.sum +++ b/service/eks/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/elasticache/go.mod b/service/elasticache/go.mod index f618150b575..245de50789f 100644 --- a/service/elasticache/go.mod +++ b/service/elasticache/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/elasticache/go.sum b/service/elasticache/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/elasticache/go.sum +++ b/service/elasticache/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/elasticbeanstalk/go.mod b/service/elasticbeanstalk/go.mod index c1a7537afc3..a3b281cbc17 100644 --- a/service/elasticbeanstalk/go.mod +++ b/service/elasticbeanstalk/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/elasticbeanstalk/go.sum b/service/elasticbeanstalk/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/elasticbeanstalk/go.sum +++ b/service/elasticbeanstalk/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/elasticinference/go.mod b/service/elasticinference/go.mod index ba37552a328..c8c0dbd9a05 100644 --- a/service/elasticinference/go.mod +++ b/service/elasticinference/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/elasticinference/go.sum b/service/elasticinference/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/elasticinference/go.sum +++ b/service/elasticinference/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/elasticloadbalancing/go.mod b/service/elasticloadbalancing/go.mod index d409632dcaa..1c340578588 100644 --- a/service/elasticloadbalancing/go.mod +++ b/service/elasticloadbalancing/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/elasticloadbalancing/go.sum b/service/elasticloadbalancing/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/elasticloadbalancing/go.sum +++ b/service/elasticloadbalancing/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/elasticloadbalancingv2/go.mod b/service/elasticloadbalancingv2/go.mod index 5ece2f8293a..aa6903dad8e 100644 --- a/service/elasticloadbalancingv2/go.mod +++ b/service/elasticloadbalancingv2/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/elasticloadbalancingv2/go.sum b/service/elasticloadbalancingv2/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/elasticloadbalancingv2/go.sum +++ b/service/elasticloadbalancingv2/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/elasticsearchservice/go.mod b/service/elasticsearchservice/go.mod index c426d3d38c0..0f9774596eb 100644 --- a/service/elasticsearchservice/go.mod +++ b/service/elasticsearchservice/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/elasticsearchservice/go.sum b/service/elasticsearchservice/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/elasticsearchservice/go.sum +++ b/service/elasticsearchservice/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/elastictranscoder/go.mod b/service/elastictranscoder/go.mod index 715356fadad..52fb0e02552 100644 --- a/service/elastictranscoder/go.mod +++ b/service/elastictranscoder/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/elastictranscoder/go.sum b/service/elastictranscoder/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/elastictranscoder/go.sum +++ b/service/elastictranscoder/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/emr/go.mod b/service/emr/go.mod index 676a600ddac..d784e2d7907 100644 --- a/service/emr/go.mod +++ b/service/emr/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/emr/go.sum b/service/emr/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/emr/go.sum +++ b/service/emr/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/eventbridge/go.mod b/service/eventbridge/go.mod index 3c50b66a4ce..7498752d686 100644 --- a/service/eventbridge/go.mod +++ b/service/eventbridge/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/eventbridge/go.sum b/service/eventbridge/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/eventbridge/go.sum +++ b/service/eventbridge/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/firehose/go.mod b/service/firehose/go.mod index 12289c1b871..0c94fd3823c 100644 --- a/service/firehose/go.mod +++ b/service/firehose/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/firehose/go.sum b/service/firehose/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/firehose/go.sum +++ b/service/firehose/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/fms/go.mod b/service/fms/go.mod index a801dc9f1e8..b54ca867cdd 100644 --- a/service/fms/go.mod +++ b/service/fms/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/fms/go.sum b/service/fms/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/fms/go.sum +++ b/service/fms/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/forecast/go.mod b/service/forecast/go.mod index bbad1f6ec9a..58685ae02d1 100644 --- a/service/forecast/go.mod +++ b/service/forecast/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/forecast/go.sum b/service/forecast/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/forecast/go.sum +++ b/service/forecast/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/forecastquery/go.mod b/service/forecastquery/go.mod index 3763a79c1b0..6121716bf39 100644 --- a/service/forecastquery/go.mod +++ b/service/forecastquery/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/forecastquery/go.sum b/service/forecastquery/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/forecastquery/go.sum +++ b/service/forecastquery/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/frauddetector/go.mod b/service/frauddetector/go.mod index fd5f7cf485b..d589672c8e5 100644 --- a/service/frauddetector/go.mod +++ b/service/frauddetector/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/frauddetector/go.sum b/service/frauddetector/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/frauddetector/go.sum +++ b/service/frauddetector/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/fsx/go.mod b/service/fsx/go.mod index f470989ce42..37db66051b3 100644 --- a/service/fsx/go.mod +++ b/service/fsx/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/fsx/go.sum b/service/fsx/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/fsx/go.sum +++ b/service/fsx/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/gamelift/go.mod b/service/gamelift/go.mod index d920a17fa62..c3c9ee14fc4 100644 --- a/service/gamelift/go.mod +++ b/service/gamelift/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/gamelift/go.sum b/service/gamelift/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/gamelift/go.sum +++ b/service/gamelift/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/glacier/go.mod b/service/glacier/go.mod index adc6f23c9ea..f820710c856 100644 --- a/service/glacier/go.mod +++ b/service/glacier/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/glacier/go.sum b/service/glacier/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/glacier/go.sum +++ b/service/glacier/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/globalaccelerator/go.mod b/service/globalaccelerator/go.mod index 8e821c1d96f..f7d190b4fb1 100644 --- a/service/globalaccelerator/go.mod +++ b/service/globalaccelerator/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/globalaccelerator/go.sum b/service/globalaccelerator/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/globalaccelerator/go.sum +++ b/service/globalaccelerator/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/glue/go.mod b/service/glue/go.mod index d407692de26..25c0dd254d2 100644 --- a/service/glue/go.mod +++ b/service/glue/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/glue/go.sum b/service/glue/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/glue/go.sum +++ b/service/glue/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/greengrass/go.mod b/service/greengrass/go.mod index 168db2acea6..7a2dbd0e5ae 100644 --- a/service/greengrass/go.mod +++ b/service/greengrass/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/greengrass/go.sum b/service/greengrass/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/greengrass/go.sum +++ b/service/greengrass/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/groundstation/go.mod b/service/groundstation/go.mod index 6e718f38d24..79e6acb595d 100644 --- a/service/groundstation/go.mod +++ b/service/groundstation/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/groundstation/go.sum b/service/groundstation/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/groundstation/go.sum +++ b/service/groundstation/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/guardduty/go.mod b/service/guardduty/go.mod index fd2523e0d19..df5d29ba88d 100644 --- a/service/guardduty/go.mod +++ b/service/guardduty/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/guardduty/go.sum b/service/guardduty/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/guardduty/go.sum +++ b/service/guardduty/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/health/go.mod b/service/health/go.mod index 5bf5e07427f..ac2aad04e3f 100644 --- a/service/health/go.mod +++ b/service/health/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/health/go.sum b/service/health/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/health/go.sum +++ b/service/health/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/honeycode/go.mod b/service/honeycode/go.mod index 8d9478bf927..6a961aefd19 100644 --- a/service/honeycode/go.mod +++ b/service/honeycode/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/honeycode/go.sum b/service/honeycode/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/honeycode/go.sum +++ b/service/honeycode/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/iam/go.mod b/service/iam/go.mod index 7678467429c..0568a31578c 100644 --- a/service/iam/go.mod +++ b/service/iam/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iam/go.sum b/service/iam/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/iam/go.sum +++ b/service/iam/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/identitystore/go.mod b/service/identitystore/go.mod index 8abc9812db4..a1ba39e05ea 100644 --- a/service/identitystore/go.mod +++ b/service/identitystore/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/identitystore/go.sum b/service/identitystore/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/identitystore/go.sum +++ b/service/identitystore/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/imagebuilder/go.mod b/service/imagebuilder/go.mod index 11edbb99e74..b0712ffb568 100644 --- a/service/imagebuilder/go.mod +++ b/service/imagebuilder/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/imagebuilder/go.sum b/service/imagebuilder/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/imagebuilder/go.sum +++ b/service/imagebuilder/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/inspector/go.mod b/service/inspector/go.mod index 2a44cb92b18..f7f17052566 100644 --- a/service/inspector/go.mod +++ b/service/inspector/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/inspector/go.sum b/service/inspector/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/inspector/go.sum +++ b/service/inspector/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/internal/accept-encoding/go.sum b/service/internal/accept-encoding/go.sum index 210ab773fc5..3119236f3e6 100644 --- a/service/internal/accept-encoding/go.sum +++ b/service/internal/accept-encoding/go.sum @@ -1,3 +1,5 @@ +github.com/awslabs/smithy-go v0.3.0 h1:I1EQ1P+VtxpuNnGYymATewaKrlnaYQwFvO8lNTsafbs= +github.com/awslabs/smithy-go v0.3.0/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index f1c4ad6bb20..25699f1bc36 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go-v2 v0.29.0 github.com/aws/aws-sdk-go-v2/service/dynamodb v0.29.0 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/service/internal/benchmark/go.sum b/service/internal/benchmark/go.sum index 94619ca5a12..a8293c16a7c 100644 --- a/service/internal/benchmark/go.sum +++ b/service/internal/benchmark/go.sum @@ -1,5 +1,9 @@ github.com/aws/aws-sdk-go v1.34.33 h1:ymkFm0rNPEOlgjyX3ojEd4zqzW6kGICBkqWs7LqgHtU= github.com/aws/aws-sdk-go v1.34.33/go.mod h1:H7NKnBqNVzoTJpGfLrQkkD+ytBA93eiDYi/+8rV9s48= +github.com/awslabs/smithy-go v0.3.0/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 6f88785d562..8a684374b01 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -85,7 +85,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/wafregional v0.29.0 github.com/aws/aws-sdk-go-v2/service/wafv2 v0.29.0 github.com/aws/aws-sdk-go-v2/service/workspaces v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) go 1.15 diff --git a/service/internal/integrationtest/go.sum b/service/internal/integrationtest/go.sum index 8a4986a5fc4..359ae650069 100644 --- a/service/internal/integrationtest/go.sum +++ b/service/internal/integrationtest/go.sum @@ -1,3 +1,7 @@ +github.com/awslabs/smithy-go v0.3.0/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/internal/presigned-url/go.mod b/service/internal/presigned-url/go.mod index 1fa09238e73..4e62f5cfdcc 100644 --- a/service/internal/presigned-url/go.mod +++ b/service/internal/presigned-url/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201103180816-d4c6ec013e15 + github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 github.com/google/go-cmp v0.5.2 ) diff --git a/service/internal/presigned-url/go.sum b/service/internal/presigned-url/go.sum index 8a4986a5fc4..875bf37048a 100644 --- a/service/internal/presigned-url/go.sum +++ b/service/internal/presigned-url/go.sum @@ -1,3 +1,5 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 h1:NDg6Bwjf66s4oWQbGK+j5izWT/HdOnCEWahy5ZfQRfY= +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/internal/s3shared/go.mod b/service/internal/s3shared/go.mod index 04c7b3fa5f0..f0e964c551c 100644 --- a/service/internal/s3shared/go.mod +++ b/service/internal/s3shared/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201103180816-d4c6ec013e15 + github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/service/internal/s3shared/go.sum b/service/internal/s3shared/go.sum index fd672e20286..e91289bf27f 100644 --- a/service/internal/s3shared/go.sum +++ b/service/internal/s3shared/go.sum @@ -1,3 +1,5 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 h1:NDg6Bwjf66s4oWQbGK+j5izWT/HdOnCEWahy5ZfQRfY= +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/iot/go.mod b/service/iot/go.mod index 0d5db54092a..2f71e0bd86f 100644 --- a/service/iot/go.mod +++ b/service/iot/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iot/go.sum b/service/iot/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/iot/go.sum +++ b/service/iot/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/iot1clickdevicesservice/go.mod b/service/iot1clickdevicesservice/go.mod index 937f3a5d246..770c03f61d6 100644 --- a/service/iot1clickdevicesservice/go.mod +++ b/service/iot1clickdevicesservice/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iot1clickdevicesservice/go.sum b/service/iot1clickdevicesservice/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/iot1clickdevicesservice/go.sum +++ b/service/iot1clickdevicesservice/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/iot1clickprojects/go.mod b/service/iot1clickprojects/go.mod index cf6a64999cc..42cf4a4c0c2 100644 --- a/service/iot1clickprojects/go.mod +++ b/service/iot1clickprojects/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iot1clickprojects/go.sum b/service/iot1clickprojects/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/iot1clickprojects/go.sum +++ b/service/iot1clickprojects/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/iotanalytics/go.mod b/service/iotanalytics/go.mod index 7a614351e8d..1cf883efa53 100644 --- a/service/iotanalytics/go.mod +++ b/service/iotanalytics/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotanalytics/go.sum b/service/iotanalytics/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/iotanalytics/go.sum +++ b/service/iotanalytics/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/iotdataplane/go.mod b/service/iotdataplane/go.mod index a3a260b593d..e486255e8ab 100644 --- a/service/iotdataplane/go.mod +++ b/service/iotdataplane/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotdataplane/go.sum b/service/iotdataplane/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/iotdataplane/go.sum +++ b/service/iotdataplane/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/iotevents/go.mod b/service/iotevents/go.mod index 4a9b5ca0e44..c3938354fc8 100644 --- a/service/iotevents/go.mod +++ b/service/iotevents/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotevents/go.sum b/service/iotevents/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/iotevents/go.sum +++ b/service/iotevents/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ioteventsdata/go.mod b/service/ioteventsdata/go.mod index b694a5d0700..0828145b3a4 100644 --- a/service/ioteventsdata/go.mod +++ b/service/ioteventsdata/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ioteventsdata/go.sum b/service/ioteventsdata/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/ioteventsdata/go.sum +++ b/service/ioteventsdata/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/iotjobsdataplane/go.mod b/service/iotjobsdataplane/go.mod index a71875573e1..54585434f2b 100644 --- a/service/iotjobsdataplane/go.mod +++ b/service/iotjobsdataplane/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotjobsdataplane/go.sum b/service/iotjobsdataplane/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/iotjobsdataplane/go.sum +++ b/service/iotjobsdataplane/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/iotsecuretunneling/go.mod b/service/iotsecuretunneling/go.mod index ff7eb9090c2..343d8d38a6a 100644 --- a/service/iotsecuretunneling/go.mod +++ b/service/iotsecuretunneling/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotsecuretunneling/go.sum b/service/iotsecuretunneling/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/iotsecuretunneling/go.sum +++ b/service/iotsecuretunneling/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/iotsitewise/api_op_AssociateAssets.go b/service/iotsitewise/api_op_AssociateAssets.go index a3552dc197f..a84973d7c2e 100644 --- a/service/iotsitewise/api_op_AssociateAssets.go +++ b/service/iotsitewise/api_op_AssociateAssets.go @@ -135,11 +135,11 @@ func (*endpointPrefix_opAssociateAssetsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opAssociateAssetsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opAssociateAssetsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -147,12 +147,12 @@ func (m *endpointPrefix_opAssociateAssetsMiddleware) HandleSerialize(ctx context return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opAssociateAssetsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opAssociateAssetsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opAssociateAssetsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opAssociateAssetsMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpAssociateAssets struct { diff --git a/service/iotsitewise/api_op_BatchAssociateProjectAssets.go b/service/iotsitewise/api_op_BatchAssociateProjectAssets.go index 530dc1cf941..dfccf8dd0c7 100644 --- a/service/iotsitewise/api_op_BatchAssociateProjectAssets.go +++ b/service/iotsitewise/api_op_BatchAssociateProjectAssets.go @@ -128,11 +128,11 @@ func (*endpointPrefix_opBatchAssociateProjectAssetsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opBatchAssociateProjectAssetsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opBatchAssociateProjectAssetsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -140,12 +140,12 @@ func (m *endpointPrefix_opBatchAssociateProjectAssetsMiddleware) HandleSerialize return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opBatchAssociateProjectAssetsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opBatchAssociateProjectAssetsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opBatchAssociateProjectAssetsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opBatchAssociateProjectAssetsMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpBatchAssociateProjectAssets struct { diff --git a/service/iotsitewise/api_op_BatchDisassociateProjectAssets.go b/service/iotsitewise/api_op_BatchDisassociateProjectAssets.go index b07e24a835e..ac8f28e16e2 100644 --- a/service/iotsitewise/api_op_BatchDisassociateProjectAssets.go +++ b/service/iotsitewise/api_op_BatchDisassociateProjectAssets.go @@ -129,11 +129,11 @@ func (*endpointPrefix_opBatchDisassociateProjectAssetsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opBatchDisassociateProjectAssetsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opBatchDisassociateProjectAssetsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -141,12 +141,12 @@ func (m *endpointPrefix_opBatchDisassociateProjectAssetsMiddleware) HandleSerial return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opBatchDisassociateProjectAssetsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opBatchDisassociateProjectAssetsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opBatchDisassociateProjectAssetsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opBatchDisassociateProjectAssetsMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpBatchDisassociateProjectAssets struct { diff --git a/service/iotsitewise/api_op_BatchPutAssetPropertyValue.go b/service/iotsitewise/api_op_BatchPutAssetPropertyValue.go index 66c56c2cc3f..4ec08e65b6a 100644 --- a/service/iotsitewise/api_op_BatchPutAssetPropertyValue.go +++ b/service/iotsitewise/api_op_BatchPutAssetPropertyValue.go @@ -145,11 +145,11 @@ func (*endpointPrefix_opBatchPutAssetPropertyValueMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opBatchPutAssetPropertyValueMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opBatchPutAssetPropertyValueMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -157,12 +157,12 @@ func (m *endpointPrefix_opBatchPutAssetPropertyValueMiddleware) HandleSerialize( return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "data." + req.URL.Host = "data." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opBatchPutAssetPropertyValueMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opBatchPutAssetPropertyValueMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opBatchPutAssetPropertyValueMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opBatchPutAssetPropertyValueMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opBatchPutAssetPropertyValue(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_CreateAccessPolicy.go b/service/iotsitewise/api_op_CreateAccessPolicy.go index e4d4d8a6daa..723169afd8e 100644 --- a/service/iotsitewise/api_op_CreateAccessPolicy.go +++ b/service/iotsitewise/api_op_CreateAccessPolicy.go @@ -154,11 +154,11 @@ func (*endpointPrefix_opCreateAccessPolicyMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opCreateAccessPolicyMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opCreateAccessPolicyMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -166,12 +166,12 @@ func (m *endpointPrefix_opCreateAccessPolicyMiddleware) HandleSerialize(ctx cont return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opCreateAccessPolicyMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opCreateAccessPolicyMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opCreateAccessPolicyMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opCreateAccessPolicyMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpCreateAccessPolicy struct { diff --git a/service/iotsitewise/api_op_CreateAsset.go b/service/iotsitewise/api_op_CreateAsset.go index 88d6c779ca1..9d829244877 100644 --- a/service/iotsitewise/api_op_CreateAsset.go +++ b/service/iotsitewise/api_op_CreateAsset.go @@ -154,11 +154,11 @@ func (*endpointPrefix_opCreateAssetMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opCreateAssetMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opCreateAssetMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -166,12 +166,12 @@ func (m *endpointPrefix_opCreateAssetMiddleware) HandleSerialize(ctx context.Con return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opCreateAssetMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opCreateAssetMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opCreateAssetMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opCreateAssetMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpCreateAsset struct { diff --git a/service/iotsitewise/api_op_CreateAssetModel.go b/service/iotsitewise/api_op_CreateAssetModel.go index 2d89679e4e8..44bcb7b9675 100644 --- a/service/iotsitewise/api_op_CreateAssetModel.go +++ b/service/iotsitewise/api_op_CreateAssetModel.go @@ -174,11 +174,11 @@ func (*endpointPrefix_opCreateAssetModelMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opCreateAssetModelMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opCreateAssetModelMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -186,12 +186,12 @@ func (m *endpointPrefix_opCreateAssetModelMiddleware) HandleSerialize(ctx contex return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opCreateAssetModelMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opCreateAssetModelMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opCreateAssetModelMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opCreateAssetModelMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpCreateAssetModel struct { diff --git a/service/iotsitewise/api_op_CreateDashboard.go b/service/iotsitewise/api_op_CreateDashboard.go index f5f9fe0dd0a..a9db05a6e7e 100644 --- a/service/iotsitewise/api_op_CreateDashboard.go +++ b/service/iotsitewise/api_op_CreateDashboard.go @@ -154,11 +154,11 @@ func (*endpointPrefix_opCreateDashboardMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opCreateDashboardMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opCreateDashboardMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -166,12 +166,12 @@ func (m *endpointPrefix_opCreateDashboardMiddleware) HandleSerialize(ctx context return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opCreateDashboardMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opCreateDashboardMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opCreateDashboardMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opCreateDashboardMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpCreateDashboard struct { diff --git a/service/iotsitewise/api_op_CreateGateway.go b/service/iotsitewise/api_op_CreateGateway.go index cacd1a321d9..ca18cc968a3 100644 --- a/service/iotsitewise/api_op_CreateGateway.go +++ b/service/iotsitewise/api_op_CreateGateway.go @@ -141,11 +141,11 @@ func (*endpointPrefix_opCreateGatewayMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opCreateGatewayMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opCreateGatewayMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -153,12 +153,12 @@ func (m *endpointPrefix_opCreateGatewayMiddleware) HandleSerialize(ctx context.C return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "edge." + req.URL.Host = "edge." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opCreateGatewayMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opCreateGatewayMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opCreateGatewayMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opCreateGatewayMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opCreateGateway(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_CreatePortal.go b/service/iotsitewise/api_op_CreatePortal.go index ae0bee6f209..1b4ed3a5d1d 100644 --- a/service/iotsitewise/api_op_CreatePortal.go +++ b/service/iotsitewise/api_op_CreatePortal.go @@ -208,11 +208,11 @@ func (*endpointPrefix_opCreatePortalMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opCreatePortalMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opCreatePortalMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -220,12 +220,12 @@ func (m *endpointPrefix_opCreatePortalMiddleware) HandleSerialize(ctx context.Co return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opCreatePortalMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opCreatePortalMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opCreatePortalMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opCreatePortalMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpCreatePortal struct { diff --git a/service/iotsitewise/api_op_CreatePresignedPortalUrl.go b/service/iotsitewise/api_op_CreatePresignedPortalUrl.go index 12b2cce18d6..9d73adf8e88 100644 --- a/service/iotsitewise/api_op_CreatePresignedPortalUrl.go +++ b/service/iotsitewise/api_op_CreatePresignedPortalUrl.go @@ -126,11 +126,11 @@ func (*endpointPrefix_opCreatePresignedPortalUrlMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opCreatePresignedPortalUrlMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opCreatePresignedPortalUrlMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -138,12 +138,12 @@ func (m *endpointPrefix_opCreatePresignedPortalUrlMiddleware) HandleSerialize(ct return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opCreatePresignedPortalUrlMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opCreatePresignedPortalUrlMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opCreatePresignedPortalUrlMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opCreatePresignedPortalUrlMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opCreatePresignedPortalUrl(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_CreateProject.go b/service/iotsitewise/api_op_CreateProject.go index 6de75a39fef..2c04724867e 100644 --- a/service/iotsitewise/api_op_CreateProject.go +++ b/service/iotsitewise/api_op_CreateProject.go @@ -146,11 +146,11 @@ func (*endpointPrefix_opCreateProjectMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opCreateProjectMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opCreateProjectMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -158,12 +158,12 @@ func (m *endpointPrefix_opCreateProjectMiddleware) HandleSerialize(ctx context.C return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opCreateProjectMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opCreateProjectMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opCreateProjectMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opCreateProjectMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpCreateProject struct { diff --git a/service/iotsitewise/api_op_DeleteAccessPolicy.go b/service/iotsitewise/api_op_DeleteAccessPolicy.go index 2caae7d579c..275ac66eace 100644 --- a/service/iotsitewise/api_op_DeleteAccessPolicy.go +++ b/service/iotsitewise/api_op_DeleteAccessPolicy.go @@ -120,11 +120,11 @@ func (*endpointPrefix_opDeleteAccessPolicyMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDeleteAccessPolicyMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDeleteAccessPolicyMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -132,12 +132,12 @@ func (m *endpointPrefix_opDeleteAccessPolicyMiddleware) HandleSerialize(ctx cont return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDeleteAccessPolicyMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDeleteAccessPolicyMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDeleteAccessPolicyMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDeleteAccessPolicyMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpDeleteAccessPolicy struct { diff --git a/service/iotsitewise/api_op_DeleteAsset.go b/service/iotsitewise/api_op_DeleteAsset.go index 78d11542cf6..e162b843e3c 100644 --- a/service/iotsitewise/api_op_DeleteAsset.go +++ b/service/iotsitewise/api_op_DeleteAsset.go @@ -131,11 +131,11 @@ func (*endpointPrefix_opDeleteAssetMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDeleteAssetMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDeleteAssetMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -143,12 +143,12 @@ func (m *endpointPrefix_opDeleteAssetMiddleware) HandleSerialize(ctx context.Con return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDeleteAssetMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDeleteAssetMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDeleteAssetMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDeleteAssetMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpDeleteAsset struct { diff --git a/service/iotsitewise/api_op_DeleteAssetModel.go b/service/iotsitewise/api_op_DeleteAssetModel.go index 77b0ef0ec13..b41ea0b9b38 100644 --- a/service/iotsitewise/api_op_DeleteAssetModel.go +++ b/service/iotsitewise/api_op_DeleteAssetModel.go @@ -132,11 +132,11 @@ func (*endpointPrefix_opDeleteAssetModelMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDeleteAssetModelMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDeleteAssetModelMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -144,12 +144,12 @@ func (m *endpointPrefix_opDeleteAssetModelMiddleware) HandleSerialize(ctx contex return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDeleteAssetModelMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDeleteAssetModelMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDeleteAssetModelMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDeleteAssetModelMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpDeleteAssetModel struct { diff --git a/service/iotsitewise/api_op_DeleteDashboard.go b/service/iotsitewise/api_op_DeleteDashboard.go index e5723728772..64c7e38e88b 100644 --- a/service/iotsitewise/api_op_DeleteDashboard.go +++ b/service/iotsitewise/api_op_DeleteDashboard.go @@ -118,11 +118,11 @@ func (*endpointPrefix_opDeleteDashboardMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDeleteDashboardMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDeleteDashboardMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -130,12 +130,12 @@ func (m *endpointPrefix_opDeleteDashboardMiddleware) HandleSerialize(ctx context return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDeleteDashboardMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDeleteDashboardMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDeleteDashboardMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDeleteDashboardMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpDeleteDashboard struct { diff --git a/service/iotsitewise/api_op_DeleteGateway.go b/service/iotsitewise/api_op_DeleteGateway.go index 64fbcab9118..d3ac293a5b7 100644 --- a/service/iotsitewise/api_op_DeleteGateway.go +++ b/service/iotsitewise/api_op_DeleteGateway.go @@ -111,11 +111,11 @@ func (*endpointPrefix_opDeleteGatewayMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDeleteGatewayMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDeleteGatewayMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -123,12 +123,12 @@ func (m *endpointPrefix_opDeleteGatewayMiddleware) HandleSerialize(ctx context.C return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "edge." + req.URL.Host = "edge." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDeleteGatewayMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDeleteGatewayMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDeleteGatewayMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDeleteGatewayMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDeleteGateway(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_DeletePortal.go b/service/iotsitewise/api_op_DeletePortal.go index e95158d4df3..4cdf9dbeda5 100644 --- a/service/iotsitewise/api_op_DeletePortal.go +++ b/service/iotsitewise/api_op_DeletePortal.go @@ -126,11 +126,11 @@ func (*endpointPrefix_opDeletePortalMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDeletePortalMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDeletePortalMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -138,12 +138,12 @@ func (m *endpointPrefix_opDeletePortalMiddleware) HandleSerialize(ctx context.Co return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDeletePortalMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDeletePortalMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDeletePortalMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDeletePortalMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpDeletePortal struct { diff --git a/service/iotsitewise/api_op_DeleteProject.go b/service/iotsitewise/api_op_DeleteProject.go index 80df522a602..e9ad293463b 100644 --- a/service/iotsitewise/api_op_DeleteProject.go +++ b/service/iotsitewise/api_op_DeleteProject.go @@ -118,11 +118,11 @@ func (*endpointPrefix_opDeleteProjectMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDeleteProjectMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDeleteProjectMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -130,12 +130,12 @@ func (m *endpointPrefix_opDeleteProjectMiddleware) HandleSerialize(ctx context.C return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDeleteProjectMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDeleteProjectMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDeleteProjectMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDeleteProjectMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpDeleteProject struct { diff --git a/service/iotsitewise/api_op_DescribeAccessPolicy.go b/service/iotsitewise/api_op_DescribeAccessPolicy.go index c043a7c5acb..a918410247f 100644 --- a/service/iotsitewise/api_op_DescribeAccessPolicy.go +++ b/service/iotsitewise/api_op_DescribeAccessPolicy.go @@ -155,11 +155,11 @@ func (*endpointPrefix_opDescribeAccessPolicyMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDescribeAccessPolicyMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDescribeAccessPolicyMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -167,12 +167,12 @@ func (m *endpointPrefix_opDescribeAccessPolicyMiddleware) HandleSerialize(ctx co return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDescribeAccessPolicyMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDescribeAccessPolicyMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDescribeAccessPolicyMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDescribeAccessPolicyMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDescribeAccessPolicy(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_DescribeAsset.go b/service/iotsitewise/api_op_DescribeAsset.go index 87d216387c4..17f9b010030 100644 --- a/service/iotsitewise/api_op_DescribeAsset.go +++ b/service/iotsitewise/api_op_DescribeAsset.go @@ -162,11 +162,11 @@ func (*endpointPrefix_opDescribeAssetMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDescribeAssetMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDescribeAssetMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -174,12 +174,12 @@ func (m *endpointPrefix_opDescribeAssetMiddleware) HandleSerialize(ctx context.C return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDescribeAssetMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDescribeAssetMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDescribeAssetMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDescribeAssetMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDescribeAsset(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_DescribeAssetModel.go b/service/iotsitewise/api_op_DescribeAssetModel.go index c574574d4ad..f9dc414e837 100644 --- a/service/iotsitewise/api_op_DescribeAssetModel.go +++ b/service/iotsitewise/api_op_DescribeAssetModel.go @@ -164,11 +164,11 @@ func (*endpointPrefix_opDescribeAssetModelMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDescribeAssetModelMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDescribeAssetModelMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -176,12 +176,12 @@ func (m *endpointPrefix_opDescribeAssetModelMiddleware) HandleSerialize(ctx cont return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDescribeAssetModelMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDescribeAssetModelMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDescribeAssetModelMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDescribeAssetModelMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDescribeAssetModel(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_DescribeAssetProperty.go b/service/iotsitewise/api_op_DescribeAssetProperty.go index dfd385c20e7..77df4a144c4 100644 --- a/service/iotsitewise/api_op_DescribeAssetProperty.go +++ b/service/iotsitewise/api_op_DescribeAssetProperty.go @@ -143,11 +143,11 @@ func (*endpointPrefix_opDescribeAssetPropertyMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDescribeAssetPropertyMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDescribeAssetPropertyMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -155,12 +155,12 @@ func (m *endpointPrefix_opDescribeAssetPropertyMiddleware) HandleSerialize(ctx c return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDescribeAssetPropertyMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDescribeAssetPropertyMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDescribeAssetPropertyMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDescribeAssetPropertyMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDescribeAssetProperty(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_DescribeDashboard.go b/service/iotsitewise/api_op_DescribeDashboard.go index 34ea6ffa8be..0224364af92 100644 --- a/service/iotsitewise/api_op_DescribeDashboard.go +++ b/service/iotsitewise/api_op_DescribeDashboard.go @@ -156,11 +156,11 @@ func (*endpointPrefix_opDescribeDashboardMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDescribeDashboardMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDescribeDashboardMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -168,12 +168,12 @@ func (m *endpointPrefix_opDescribeDashboardMiddleware) HandleSerialize(ctx conte return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDescribeDashboardMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDescribeDashboardMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDescribeDashboardMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDescribeDashboardMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDescribeDashboard(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_DescribeGateway.go b/service/iotsitewise/api_op_DescribeGateway.go index 3028dad0aa6..6a9e13a1424 100644 --- a/service/iotsitewise/api_op_DescribeGateway.go +++ b/service/iotsitewise/api_op_DescribeGateway.go @@ -153,11 +153,11 @@ func (*endpointPrefix_opDescribeGatewayMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDescribeGatewayMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDescribeGatewayMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -165,12 +165,12 @@ func (m *endpointPrefix_opDescribeGatewayMiddleware) HandleSerialize(ctx context return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "edge." + req.URL.Host = "edge." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDescribeGatewayMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDescribeGatewayMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDescribeGatewayMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDescribeGatewayMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDescribeGateway(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_DescribeGatewayCapabilityConfiguration.go b/service/iotsitewise/api_op_DescribeGatewayCapabilityConfiguration.go index 00a5756b3d7..c63347868c3 100644 --- a/service/iotsitewise/api_op_DescribeGatewayCapabilityConfiguration.go +++ b/service/iotsitewise/api_op_DescribeGatewayCapabilityConfiguration.go @@ -159,11 +159,11 @@ func (*endpointPrefix_opDescribeGatewayCapabilityConfigurationMiddleware) ID() s return "EndpointHostPrefix" } -func (m *endpointPrefix_opDescribeGatewayCapabilityConfigurationMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDescribeGatewayCapabilityConfigurationMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -171,12 +171,12 @@ func (m *endpointPrefix_opDescribeGatewayCapabilityConfigurationMiddleware) Hand return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "edge." + req.URL.Host = "edge." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDescribeGatewayCapabilityConfigurationMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDescribeGatewayCapabilityConfigurationMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDescribeGatewayCapabilityConfigurationMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDescribeGatewayCapabilityConfigurationMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDescribeGatewayCapabilityConfiguration(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_DescribeLoggingOptions.go b/service/iotsitewise/api_op_DescribeLoggingOptions.go index 39e1d89b845..29581a6ede2 100644 --- a/service/iotsitewise/api_op_DescribeLoggingOptions.go +++ b/service/iotsitewise/api_op_DescribeLoggingOptions.go @@ -109,11 +109,11 @@ func (*endpointPrefix_opDescribeLoggingOptionsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDescribeLoggingOptionsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDescribeLoggingOptionsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -121,12 +121,12 @@ func (m *endpointPrefix_opDescribeLoggingOptionsMiddleware) HandleSerialize(ctx return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDescribeLoggingOptionsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDescribeLoggingOptionsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDescribeLoggingOptionsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDescribeLoggingOptionsMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDescribeLoggingOptions(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_DescribePortal.go b/service/iotsitewise/api_op_DescribePortal.go index f70d1679de6..c59b078e4d1 100644 --- a/service/iotsitewise/api_op_DescribePortal.go +++ b/service/iotsitewise/api_op_DescribePortal.go @@ -186,11 +186,11 @@ func (*endpointPrefix_opDescribePortalMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDescribePortalMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDescribePortalMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -198,12 +198,12 @@ func (m *endpointPrefix_opDescribePortalMiddleware) HandleSerialize(ctx context. return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDescribePortalMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDescribePortalMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDescribePortalMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDescribePortalMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDescribePortal(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_DescribeProject.go b/service/iotsitewise/api_op_DescribeProject.go index 23b73cb8770..82301b0484c 100644 --- a/service/iotsitewise/api_op_DescribeProject.go +++ b/service/iotsitewise/api_op_DescribeProject.go @@ -148,11 +148,11 @@ func (*endpointPrefix_opDescribeProjectMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDescribeProjectMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDescribeProjectMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -160,12 +160,12 @@ func (m *endpointPrefix_opDescribeProjectMiddleware) HandleSerialize(ctx context return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDescribeProjectMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDescribeProjectMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDescribeProjectMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDescribeProjectMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDescribeProject(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_DisassociateAssets.go b/service/iotsitewise/api_op_DisassociateAssets.go index c1a6f8f8188..51a1fecbbc6 100644 --- a/service/iotsitewise/api_op_DisassociateAssets.go +++ b/service/iotsitewise/api_op_DisassociateAssets.go @@ -134,11 +134,11 @@ func (*endpointPrefix_opDisassociateAssetsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDisassociateAssetsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDisassociateAssetsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -146,12 +146,12 @@ func (m *endpointPrefix_opDisassociateAssetsMiddleware) HandleSerialize(ctx cont return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDisassociateAssetsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDisassociateAssetsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDisassociateAssetsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDisassociateAssetsMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpDisassociateAssets struct { diff --git a/service/iotsitewise/api_op_GetAssetPropertyAggregates.go b/service/iotsitewise/api_op_GetAssetPropertyAggregates.go index 19ce9d98721..a7156f767a0 100644 --- a/service/iotsitewise/api_op_GetAssetPropertyAggregates.go +++ b/service/iotsitewise/api_op_GetAssetPropertyAggregates.go @@ -176,11 +176,11 @@ func (*endpointPrefix_opGetAssetPropertyAggregatesMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opGetAssetPropertyAggregatesMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opGetAssetPropertyAggregatesMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -188,12 +188,12 @@ func (m *endpointPrefix_opGetAssetPropertyAggregatesMiddleware) HandleSerialize( return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "data." + req.URL.Host = "data." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opGetAssetPropertyAggregatesMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opGetAssetPropertyAggregatesMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opGetAssetPropertyAggregatesMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opGetAssetPropertyAggregatesMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opGetAssetPropertyAggregates(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_GetAssetPropertyValue.go b/service/iotsitewise/api_op_GetAssetPropertyValue.go index 100166cf83e..16b6cca9657 100644 --- a/service/iotsitewise/api_op_GetAssetPropertyValue.go +++ b/service/iotsitewise/api_op_GetAssetPropertyValue.go @@ -132,11 +132,11 @@ func (*endpointPrefix_opGetAssetPropertyValueMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opGetAssetPropertyValueMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opGetAssetPropertyValueMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -144,12 +144,12 @@ func (m *endpointPrefix_opGetAssetPropertyValueMiddleware) HandleSerialize(ctx c return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "data." + req.URL.Host = "data." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opGetAssetPropertyValueMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opGetAssetPropertyValueMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opGetAssetPropertyValueMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opGetAssetPropertyValueMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opGetAssetPropertyValue(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_GetAssetPropertyValueHistory.go b/service/iotsitewise/api_op_GetAssetPropertyValueHistory.go index b3625f2a054..9e1e192e2bf 100644 --- a/service/iotsitewise/api_op_GetAssetPropertyValueHistory.go +++ b/service/iotsitewise/api_op_GetAssetPropertyValueHistory.go @@ -159,11 +159,11 @@ func (*endpointPrefix_opGetAssetPropertyValueHistoryMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opGetAssetPropertyValueHistoryMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opGetAssetPropertyValueHistoryMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -171,12 +171,12 @@ func (m *endpointPrefix_opGetAssetPropertyValueHistoryMiddleware) HandleSerializ return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "data." + req.URL.Host = "data." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opGetAssetPropertyValueHistoryMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opGetAssetPropertyValueHistoryMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opGetAssetPropertyValueHistoryMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opGetAssetPropertyValueHistoryMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opGetAssetPropertyValueHistory(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_ListAccessPolicies.go b/service/iotsitewise/api_op_ListAccessPolicies.go index 92c32b0f32f..c6fab30f38d 100644 --- a/service/iotsitewise/api_op_ListAccessPolicies.go +++ b/service/iotsitewise/api_op_ListAccessPolicies.go @@ -142,11 +142,11 @@ func (*endpointPrefix_opListAccessPoliciesMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opListAccessPoliciesMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opListAccessPoliciesMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -154,12 +154,12 @@ func (m *endpointPrefix_opListAccessPoliciesMiddleware) HandleSerialize(ctx cont return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opListAccessPoliciesMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opListAccessPoliciesMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opListAccessPoliciesMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opListAccessPoliciesMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opListAccessPolicies(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_ListAssetModels.go b/service/iotsitewise/api_op_ListAssetModels.go index f7b46b19039..3c6b7d50eef 100644 --- a/service/iotsitewise/api_op_ListAssetModels.go +++ b/service/iotsitewise/api_op_ListAssetModels.go @@ -119,11 +119,11 @@ func (*endpointPrefix_opListAssetModelsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opListAssetModelsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opListAssetModelsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -131,12 +131,12 @@ func (m *endpointPrefix_opListAssetModelsMiddleware) HandleSerialize(ctx context return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opListAssetModelsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opListAssetModelsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opListAssetModelsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opListAssetModelsMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opListAssetModels(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_ListAssets.go b/service/iotsitewise/api_op_ListAssets.go index bdaf5e5c362..3889a09dd0a 100644 --- a/service/iotsitewise/api_op_ListAssets.go +++ b/service/iotsitewise/api_op_ListAssets.go @@ -147,11 +147,11 @@ func (*endpointPrefix_opListAssetsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opListAssetsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opListAssetsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -159,12 +159,12 @@ func (m *endpointPrefix_opListAssetsMiddleware) HandleSerialize(ctx context.Cont return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opListAssetsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opListAssetsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opListAssetsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opListAssetsMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opListAssets(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_ListAssociatedAssets.go b/service/iotsitewise/api_op_ListAssociatedAssets.go index 3c134b60f06..b8cb7a37c88 100644 --- a/service/iotsitewise/api_op_ListAssociatedAssets.go +++ b/service/iotsitewise/api_op_ListAssociatedAssets.go @@ -156,11 +156,11 @@ func (*endpointPrefix_opListAssociatedAssetsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opListAssociatedAssetsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opListAssociatedAssetsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -168,12 +168,12 @@ func (m *endpointPrefix_opListAssociatedAssetsMiddleware) HandleSerialize(ctx co return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opListAssociatedAssetsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opListAssociatedAssetsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opListAssociatedAssetsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opListAssociatedAssetsMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opListAssociatedAssets(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_ListDashboards.go b/service/iotsitewise/api_op_ListDashboards.go index 41b55e2ea29..daf1e679063 100644 --- a/service/iotsitewise/api_op_ListDashboards.go +++ b/service/iotsitewise/api_op_ListDashboards.go @@ -128,11 +128,11 @@ func (*endpointPrefix_opListDashboardsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opListDashboardsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opListDashboardsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -140,12 +140,12 @@ func (m *endpointPrefix_opListDashboardsMiddleware) HandleSerialize(ctx context. return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opListDashboardsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opListDashboardsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opListDashboardsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opListDashboardsMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opListDashboards(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_ListGateways.go b/service/iotsitewise/api_op_ListGateways.go index d3c99bab252..90bcf1d2da3 100644 --- a/service/iotsitewise/api_op_ListGateways.go +++ b/service/iotsitewise/api_op_ListGateways.go @@ -119,11 +119,11 @@ func (*endpointPrefix_opListGatewaysMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opListGatewaysMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opListGatewaysMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -131,12 +131,12 @@ func (m *endpointPrefix_opListGatewaysMiddleware) HandleSerialize(ctx context.Co return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "edge." + req.URL.Host = "edge." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opListGatewaysMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opListGatewaysMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opListGatewaysMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opListGatewaysMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opListGateways(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_ListPortals.go b/service/iotsitewise/api_op_ListPortals.go index 820c26abfe9..280b6807225 100644 --- a/service/iotsitewise/api_op_ListPortals.go +++ b/service/iotsitewise/api_op_ListPortals.go @@ -117,11 +117,11 @@ func (*endpointPrefix_opListPortalsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opListPortalsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opListPortalsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -129,12 +129,12 @@ func (m *endpointPrefix_opListPortalsMiddleware) HandleSerialize(ctx context.Con return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opListPortalsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opListPortalsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opListPortalsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opListPortalsMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opListPortals(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_ListProjectAssets.go b/service/iotsitewise/api_op_ListProjectAssets.go index cbbda67334e..5e1c5804c62 100644 --- a/service/iotsitewise/api_op_ListProjectAssets.go +++ b/service/iotsitewise/api_op_ListProjectAssets.go @@ -127,11 +127,11 @@ func (*endpointPrefix_opListProjectAssetsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opListProjectAssetsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opListProjectAssetsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -139,12 +139,12 @@ func (m *endpointPrefix_opListProjectAssetsMiddleware) HandleSerialize(ctx conte return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opListProjectAssetsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opListProjectAssetsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opListProjectAssetsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opListProjectAssetsMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opListProjectAssets(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_ListProjects.go b/service/iotsitewise/api_op_ListProjects.go index 915a340a25d..5524bd4cb50 100644 --- a/service/iotsitewise/api_op_ListProjects.go +++ b/service/iotsitewise/api_op_ListProjects.go @@ -127,11 +127,11 @@ func (*endpointPrefix_opListProjectsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opListProjectsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opListProjectsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -139,12 +139,12 @@ func (m *endpointPrefix_opListProjectsMiddleware) HandleSerialize(ctx context.Co return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opListProjectsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opListProjectsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opListProjectsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opListProjectsMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opListProjects(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_PutLoggingOptions.go b/service/iotsitewise/api_op_PutLoggingOptions.go index 35a4a11b57b..8b268994812 100644 --- a/service/iotsitewise/api_op_PutLoggingOptions.go +++ b/service/iotsitewise/api_op_PutLoggingOptions.go @@ -111,11 +111,11 @@ func (*endpointPrefix_opPutLoggingOptionsMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opPutLoggingOptionsMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opPutLoggingOptionsMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -123,12 +123,12 @@ func (m *endpointPrefix_opPutLoggingOptionsMiddleware) HandleSerialize(ctx conte return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opPutLoggingOptionsMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opPutLoggingOptionsMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opPutLoggingOptionsMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opPutLoggingOptionsMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opPutLoggingOptions(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_UpdateAccessPolicy.go b/service/iotsitewise/api_op_UpdateAccessPolicy.go index 72d04f5fe0f..2985a010ae5 100644 --- a/service/iotsitewise/api_op_UpdateAccessPolicy.go +++ b/service/iotsitewise/api_op_UpdateAccessPolicy.go @@ -138,11 +138,11 @@ func (*endpointPrefix_opUpdateAccessPolicyMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opUpdateAccessPolicyMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opUpdateAccessPolicyMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -150,12 +150,12 @@ func (m *endpointPrefix_opUpdateAccessPolicyMiddleware) HandleSerialize(ctx cont return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opUpdateAccessPolicyMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opUpdateAccessPolicyMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opUpdateAccessPolicyMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opUpdateAccessPolicyMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpUpdateAccessPolicy struct { diff --git a/service/iotsitewise/api_op_UpdateAsset.go b/service/iotsitewise/api_op_UpdateAsset.go index d5e0c2f39d9..902a18e8d9f 100644 --- a/service/iotsitewise/api_op_UpdateAsset.go +++ b/service/iotsitewise/api_op_UpdateAsset.go @@ -133,11 +133,11 @@ func (*endpointPrefix_opUpdateAssetMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opUpdateAssetMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opUpdateAssetMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -145,12 +145,12 @@ func (m *endpointPrefix_opUpdateAssetMiddleware) HandleSerialize(ctx context.Con return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opUpdateAssetMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opUpdateAssetMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opUpdateAssetMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opUpdateAssetMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpUpdateAsset struct { diff --git a/service/iotsitewise/api_op_UpdateAssetModel.go b/service/iotsitewise/api_op_UpdateAssetModel.go index 313611bd034..959104dc369 100644 --- a/service/iotsitewise/api_op_UpdateAssetModel.go +++ b/service/iotsitewise/api_op_UpdateAssetModel.go @@ -165,11 +165,11 @@ func (*endpointPrefix_opUpdateAssetModelMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opUpdateAssetModelMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opUpdateAssetModelMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -177,12 +177,12 @@ func (m *endpointPrefix_opUpdateAssetModelMiddleware) HandleSerialize(ctx contex return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opUpdateAssetModelMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opUpdateAssetModelMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opUpdateAssetModelMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opUpdateAssetModelMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpUpdateAssetModel struct { diff --git a/service/iotsitewise/api_op_UpdateAssetProperty.go b/service/iotsitewise/api_op_UpdateAssetProperty.go index 62a63ed7411..e8a5a0cc5c7 100644 --- a/service/iotsitewise/api_op_UpdateAssetProperty.go +++ b/service/iotsitewise/api_op_UpdateAssetProperty.go @@ -146,11 +146,11 @@ func (*endpointPrefix_opUpdateAssetPropertyMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opUpdateAssetPropertyMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opUpdateAssetPropertyMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -158,12 +158,12 @@ func (m *endpointPrefix_opUpdateAssetPropertyMiddleware) HandleSerialize(ctx con return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "model." + req.URL.Host = "model." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opUpdateAssetPropertyMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opUpdateAssetPropertyMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opUpdateAssetPropertyMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opUpdateAssetPropertyMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpUpdateAssetProperty struct { diff --git a/service/iotsitewise/api_op_UpdateDashboard.go b/service/iotsitewise/api_op_UpdateDashboard.go index 14bca9e7ad3..94a52876de7 100644 --- a/service/iotsitewise/api_op_UpdateDashboard.go +++ b/service/iotsitewise/api_op_UpdateDashboard.go @@ -134,11 +134,11 @@ func (*endpointPrefix_opUpdateDashboardMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opUpdateDashboardMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opUpdateDashboardMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -146,12 +146,12 @@ func (m *endpointPrefix_opUpdateDashboardMiddleware) HandleSerialize(ctx context return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opUpdateDashboardMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opUpdateDashboardMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opUpdateDashboardMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opUpdateDashboardMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpUpdateDashboard struct { diff --git a/service/iotsitewise/api_op_UpdateGateway.go b/service/iotsitewise/api_op_UpdateGateway.go index fbb3d44a03e..fbed2abd988 100644 --- a/service/iotsitewise/api_op_UpdateGateway.go +++ b/service/iotsitewise/api_op_UpdateGateway.go @@ -115,11 +115,11 @@ func (*endpointPrefix_opUpdateGatewayMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opUpdateGatewayMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opUpdateGatewayMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -127,12 +127,12 @@ func (m *endpointPrefix_opUpdateGatewayMiddleware) HandleSerialize(ctx context.C return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "edge." + req.URL.Host = "edge." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opUpdateGatewayMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opUpdateGatewayMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opUpdateGatewayMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opUpdateGatewayMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opUpdateGateway(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_UpdateGatewayCapabilityConfiguration.go b/service/iotsitewise/api_op_UpdateGatewayCapabilityConfiguration.go index 306384de75d..471bc34b3ca 100644 --- a/service/iotsitewise/api_op_UpdateGatewayCapabilityConfiguration.go +++ b/service/iotsitewise/api_op_UpdateGatewayCapabilityConfiguration.go @@ -158,11 +158,11 @@ func (*endpointPrefix_opUpdateGatewayCapabilityConfigurationMiddleware) ID() str return "EndpointHostPrefix" } -func (m *endpointPrefix_opUpdateGatewayCapabilityConfigurationMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opUpdateGatewayCapabilityConfigurationMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -170,12 +170,12 @@ func (m *endpointPrefix_opUpdateGatewayCapabilityConfigurationMiddleware) Handle return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "edge." + req.URL.Host = "edge." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opUpdateGatewayCapabilityConfigurationMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opUpdateGatewayCapabilityConfigurationMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opUpdateGatewayCapabilityConfigurationMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opUpdateGatewayCapabilityConfigurationMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opUpdateGatewayCapabilityConfiguration(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/iotsitewise/api_op_UpdatePortal.go b/service/iotsitewise/api_op_UpdatePortal.go index 926eabfd0d3..3c13d470277 100644 --- a/service/iotsitewise/api_op_UpdatePortal.go +++ b/service/iotsitewise/api_op_UpdatePortal.go @@ -159,11 +159,11 @@ func (*endpointPrefix_opUpdatePortalMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opUpdatePortalMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opUpdatePortalMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -171,12 +171,12 @@ func (m *endpointPrefix_opUpdatePortalMiddleware) HandleSerialize(ctx context.Co return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opUpdatePortalMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opUpdatePortalMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opUpdatePortalMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opUpdatePortalMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpUpdatePortal struct { diff --git a/service/iotsitewise/api_op_UpdateProject.go b/service/iotsitewise/api_op_UpdateProject.go index 8bce53fe839..e9a1dc7c998 100644 --- a/service/iotsitewise/api_op_UpdateProject.go +++ b/service/iotsitewise/api_op_UpdateProject.go @@ -126,11 +126,11 @@ func (*endpointPrefix_opUpdateProjectMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opUpdateProjectMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opUpdateProjectMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -138,12 +138,12 @@ func (m *endpointPrefix_opUpdateProjectMiddleware) HandleSerialize(ctx context.C return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "monitor." + req.URL.Host = "monitor." + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opUpdateProjectMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opUpdateProjectMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opUpdateProjectMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opUpdateProjectMiddleware{}, middleware.Before) } type idempotencyToken_initializeOpUpdateProject struct { diff --git a/service/iotsitewise/go.mod b/service/iotsitewise/go.mod index 4ae6bde30ab..0916a389285 100644 --- a/service/iotsitewise/go.mod +++ b/service/iotsitewise/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotsitewise/go.sum b/service/iotsitewise/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/iotsitewise/go.sum +++ b/service/iotsitewise/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/iotthingsgraph/go.mod b/service/iotthingsgraph/go.mod index 4c7ad3e4256..cb9bb35b6f9 100644 --- a/service/iotthingsgraph/go.mod +++ b/service/iotthingsgraph/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/iotthingsgraph/go.sum b/service/iotthingsgraph/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/iotthingsgraph/go.sum +++ b/service/iotthingsgraph/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ivs/go.mod b/service/ivs/go.mod index 7e28d796fe3..7ef2deeedf3 100644 --- a/service/ivs/go.mod +++ b/service/ivs/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ivs/go.sum b/service/ivs/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/ivs/go.sum +++ b/service/ivs/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/kafka/go.mod b/service/kafka/go.mod index 1cb4ab3b8a1..1b9599e228e 100644 --- a/service/kafka/go.mod +++ b/service/kafka/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kafka/go.sum b/service/kafka/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/kafka/go.sum +++ b/service/kafka/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/kendra/go.mod b/service/kendra/go.mod index dec2d0b8ab6..6b24e0ef7e3 100644 --- a/service/kendra/go.mod +++ b/service/kendra/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kendra/go.sum b/service/kendra/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/kendra/go.sum +++ b/service/kendra/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/kinesis/go.mod b/service/kinesis/go.mod index 2ab6af87371..20eb7a03eb4 100644 --- a/service/kinesis/go.mod +++ b/service/kinesis/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesis/go.sum b/service/kinesis/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/kinesis/go.sum +++ b/service/kinesis/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/kinesisanalytics/go.mod b/service/kinesisanalytics/go.mod index d42d0fde131..5e7d3724a75 100644 --- a/service/kinesisanalytics/go.mod +++ b/service/kinesisanalytics/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisanalytics/go.sum b/service/kinesisanalytics/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/kinesisanalytics/go.sum +++ b/service/kinesisanalytics/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/kinesisanalyticsv2/go.mod b/service/kinesisanalyticsv2/go.mod index 0390a0552fa..3872682a3b5 100644 --- a/service/kinesisanalyticsv2/go.mod +++ b/service/kinesisanalyticsv2/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisanalyticsv2/go.sum b/service/kinesisanalyticsv2/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/kinesisanalyticsv2/go.sum +++ b/service/kinesisanalyticsv2/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/kinesisvideo/go.mod b/service/kinesisvideo/go.mod index 5c0990288d6..ef45537846a 100644 --- a/service/kinesisvideo/go.mod +++ b/service/kinesisvideo/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisvideo/go.sum b/service/kinesisvideo/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/kinesisvideo/go.sum +++ b/service/kinesisvideo/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/kinesisvideoarchivedmedia/go.mod b/service/kinesisvideoarchivedmedia/go.mod index 813c84d16c0..8de4c519798 100644 --- a/service/kinesisvideoarchivedmedia/go.mod +++ b/service/kinesisvideoarchivedmedia/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisvideoarchivedmedia/go.sum b/service/kinesisvideoarchivedmedia/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/kinesisvideoarchivedmedia/go.sum +++ b/service/kinesisvideoarchivedmedia/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/kinesisvideomedia/go.mod b/service/kinesisvideomedia/go.mod index 8573111193c..db20d2f40c2 100644 --- a/service/kinesisvideomedia/go.mod +++ b/service/kinesisvideomedia/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisvideomedia/go.sum b/service/kinesisvideomedia/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/kinesisvideomedia/go.sum +++ b/service/kinesisvideomedia/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/kinesisvideosignaling/go.mod b/service/kinesisvideosignaling/go.mod index 15756e3c7d3..d475d7a43b2 100644 --- a/service/kinesisvideosignaling/go.mod +++ b/service/kinesisvideosignaling/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kinesisvideosignaling/go.sum b/service/kinesisvideosignaling/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/kinesisvideosignaling/go.sum +++ b/service/kinesisvideosignaling/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/kms/go.mod b/service/kms/go.mod index 7a5a21c71d2..14c6811c18d 100644 --- a/service/kms/go.mod +++ b/service/kms/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/kms/go.sum b/service/kms/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/kms/go.sum +++ b/service/kms/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/lakeformation/go.mod b/service/lakeformation/go.mod index 3bd9029a6e4..6a854fd6068 100644 --- a/service/lakeformation/go.mod +++ b/service/lakeformation/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lakeformation/go.sum b/service/lakeformation/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/lakeformation/go.sum +++ b/service/lakeformation/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/lambda/go.mod b/service/lambda/go.mod index 97f9353e3fd..a7eab51632f 100644 --- a/service/lambda/go.mod +++ b/service/lambda/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lambda/go.sum b/service/lambda/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/lambda/go.sum +++ b/service/lambda/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/lexmodelbuildingservice/go.mod b/service/lexmodelbuildingservice/go.mod index 68f59736d11..657d94aa561 100644 --- a/service/lexmodelbuildingservice/go.mod +++ b/service/lexmodelbuildingservice/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lexmodelbuildingservice/go.sum b/service/lexmodelbuildingservice/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/lexmodelbuildingservice/go.sum +++ b/service/lexmodelbuildingservice/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/lexruntimeservice/go.mod b/service/lexruntimeservice/go.mod index e15464ca1ea..731c2cca8f0 100644 --- a/service/lexruntimeservice/go.mod +++ b/service/lexruntimeservice/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lexruntimeservice/go.sum b/service/lexruntimeservice/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/lexruntimeservice/go.sum +++ b/service/lexruntimeservice/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/licensemanager/go.mod b/service/licensemanager/go.mod index f95ae99926d..66843f9c581 100644 --- a/service/licensemanager/go.mod +++ b/service/licensemanager/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/licensemanager/go.sum b/service/licensemanager/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/licensemanager/go.sum +++ b/service/licensemanager/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/lightsail/go.mod b/service/lightsail/go.mod index 6c94f850ef5..4246745e9eb 100644 --- a/service/lightsail/go.mod +++ b/service/lightsail/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/lightsail/go.sum b/service/lightsail/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/lightsail/go.sum +++ b/service/lightsail/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/machinelearning/go.mod b/service/machinelearning/go.mod index c0e224e2f35..7be4346fdf7 100644 --- a/service/machinelearning/go.mod +++ b/service/machinelearning/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/machinelearning/go.sum b/service/machinelearning/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/machinelearning/go.sum +++ b/service/machinelearning/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/macie/go.mod b/service/macie/go.mod index bd83bc1d9cf..bb1b50de462 100644 --- a/service/macie/go.mod +++ b/service/macie/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/macie/go.sum b/service/macie/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/macie/go.sum +++ b/service/macie/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/macie2/go.mod b/service/macie2/go.mod index af0c6ddcdbb..0307df171ca 100644 --- a/service/macie2/go.mod +++ b/service/macie2/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/macie2/go.sum b/service/macie2/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/macie2/go.sum +++ b/service/macie2/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/managedblockchain/go.mod b/service/managedblockchain/go.mod index d4f6aded6d7..bf6d9033047 100644 --- a/service/managedblockchain/go.mod +++ b/service/managedblockchain/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/managedblockchain/go.sum b/service/managedblockchain/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/managedblockchain/go.sum +++ b/service/managedblockchain/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/marketplacecatalog/go.mod b/service/marketplacecatalog/go.mod index da1ea95a36e..e12e85ceeb4 100644 --- a/service/marketplacecatalog/go.mod +++ b/service/marketplacecatalog/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/marketplacecatalog/go.sum b/service/marketplacecatalog/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/marketplacecatalog/go.sum +++ b/service/marketplacecatalog/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/marketplacecommerceanalytics/go.mod b/service/marketplacecommerceanalytics/go.mod index 7d6a8a5247b..29663b5c087 100644 --- a/service/marketplacecommerceanalytics/go.mod +++ b/service/marketplacecommerceanalytics/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/marketplacecommerceanalytics/go.sum b/service/marketplacecommerceanalytics/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/marketplacecommerceanalytics/go.sum +++ b/service/marketplacecommerceanalytics/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/marketplaceentitlementservice/go.mod b/service/marketplaceentitlementservice/go.mod index baeb0222a06..d1da3f8ec04 100644 --- a/service/marketplaceentitlementservice/go.mod +++ b/service/marketplaceentitlementservice/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/marketplaceentitlementservice/go.sum b/service/marketplaceentitlementservice/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/marketplaceentitlementservice/go.sum +++ b/service/marketplaceentitlementservice/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/marketplacemetering/go.mod b/service/marketplacemetering/go.mod index 0aeb02db4f1..1544f9b5cf8 100644 --- a/service/marketplacemetering/go.mod +++ b/service/marketplacemetering/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/marketplacemetering/go.sum b/service/marketplacemetering/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/marketplacemetering/go.sum +++ b/service/marketplacemetering/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/mediaconnect/go.mod b/service/mediaconnect/go.mod index d13c73d5e29..2070b2399ea 100644 --- a/service/mediaconnect/go.mod +++ b/service/mediaconnect/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediaconnect/go.sum b/service/mediaconnect/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/mediaconnect/go.sum +++ b/service/mediaconnect/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/mediaconvert/go.mod b/service/mediaconvert/go.mod index f3f2944bcaf..d2c83630332 100644 --- a/service/mediaconvert/go.mod +++ b/service/mediaconvert/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediaconvert/go.sum b/service/mediaconvert/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/mediaconvert/go.sum +++ b/service/mediaconvert/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/medialive/go.mod b/service/medialive/go.mod index 8189fdcd8e6..1c62712bd40 100644 --- a/service/medialive/go.mod +++ b/service/medialive/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/medialive/go.sum b/service/medialive/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/medialive/go.sum +++ b/service/medialive/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/mediapackage/go.mod b/service/mediapackage/go.mod index c2602c3e651..7029d00935f 100644 --- a/service/mediapackage/go.mod +++ b/service/mediapackage/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediapackage/go.sum b/service/mediapackage/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/mediapackage/go.sum +++ b/service/mediapackage/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/mediapackagevod/go.mod b/service/mediapackagevod/go.mod index 672f7ddc1ca..8f796068ace 100644 --- a/service/mediapackagevod/go.mod +++ b/service/mediapackagevod/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediapackagevod/go.sum b/service/mediapackagevod/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/mediapackagevod/go.sum +++ b/service/mediapackagevod/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/mediastore/go.mod b/service/mediastore/go.mod index 941aa46a1bf..ca7178d91b2 100644 --- a/service/mediastore/go.mod +++ b/service/mediastore/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediastore/go.sum b/service/mediastore/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/mediastore/go.sum +++ b/service/mediastore/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/mediastoredata/go.mod b/service/mediastoredata/go.mod index 22fd0dc4864..3500da7e73c 100644 --- a/service/mediastoredata/go.mod +++ b/service/mediastoredata/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediastoredata/go.sum b/service/mediastoredata/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/mediastoredata/go.sum +++ b/service/mediastoredata/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/mediatailor/go.mod b/service/mediatailor/go.mod index 02c42c33f36..fddb1885d0d 100644 --- a/service/mediatailor/go.mod +++ b/service/mediatailor/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mediatailor/go.sum b/service/mediatailor/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/mediatailor/go.sum +++ b/service/mediatailor/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/migrationhub/go.mod b/service/migrationhub/go.mod index 64ca2c6a99d..7d9594abf0d 100644 --- a/service/migrationhub/go.mod +++ b/service/migrationhub/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/migrationhub/go.sum b/service/migrationhub/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/migrationhub/go.sum +++ b/service/migrationhub/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/migrationhubconfig/go.mod b/service/migrationhubconfig/go.mod index cb1ad46be6c..df217f6b23d 100644 --- a/service/migrationhubconfig/go.mod +++ b/service/migrationhubconfig/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/migrationhubconfig/go.sum b/service/migrationhubconfig/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/migrationhubconfig/go.sum +++ b/service/migrationhubconfig/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/mobile/go.mod b/service/mobile/go.mod index 7de0b264633..d2ecdf0aa4b 100644 --- a/service/mobile/go.mod +++ b/service/mobile/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mobile/go.sum b/service/mobile/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/mobile/go.sum +++ b/service/mobile/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/mq/go.mod b/service/mq/go.mod index b12d67f1d84..45956a682f3 100644 --- a/service/mq/go.mod +++ b/service/mq/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mq/go.sum b/service/mq/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/mq/go.sum +++ b/service/mq/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/mturk/go.mod b/service/mturk/go.mod index a0ffb61a49e..c81931a8a95 100644 --- a/service/mturk/go.mod +++ b/service/mturk/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/mturk/go.sum b/service/mturk/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/mturk/go.sum +++ b/service/mturk/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/neptune/go.mod b/service/neptune/go.mod index cd2192de393..3deb84c601b 100644 --- a/service/neptune/go.mod +++ b/service/neptune/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/neptune/go.sum b/service/neptune/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/neptune/go.sum +++ b/service/neptune/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/networkmanager/go.mod b/service/networkmanager/go.mod index 0dcc0fa2f91..3e53d9072e8 100644 --- a/service/networkmanager/go.mod +++ b/service/networkmanager/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/networkmanager/go.sum b/service/networkmanager/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/networkmanager/go.sum +++ b/service/networkmanager/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/opsworks/go.mod b/service/opsworks/go.mod index c05edd79bdf..368d39db936 100644 --- a/service/opsworks/go.mod +++ b/service/opsworks/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/opsworks/go.sum b/service/opsworks/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/opsworks/go.sum +++ b/service/opsworks/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/opsworkscm/go.mod b/service/opsworkscm/go.mod index d3dff7f1901..96dac8568c7 100644 --- a/service/opsworkscm/go.mod +++ b/service/opsworkscm/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/opsworkscm/go.sum b/service/opsworkscm/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/opsworkscm/go.sum +++ b/service/opsworkscm/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/organizations/go.mod b/service/organizations/go.mod index b4834635966..43cb640a7cb 100644 --- a/service/organizations/go.mod +++ b/service/organizations/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/organizations/go.sum b/service/organizations/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/organizations/go.sum +++ b/service/organizations/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/outposts/go.mod b/service/outposts/go.mod index 13fa4b6bb6b..f1e8c6e0b0c 100644 --- a/service/outposts/go.mod +++ b/service/outposts/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/outposts/go.sum b/service/outposts/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/outposts/go.sum +++ b/service/outposts/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/personalize/go.mod b/service/personalize/go.mod index d5ea632a752..39bfdc0c391 100644 --- a/service/personalize/go.mod +++ b/service/personalize/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/personalize/go.sum b/service/personalize/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/personalize/go.sum +++ b/service/personalize/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/personalizeevents/go.mod b/service/personalizeevents/go.mod index f2d120d994f..38b91b8c366 100644 --- a/service/personalizeevents/go.mod +++ b/service/personalizeevents/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/personalizeevents/go.sum b/service/personalizeevents/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/personalizeevents/go.sum +++ b/service/personalizeevents/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/personalizeruntime/go.mod b/service/personalizeruntime/go.mod index 688a3edf73f..264fda89d57 100644 --- a/service/personalizeruntime/go.mod +++ b/service/personalizeruntime/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/personalizeruntime/go.sum b/service/personalizeruntime/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/personalizeruntime/go.sum +++ b/service/personalizeruntime/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/pi/go.mod b/service/pi/go.mod index 984cd4c9bc2..dbc46081575 100644 --- a/service/pi/go.mod +++ b/service/pi/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pi/go.sum b/service/pi/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/pi/go.sum +++ b/service/pi/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/pinpoint/go.mod b/service/pinpoint/go.mod index 75bfedbeee5..a3d33a23598 100644 --- a/service/pinpoint/go.mod +++ b/service/pinpoint/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pinpoint/go.sum b/service/pinpoint/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/pinpoint/go.sum +++ b/service/pinpoint/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/pinpointemail/go.mod b/service/pinpointemail/go.mod index 032d9e5913c..d16663aaca4 100644 --- a/service/pinpointemail/go.mod +++ b/service/pinpointemail/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pinpointemail/go.sum b/service/pinpointemail/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/pinpointemail/go.sum +++ b/service/pinpointemail/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/pinpointsmsvoice/go.mod b/service/pinpointsmsvoice/go.mod index e5a61515f3c..7230080fc67 100644 --- a/service/pinpointsmsvoice/go.mod +++ b/service/pinpointsmsvoice/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pinpointsmsvoice/go.sum b/service/pinpointsmsvoice/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/pinpointsmsvoice/go.sum +++ b/service/pinpointsmsvoice/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/polly/go.mod b/service/polly/go.mod index 21e39359281..da2ada23a42 100644 --- a/service/polly/go.mod +++ b/service/polly/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/polly/go.sum b/service/polly/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/polly/go.sum +++ b/service/polly/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/pricing/go.mod b/service/pricing/go.mod index 1758b6f9d4d..6b9392dcce3 100644 --- a/service/pricing/go.mod +++ b/service/pricing/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/pricing/go.sum b/service/pricing/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/pricing/go.sum +++ b/service/pricing/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/qldb/go.mod b/service/qldb/go.mod index a9dc7bf4824..d1efea8f344 100644 --- a/service/qldb/go.mod +++ b/service/qldb/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/qldb/go.sum b/service/qldb/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/qldb/go.sum +++ b/service/qldb/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/qldbsession/go.mod b/service/qldbsession/go.mod index 06de95c3887..d3fd6330d16 100644 --- a/service/qldbsession/go.mod +++ b/service/qldbsession/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/qldbsession/go.sum b/service/qldbsession/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/qldbsession/go.sum +++ b/service/qldbsession/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/quicksight/go.mod b/service/quicksight/go.mod index 3b415c4d9a3..9cd24a49a78 100644 --- a/service/quicksight/go.mod +++ b/service/quicksight/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/quicksight/go.sum b/service/quicksight/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/quicksight/go.sum +++ b/service/quicksight/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ram/go.mod b/service/ram/go.mod index 93cbda3a548..a6b77a7d4a4 100644 --- a/service/ram/go.mod +++ b/service/ram/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ram/go.sum b/service/ram/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/ram/go.sum +++ b/service/ram/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/rds/go.mod b/service/rds/go.mod index 9e53b5dc9a7..3d8478a3b76 100644 --- a/service/rds/go.mod +++ b/service/rds/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v0.1.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/rds/go.sum b/service/rds/go.sum index 8a4986a5fc4..78228b505f6 100644 --- a/service/rds/go.sum +++ b/service/rds/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/rdsdata/go.mod b/service/rdsdata/go.mod index 15373a9f2f8..b84960e279b 100644 --- a/service/rdsdata/go.mod +++ b/service/rdsdata/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/rdsdata/go.sum b/service/rdsdata/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/rdsdata/go.sum +++ b/service/rdsdata/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/redshift/go.mod b/service/redshift/go.mod index 5b8e316f064..901e5e0b8ca 100644 --- a/service/redshift/go.mod +++ b/service/redshift/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/redshift/go.sum b/service/redshift/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/redshift/go.sum +++ b/service/redshift/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/redshiftdata/go.mod b/service/redshiftdata/go.mod index 3a6d12a9a57..1154d29fdc7 100644 --- a/service/redshiftdata/go.mod +++ b/service/redshiftdata/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/redshiftdata/go.sum b/service/redshiftdata/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/redshiftdata/go.sum +++ b/service/redshiftdata/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/rekognition/go.mod b/service/rekognition/go.mod index 3b7946624e8..7e7051d0290 100644 --- a/service/rekognition/go.mod +++ b/service/rekognition/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/rekognition/go.sum b/service/rekognition/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/rekognition/go.sum +++ b/service/rekognition/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/resourcegroups/go.mod b/service/resourcegroups/go.mod index 7dfa72f4ce7..6a1947fe2bf 100644 --- a/service/resourcegroups/go.mod +++ b/service/resourcegroups/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/resourcegroups/go.sum b/service/resourcegroups/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/resourcegroups/go.sum +++ b/service/resourcegroups/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/resourcegroupstaggingapi/go.mod b/service/resourcegroupstaggingapi/go.mod index 23da863b444..42e960be3de 100644 --- a/service/resourcegroupstaggingapi/go.mod +++ b/service/resourcegroupstaggingapi/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/resourcegroupstaggingapi/go.sum b/service/resourcegroupstaggingapi/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/resourcegroupstaggingapi/go.sum +++ b/service/resourcegroupstaggingapi/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/robomaker/go.mod b/service/robomaker/go.mod index 1f8f910250e..9e1148275ed 100644 --- a/service/robomaker/go.mod +++ b/service/robomaker/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/robomaker/go.sum b/service/robomaker/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/robomaker/go.sum +++ b/service/robomaker/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/route53/go.mod b/service/route53/go.mod index 5b771e5bf3d..7504e6dccc8 100644 --- a/service/route53/go.mod +++ b/service/route53/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/route53/go.sum b/service/route53/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/route53/go.sum +++ b/service/route53/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/route53domains/go.mod b/service/route53domains/go.mod index f552c68dc75..5bad93eac96 100644 --- a/service/route53domains/go.mod +++ b/service/route53domains/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/route53domains/go.sum b/service/route53domains/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/route53domains/go.sum +++ b/service/route53domains/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/route53resolver/go.mod b/service/route53resolver/go.mod index 3da84d08bc4..712afa7a966 100644 --- a/service/route53resolver/go.mod +++ b/service/route53resolver/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/route53resolver/go.sum b/service/route53resolver/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/route53resolver/go.sum +++ b/service/route53resolver/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/s3/go.mod b/service/s3/go.mod index b9d11504650..040247a9d98 100644 --- a/service/s3/go.mod +++ b/service/s3/go.mod @@ -6,7 +6,7 @@ require ( github.com/aws/aws-sdk-go-v2 v0.29.0 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v0.3.0 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v0.3.1-0.20201027184009-8eb8fc303e7c - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/s3/go.sum b/service/s3/go.sum index c669e324b14..206743ff995 100644 --- a/service/s3/go.sum +++ b/service/s3/go.sum @@ -1,3 +1,7 @@ +github.com/awslabs/smithy-go v0.3.0/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/s3/internal/configtesting/go.sum b/service/s3/internal/configtesting/go.sum index c669e324b14..206743ff995 100644 --- a/service/s3/internal/configtesting/go.sum +++ b/service/s3/internal/configtesting/go.sum @@ -1,3 +1,7 @@ +github.com/awslabs/smithy-go v0.3.0/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/s3outposts/go.mod b/service/s3outposts/go.mod index 6ad758e7d7b..b0344c3ffa2 100644 --- a/service/s3outposts/go.mod +++ b/service/s3outposts/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/s3outposts/go.sum b/service/s3outposts/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/s3outposts/go.sum +++ b/service/s3outposts/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/sagemaker/go.mod b/service/sagemaker/go.mod index 2cd613aeca8..648872ebff1 100644 --- a/service/sagemaker/go.mod +++ b/service/sagemaker/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sagemaker/go.sum b/service/sagemaker/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/sagemaker/go.sum +++ b/service/sagemaker/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/sagemakera2iruntime/go.mod b/service/sagemakera2iruntime/go.mod index 9d15c1aab4a..0caf96d43e9 100644 --- a/service/sagemakera2iruntime/go.mod +++ b/service/sagemakera2iruntime/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sagemakera2iruntime/go.sum b/service/sagemakera2iruntime/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/sagemakera2iruntime/go.sum +++ b/service/sagemakera2iruntime/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/sagemakerruntime/go.mod b/service/sagemakerruntime/go.mod index f7e90433281..70848be06c6 100644 --- a/service/sagemakerruntime/go.mod +++ b/service/sagemakerruntime/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sagemakerruntime/go.sum b/service/sagemakerruntime/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/sagemakerruntime/go.sum +++ b/service/sagemakerruntime/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/savingsplans/go.mod b/service/savingsplans/go.mod index fe4fa9b4229..2cfb89a6188 100644 --- a/service/savingsplans/go.mod +++ b/service/savingsplans/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/savingsplans/go.sum b/service/savingsplans/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/savingsplans/go.sum +++ b/service/savingsplans/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/schemas/go.mod b/service/schemas/go.mod index 442a554b8a8..b832db38286 100644 --- a/service/schemas/go.mod +++ b/service/schemas/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/schemas/go.sum b/service/schemas/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/schemas/go.sum +++ b/service/schemas/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/secretsmanager/go.mod b/service/secretsmanager/go.mod index 56d50f81a9c..21a2b31ff93 100644 --- a/service/secretsmanager/go.mod +++ b/service/secretsmanager/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/secretsmanager/go.sum b/service/secretsmanager/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/secretsmanager/go.sum +++ b/service/secretsmanager/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/securityhub/go.mod b/service/securityhub/go.mod index f22aa558a25..ce7ceb08f4c 100644 --- a/service/securityhub/go.mod +++ b/service/securityhub/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/securityhub/go.sum b/service/securityhub/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/securityhub/go.sum +++ b/service/securityhub/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/serverlessapplicationrepository/go.mod b/service/serverlessapplicationrepository/go.mod index dcea593ee01..3fe2aea27a3 100644 --- a/service/serverlessapplicationrepository/go.mod +++ b/service/serverlessapplicationrepository/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/serverlessapplicationrepository/go.sum b/service/serverlessapplicationrepository/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/serverlessapplicationrepository/go.sum +++ b/service/serverlessapplicationrepository/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/servicecatalog/go.mod b/service/servicecatalog/go.mod index 7a67e3aadb1..bee67dd9fe6 100644 --- a/service/servicecatalog/go.mod +++ b/service/servicecatalog/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/servicecatalog/go.sum b/service/servicecatalog/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/servicecatalog/go.sum +++ b/service/servicecatalog/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/servicediscovery/api_op_DiscoverInstances.go b/service/servicediscovery/api_op_DiscoverInstances.go index 11bfb04b08b..de49c809597 100644 --- a/service/servicediscovery/api_op_DiscoverInstances.go +++ b/service/servicediscovery/api_op_DiscoverInstances.go @@ -144,11 +144,11 @@ func (*endpointPrefix_opDiscoverInstancesMiddleware) ID() string { return "EndpointHostPrefix" } -func (m *endpointPrefix_opDiscoverInstancesMiddleware) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( - out middleware.SerializeOutput, metadata middleware.Metadata, err error, +func (m *endpointPrefix_opDiscoverInstancesMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) ( + out middleware.BuildOutput, metadata middleware.Metadata, err error, ) { - if smithyhttp.GetHostnameImmutable(ctx) { - return next.HandleSerialize(ctx, in) + if smithyhttp.GetHostnameImmutable(ctx) || smithyhttp.IsEndpointHostPrefixDisabled(ctx) { + return next.HandleBuild(ctx, in) } req, ok := in.Request.(*smithyhttp.Request) @@ -156,12 +156,12 @@ func (m *endpointPrefix_opDiscoverInstancesMiddleware) HandleSerialize(ctx conte return out, metadata, fmt.Errorf("unknown transport type %T", in.Request) } - req.HostPrefix = "data-" + req.URL.Host = "data-" + req.URL.Host - return next.HandleSerialize(ctx, in) + return next.HandleBuild(ctx, in) } -func addEndpointPrefix_opDiscoverInstancesMiddleware(stack *middleware.Stack) error { - return stack.Serialize.Insert(&endpointPrefix_opDiscoverInstancesMiddleware{}, `OperationSerializer`, middleware.Before) +func addEndpointPrefix_opDiscoverInstancesMiddleware(stack *middleware.Stack) (err error) { + return stack.Build.Add(&endpointPrefix_opDiscoverInstancesMiddleware{}, middleware.Before) } func newServiceMetadataMiddleware_opDiscoverInstances(region string) *awsmiddleware.RegisterServiceMetadata { diff --git a/service/servicediscovery/go.mod b/service/servicediscovery/go.mod index d2689176787..9eb9480d5e8 100644 --- a/service/servicediscovery/go.mod +++ b/service/servicediscovery/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/servicediscovery/go.sum b/service/servicediscovery/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/servicediscovery/go.sum +++ b/service/servicediscovery/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/servicequotas/go.mod b/service/servicequotas/go.mod index 5f0f988ed0a..ed5e41623ff 100644 --- a/service/servicequotas/go.mod +++ b/service/servicequotas/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/servicequotas/go.sum b/service/servicequotas/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/servicequotas/go.sum +++ b/service/servicequotas/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ses/go.mod b/service/ses/go.mod index 33d7b2f38b2..ea8af7ba12d 100644 --- a/service/ses/go.mod +++ b/service/ses/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ses/go.sum b/service/ses/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/ses/go.sum +++ b/service/ses/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/sesv2/go.mod b/service/sesv2/go.mod index 28f0c2d7a24..a1fba36afb9 100644 --- a/service/sesv2/go.mod +++ b/service/sesv2/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sesv2/go.sum b/service/sesv2/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/sesv2/go.sum +++ b/service/sesv2/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/sfn/go.mod b/service/sfn/go.mod index 78481091235..5201022e484 100644 --- a/service/sfn/go.mod +++ b/service/sfn/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sfn/go.sum b/service/sfn/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/sfn/go.sum +++ b/service/sfn/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/shield/go.mod b/service/shield/go.mod index 0843ee69aa9..dc00534aeb3 100644 --- a/service/shield/go.mod +++ b/service/shield/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/shield/go.sum b/service/shield/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/shield/go.sum +++ b/service/shield/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/signer/go.mod b/service/signer/go.mod index cf78940a86d..19e20377538 100644 --- a/service/signer/go.mod +++ b/service/signer/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/signer/go.sum b/service/signer/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/signer/go.sum +++ b/service/signer/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/sms/go.mod b/service/sms/go.mod index fd0e841039e..5fce2ce517d 100644 --- a/service/sms/go.mod +++ b/service/sms/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sms/go.sum b/service/sms/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/sms/go.sum +++ b/service/sms/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/snowball/go.mod b/service/snowball/go.mod index 3068fae291e..4df0dd60b69 100644 --- a/service/snowball/go.mod +++ b/service/snowball/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/snowball/go.sum b/service/snowball/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/snowball/go.sum +++ b/service/snowball/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/sns/go.mod b/service/sns/go.mod index 2159ec79554..e15bcd2f7ff 100644 --- a/service/sns/go.mod +++ b/service/sns/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sns/go.sum b/service/sns/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/sns/go.sum +++ b/service/sns/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/sqs/go.mod b/service/sqs/go.mod index b84741bd681..d92dda6230a 100644 --- a/service/sqs/go.mod +++ b/service/sqs/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sqs/go.sum b/service/sqs/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/sqs/go.sum +++ b/service/sqs/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ssm/go.mod b/service/ssm/go.mod index b1402f2bdd4..ecd63627284 100644 --- a/service/ssm/go.mod +++ b/service/ssm/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ssm/go.sum b/service/ssm/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/ssm/go.sum +++ b/service/ssm/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/sso/go.mod b/service/sso/go.mod index 2af552b6e79..ec05c3a486f 100644 --- a/service/sso/go.mod +++ b/service/sso/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sso/go.sum b/service/sso/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/sso/go.sum +++ b/service/sso/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ssoadmin/go.mod b/service/ssoadmin/go.mod index 06deea241f4..d34aaf46e3d 100644 --- a/service/ssoadmin/go.mod +++ b/service/ssoadmin/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ssoadmin/go.sum b/service/ssoadmin/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/ssoadmin/go.sum +++ b/service/ssoadmin/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/ssooidc/go.mod b/service/ssooidc/go.mod index d29a2b26026..40cdd31d6c9 100644 --- a/service/ssooidc/go.mod +++ b/service/ssooidc/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/ssooidc/go.sum b/service/ssooidc/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/ssooidc/go.sum +++ b/service/ssooidc/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/storagegateway/go.mod b/service/storagegateway/go.mod index dbcb35dceb2..0fec87333f9 100644 --- a/service/storagegateway/go.mod +++ b/service/storagegateway/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/storagegateway/go.sum b/service/storagegateway/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/storagegateway/go.sum +++ b/service/storagegateway/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/sts/go.mod b/service/sts/go.mod index 74ded87b8df..73910a01cdb 100644 --- a/service/sts/go.mod +++ b/service/sts/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/sts/go.sum b/service/sts/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/sts/go.sum +++ b/service/sts/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/support/go.mod b/service/support/go.mod index 3edfe0ce906..e23f9af6b36 100644 --- a/service/support/go.mod +++ b/service/support/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/support/go.sum b/service/support/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/support/go.sum +++ b/service/support/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/swf/go.mod b/service/swf/go.mod index 3b2f6debeb0..297da625c1d 100644 --- a/service/swf/go.mod +++ b/service/swf/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/swf/go.sum b/service/swf/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/swf/go.sum +++ b/service/swf/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/synthetics/go.mod b/service/synthetics/go.mod index 591eac6a97c..6e463c5cfb2 100644 --- a/service/synthetics/go.mod +++ b/service/synthetics/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/synthetics/go.sum b/service/synthetics/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/synthetics/go.sum +++ b/service/synthetics/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/textract/go.mod b/service/textract/go.mod index afa6975f9d7..a3707475795 100644 --- a/service/textract/go.mod +++ b/service/textract/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/textract/go.sum b/service/textract/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/textract/go.sum +++ b/service/textract/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/timestreamquery/go.mod b/service/timestreamquery/go.mod index b0f86398e03..88344854864 100644 --- a/service/timestreamquery/go.mod +++ b/service/timestreamquery/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/timestreamquery/go.sum b/service/timestreamquery/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/timestreamquery/go.sum +++ b/service/timestreamquery/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/timestreamwrite/go.mod b/service/timestreamwrite/go.mod index fb05de20ff5..6bd5fac2730 100644 --- a/service/timestreamwrite/go.mod +++ b/service/timestreamwrite/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/timestreamwrite/go.sum b/service/timestreamwrite/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/timestreamwrite/go.sum +++ b/service/timestreamwrite/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/transcribe/go.mod b/service/transcribe/go.mod index 51090c34d5d..0dfab018530 100644 --- a/service/transcribe/go.mod +++ b/service/transcribe/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/transcribe/go.sum b/service/transcribe/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/transcribe/go.sum +++ b/service/transcribe/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/transfer/go.mod b/service/transfer/go.mod index 506516a778e..c82cb0a2669 100644 --- a/service/transfer/go.mod +++ b/service/transfer/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/transfer/go.sum b/service/transfer/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/transfer/go.sum +++ b/service/transfer/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/translate/go.mod b/service/translate/go.mod index 77bd58dadee..a5eb975dd74 100644 --- a/service/translate/go.mod +++ b/service/translate/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/translate/go.sum b/service/translate/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/translate/go.sum +++ b/service/translate/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/waf/go.mod b/service/waf/go.mod index 6184a4cd54e..5a4cc80fc18 100644 --- a/service/waf/go.mod +++ b/service/waf/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/waf/go.sum b/service/waf/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/waf/go.sum +++ b/service/waf/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/wafregional/go.mod b/service/wafregional/go.mod index 32c8fc2ce12..f403e0f3b27 100644 --- a/service/wafregional/go.mod +++ b/service/wafregional/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/wafregional/go.sum b/service/wafregional/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/wafregional/go.sum +++ b/service/wafregional/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/wafv2/go.mod b/service/wafv2/go.mod index 671013dea1b..a9fe2eb020f 100644 --- a/service/wafv2/go.mod +++ b/service/wafv2/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/wafv2/go.sum b/service/wafv2/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/wafv2/go.sum +++ b/service/wafv2/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/workdocs/go.mod b/service/workdocs/go.mod index 96308890a7b..5aa977240b0 100644 --- a/service/workdocs/go.mod +++ b/service/workdocs/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/workdocs/go.sum b/service/workdocs/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/workdocs/go.sum +++ b/service/workdocs/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/worklink/go.mod b/service/worklink/go.mod index aebab200a6a..e9288a0b8dc 100644 --- a/service/worklink/go.mod +++ b/service/worklink/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/worklink/go.sum b/service/worklink/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/worklink/go.sum +++ b/service/worklink/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/workmail/go.mod b/service/workmail/go.mod index c78d1e3c58e..d5a9cc4bb70 100644 --- a/service/workmail/go.mod +++ b/service/workmail/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/workmail/go.sum b/service/workmail/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/workmail/go.sum +++ b/service/workmail/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/workmailmessageflow/go.mod b/service/workmailmessageflow/go.mod index 9394a95309c..971ff226f8c 100644 --- a/service/workmailmessageflow/go.mod +++ b/service/workmailmessageflow/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/workmailmessageflow/go.sum b/service/workmailmessageflow/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/workmailmessageflow/go.sum +++ b/service/workmailmessageflow/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/workspaces/go.mod b/service/workspaces/go.mod index 09b312eadcd..efedccf4c40 100644 --- a/service/workspaces/go.mod +++ b/service/workspaces/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/workspaces/go.sum b/service/workspaces/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/workspaces/go.sum +++ b/service/workspaces/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= diff --git a/service/xray/go.mod b/service/xray/go.mod index 0247d7046d5..685d158e7cc 100644 --- a/service/xray/go.mod +++ b/service/xray/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.29.0 - github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183 + github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d ) replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/service/xray/go.sum b/service/xray/go.sum index c669e324b14..2f1df6d51c8 100644 --- a/service/xray/go.sum +++ b/service/xray/go.sum @@ -1,3 +1,6 @@ +github.com/awslabs/smithy-go v0.3.1-0.20201104233911-38864709e183/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d h1:ebtnnzCcSxCWpv6EWwYU2+PqYLDBvqeKE7i/iAyJL14= +github.com/awslabs/smithy-go v0.3.1-0.20201106213844-55a49a94218d/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0= github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=