aws-sdk-appconfig 1.79.0 → 1.80.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: f720960f5242f217a7afe661bffc04fe0312fcb0b1914aa9537a7e6070081bef
4
- data.tar.gz: 1ab5d2f62b1ab0ff94b84afc8747856a24be7bcd14c1ebc51db6ab93edd0bb95
3
+ metadata.gz: 43fbedbede92f01f46e9af850c9a7b682570c4294ffdd5e7d8e87b697adc87a1
4
+ data.tar.gz: b783a9e2fb8787e515146e59805d54dbd4c82aff457459ad4c786b74ac50caa4
5
5
  SHA512:
6
- metadata.gz: e73981c304062419742cbbead7d92c4ead1e28276dcf6e0a53746a3778c326b90a88622b2bf27005bdaa48e5f64bd11ee4780791b30f6d0819f59797a146b6ba
7
- data.tar.gz: 949f68d9fc8f820ad3f35c03cf425148253fdef9fb9688c9d2f09a6337f6b9e738578536b466111b0b3cb782a39a62ae5e5299930100012deda0b29b689617ab
6
+ metadata.gz: 118311721ba465e4e1cf205b249ecc83706aee475541b33cffdfe387cc435d1bc99fb5ee4e562067e3fec7fe23ac248864d6a90e26dee36db7b03c2cbf6218ae
7
+ data.tar.gz: 1ca50576c86b4aa652bbdf2cf49f97d4fc49a46d06167396a7792dd79eada673a2615c2c98dee67ffdb76cc66d329844f58c1614fb5e503939e366c1857c72a8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.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.79.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -3921,7 +3921,7 @@ module Aws::AppConfig
3921
3921
  tracer: tracer
3922
3922
  )
3923
3923
  context[:gem_name] = 'aws-sdk-appconfig'
3924
- context[:gem_version] = '1.79.0'
3924
+ context[:gem_version] = '1.80.0'
3925
3925
  Seahorse::Client::Request.new(handlers, context)
3926
3926
  end
3927
3927
 
@@ -55,7 +55,7 @@ module Aws::AppConfig
55
55
  autoload :EndpointProvider, 'aws-sdk-appconfig/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-appconfig/endpoints'
57
57
 
58
- GEM_VERSION = '1.79.0'
58
+ GEM_VERSION = '1.80.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -116,7 +116,7 @@ module Aws
116
116
  {
117
117
  type: ("JSON_SCHEMA" | "LAMBDA"),
118
118
  content: ::String
119
- },
119
+ }
120
120
  ],
121
121
  ?tags: Hash[::String, ::String],
122
122
  ?type: ::String,
@@ -166,7 +166,7 @@ module Aws
166
166
  {
167
167
  alarm_arn: ::String,
168
168
  alarm_role_arn: ::String?
169
- },
169
+ }
170
170
  ],
171
171
  ?tags: Hash[::String, ::String]
172
172
  ) -> _CreateEnvironmentResponseSuccess
@@ -192,7 +192,7 @@ module Aws
192
192
  description: ::String?,
193
193
  uri: ::String?,
194
194
  role_arn: ::String?
195
- },
195
+ }
196
196
  ]],
197
197
  ?parameters: Hash[::String, {
198
198
  description: ::String?,
@@ -724,7 +724,7 @@ module Aws
724
724
  {
725
725
  type: ("JSON_SCHEMA" | "LAMBDA"),
726
726
  content: ::String
727
- },
727
+ }
728
728
  ],
729
729
  ?kms_key_identifier: ::String
730
730
  ) -> _UpdateConfigurationProfileResponseSuccess
@@ -771,7 +771,7 @@ module Aws
771
771
  {
772
772
  alarm_arn: ::String,
773
773
  alarm_role_arn: ::String?
774
- },
774
+ }
775
775
  ]
776
776
  ) -> _UpdateEnvironmentResponseSuccess
777
777
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
@@ -796,7 +796,7 @@ module Aws
796
796
  description: ::String?,
797
797
  uri: ::String?,
798
798
  role_arn: ::String?
799
- },
799
+ }
800
800
  ]],
801
801
  ?parameters: Hash[::String, {
802
802
  description: ::String?,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services