aws-sdk-codedeploy 1.68.0 → 1.70.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codedeploy/client.rb +5 -8
- data/lib/aws-sdk-codedeploy/client_api.rb +2 -0
- data/lib/aws-sdk-codedeploy.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a4d3ef1d381e1acea9b3c924b193316b09071cb0858d9cd11bbfbc0ca8b78fd
|
|
4
|
+
data.tar.gz: 153065737b176fab4f65c0bd5bd3878022aa2df8ddb4defeb610687e05514a57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f43063e94e7f14d027aa3489bf2e388bb1e1a8dee085c0ad61a572a046a3c1ea1233e9e94ea21ddef1c46b80d4186da7dc30259f19cb6f5f7513f0ed83eb54e9
|
|
7
|
+
data.tar.gz: e68e69deb334aa3001846749a4061cbb93a107666123d40905cc1e1b8332937da38e07b2e16f0e1bbb26c830893e0687db211e52b0dc5e294a91bc47a0173173
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.70.0 (2024-06-28)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.69.0 (2024-06-25)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.68.0 (2024-06-24)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.70.0
|
|
@@ -314,13 +314,10 @@ module Aws::CodeDeploy
|
|
|
314
314
|
#
|
|
315
315
|
# @option options [Boolean] :simple_json (false)
|
|
316
316
|
# Disables request parameter conversion, validation, and formatting.
|
|
317
|
-
# Also
|
|
318
|
-
#
|
|
319
|
-
#
|
|
320
|
-
# structures.
|
|
321
|
-
#
|
|
322
|
-
# When `:simple_json` is enabled, the request parameters hash must
|
|
323
|
-
# be formatted exactly as the DynamoDB API expects.
|
|
317
|
+
# Also disables response data type conversions. The request parameters
|
|
318
|
+
# hash must be formatted exactly as the API expects.This option is useful
|
|
319
|
+
# when you want to ensure the highest level of performance by avoiding
|
|
320
|
+
# overhead of walking request parameters and response data structures.
|
|
324
321
|
#
|
|
325
322
|
# @option options [Boolean] :stub_responses (false)
|
|
326
323
|
# Causes the client to return stubbed responses. By default
|
|
@@ -3602,7 +3599,7 @@ module Aws::CodeDeploy
|
|
|
3602
3599
|
params: params,
|
|
3603
3600
|
config: config)
|
|
3604
3601
|
context[:gem_name] = 'aws-sdk-codedeploy'
|
|
3605
|
-
context[:gem_version] = '1.
|
|
3602
|
+
context[:gem_version] = '1.70.0'
|
|
3606
3603
|
Seahorse::Client::Request.new(handlers, context)
|
|
3607
3604
|
end
|
|
3608
3605
|
|
|
@@ -1436,9 +1436,11 @@ module Aws::CodeDeploy
|
|
|
1436
1436
|
|
|
1437
1437
|
api.metadata = {
|
|
1438
1438
|
"apiVersion" => "2014-10-06",
|
|
1439
|
+
"auth" => ["aws.auth#sigv4"],
|
|
1439
1440
|
"endpointPrefix" => "codedeploy",
|
|
1440
1441
|
"jsonVersion" => "1.1",
|
|
1441
1442
|
"protocol" => "json",
|
|
1443
|
+
"protocols" => ["json"],
|
|
1442
1444
|
"serviceAbbreviation" => "CodeDeploy",
|
|
1443
1445
|
"serviceFullName" => "AWS CodeDeploy",
|
|
1444
1446
|
"serviceId" => "CodeDeploy",
|
data/lib/aws-sdk-codedeploy.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-codedeploy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.70.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-06-
|
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.199.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.199.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|