aws-sdk-codestarconnections 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f57338ade8d32ea9f9a69515b0b46f8b8197e1bb1c1cb4518f0c2f0e16270c3
4
- data.tar.gz: f5bf92b660176e960913152e6b49698758bba44a241b1d94f7ec2c125a5010ec
3
+ metadata.gz: e68473d4e29b7250dececcafefca6526feb26bfe8fe3d096ebd7b033a2a5c07b
4
+ data.tar.gz: 932c2052ce07efdb31c57c1fc2fb2f011d05a60d5c473f4afcd429675bafbac4
5
5
  SHA512:
6
- metadata.gz: 83de0dd3b1b8d5d234f14ffdba3d213f706ca2ed4e8e5837f25db4430d82463a92d0a04e2e1532c3a4cc9c8a7a8435477b74cbbd225e527a177718e5dbb14aa9
7
- data.tar.gz: c1006dcc8ae4dd6ade3702308ab4528629ee0d16bc62b436bcfb5fc6d3b5fd4a611ffa8ccb8cd85c01366f74dea9dcfae32fd19e9e7b773893ad4fae35fecf0a
6
+ metadata.gz: dff8c320d75ce7456a02ed52932cc7cfcba341986b1d3a62caf633ecd6cd27c3f02bc74ac681de94bfa0ed085b94c74b2c59b2eff08707726055a69aec6e6395
7
+ data.tar.gz: 1551ab96d4aa092c695df1022fe94a433648bd597089ad52fbe05ca4931f873e1b76d0bce2a0703bcdbd19eaf70168b29e6539140b5352c1ad342252a5c9d0f9
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-codestarconnections/customizations'
45
45
  # @service
46
46
  module Aws::CodeStarconnections
47
47
 
48
- GEM_VERSION = '1.2.0'
48
+ GEM_VERSION = '1.3.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::CodeStarconnections
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::CodeStarconnections
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -581,7 +581,7 @@ module Aws::CodeStarconnections
581
581
  params: params,
582
582
  config: config)
583
583
  context[:gem_name] = 'aws-sdk-codestarconnections'
584
- context[:gem_version] = '1.2.0'
584
+ context[:gem_version] = '1.3.0'
585
585
  Seahorse::Client::Request.new(handlers, context)
586
586
  end
587
587
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarconnections
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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: 2020-05-06 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core