aws-sdk-servicediscovery 1.99.0 → 1.101.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: 1bb06ab11332cabee6c81ccd0394310ecd69ebf94734b1338f3e7882cb839eb7
4
- data.tar.gz: b7a0a6b9da040a3846c643c92b9474f1d4de007a4078aa3b845e32e0544149b5
3
+ metadata.gz: 790158758854ce2442c5710147c5f2731cef28161df918caae5513c86738b7bc
4
+ data.tar.gz: 16eeb426ce732d3f9e945d20913a7389f9528ee176b2d979dcb6510dfb6f08b9
5
5
  SHA512:
6
- metadata.gz: adaf76ebf0278bc26d8217bb141711f3306e94d1f1dba71becf482cd089bc6db8cd5fdb376d1b8af56cb058785c8a49edb7771911231c4605f12b57fb9c6d472
7
- data.tar.gz: 98774e437475a71a28008594b0723f860b3cf6cb00fa57ed681d5fd13b208db7c86a16f95e4f312802fec267c7e0803728f3fb37bc5ddcef527b85c9344f711d
6
+ metadata.gz: 2d72a0c6bcdae78d617aa3defc9d1dd0c6d87657ca4d1b0b7342ca6c5debf0ab3ee848212c20a876c44318bda0722ebfb95158f7ac6ed446dd16de234751eb27
7
+ data.tar.gz: db0082e4ae47e9d79831191baf910598d35c1d9e5b513013530aa55a9d69fd223831019b629f99692ce9681d5f6e73f56ad7610c53ca19aaa3603a52bb74083a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.100.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.99.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.101.0
@@ -199,7 +199,7 @@ module Aws::ServiceDiscovery
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::ServiceDiscovery
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -3733,7 +3731,7 @@ module Aws::ServiceDiscovery
3733
3731
  tracer: tracer
3734
3732
  )
3735
3733
  context[:gem_name] = 'aws-sdk-servicediscovery'
3736
- context[:gem_version] = '1.99.0'
3734
+ context[:gem_version] = '1.101.0'
3737
3735
  Seahorse::Client::Request.new(handlers, context)
3738
3736
  end
3739
3737
 
@@ -54,7 +54,7 @@ module Aws::ServiceDiscovery
54
54
  autoload :EndpointProvider, 'aws-sdk-servicediscovery/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-servicediscovery/endpoints'
56
56
 
57
- GEM_VERSION = '1.99.0'
57
+ GEM_VERSION = '1.101.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -92,7 +92,7 @@ module Aws
92
92
  {
93
93
  key: ::String,
94
94
  value: ::String
95
- },
95
+ }
96
96
  ]
97
97
  ) -> _CreateHttpNamespaceResponseSuccess
98
98
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHttpNamespaceResponseSuccess
@@ -111,7 +111,7 @@ module Aws
111
111
  {
112
112
  key: ::String,
113
113
  value: ::String
114
- },
114
+ }
115
115
  ],
116
116
  ?properties: {
117
117
  dns_properties: {
@@ -136,7 +136,7 @@ module Aws
136
136
  {
137
137
  key: ::String,
138
138
  value: ::String
139
- },
139
+ }
140
140
  ],
141
141
  ?properties: {
142
142
  dns_properties: {
@@ -165,7 +165,7 @@ module Aws
165
165
  {
166
166
  type: ("SRV" | "A" | "AAAA" | "CNAME"),
167
167
  ttl: ::Integer
168
- },
168
+ }
169
169
  ]
170
170
  },
171
171
  ?health_check_config: {
@@ -180,7 +180,7 @@ module Aws
180
180
  {
181
181
  key: ::String,
182
182
  value: ::String
183
- },
183
+ }
184
184
  ],
185
185
  ?type: ("HTTP")
186
186
  ) -> _CreateServiceResponseSuccess
@@ -350,7 +350,7 @@ module Aws
350
350
  name: ("TYPE" | "NAME" | "HTTP_NAME" | "RESOURCE_OWNER"),
351
351
  values: Array[::String],
352
352
  condition: ("EQ" | "IN" | "BETWEEN" | "BEGINS_WITH")?
353
- },
353
+ }
354
354
  ]
355
355
  ) -> _ListNamespacesResponseSuccess
356
356
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListNamespacesResponseSuccess
@@ -369,7 +369,7 @@ module Aws
369
369
  name: ("NAMESPACE_ID" | "SERVICE_ID" | "STATUS" | "TYPE" | "UPDATE_DATE"),
370
370
  values: Array[::String],
371
371
  condition: ("EQ" | "IN" | "BETWEEN" | "BEGINS_WITH")?
372
- },
372
+ }
373
373
  ]
374
374
  ) -> _ListOperationsResponseSuccess
375
375
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOperationsResponseSuccess
@@ -388,7 +388,7 @@ module Aws
388
388
  name: ("NAMESPACE_ID" | "RESOURCE_OWNER"),
389
389
  values: Array[::String],
390
390
  condition: ("EQ" | "IN" | "BETWEEN" | "BEGINS_WITH")?
391
- },
391
+ }
392
392
  ]
393
393
  ) -> _ListServicesResponseSuccess
394
394
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServicesResponseSuccess
@@ -426,7 +426,7 @@ module Aws
426
426
  {
427
427
  key: ::String,
428
428
  value: ::String
429
- },
429
+ }
430
430
  ]
431
431
  ) -> _TagResourceResponseSuccess
432
432
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -519,7 +519,7 @@ module Aws
519
519
  {
520
520
  type: ("SRV" | "A" | "AAAA" | "CNAME"),
521
521
  ttl: ::Integer
522
- },
522
+ }
523
523
  ]
524
524
  }?,
525
525
  health_check_config: {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicediscovery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.99.0
4
+ version: 1.101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement