aws-sdk-resourcegroupstaggingapi 1.86.0 → 1.87.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d17ccd40a36bb34c5cb229431f62995303a70d1dd14567c4cb5a5ee521461c3f
|
|
4
|
+
data.tar.gz: 3526b3c654fbb4fd8e06a23e54f5ef6227ab17f753de063bfbdc27f9c13c8dc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83e1a997a8f0aa102d6da7bd8a2bd8ca1a86f1da1569015e064835a82fbae9dcac3a445c1b3b9724ad7fbef2573f4646e4ca4a16af7c0ff8b9335d2ea063fcaf
|
|
7
|
+
data.tar.gz: 101b5e48ad376a2370675ab97a9c3c576ce0dd627ada33f7c6e67cede7d5f63d526dbca764e89ed90840f93503c72409298168bb4f90bee8abfebd3def05ed7e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.87.0
|
|
@@ -1143,7 +1143,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
|
1143
1143
|
tracer: tracer
|
|
1144
1144
|
)
|
|
1145
1145
|
context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
|
|
1146
|
-
context[:gem_version] = '1.
|
|
1146
|
+
context[:gem_version] = '1.87.0'
|
|
1147
1147
|
Seahorse::Client::Request.new(handlers, context)
|
|
1148
1148
|
end
|
|
1149
1149
|
|
|
@@ -13,22 +13,22 @@ module Aws::ResourceGroupsTaggingAPI
|
|
|
13
13
|
# @!attribute region
|
|
14
14
|
# The AWS region used to dispatch the request.
|
|
15
15
|
#
|
|
16
|
-
# @return [
|
|
16
|
+
# @return [string]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute use_dual_stack
|
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [boolean]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute use_fips
|
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [boolean]
|
|
27
27
|
#
|
|
28
28
|
# @!attribute endpoint
|
|
29
29
|
# Override the endpoint used to send this request
|
|
30
30
|
#
|
|
31
|
-
# @return [
|
|
31
|
+
# @return [string]
|
|
32
32
|
#
|
|
33
33
|
EndpointParameters = Struct.new(
|
|
34
34
|
:region,
|