aws-sdk-neptunegraph 1.40.0 → 1.41.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-neptunegraph/client.rb +1 -1
- data/lib/aws-sdk-neptunegraph/endpoint_parameters.rb +5 -5
- data/lib/aws-sdk-neptunegraph.rb +1 -1
- metadata +1 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: bccaf5966cdfbe47a3a2867d0cf0720dd6c051c82595d0d69b749e7c1bf52287
         | 
| 4 | 
            +
              data.tar.gz: 7207eec7944556b727ecfb775a9d2b65ed052ee3d2166048ddb496f5ae9a730c
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: b8de0ce55162b76c3176d9f7d5ed6224e15c4c5d8d7b900faa3b0bfe4938254fe22670daeee5d0498af4bb4d35ba6870dbcd2939c6dfe8adc6f0ccf61431f23d
         | 
| 7 | 
            +
              data.tar.gz: d4dc371ba99e500a08aa32a9dc0e6d5f1a2c719d601c910b68efb84a18c055fccf2c56145c1529cdc470f474bf858f4527c04a7433ca7898180f2c653d46b93b
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.41.0
         | 
| @@ -2567,7 +2567,7 @@ module Aws::NeptuneGraph | |
| 2567 2567 | 
             
                    tracer: tracer
         | 
| 2568 2568 | 
             
                  )
         | 
| 2569 2569 | 
             
                  context[:gem_name] = 'aws-sdk-neptunegraph'
         | 
| 2570 | 
            -
                  context[:gem_version] = '1. | 
| 2570 | 
            +
                  context[:gem_version] = '1.41.0'
         | 
| 2571 2571 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 2572 2572 | 
             
                end
         | 
| 2573 2573 |  | 
| @@ -13,27 +13,27 @@ module Aws::NeptuneGraph | |
| 13 13 | 
             
              # @!attribute region
         | 
| 14 14 | 
             
              #   The AWS region used to dispatch the request.
         | 
| 15 15 | 
             
              #
         | 
| 16 | 
            -
              #   @return [ | 
| 16 | 
            +
              #   @return [string]
         | 
| 17 17 | 
             
              #
         | 
| 18 18 | 
             
              # @!attribute use_fips
         | 
| 19 19 | 
             
              #   When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
         | 
| 20 20 | 
             
              #
         | 
| 21 | 
            -
              #   @return [ | 
| 21 | 
            +
              #   @return [boolean]
         | 
| 22 22 | 
             
              #
         | 
| 23 23 | 
             
              # @!attribute use_dual_stack
         | 
| 24 24 | 
             
              #   When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
         | 
| 25 25 | 
             
              #
         | 
| 26 | 
            -
              #   @return [ | 
| 26 | 
            +
              #   @return [boolean]
         | 
| 27 27 | 
             
              #
         | 
| 28 28 | 
             
              # @!attribute endpoint
         | 
| 29 29 | 
             
              #   Override the endpoint used to send this request
         | 
| 30 30 | 
             
              #
         | 
| 31 | 
            -
              #   @return [ | 
| 31 | 
            +
              #   @return [string]
         | 
| 32 32 | 
             
              #
         | 
| 33 33 | 
             
              # @!attribute api_type
         | 
| 34 34 | 
             
              #   Parameter to determine whether current API is a control plane or dataplane API
         | 
| 35 35 | 
             
              #
         | 
| 36 | 
            -
              #   @return [ | 
| 36 | 
            +
              #   @return [string]
         | 
| 37 37 | 
             
              #
         | 
| 38 38 | 
             
              EndpointParameters = Struct.new(
         | 
| 39 39 | 
             
                :region,
         | 
    
        data/lib/aws-sdk-neptunegraph.rb
    CHANGED