Method: Aws::S3Control::Endpoints::DeleteStorageLensGroup.build

Defined in:
lib/aws-sdk-s3control/endpoints.rb

.build(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



346
347
348
349
350
351
352
353
# File 'lib/aws-sdk-s3control/endpoints.rb', line 346

def self.build(context)
  Aws::S3Control::EndpointParameters.create(
    context.config,
    use_dual_stack: context[:use_dualstack_endpoint],
    account_id: context.params[:account_id],
    requires_account_id: true,
  )
end