lib/aws-sdk-iotwireless/plugins/endpoints.rb in aws-sdk-iotwireless-1.42.0 vs lib/aws-sdk-iotwireless/plugins/endpoints.rb in aws-sdk-iotwireless-1.43.0

- old
+ new

@@ -12,9 +12,10 @@ module Plugins class Endpoints < Seahorse::Client::Plugin option( :endpoint_provider, doc_type: 'Aws::IoTWireless::EndpointProvider', + rbs_type: 'untyped', docstring: 'The endpoint provider used to resolve endpoints. Any '\ 'object that responds to `#resolve_endpoint(parameters)` '\ 'where `parameters` is a Struct similar to '\ '`Aws::IoTWireless::EndpointParameters`' ) do |cfg|