aws-sdk-codestar 1.58.0 → 1.59.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2806358b51789c7f56be0313359eafe3ac63f0b9cb098b0ab629e7bef2a5fc9a
4
- data.tar.gz: e918d863754bc309319779e897b25776218576d77e678a1bc799f3a4a8805a27
3
+ metadata.gz: 563f3a0ee85fc3c0e3e36144e5d5a8fa09fe0c72441356bc9b5227ba636756c7
4
+ data.tar.gz: 5f0fa3f92b503f7f835414d600fb2cf3e497054b91ee706f44058e124fb4dea5
5
5
  SHA512:
6
- metadata.gz: fd06fa7c151c069ae5860586caedc3c86274ca0329786fcd57c3d64a27ab4a74725bef8737d650890a3e0092661a7d279838888047315895b0079fb5cd673ffb
7
- data.tar.gz: 2e4dfe2052cef80d08b39005b9bd271d2b368fb16f3ca41beded5269631ad09fa10a081618ffcd4c64f46a02e72a13984cf3a0decc88b32f8f24a65f301b1be9
6
+ metadata.gz: f776d618f5566fa961957f9ef366000e5783e4c0b7d55958b8f726e4af87e75d3141055ac4048841034fcd9f23ff84356da95a3e2cb61714746c3e1bb4876fd8
7
+ data.tar.gz: c80b8b2cb5ad75ccdb40564a1b8d1cabc7c0a22e9fb080f92d0049c3ecc138f461d45ec78b19ea0893fb866fae510f42c6a820b24501a6504e83350ee52d2ced
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2024-08-09)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Feature - CodeStar has been removed from the SDK because it has been discontinued.
10
+
4
11
  1.58.0 (2024-07-18)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -1257,7 +1257,7 @@ module Aws::CodeStar
1257
1257
  params: params,
1258
1258
  config: config)
1259
1259
  context[:gem_name] = 'aws-sdk-codestar'
1260
- context[:gem_version] = '1.58.0'
1260
+ context[:gem_version] = '1.59.0'
1261
1261
  Seahorse::Client::Request.new(handlers, context)
1262
1262
  end
1263
1263
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codestar/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeStar
54
54
 
55
- GEM_VERSION = '1.58.0'
55
+ GEM_VERSION = '1.59.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.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: 2024-07-18 00:00:00.000000000 Z
11
+ date: 2024-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -44,8 +44,8 @@ dependencies:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
46
  version: '1.5'
47
- description: Official AWS Ruby gem for AWS CodeStar (CodeStar). This gem is part of
48
- the AWS SDK for Ruby.
47
+ description: "[DEPRECATED] Official AWS Ruby gem for AWS CodeStar (CodeStar). This
48
+ gem is part of the AWS SDK for Ruby."
49
49
  email:
50
50
  - aws-dr-rubygems@amazon.com
51
51
  executables: []
@@ -77,7 +77,7 @@ licenses:
77
77
  metadata:
78
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codestar
79
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codestar/CHANGELOG.md
80
- post_install_message:
80
+ post_install_message: "*** aws-sdk-codestar is deprecated ***"
81
81
  rdoc_options: []
82
82
  require_paths:
83
83
  - lib