aws-sdk-appintegrationsservice 1.67.0 → 1.69.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: 2e385f364f7d0ec679623f3eb24e0c0829b39e562fadc93637a9b3ba47130c53
4
- data.tar.gz: a556825a381e76bbfadb763a4db477cf0d42b74fcbb92917bcf70ef428b9f876
3
+ metadata.gz: 86866f5252f12544fd822980729eae837f541341e8d097c3d2919d1aa43acf0a
4
+ data.tar.gz: 350761dc6bc8f2e6bf38e41f01dc06b71066ee241b43df0a2b0eb12c55ba337c
5
5
  SHA512:
6
- metadata.gz: d9d701762728ff08afcbd016c0e1be6c20176b72f8744a6e1f229434aab64189cdbfb29f3b21bad7fa076de92369a776ef8f55a88cc77c271c82db005265f397
7
- data.tar.gz: d7f259c231a325a347c9a0635e8a321ceff2307bbed67206a3a4d25d13e9c4562a94deeb034399534980c31509e85823bf7e482f2a2a4ea959368eeee8efc63f
6
+ metadata.gz: 925a7497d239c43fc25f4dc0ed42face789d6b0a861dbd2f62c21cf11848a6dd22b4087418ecd006e4196ef339d6a05569c21863bf9ad6d76f9b0d7afd02907c
7
+ data.tar.gz: 80c84caddc32d81097679b57b2d33235dcbceb1341d5a1e7dfae27022b6897b1c095a9d13255da13c30538a1976c6e764b57094e7c9efbee985abf6bc7ffab8e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.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.68.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.67.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.69.0
@@ -199,7 +199,7 @@ module Aws::AppIntegrationsService
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::AppIntegrationsService
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
@@ -1860,7 +1858,7 @@ module Aws::AppIntegrationsService
1860
1858
  tracer: tracer
1861
1859
  )
1862
1860
  context[:gem_name] = 'aws-sdk-appintegrationsservice'
1863
- context[:gem_version] = '1.67.0'
1861
+ context[:gem_version] = '1.69.0'
1864
1862
  Seahorse::Client::Request.new(handlers, context)
1865
1863
  end
1866
1864
 
@@ -54,7 +54,7 @@ module Aws::AppIntegrationsService
54
54
  autoload :EndpointProvider, 'aws-sdk-appintegrationsservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appintegrationsservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.69.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -98,14 +98,14 @@ module Aws
98
98
  {
99
99
  event: ::String,
100
100
  description: ::String?
101
- },
101
+ }
102
102
  ],
103
103
  ?publications: Array[
104
104
  {
105
105
  event: ::String,
106
106
  schema: ::String,
107
107
  description: ::String?
108
- },
108
+ }
109
109
  ],
110
110
  ?client_token: ::String,
111
111
  ?tags: Hash[::String, ::String],
@@ -173,18 +173,7 @@ module Aws
173
173
  ?destination_uri: ::String,
174
174
  ?client_association_metadata: Hash[::String, ::String],
175
175
  ?client_token: ::String,
176
- ?execution_configuration: {
177
- execution_mode: ("ON_DEMAND" | "SCHEDULED"),
178
- on_demand_configuration: {
179
- start_time: ::String,
180
- end_time: ::String?
181
- }?,
182
- schedule_configuration: {
183
- first_execution_from: ::String?,
184
- object: ::String?,
185
- schedule_expression: ::String
186
- }?
187
- }
176
+ ?execution_configuration: Params::execution_configuration
188
177
  ) -> _CreateDataIntegrationAssociationResponseSuccess
189
178
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataIntegrationAssociationResponseSuccess
190
179
 
@@ -416,14 +405,14 @@ module Aws
416
405
  {
417
406
  event: ::String,
418
407
  description: ::String?
419
- },
408
+ }
420
409
  ],
421
410
  ?publications: Array[
422
411
  {
423
412
  event: ::String,
424
413
  schema: ::String,
425
414
  description: ::String?
426
- },
415
+ }
427
416
  ],
428
417
  ?permissions: Array[::String],
429
418
  ?is_service: bool,
@@ -459,18 +448,7 @@ module Aws
459
448
  def update_data_integration_association: (
460
449
  data_integration_identifier: ::String,
461
450
  data_integration_association_identifier: ::String,
462
- execution_configuration: {
463
- execution_mode: ("ON_DEMAND" | "SCHEDULED"),
464
- on_demand_configuration: {
465
- start_time: ::String,
466
- end_time: ::String?
467
- }?,
468
- schedule_configuration: {
469
- first_execution_from: ::String?,
470
- object: ::String?,
471
- schedule_expression: ::String
472
- }?
473
- }
451
+ execution_configuration: Params::execution_configuration
474
452
  ) -> _UpdateDataIntegrationAssociationResponseSuccess
475
453
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataIntegrationAssociationResponseSuccess
476
454
 
data/sig/params.rbs ADDED
@@ -0,0 +1,26 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module AppIntegrationsService
10
+ module Params
11
+ type execution_configuration = {
12
+ execution_mode: ("ON_DEMAND" | "SCHEDULED"),
13
+ on_demand_configuration: {
14
+ start_time: ::String,
15
+ end_time: ::String?
16
+ }?,
17
+ schedule_configuration: {
18
+ first_execution_from: ::String?,
19
+ object: ::String?,
20
+ schedule_expression: ::String
21
+ }?
22
+ }
23
+
24
+ end
25
+ end
26
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appintegrationsservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.69.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
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-appintegrationsservice/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs