aws-sdk-states 1.106.0 → 1.107.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: bae0b7903f3a89fdd82a38e99f8e1a00baea6c931c5fd1b2d80b372b2ee2e0fd
4
- data.tar.gz: bc2726a2f909ac4c4bc7de19e471284ab456cf9f16a5dab36998758612d3bd76
3
+ metadata.gz: 12e3562d5ade361412a391deccc053f39186e70730db15e86240b93837e46662
4
+ data.tar.gz: 0613a1e168b18dd6d2606064126b3aa2769d1457b617295fac3ed52f7b2665c6
5
5
  SHA512:
6
- metadata.gz: 5d5d55b754335ef7f348a9616ba6e93e90c9df84a2f288faff35c210cf14fb04b56d0e55d2bd5e643a0fe361ffb9bf92063975764ca290e75f3c086f20a5355e
7
- data.tar.gz: 478a20a4682f70b523439bf39572bcc9b3de7c1dd817683c655e9d061e28d94b989f0b671b90a2fde363c56446a78d45e720aa0df685cb82eb27311fd802b4f5
6
+ metadata.gz: 4c03d21c887f3bce6e74f3490a5899863e4d72a1c273f117dd23ce474cf004739bda64b6ac6293064f540634da66e3ddf8ad21ef3ae18fb13bcebc4791ec8a12
7
+ data.tar.gz: ba6216c9d968e99fe417d3eda23f1857e7100aeaadde3fe151e47f9f6d89ff8a02d5920f16995025176ea3ceedd924ce42d1844d211c04e5182449246e53aaad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.106.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.107.0
@@ -3578,7 +3578,7 @@ module Aws::States
3578
3578
  tracer: tracer
3579
3579
  )
3580
3580
  context[:gem_name] = 'aws-sdk-states'
3581
- context[:gem_version] = '1.106.0'
3581
+ context[:gem_version] = '1.107.0'
3582
3582
  Seahorse::Client::Request.new(handlers, context)
3583
3583
  end
3584
3584
 
@@ -54,7 +54,7 @@ module Aws::States
54
54
  autoload :EndpointProvider, 'aws-sdk-states/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-states/endpoints'
56
56
 
57
- GEM_VERSION = '1.106.0'
57
+ GEM_VERSION = '1.107.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -91,7 +91,7 @@ module Aws
91
91
  {
92
92
  key: ::String?,
93
93
  value: ::String?
94
- },
94
+ }
95
95
  ],
96
96
  ?encryption_configuration: {
97
97
  kms_key_id: ::String?,
@@ -113,22 +113,12 @@ module Aws
113
113
  definition: ::String,
114
114
  role_arn: ::String,
115
115
  ?type: ("STANDARD" | "EXPRESS"),
116
- ?logging_configuration: {
117
- level: ("ALL" | "ERROR" | "FATAL" | "OFF")?,
118
- include_execution_data: bool?,
119
- destinations: Array[
120
- {
121
- cloud_watch_logs_log_group: {
122
- log_group_arn: ::String?
123
- }?
124
- },
125
- ]?
126
- },
116
+ ?logging_configuration: Params::logging_configuration,
127
117
  ?tags: Array[
128
118
  {
129
119
  key: ::String?,
130
120
  value: ::String?
131
- },
121
+ }
132
122
  ],
133
123
  ?tracing_configuration: {
134
124
  enabled: bool?
@@ -156,7 +146,7 @@ module Aws
156
146
  {
157
147
  state_machine_version_arn: ::String,
158
148
  weight: ::Integer
159
- },
149
+ }
160
150
  ]
161
151
  ) -> _CreateStateMachineAliasResponseSuccess
162
152
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStateMachineAliasResponseSuccess
@@ -553,7 +543,7 @@ module Aws
553
543
  {
554
544
  key: ::String?,
555
545
  value: ::String?
556
- },
546
+ }
557
547
  ]
558
548
  ) -> _TagResourceResponseSuccess
559
549
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -626,17 +616,7 @@ module Aws
626
616
  state_machine_arn: ::String,
627
617
  ?definition: ::String,
628
618
  ?role_arn: ::String,
629
- ?logging_configuration: {
630
- level: ("ALL" | "ERROR" | "FATAL" | "OFF")?,
631
- include_execution_data: bool?,
632
- destinations: Array[
633
- {
634
- cloud_watch_logs_log_group: {
635
- log_group_arn: ::String?
636
- }?
637
- },
638
- ]?
639
- },
619
+ ?logging_configuration: Params::logging_configuration,
640
620
  ?tracing_configuration: {
641
621
  enabled: bool?
642
622
  },
@@ -662,7 +642,7 @@ module Aws
662
642
  {
663
643
  state_machine_version_arn: ::String,
664
644
  weight: ::Integer
665
- },
645
+ }
666
646
  ]
667
647
  ) -> _UpdateStateMachineAliasResponseSuccess
668
648
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateStateMachineAliasResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,25 @@
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 States
10
+ module Params
11
+ type logging_configuration = {
12
+ level: ("ALL" | "ERROR" | "FATAL" | "OFF")?,
13
+ include_execution_data: bool?,
14
+ destinations: Array[
15
+ {
16
+ cloud_watch_logs_log_group: {
17
+ log_group_arn: ::String?
18
+ }?
19
+ }
20
+ ]?
21
+ }
22
+
23
+ end
24
+ end
25
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-states
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.106.0
4
+ version: 1.107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-states/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