aws-sdk-partnercentralaccount 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralaccount/client.rb +1 -1
- data/lib/aws-sdk-partnercentralaccount.rb +1 -1
- data/sig/client.rbs +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ea01ea6737e148532a44b759fbe08fe9f3e7b8e3ff8470b08eeed2456ab4e51
|
|
4
|
+
data.tar.gz: 177afe547f5cf63ae2f0e6854c7fc74a943f4419ca95c6446255b0747d9addb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41a89a84d9b8d3f4ff0eab1e69ad10cf48aafe5d0f959f47360e2025a452b3eed1c4a187141a63b6d6e70b72e563b8b2c84fbad25c1d923290281bad815c7d98
|
|
7
|
+
data.tar.gz: 4a3dbd337fb2d2c91402b836bc991ae3cd22b249e2623e346d858d4910e9155de3a5857188f23fe4bef332d9ddf44e49a5b9f5d31790f26c2812cce904ab29c1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.8.0
|
|
@@ -2140,7 +2140,7 @@ module Aws::PartnerCentralAccount
|
|
|
2140
2140
|
tracer: tracer
|
|
2141
2141
|
)
|
|
2142
2142
|
context[:gem_name] = 'aws-sdk-partnercentralaccount'
|
|
2143
|
-
context[:gem_version] = '1.
|
|
2143
|
+
context[:gem_version] = '1.8.0'
|
|
2144
2144
|
Seahorse::Client::Request.new(handlers, context)
|
|
2145
2145
|
end
|
|
2146
2146
|
|
data/sig/client.rbs
CHANGED
|
@@ -226,7 +226,7 @@ module Aws
|
|
|
226
226
|
{
|
|
227
227
|
key: ::String,
|
|
228
228
|
value: ::String
|
|
229
|
-
}
|
|
229
|
+
}
|
|
230
230
|
]
|
|
231
231
|
) -> _CreatePartnerResponseSuccess
|
|
232
232
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePartnerResponseSuccess
|
|
@@ -538,7 +538,7 @@ module Aws
|
|
|
538
538
|
website_url: ::String,
|
|
539
539
|
logo_url: ::String,
|
|
540
540
|
locale: ::String
|
|
541
|
-
}
|
|
541
|
+
}
|
|
542
542
|
]?
|
|
543
543
|
}
|
|
544
544
|
) -> _StartProfileUpdateTaskResponseSuccess
|
|
@@ -579,7 +579,7 @@ module Aws
|
|
|
579
579
|
{
|
|
580
580
|
key: ::String,
|
|
581
581
|
value: ::String
|
|
582
|
-
}
|
|
582
|
+
}
|
|
583
583
|
]
|
|
584
584
|
) -> _TagResourceResponseSuccess
|
|
585
585
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|