sig/client.rbs in aws-sdk-greengrassv2-1.36.0 vs sig/client.rbs in aws-sdk-greengrassv2-1.39.0
- old
+ new
@@ -201,11 +201,11 @@
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GreengrassV2/Client.html#create_deployment-instance_method
def create_deployment: (
target_arn: ::String,
?deployment_name: ::String,
?components: Hash[::String, {
- component_version: ::String?,
+ component_version: ::String,
configuration_update: {
merge: ::String?,
reset: Array[::String]?
}?,
run_with: {
@@ -322,10 +322,12 @@
def pre_signed_url: () -> ::String
end
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GreengrassV2/Client.html#get_component_version_artifact-instance_method
def get_component_version_artifact: (
arn: ::String,
- artifact_name: ::String
+ artifact_name: ::String,
+ ?s3_endpoint_type: ("REGIONAL" | "GLOBAL"),
+ ?iot_endpoint_type: ("fips" | "standard")
) -> _GetComponentVersionArtifactResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetComponentVersionArtifactResponseSuccess
interface _GetConnectivityInfoResponseSuccess
include ::Seahorse::Client::_ResponseSuccess[Types::GetConnectivityInfoResponse]