aws-sdk-braket 1.15.0 → 1.29.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 +72 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-braket/client.rb +90 -4
 - data/lib/aws-sdk-braket/client_api.rb +39 -0
 - data/lib/aws-sdk-braket/endpoint_parameters.rb +66 -0
 - data/lib/aws-sdk-braket/endpoint_provider.rb +54 -0
 - data/lib/aws-sdk-braket/endpoints.rb +198 -0
 - data/lib/aws-sdk-braket/plugins/endpoints.rb +94 -0
 - data/lib/aws-sdk-braket/types.rb +115 -296
 - data/lib/aws-sdk-braket.rb +5 -1
 - metadata +8 -4
 
| 
         @@ -0,0 +1,198 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # frozen_string_literal: true
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            # WARNING ABOUT GENERATED CODE
         
     | 
| 
      
 4 
     | 
    
         
            +
            #
         
     | 
| 
      
 5 
     | 
    
         
            +
            # This file is generated. See the contributing guide for more information:
         
     | 
| 
      
 6 
     | 
    
         
            +
            # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
         
     | 
| 
      
 7 
     | 
    
         
            +
            #
         
     | 
| 
      
 8 
     | 
    
         
            +
            # WARNING ABOUT GENERATED CODE
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            module Aws::Braket
         
     | 
| 
      
 12 
     | 
    
         
            +
              # @api private
         
     | 
| 
      
 13 
     | 
    
         
            +
              module Endpoints
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
                class CancelJob
         
     | 
| 
      
 16 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 17 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 18 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 19 
     | 
    
         
            +
                    end
         
     | 
| 
      
 20 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 21 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 22 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 23 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 24 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 25 
     | 
    
         
            +
                    )
         
     | 
| 
      
 26 
     | 
    
         
            +
                  end
         
     | 
| 
      
 27 
     | 
    
         
            +
                end
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
                class CancelQuantumTask
         
     | 
| 
      
 30 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 31 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 32 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 33 
     | 
    
         
            +
                    end
         
     | 
| 
      
 34 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 35 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 36 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 37 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 38 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 39 
     | 
    
         
            +
                    )
         
     | 
| 
      
 40 
     | 
    
         
            +
                  end
         
     | 
| 
      
 41 
     | 
    
         
            +
                end
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
                class CreateJob
         
     | 
| 
      
 44 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 45 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 46 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 47 
     | 
    
         
            +
                    end
         
     | 
| 
      
 48 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 49 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 50 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 51 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 52 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 53 
     | 
    
         
            +
                    )
         
     | 
| 
      
 54 
     | 
    
         
            +
                  end
         
     | 
| 
      
 55 
     | 
    
         
            +
                end
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
                class CreateQuantumTask
         
     | 
| 
      
 58 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 59 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 60 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 61 
     | 
    
         
            +
                    end
         
     | 
| 
      
 62 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 63 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 64 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 65 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 66 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 67 
     | 
    
         
            +
                    )
         
     | 
| 
      
 68 
     | 
    
         
            +
                  end
         
     | 
| 
      
 69 
     | 
    
         
            +
                end
         
     | 
| 
      
 70 
     | 
    
         
            +
             
     | 
| 
      
 71 
     | 
    
         
            +
                class GetDevice
         
     | 
| 
      
 72 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 73 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 74 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 75 
     | 
    
         
            +
                    end
         
     | 
| 
      
 76 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 77 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 78 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 79 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 80 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 81 
     | 
    
         
            +
                    )
         
     | 
| 
      
 82 
     | 
    
         
            +
                  end
         
     | 
| 
      
 83 
     | 
    
         
            +
                end
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
      
 85 
     | 
    
         
            +
                class GetJob
         
     | 
| 
      
 86 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 87 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 88 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 89 
     | 
    
         
            +
                    end
         
     | 
| 
      
 90 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 91 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 92 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 93 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 94 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 95 
     | 
    
         
            +
                    )
         
     | 
| 
      
 96 
     | 
    
         
            +
                  end
         
     | 
| 
      
 97 
     | 
    
         
            +
                end
         
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
                class GetQuantumTask
         
     | 
| 
      
 100 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 101 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 102 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 103 
     | 
    
         
            +
                    end
         
     | 
| 
      
 104 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 105 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 106 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 107 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 108 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 109 
     | 
    
         
            +
                    )
         
     | 
| 
      
 110 
     | 
    
         
            +
                  end
         
     | 
| 
      
 111 
     | 
    
         
            +
                end
         
     | 
| 
      
 112 
     | 
    
         
            +
             
     | 
| 
      
 113 
     | 
    
         
            +
                class ListTagsForResource
         
     | 
| 
      
 114 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 115 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 116 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 117 
     | 
    
         
            +
                    end
         
     | 
| 
      
 118 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 119 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 120 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 121 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 122 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 123 
     | 
    
         
            +
                    )
         
     | 
| 
      
 124 
     | 
    
         
            +
                  end
         
     | 
| 
      
 125 
     | 
    
         
            +
                end
         
     | 
| 
      
 126 
     | 
    
         
            +
             
     | 
| 
      
 127 
     | 
    
         
            +
                class SearchDevices
         
     | 
| 
      
 128 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 129 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 130 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 131 
     | 
    
         
            +
                    end
         
     | 
| 
      
 132 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 133 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 134 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 135 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 136 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 137 
     | 
    
         
            +
                    )
         
     | 
| 
      
 138 
     | 
    
         
            +
                  end
         
     | 
| 
      
 139 
     | 
    
         
            +
                end
         
     | 
| 
      
 140 
     | 
    
         
            +
             
     | 
| 
      
 141 
     | 
    
         
            +
                class SearchJobs
         
     | 
| 
      
 142 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 143 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 144 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 145 
     | 
    
         
            +
                    end
         
     | 
| 
      
 146 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 147 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 148 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 149 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 150 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 151 
     | 
    
         
            +
                    )
         
     | 
| 
      
 152 
     | 
    
         
            +
                  end
         
     | 
| 
      
 153 
     | 
    
         
            +
                end
         
     | 
| 
      
 154 
     | 
    
         
            +
             
     | 
| 
      
 155 
     | 
    
         
            +
                class SearchQuantumTasks
         
     | 
| 
      
 156 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 157 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 158 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 159 
     | 
    
         
            +
                    end
         
     | 
| 
      
 160 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 161 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 162 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 163 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 164 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 165 
     | 
    
         
            +
                    )
         
     | 
| 
      
 166 
     | 
    
         
            +
                  end
         
     | 
| 
      
 167 
     | 
    
         
            +
                end
         
     | 
| 
      
 168 
     | 
    
         
            +
             
     | 
| 
      
 169 
     | 
    
         
            +
                class TagResource
         
     | 
| 
      
 170 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 171 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 172 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 173 
     | 
    
         
            +
                    end
         
     | 
| 
      
 174 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 175 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 176 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 177 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 178 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 179 
     | 
    
         
            +
                    )
         
     | 
| 
      
 180 
     | 
    
         
            +
                  end
         
     | 
| 
      
 181 
     | 
    
         
            +
                end
         
     | 
| 
      
 182 
     | 
    
         
            +
             
     | 
| 
      
 183 
     | 
    
         
            +
                class UntagResource
         
     | 
| 
      
 184 
     | 
    
         
            +
                  def self.build(context)
         
     | 
| 
      
 185 
     | 
    
         
            +
                    unless context.config.regional_endpoint
         
     | 
| 
      
 186 
     | 
    
         
            +
                      endpoint = context.config.endpoint.to_s
         
     | 
| 
      
 187 
     | 
    
         
            +
                    end
         
     | 
| 
      
 188 
     | 
    
         
            +
                    Aws::Braket::EndpointParameters.new(
         
     | 
| 
      
 189 
     | 
    
         
            +
                      region: context.config.region,
         
     | 
| 
      
 190 
     | 
    
         
            +
                      use_dual_stack: context.config.use_dualstack_endpoint,
         
     | 
| 
      
 191 
     | 
    
         
            +
                      use_fips: context.config.use_fips_endpoint,
         
     | 
| 
      
 192 
     | 
    
         
            +
                      endpoint: endpoint,
         
     | 
| 
      
 193 
     | 
    
         
            +
                    )
         
     | 
| 
      
 194 
     | 
    
         
            +
                  end
         
     | 
| 
      
 195 
     | 
    
         
            +
                end
         
     | 
| 
      
 196 
     | 
    
         
            +
             
     | 
| 
      
 197 
     | 
    
         
            +
              end
         
     | 
| 
      
 198 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,94 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # frozen_string_literal: true
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            # WARNING ABOUT GENERATED CODE
         
     | 
| 
      
 4 
     | 
    
         
            +
            #
         
     | 
| 
      
 5 
     | 
    
         
            +
            # This file is generated. See the contributing guide for more information:
         
     | 
| 
      
 6 
     | 
    
         
            +
            # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
         
     | 
| 
      
 7 
     | 
    
         
            +
            #
         
     | 
| 
      
 8 
     | 
    
         
            +
            # WARNING ABOUT GENERATED CODE
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            module Aws::Braket
         
     | 
| 
      
 12 
     | 
    
         
            +
              module Plugins
         
     | 
| 
      
 13 
     | 
    
         
            +
                class Endpoints < Seahorse::Client::Plugin
         
     | 
| 
      
 14 
     | 
    
         
            +
                  option(
         
     | 
| 
      
 15 
     | 
    
         
            +
                    :endpoint_provider,
         
     | 
| 
      
 16 
     | 
    
         
            +
                    doc_type: 'Aws::Braket::EndpointProvider',
         
     | 
| 
      
 17 
     | 
    
         
            +
                    docstring: 'The endpoint provider used to resolve endpoints. Any '\
         
     | 
| 
      
 18 
     | 
    
         
            +
                               'object that responds to `#resolve_endpoint(parameters)` '\
         
     | 
| 
      
 19 
     | 
    
         
            +
                               'where `parameters` is a Struct similar to '\
         
     | 
| 
      
 20 
     | 
    
         
            +
                               '`Aws::Braket::EndpointParameters`'
         
     | 
| 
      
 21 
     | 
    
         
            +
                  ) do |cfg|
         
     | 
| 
      
 22 
     | 
    
         
            +
                    Aws::Braket::EndpointProvider.new
         
     | 
| 
      
 23 
     | 
    
         
            +
                  end
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
                  # @api private
         
     | 
| 
      
 26 
     | 
    
         
            +
                  class Handler < Seahorse::Client::Handler
         
     | 
| 
      
 27 
     | 
    
         
            +
                    def call(context)
         
     | 
| 
      
 28 
     | 
    
         
            +
                      # If endpoint was discovered, do not resolve or apply the endpoint.
         
     | 
| 
      
 29 
     | 
    
         
            +
                      unless context[:discovered_endpoint]
         
     | 
| 
      
 30 
     | 
    
         
            +
                        params = parameters_for_operation(context)
         
     | 
| 
      
 31 
     | 
    
         
            +
                        endpoint = context.config.endpoint_provider.resolve_endpoint(params)
         
     | 
| 
      
 32 
     | 
    
         
            +
             
     | 
| 
      
 33 
     | 
    
         
            +
                        context.http_request.endpoint = endpoint.url
         
     | 
| 
      
 34 
     | 
    
         
            +
                        apply_endpoint_headers(context, endpoint.headers)
         
     | 
| 
      
 35 
     | 
    
         
            +
                      end
         
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
                      context[:endpoint_params] = params
         
     | 
| 
      
 38 
     | 
    
         
            +
                      context[:auth_scheme] =
         
     | 
| 
      
 39 
     | 
    
         
            +
                        Aws::Endpoints.resolve_auth_scheme(context, endpoint)
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
                      @handler.call(context)
         
     | 
| 
      
 42 
     | 
    
         
            +
                    end
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
                    private
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
                    def apply_endpoint_headers(context, headers)
         
     | 
| 
      
 47 
     | 
    
         
            +
                      headers.each do |key, values|
         
     | 
| 
      
 48 
     | 
    
         
            +
                        value = values
         
     | 
| 
      
 49 
     | 
    
         
            +
                          .compact
         
     | 
| 
      
 50 
     | 
    
         
            +
                          .map { |s| Seahorse::Util.escape_header_list_string(s.to_s) }
         
     | 
| 
      
 51 
     | 
    
         
            +
                          .join(',')
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
                        context.http_request.headers[key] = value
         
     | 
| 
      
 54 
     | 
    
         
            +
                      end
         
     | 
| 
      
 55 
     | 
    
         
            +
                    end
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
                    def parameters_for_operation(context)
         
     | 
| 
      
 58 
     | 
    
         
            +
                      case context.operation_name
         
     | 
| 
      
 59 
     | 
    
         
            +
                      when :cancel_job
         
     | 
| 
      
 60 
     | 
    
         
            +
                        Aws::Braket::Endpoints::CancelJob.build(context)
         
     | 
| 
      
 61 
     | 
    
         
            +
                      when :cancel_quantum_task
         
     | 
| 
      
 62 
     | 
    
         
            +
                        Aws::Braket::Endpoints::CancelQuantumTask.build(context)
         
     | 
| 
      
 63 
     | 
    
         
            +
                      when :create_job
         
     | 
| 
      
 64 
     | 
    
         
            +
                        Aws::Braket::Endpoints::CreateJob.build(context)
         
     | 
| 
      
 65 
     | 
    
         
            +
                      when :create_quantum_task
         
     | 
| 
      
 66 
     | 
    
         
            +
                        Aws::Braket::Endpoints::CreateQuantumTask.build(context)
         
     | 
| 
      
 67 
     | 
    
         
            +
                      when :get_device
         
     | 
| 
      
 68 
     | 
    
         
            +
                        Aws::Braket::Endpoints::GetDevice.build(context)
         
     | 
| 
      
 69 
     | 
    
         
            +
                      when :get_job
         
     | 
| 
      
 70 
     | 
    
         
            +
                        Aws::Braket::Endpoints::GetJob.build(context)
         
     | 
| 
      
 71 
     | 
    
         
            +
                      when :get_quantum_task
         
     | 
| 
      
 72 
     | 
    
         
            +
                        Aws::Braket::Endpoints::GetQuantumTask.build(context)
         
     | 
| 
      
 73 
     | 
    
         
            +
                      when :list_tags_for_resource
         
     | 
| 
      
 74 
     | 
    
         
            +
                        Aws::Braket::Endpoints::ListTagsForResource.build(context)
         
     | 
| 
      
 75 
     | 
    
         
            +
                      when :search_devices
         
     | 
| 
      
 76 
     | 
    
         
            +
                        Aws::Braket::Endpoints::SearchDevices.build(context)
         
     | 
| 
      
 77 
     | 
    
         
            +
                      when :search_jobs
         
     | 
| 
      
 78 
     | 
    
         
            +
                        Aws::Braket::Endpoints::SearchJobs.build(context)
         
     | 
| 
      
 79 
     | 
    
         
            +
                      when :search_quantum_tasks
         
     | 
| 
      
 80 
     | 
    
         
            +
                        Aws::Braket::Endpoints::SearchQuantumTasks.build(context)
         
     | 
| 
      
 81 
     | 
    
         
            +
                      when :tag_resource
         
     | 
| 
      
 82 
     | 
    
         
            +
                        Aws::Braket::Endpoints::TagResource.build(context)
         
     | 
| 
      
 83 
     | 
    
         
            +
                      when :untag_resource
         
     | 
| 
      
 84 
     | 
    
         
            +
                        Aws::Braket::Endpoints::UntagResource.build(context)
         
     | 
| 
      
 85 
     | 
    
         
            +
                      end
         
     | 
| 
      
 86 
     | 
    
         
            +
                    end
         
     | 
| 
      
 87 
     | 
    
         
            +
                  end
         
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
                  def add_handlers(handlers, _config)
         
     | 
| 
      
 90 
     | 
    
         
            +
                    handlers.add(Handler, step: :build, priority: 75)
         
     | 
| 
      
 91 
     | 
    
         
            +
                  end
         
     | 
| 
      
 92 
     | 
    
         
            +
                end
         
     | 
| 
      
 93 
     | 
    
         
            +
              end
         
     | 
| 
      
 94 
     | 
    
         
            +
            end
         
     |