aws-sdk-marketplacecatalog 1.77.0 → 1.78.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-marketplacecatalog/client.rb +1 -1
- data/lib/aws-sdk-marketplacecatalog.rb +1 -1
- data/sig/client.rbs +7 -7
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 571b5b615a7b9af1d058a70df93c3b47dd7fda2099ade9658c6d7397822a7293
|
|
4
|
+
data.tar.gz: e941f2a37bf84cb2dc8e50ad1e11e317a8347c5bdf72022b9692633fa42d7b3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4646caa7038cb8fd98167697ee7a24934d69816ed4691f19662b9096bc1b8dfe0ebe915e7bdca72b70bdd864eb67185e66914aa565fd64d155cc185775c13203
|
|
7
|
+
data.tar.gz: 6c82389c12a060e5797d945eac461d8336aa16a4d33bfaa6d52138582dd408c47a39a799859d7607f06c054c0799333790705d7feeb4f48b4ad080f9b0db3724
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.78.0
|
|
@@ -1449,7 +1449,7 @@ module Aws::MarketplaceCatalog
|
|
|
1449
1449
|
tracer: tracer
|
|
1450
1450
|
)
|
|
1451
1451
|
context[:gem_name] = 'aws-sdk-marketplacecatalog'
|
|
1452
|
-
context[:gem_version] = '1.
|
|
1452
|
+
context[:gem_version] = '1.78.0'
|
|
1453
1453
|
Seahorse::Client::Request.new(handlers, context)
|
|
1454
1454
|
end
|
|
1455
1455
|
|
data/sig/client.rbs
CHANGED
|
@@ -89,7 +89,7 @@ module Aws
|
|
|
89
89
|
{
|
|
90
90
|
catalog: ::String,
|
|
91
91
|
entity_id: ::String
|
|
92
|
-
}
|
|
92
|
+
}
|
|
93
93
|
]
|
|
94
94
|
) -> _BatchDescribeEntitiesResponseSuccess
|
|
95
95
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDescribeEntitiesResponseSuccess
|
|
@@ -173,7 +173,7 @@ module Aws
|
|
|
173
173
|
{
|
|
174
174
|
name: ::String?,
|
|
175
175
|
value_list: Array[::String]?
|
|
176
|
-
}
|
|
176
|
+
}
|
|
177
177
|
],
|
|
178
178
|
?sort: {
|
|
179
179
|
sort_by: ::String?,
|
|
@@ -197,7 +197,7 @@ module Aws
|
|
|
197
197
|
{
|
|
198
198
|
name: ::String?,
|
|
199
199
|
value_list: Array[::String]?
|
|
200
|
-
}
|
|
200
|
+
}
|
|
201
201
|
],
|
|
202
202
|
?sort: {
|
|
203
203
|
sort_by: ::String?,
|
|
@@ -508,13 +508,13 @@ module Aws
|
|
|
508
508
|
{
|
|
509
509
|
key: ::String,
|
|
510
510
|
value: ::String
|
|
511
|
-
}
|
|
511
|
+
}
|
|
512
512
|
]?,
|
|
513
513
|
details: ::String?,
|
|
514
514
|
details_document: {
|
|
515
515
|
}?,
|
|
516
516
|
change_name: ::String?
|
|
517
|
-
}
|
|
517
|
+
}
|
|
518
518
|
],
|
|
519
519
|
?change_set_name: ::String,
|
|
520
520
|
?client_request_token: ::String,
|
|
@@ -522,7 +522,7 @@ module Aws
|
|
|
522
522
|
{
|
|
523
523
|
key: ::String,
|
|
524
524
|
value: ::String
|
|
525
|
-
}
|
|
525
|
+
}
|
|
526
526
|
],
|
|
527
527
|
?intent: ("VALIDATE" | "APPLY")
|
|
528
528
|
) -> _StartChangeSetResponseSuccess
|
|
@@ -538,7 +538,7 @@ module Aws
|
|
|
538
538
|
{
|
|
539
539
|
key: ::String,
|
|
540
540
|
value: ::String
|
|
541
|
-
}
|
|
541
|
+
}
|
|
542
542
|
]
|
|
543
543
|
) -> _TagResourceResponseSuccess
|
|
544
544
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|