aws-sdk-marketplacedeployment 1.17.0 → 1.18.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 604b310a8a5352971bb1401fed3b6ff076dd31babe80c8beef859c8fb9cb5282
|
4
|
+
data.tar.gz: 3d44d59c7e53c81f1517bf845eb9b031eec65b3ef8a4807c854d62db622e6b29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 322aa716549d3ce1b545236bd078730ace7308b47d0b531894be3b033d598853034425f4ff4d8e06b5d98792bf4fd27ef4368b3b91e98605ac58eb6cf4ba0696
|
7
|
+
data.tar.gz: 6f30240ce9d7c8f1a0307767b50386d26ebd7e963a2de6a66307144f426eb552bb9f507c4e0abbfe6f3bd5eea461e22ea58517dfb894a72a56255091623ec64b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.18.0
|
@@ -508,12 +508,17 @@ module Aws::MarketplaceDeployment
|
|
508
508
|
# The unique identifier of the agreement.
|
509
509
|
#
|
510
510
|
# @option params [required, String] :catalog
|
511
|
-
# The catalog related to the request. Fixed value: `
|
511
|
+
# The catalog related to the request. Fixed value: `AWSMarketplace`
|
512
512
|
#
|
513
513
|
# @option params [String] :client_token
|
514
514
|
# The idempotency token for deployment parameters. A unique identifier
|
515
515
|
# for the new version.
|
516
516
|
#
|
517
|
+
# <note markdown="1"> This field is not required if you're calling using an AWS SDK.
|
518
|
+
# Otherwise, a `clientToken` must be provided with the request.
|
519
|
+
#
|
520
|
+
# </note>
|
521
|
+
#
|
517
522
|
# **A suitable default value is auto-generated.** You should normally
|
518
523
|
# not need to pass this option.**
|
519
524
|
#
|
@@ -650,7 +655,7 @@ module Aws::MarketplaceDeployment
|
|
650
655
|
tracer: tracer
|
651
656
|
)
|
652
657
|
context[:gem_name] = 'aws-sdk-marketplacedeployment'
|
653
|
-
context[:gem_version] = '1.
|
658
|
+
context[:gem_version] = '1.18.0'
|
654
659
|
Seahorse::Client::Request.new(handlers, context)
|
655
660
|
end
|
656
661
|
|
@@ -121,9 +121,11 @@ module Aws::MarketplaceDeployment
|
|
121
121
|
|
122
122
|
api.metadata = {
|
123
123
|
"apiVersion" => "2023-01-25",
|
124
|
+
"auth" => ["aws.auth#sigv4"],
|
124
125
|
"endpointPrefix" => "deployment-marketplace",
|
125
126
|
"jsonVersion" => "1.1",
|
126
127
|
"protocol" => "rest-json",
|
128
|
+
"protocols" => ["rest-json"],
|
127
129
|
"serviceFullName" => "AWS Marketplace Deployment Service",
|
128
130
|
"serviceId" => "Marketplace Deployment",
|
129
131
|
"signatureVersion" => "v4",
|
@@ -45,6 +45,12 @@ module Aws::MarketplaceDeployment
|
|
45
45
|
# The shape containing the requested deployment parameter name and
|
46
46
|
# secretString.
|
47
47
|
#
|
48
|
+
# <note markdown="1"> To support AWS CloudFormation dynamic references to this resource
|
49
|
+
# using Quick Launch, this value must match a parameter defined in the
|
50
|
+
# CloudFormation templated provided to buyers.
|
51
|
+
#
|
52
|
+
# </note>
|
53
|
+
#
|
48
54
|
# @!attribute [rw] name
|
49
55
|
# The desired name of the deployment parameter. This is the identifier
|
50
56
|
# on which deployment parameters are keyed for a given buyer and
|
@@ -109,13 +115,18 @@ module Aws::MarketplaceDeployment
|
|
109
115
|
# @return [String]
|
110
116
|
#
|
111
117
|
# @!attribute [rw] catalog
|
112
|
-
# The catalog related to the request. Fixed value: `
|
118
|
+
# The catalog related to the request. Fixed value: `AWSMarketplace`
|
113
119
|
# @return [String]
|
114
120
|
#
|
115
121
|
# @!attribute [rw] client_token
|
116
122
|
# The idempotency token for deployment parameters. A unique identifier
|
117
123
|
# for the new version.
|
118
124
|
#
|
125
|
+
# <note markdown="1"> This field is not required if you're calling using an AWS SDK.
|
126
|
+
# Otherwise, a `clientToken` must be provided with the request.
|
127
|
+
#
|
128
|
+
# </note>
|
129
|
+
#
|
119
130
|
# **A suitable default value is auto-generated.** You should normally
|
120
131
|
# not need to pass this option.
|
121
132
|
# @return [String]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-marketplacedeployment
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.18.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: 2025-
|
11
|
+
date: 2025-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -36,14 +36,14 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for AWS Marketplace Deployment Service. This gem
|
48
48
|
is part of the AWS SDK for Ruby.
|
49
49
|
email:
|