sig/client.rbs in aws-sdk-lambda-1.135.0 vs sig/client.rbs in aws-sdk-lambda-1.136.0

- old
+ new

@@ -474,17 +474,10 @@ function_name: ::String, qualifier: ::String ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure] | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure] - # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#delete_resource_policy-instance_method - def delete_resource_policy: ( - resource_arn: ::String, - ?revision_id: ::String - ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure] - | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure] - interface _GetAccountSettingsResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::GetAccountSettingsResponse] def account_limit: () -> Types::AccountLimit def account_usage: () -> Types::AccountUsage end @@ -756,31 +749,10 @@ function_name: ::String, qualifier: ::String ) -> _GetProvisionedConcurrencyConfigResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetProvisionedConcurrencyConfigResponseSuccess - interface _GetPublicAccessBlockConfigResponseSuccess - include ::Seahorse::Client::_ResponseSuccess[Types::GetPublicAccessBlockConfigResponse] - def public_access_block_config: () -> Types::PublicAccessBlockConfig - end - # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#get_public_access_block_config-instance_method - def get_public_access_block_config: ( - resource_arn: ::String - ) -> _GetPublicAccessBlockConfigResponseSuccess - | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPublicAccessBlockConfigResponseSuccess - - interface _GetResourcePolicyResponseSuccess - include ::Seahorse::Client::_ResponseSuccess[Types::GetResourcePolicyResponse] - def policy: () -> ::String - def revision_id: () -> ::String - end - # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#get_resource_policy-instance_method - def get_resource_policy: ( - resource_arn: ::String - ) -> _GetResourcePolicyResponseSuccess - | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourcePolicyResponseSuccess - interface _GetRuntimeManagementConfigResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::GetRuntimeManagementConfigResponse] def update_runtime_on: () -> ("Auto" | "Manual" | "FunctionUpdate") def runtime_version_arn: () -> ::String def function_arn: () -> ::String @@ -1147,36 +1119,9 @@ function_name: ::String, qualifier: ::String, provisioned_concurrent_executions: ::Integer ) -> _PutProvisionedConcurrencyConfigResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutProvisionedConcurrencyConfigResponseSuccess - - interface _PutPublicAccessBlockConfigResponseSuccess - include ::Seahorse::Client::_ResponseSuccess[Types::PutPublicAccessBlockConfigResponse] - def public_access_block_config: () -> Types::PublicAccessBlockConfig - end - # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#put_public_access_block_config-instance_method - def put_public_access_block_config: ( - resource_arn: ::String, - public_access_block_config: { - block_public_policy: bool?, - restrict_public_resource: bool? - } - ) -> _PutPublicAccessBlockConfigResponseSuccess - | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutPublicAccessBlockConfigResponseSuccess - - interface _PutResourcePolicyResponseSuccess - include ::Seahorse::Client::_ResponseSuccess[Types::PutResourcePolicyResponse] - def policy: () -> ::String - def revision_id: () -> ::String - end - # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#put_resource_policy-instance_method - def put_resource_policy: ( - resource_arn: ::String, - policy: ::String, - ?revision_id: ::String - ) -> _PutResourcePolicyResponseSuccess - | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutResourcePolicyResponseSuccess interface _PutRuntimeManagementConfigResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::PutRuntimeManagementConfigResponse] def update_runtime_on: () -> ("Auto" | "Manual" | "FunctionUpdate") def function_arn: () -> ::String