aws-sdk-directconnect 1.38.0 → 1.39.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-directconnect.rb +1 -1
- data/lib/aws-sdk-directconnect/client.rb +29 -11
- data/lib/aws-sdk-directconnect/types.rb +1 -1
- 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: 7b38ba05ae8e83b2a421d28a9de87625812e63a73ef3689b38af05128f7f0d4e
         | 
| 4 | 
            +
              data.tar.gz: 133c8b13b2ec26c75e3bd62add5d4aee489e56fc7e04df93b9bab56642b53da6
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: f69df4a4ec46fc7e03758184bee699fcb432793f99df06adc68b38e270b1ff311f0beb45f83bf71b96257f9a2083219725aeb33807c87043c3668499c1a83527
         | 
| 7 | 
            +
              data.tar.gz: a17c65adbf5886fcd379d7f886051a933345455439da21282dd8d484e709cbb62fa9d44f227391237f1c15297759bc7cb98cf1838690e44ee423001d07841dbe
         | 
| @@ -1361,7 +1361,8 @@ module Aws::DirectConnect | |
| 1361 1361 | 
             
                # pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
         | 
| 1362 1362 | 
             
                #
         | 
| 1363 1363 | 
             
                # For a public virtual interface, the Autonomous System Number (ASN)
         | 
| 1364 | 
            -
                # must be private or already  | 
| 1364 | 
            +
                # must be private or already on the allow list for the virtual
         | 
| 1365 | 
            +
                # interface.
         | 
| 1365 1366 | 
             
                #
         | 
| 1366 1367 | 
             
                # @option params [String] :virtual_interface_id
         | 
| 1367 1368 | 
             
                #   The ID of the virtual interface.
         | 
| @@ -2954,14 +2955,31 @@ module Aws::DirectConnect | |
| 2954 2955 | 
             
                end
         | 
| 2955 2956 |  | 
| 2956 2957 | 
             
                # Lists the associations between your Direct Connect gateways and
         | 
| 2957 | 
            -
                # virtual private gateways. You must specify  | 
| 2958 | 
            -
                #  | 
| 2959 | 
            -
                # | 
| 2960 | 
            -
                #  | 
| 2961 | 
            -
                # | 
| 2962 | 
            -
                #  | 
| 2963 | 
            -
                #  | 
| 2964 | 
            -
                # | 
| 2958 | 
            +
                # virtual private gateways and transit gateways. You must specify one of
         | 
| 2959 | 
            +
                # the following:
         | 
| 2960 | 
            +
                #
         | 
| 2961 | 
            +
                # * A Direct Connect gateway
         | 
| 2962 | 
            +
                #
         | 
| 2963 | 
            +
                #   The response contains all virtual private gateways and transit
         | 
| 2964 | 
            +
                #   gateways associated with the Direct Connect gateway.
         | 
| 2965 | 
            +
                #
         | 
| 2966 | 
            +
                # * A virtual private gateway
         | 
| 2967 | 
            +
                #
         | 
| 2968 | 
            +
                #   The response contains the Direct Connect gateway.
         | 
| 2969 | 
            +
                #
         | 
| 2970 | 
            +
                # * A transit gateway
         | 
| 2971 | 
            +
                #
         | 
| 2972 | 
            +
                #   The response contains the Direct Connect gateway.
         | 
| 2973 | 
            +
                #
         | 
| 2974 | 
            +
                # * A Direct Connect gateway and a virtual private gateway
         | 
| 2975 | 
            +
                #
         | 
| 2976 | 
            +
                #   The response contains the association between the Direct Connect
         | 
| 2977 | 
            +
                #   gateway and virtual private gateway.
         | 
| 2978 | 
            +
                #
         | 
| 2979 | 
            +
                # * A Direct Connect gateway and a transit gateway
         | 
| 2980 | 
            +
                #
         | 
| 2981 | 
            +
                #   The response contains the association between the Direct Connect
         | 
| 2982 | 
            +
                #   gateway and transit gateway.
         | 
| 2965 2983 | 
             
                #
         | 
| 2966 2984 | 
             
                # @option params [String] :association_id
         | 
| 2967 2985 | 
             
                #   The ID of the Direct Connect gateway association.
         | 
| @@ -2984,7 +3002,7 @@ module Aws::DirectConnect | |
| 2984 3002 | 
             
                #   The token provided in the previous call to retrieve the next page.
         | 
| 2985 3003 | 
             
                #
         | 
| 2986 3004 | 
             
                # @option params [String] :virtual_gateway_id
         | 
| 2987 | 
            -
                #   The ID of the virtual private gateway.
         | 
| 3005 | 
            +
                #   The ID of the virtual private gateway or transit gateway.
         | 
| 2988 3006 | 
             
                #
         | 
| 2989 3007 | 
             
                # @return [Types::DescribeDirectConnectGatewayAssociationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         | 
| 2990 3008 | 
             
                #
         | 
| @@ -4158,7 +4176,7 @@ module Aws::DirectConnect | |
| 4158 4176 | 
             
                    params: params,
         | 
| 4159 4177 | 
             
                    config: config)
         | 
| 4160 4178 | 
             
                  context[:gem_name] = 'aws-sdk-directconnect'
         | 
| 4161 | 
            -
                  context[:gem_version] = '1. | 
| 4179 | 
            +
                  context[:gem_version] = '1.39.0'
         | 
| 4162 4180 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 4163 4181 | 
             
                end
         | 
| 4164 4182 |  | 
| @@ -1947,7 +1947,7 @@ module Aws::DirectConnect | |
| 1947 1947 | 
             
                #   @return [String]
         | 
| 1948 1948 | 
             
                #
         | 
| 1949 1949 | 
             
                # @!attribute [rw] virtual_gateway_id
         | 
| 1950 | 
            -
                #   The ID of the virtual private gateway.
         | 
| 1950 | 
            +
                #   The ID of the virtual private gateway or transit gateway.
         | 
| 1951 1951 | 
             
                #   @return [String]
         | 
| 1952 1952 | 
             
                #
         | 
| 1953 1953 | 
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationsRequest AWS API Documentation
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-directconnect
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.39.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: 2021- | 
| 11 | 
            +
            date: 2021-03-02 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: aws-sdk-core
         |