aws-sdk-cloudsearch 1.26.0 → 1.27.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/lib/aws-sdk-cloudsearch.rb +1 -1
 - data/lib/aws-sdk-cloudsearch/client.rb +4 -4
 - data/lib/aws-sdk-cloudsearch/types.rb +2 -2
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: '095113825ed74ffc9c750a0651f3286ba09165439efe3fd515825157759f3d00'
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: f1f1b0e19897430b4ce0e1e76cb0132648156d09b8d27a1249c8ee3fddca76d9
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: b23ef425df7e77ff1f052c8ae40afca608667f902d3ca23e72643850be760a5f53c258253acf47d3531f3e480f8517483d998771adf22ba85ab58cde7e7e53c7
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 88a2088ebe1b3d3d98973a446bf48f1c8900625205afc6698ff06a2a492d69e463da0c2ca1ee822ad573a9ce02453837c8c2e430d7acdd333aa0edc8aacbf1d9
         
     | 
    
        data/lib/aws-sdk-cloudsearch.rb
    CHANGED
    
    
| 
         @@ -1466,7 +1466,7 @@ module Aws::CloudSearch 
     | 
|
| 
       1466 
1466 
     | 
    
         
             
                #
         
     | 
| 
       1467 
1467 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
       1468 
1468 
     | 
    
         
             
                #
         
     | 
| 
       1469 
     | 
    
         
            -
                #   resp.scaling_parameters.options.desired_instance_type #=> String, one of "search.m1.small", "search.m1.large", "search.m2.xlarge", "search.m2.2xlarge", "search.m3.medium", "search.m3.large", "search.m3.xlarge", "search.m3.2xlarge"
         
     | 
| 
      
 1469 
     | 
    
         
            +
                #   resp.scaling_parameters.options.desired_instance_type #=> String, one of "search.m1.small", "search.m1.large", "search.m2.xlarge", "search.m2.2xlarge", "search.m3.medium", "search.m3.large", "search.m3.xlarge", "search.m3.2xlarge", "search.small", "search.medium", "search.large", "search.xlarge", "search.2xlarge"
         
     | 
| 
       1470 
1470 
     | 
    
         
             
                #   resp.scaling_parameters.options.desired_replication_count #=> Integer
         
     | 
| 
       1471 
1471 
     | 
    
         
             
                #   resp.scaling_parameters.options.desired_partition_count #=> Integer
         
     | 
| 
       1472 
1472 
     | 
    
         
             
                #   resp.scaling_parameters.status.creation_date #=> Time
         
     | 
| 
         @@ -1763,7 +1763,7 @@ module Aws::CloudSearch 
     | 
|
| 
       1763 
1763 
     | 
    
         
             
                #   resp = client.update_scaling_parameters({
         
     | 
| 
       1764 
1764 
     | 
    
         
             
                #     domain_name: "DomainName", # required
         
     | 
| 
       1765 
1765 
     | 
    
         
             
                #     scaling_parameters: { # required
         
     | 
| 
       1766 
     | 
    
         
            -
                #       desired_instance_type: "search.m1.small", # accepts search.m1.small, search.m1.large, search.m2.xlarge, search.m2.2xlarge, search.m3.medium, search.m3.large, search.m3.xlarge, search.m3.2xlarge
         
     | 
| 
      
 1766 
     | 
    
         
            +
                #       desired_instance_type: "search.m1.small", # accepts search.m1.small, search.m1.large, search.m2.xlarge, search.m2.2xlarge, search.m3.medium, search.m3.large, search.m3.xlarge, search.m3.2xlarge, search.small, search.medium, search.large, search.xlarge, search.2xlarge
         
     | 
| 
       1767 
1767 
     | 
    
         
             
                #       desired_replication_count: 1,
         
     | 
| 
       1768 
1768 
     | 
    
         
             
                #       desired_partition_count: 1,
         
     | 
| 
       1769 
1769 
     | 
    
         
             
                #     },
         
     | 
| 
         @@ -1771,7 +1771,7 @@ module Aws::CloudSearch 
     | 
|
| 
       1771 
1771 
     | 
    
         
             
                #
         
     | 
| 
       1772 
1772 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
       1773 
1773 
     | 
    
         
             
                #
         
     | 
| 
       1774 
     | 
    
         
            -
                #   resp.scaling_parameters.options.desired_instance_type #=> String, one of "search.m1.small", "search.m1.large", "search.m2.xlarge", "search.m2.2xlarge", "search.m3.medium", "search.m3.large", "search.m3.xlarge", "search.m3.2xlarge"
         
     | 
| 
      
 1774 
     | 
    
         
            +
                #   resp.scaling_parameters.options.desired_instance_type #=> String, one of "search.m1.small", "search.m1.large", "search.m2.xlarge", "search.m2.2xlarge", "search.m3.medium", "search.m3.large", "search.m3.xlarge", "search.m3.2xlarge", "search.small", "search.medium", "search.large", "search.xlarge", "search.2xlarge"
         
     | 
| 
       1775 
1775 
     | 
    
         
             
                #   resp.scaling_parameters.options.desired_replication_count #=> Integer
         
     | 
| 
       1776 
1776 
     | 
    
         
             
                #   resp.scaling_parameters.options.desired_partition_count #=> Integer
         
     | 
| 
       1777 
1777 
     | 
    
         
             
                #   resp.scaling_parameters.status.creation_date #=> Time
         
     | 
| 
         @@ -1845,7 +1845,7 @@ module Aws::CloudSearch 
     | 
|
| 
       1845 
1845 
     | 
    
         
             
                    params: params,
         
     | 
| 
       1846 
1846 
     | 
    
         
             
                    config: config)
         
     | 
| 
       1847 
1847 
     | 
    
         
             
                  context[:gem_name] = 'aws-sdk-cloudsearch'
         
     | 
| 
       1848 
     | 
    
         
            -
                  context[:gem_version] = '1. 
     | 
| 
      
 1848 
     | 
    
         
            +
                  context[:gem_version] = '1.27.0'
         
     | 
| 
       1849 
1849 
     | 
    
         
             
                  Seahorse::Client::Request.new(handlers, context)
         
     | 
| 
       1850 
1850 
     | 
    
         
             
                end
         
     | 
| 
       1851 
1851 
     | 
    
         | 
| 
         @@ -2280,7 +2280,7 @@ module Aws::CloudSearch 
     | 
|
| 
       2280 
2280 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       2281 
2281 
     | 
    
         
             
                #
         
     | 
| 
       2282 
2282 
     | 
    
         
             
                #       {
         
     | 
| 
       2283 
     | 
    
         
            -
                #         desired_instance_type: "search.m1.small", # accepts search.m1.small, search.m1.large, search.m2.xlarge, search.m2.2xlarge, search.m3.medium, search.m3.large, search.m3.xlarge, search.m3.2xlarge
         
     | 
| 
      
 2283 
     | 
    
         
            +
                #         desired_instance_type: "search.m1.small", # accepts search.m1.small, search.m1.large, search.m2.xlarge, search.m2.2xlarge, search.m3.medium, search.m3.large, search.m3.xlarge, search.m3.2xlarge, search.small, search.medium, search.large, search.xlarge, search.2xlarge
         
     | 
| 
       2284 
2284 
     | 
    
         
             
                #         desired_replication_count: 1,
         
     | 
| 
       2285 
2285 
     | 
    
         
             
                #         desired_partition_count: 1,
         
     | 
| 
       2286 
2286 
     | 
    
         
             
                #       }
         
     | 
| 
         @@ -2615,7 +2615,7 @@ module Aws::CloudSearch 
     | 
|
| 
       2615 
2615 
     | 
    
         
             
                #       {
         
     | 
| 
       2616 
2616 
     | 
    
         
             
                #         domain_name: "DomainName", # required
         
     | 
| 
       2617 
2617 
     | 
    
         
             
                #         scaling_parameters: { # required
         
     | 
| 
       2618 
     | 
    
         
            -
                #           desired_instance_type: "search.m1.small", # accepts search.m1.small, search.m1.large, search.m2.xlarge, search.m2.2xlarge, search.m3.medium, search.m3.large, search.m3.xlarge, search.m3.2xlarge
         
     | 
| 
      
 2618 
     | 
    
         
            +
                #           desired_instance_type: "search.m1.small", # accepts search.m1.small, search.m1.large, search.m2.xlarge, search.m2.2xlarge, search.m3.medium, search.m3.large, search.m3.xlarge, search.m3.2xlarge, search.small, search.medium, search.large, search.xlarge, search.2xlarge
         
     | 
| 
       2619 
2619 
     | 
    
         
             
                #           desired_replication_count: 1,
         
     | 
| 
       2620 
2620 
     | 
    
         
             
                #           desired_partition_count: 1,
         
     | 
| 
       2621 
2621 
     | 
    
         
             
                #         },
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: aws-sdk-cloudsearch
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.27.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Amazon Web Services
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date:  
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2021-01-04 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: aws-sdk-core
         
     |