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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appconfig/client.rb +1 -1
- data/lib/aws-sdk-appconfig.rb +1 -1
- data/sig/client.rbs +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 43fbedbede92f01f46e9af850c9a7b682570c4294ffdd5e7d8e87b697adc87a1
|
|
4
|
+
data.tar.gz: b783a9e2fb8787e515146e59805d54dbd4c82aff457459ad4c786b74ac50caa4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 118311721ba465e4e1cf205b249ecc83706aee475541b33cffdfe387cc435d1bc99fb5ee4e562067e3fec7fe23ac248864d6a90e26dee36db7b03c2cbf6218ae
|
|
7
|
+
data.tar.gz: 1ca50576c86b4aa652bbdf2cf49f97d4fc49a46d06167396a7792dd79eada673a2615c2c98dee67ffdb76cc66d329844f58c1614fb5e503939e366c1857c72a8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.80.0
|
data/lib/aws-sdk-appconfig.rb
CHANGED
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?,
|