aws-sdk-ivsrealtime 1.11.0 → 1.12.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-ivsrealtime/client.rb +568 -5
 - data/lib/aws-sdk-ivsrealtime/client_api.rb +448 -0
 - data/lib/aws-sdk-ivsrealtime/endpoint_provider.rb +1 -1
 - data/lib/aws-sdk-ivsrealtime/endpoints.rb +168 -0
 - data/lib/aws-sdk-ivsrealtime/plugins/endpoints.rb +24 -0
 - data/lib/aws-sdk-ivsrealtime/types.rb +978 -58
 - data/lib/aws-sdk-ivsrealtime.rb +2 -2
 - metadata +2 -2
 
    
        data/lib/aws-sdk-ivsrealtime.rb
    CHANGED
    
    | 
         @@ -32,7 +32,7 @@ require_relative 'aws-sdk-ivsrealtime/customizations' 
     | 
|
| 
       32 
32 
     | 
    
         
             
            # structure.
         
     | 
| 
       33 
33 
     | 
    
         
             
            #
         
     | 
| 
       34 
34 
     | 
    
         
             
            #     ivs_real_time = Aws::IVSRealTime::Client.new
         
     | 
| 
       35 
     | 
    
         
            -
            #     resp = ivs_real_time. 
     | 
| 
      
 35 
     | 
    
         
            +
            #     resp = ivs_real_time.create_encoder_configuration(params)
         
     | 
| 
       36 
36 
     | 
    
         
             
            #
         
     | 
| 
       37 
37 
     | 
    
         
             
            # See {Client} for more information.
         
     | 
| 
       38 
38 
     | 
    
         
             
            #
         
     | 
| 
         @@ -52,6 +52,6 @@ require_relative 'aws-sdk-ivsrealtime/customizations' 
     | 
|
| 
       52 
52 
     | 
    
         
             
            # @!group service
         
     | 
| 
       53 
53 
     | 
    
         
             
            module Aws::IVSRealTime
         
     | 
| 
       54 
54 
     | 
    
         | 
| 
       55 
     | 
    
         
            -
              GEM_VERSION = '1. 
     | 
| 
      
 55 
     | 
    
         
            +
              GEM_VERSION = '1.12.0'
         
     | 
| 
       56 
56 
     | 
    
         | 
| 
       57 
57 
     | 
    
         
             
            end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: aws-sdk-ivsrealtime
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.12.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: 2023- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-11-16 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: aws-sdk-core
         
     |