aws-sdk-servicecatalog 1.77.0 → 1.79.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +17 -17
- data/lib/aws-sdk-servicecatalog/types.rb +2 -0
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54f5d17ad7319a313a0368674c9babcc18c52d0bceb42573b18e1aea70e71a31
|
4
|
+
data.tar.gz: 6204e33542c232cbf5089148c0f9be26dcf19ceeb2c819fd15f806d7825be1ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be125ed02086942c9cafd68a167b289a364509db6ef6c29c82ed28aa76d24ee158dc1506e97197259fc2be80606c24f40058ed5417dfef1b260e4ab0e680e585
|
7
|
+
data.tar.gz: bf71f518bdbfa974f495e0929160bf80c7654c709dc550ac09bf5894518dc3d23ba62a10afd1703d7514e6ee0e6b21ee8078ecb500206a95d2284f63b984d724
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.79.0 (2023-04-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updates description for property
|
8
|
+
|
9
|
+
1.78.0 (2023-04-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - removed incorrect product type value
|
13
|
+
|
4
14
|
1.77.0 (2023-04-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.79.0
|
@@ -1212,7 +1212,7 @@ module Aws::ServiceCatalog
|
|
1212
1212
|
# support_description: "SupportDescription",
|
1213
1213
|
# support_email: "SupportEmail",
|
1214
1214
|
# support_url: "SupportUrl",
|
1215
|
-
# product_type: "CLOUD_FORMATION_TEMPLATE", # required, accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE,
|
1215
|
+
# product_type: "CLOUD_FORMATION_TEMPLATE", # required, accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE, TERRAFORM_OPEN_SOURCE
|
1216
1216
|
# tags: [
|
1217
1217
|
# {
|
1218
1218
|
# key: "TagKey", # required
|
@@ -1225,7 +1225,7 @@ module Aws::ServiceCatalog
|
|
1225
1225
|
# info: {
|
1226
1226
|
# "ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue",
|
1227
1227
|
# },
|
1228
|
-
# type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR,
|
1228
|
+
# type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR, TERRAFORM_OPEN_SOURCE
|
1229
1229
|
# disable_template_validation: false,
|
1230
1230
|
# },
|
1231
1231
|
# idempotency_token: "IdempotencyToken", # required
|
@@ -1249,7 +1249,7 @@ module Aws::ServiceCatalog
|
|
1249
1249
|
# resp.product_view_detail.product_view_summary.name #=> String
|
1250
1250
|
# resp.product_view_detail.product_view_summary.owner #=> String
|
1251
1251
|
# resp.product_view_detail.product_view_summary.short_description #=> String
|
1252
|
-
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "
|
1252
|
+
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE"
|
1253
1253
|
# resp.product_view_detail.product_view_summary.distributor #=> String
|
1254
1254
|
# resp.product_view_detail.product_view_summary.has_default_path #=> Boolean
|
1255
1255
|
# resp.product_view_detail.product_view_summary.support_email #=> String
|
@@ -1271,7 +1271,7 @@ module Aws::ServiceCatalog
|
|
1271
1271
|
# resp.provisioning_artifact_detail.id #=> String
|
1272
1272
|
# resp.provisioning_artifact_detail.name #=> String
|
1273
1273
|
# resp.provisioning_artifact_detail.description #=> String
|
1274
|
-
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "
|
1274
|
+
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE"
|
1275
1275
|
# resp.provisioning_artifact_detail.created_time #=> Time
|
1276
1276
|
# resp.provisioning_artifact_detail.active #=> Boolean
|
1277
1277
|
# resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
|
@@ -1457,7 +1457,7 @@ module Aws::ServiceCatalog
|
|
1457
1457
|
# info: {
|
1458
1458
|
# "ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue",
|
1459
1459
|
# },
|
1460
|
-
# type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR,
|
1460
|
+
# type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR, TERRAFORM_OPEN_SOURCE
|
1461
1461
|
# disable_template_validation: false,
|
1462
1462
|
# },
|
1463
1463
|
# idempotency_token: "IdempotencyToken", # required
|
@@ -1468,7 +1468,7 @@ module Aws::ServiceCatalog
|
|
1468
1468
|
# resp.provisioning_artifact_detail.id #=> String
|
1469
1469
|
# resp.provisioning_artifact_detail.name #=> String
|
1470
1470
|
# resp.provisioning_artifact_detail.description #=> String
|
1471
|
-
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "
|
1471
|
+
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE"
|
1472
1472
|
# resp.provisioning_artifact_detail.created_time #=> Time
|
1473
1473
|
# resp.provisioning_artifact_detail.active #=> Boolean
|
1474
1474
|
# resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
|
@@ -2201,7 +2201,7 @@ module Aws::ServiceCatalog
|
|
2201
2201
|
# resp.product_view_summary.name #=> String
|
2202
2202
|
# resp.product_view_summary.owner #=> String
|
2203
2203
|
# resp.product_view_summary.short_description #=> String
|
2204
|
-
# resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "
|
2204
|
+
# resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE"
|
2205
2205
|
# resp.product_view_summary.distributor #=> String
|
2206
2206
|
# resp.product_view_summary.has_default_path #=> Boolean
|
2207
2207
|
# resp.product_view_summary.support_email #=> String
|
@@ -2278,7 +2278,7 @@ module Aws::ServiceCatalog
|
|
2278
2278
|
# resp.product_view_detail.product_view_summary.name #=> String
|
2279
2279
|
# resp.product_view_detail.product_view_summary.owner #=> String
|
2280
2280
|
# resp.product_view_detail.product_view_summary.short_description #=> String
|
2281
|
-
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "
|
2281
|
+
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE"
|
2282
2282
|
# resp.product_view_detail.product_view_summary.distributor #=> String
|
2283
2283
|
# resp.product_view_detail.product_view_summary.has_default_path #=> Boolean
|
2284
2284
|
# resp.product_view_detail.product_view_summary.support_email #=> String
|
@@ -2356,7 +2356,7 @@ module Aws::ServiceCatalog
|
|
2356
2356
|
# resp.product_view_summary.name #=> String
|
2357
2357
|
# resp.product_view_summary.owner #=> String
|
2358
2358
|
# resp.product_view_summary.short_description #=> String
|
2359
|
-
# resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "
|
2359
|
+
# resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE"
|
2360
2360
|
# resp.product_view_summary.distributor #=> String
|
2361
2361
|
# resp.product_view_summary.has_default_path #=> Boolean
|
2362
2362
|
# resp.product_view_summary.support_email #=> String
|
@@ -2571,7 +2571,7 @@ module Aws::ServiceCatalog
|
|
2571
2571
|
# resp.provisioning_artifact_detail.id #=> String
|
2572
2572
|
# resp.provisioning_artifact_detail.name #=> String
|
2573
2573
|
# resp.provisioning_artifact_detail.description #=> String
|
2574
|
-
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "
|
2574
|
+
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE"
|
2575
2575
|
# resp.provisioning_artifact_detail.created_time #=> Time
|
2576
2576
|
# resp.provisioning_artifact_detail.active #=> Boolean
|
2577
2577
|
# resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
|
@@ -4102,7 +4102,7 @@ module Aws::ServiceCatalog
|
|
4102
4102
|
# resp.provisioning_artifact_details[0].id #=> String
|
4103
4103
|
# resp.provisioning_artifact_details[0].name #=> String
|
4104
4104
|
# resp.provisioning_artifact_details[0].description #=> String
|
4105
|
-
# resp.provisioning_artifact_details[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "
|
4105
|
+
# resp.provisioning_artifact_details[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE"
|
4106
4106
|
# resp.provisioning_artifact_details[0].created_time #=> Time
|
4107
4107
|
# resp.provisioning_artifact_details[0].active #=> Boolean
|
4108
4108
|
# resp.provisioning_artifact_details[0].guidance #=> String, one of "DEFAULT", "DEPRECATED"
|
@@ -4162,7 +4162,7 @@ module Aws::ServiceCatalog
|
|
4162
4162
|
# resp.provisioning_artifact_views[0].product_view_summary.name #=> String
|
4163
4163
|
# resp.provisioning_artifact_views[0].product_view_summary.owner #=> String
|
4164
4164
|
# resp.provisioning_artifact_views[0].product_view_summary.short_description #=> String
|
4165
|
-
# resp.provisioning_artifact_views[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "
|
4165
|
+
# resp.provisioning_artifact_views[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE"
|
4166
4166
|
# resp.provisioning_artifact_views[0].product_view_summary.distributor #=> String
|
4167
4167
|
# resp.provisioning_artifact_views[0].product_view_summary.has_default_path #=> Boolean
|
4168
4168
|
# resp.provisioning_artifact_views[0].product_view_summary.support_email #=> String
|
@@ -5003,7 +5003,7 @@ module Aws::ServiceCatalog
|
|
5003
5003
|
# resp.product_view_summaries[0].name #=> String
|
5004
5004
|
# resp.product_view_summaries[0].owner #=> String
|
5005
5005
|
# resp.product_view_summaries[0].short_description #=> String
|
5006
|
-
# resp.product_view_summaries[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "
|
5006
|
+
# resp.product_view_summaries[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE"
|
5007
5007
|
# resp.product_view_summaries[0].distributor #=> String
|
5008
5008
|
# resp.product_view_summaries[0].has_default_path #=> Boolean
|
5009
5009
|
# resp.product_view_summaries[0].support_email #=> String
|
@@ -5087,7 +5087,7 @@ module Aws::ServiceCatalog
|
|
5087
5087
|
# resp.product_view_details[0].product_view_summary.name #=> String
|
5088
5088
|
# resp.product_view_details[0].product_view_summary.owner #=> String
|
5089
5089
|
# resp.product_view_details[0].product_view_summary.short_description #=> String
|
5090
|
-
# resp.product_view_details[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "
|
5090
|
+
# resp.product_view_details[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE"
|
5091
5091
|
# resp.product_view_details[0].product_view_summary.distributor #=> String
|
5092
5092
|
# resp.product_view_details[0].product_view_summary.has_default_path #=> Boolean
|
5093
5093
|
# resp.product_view_details[0].product_view_summary.support_email #=> String
|
@@ -5689,7 +5689,7 @@ module Aws::ServiceCatalog
|
|
5689
5689
|
# resp.product_view_detail.product_view_summary.name #=> String
|
5690
5690
|
# resp.product_view_detail.product_view_summary.owner #=> String
|
5691
5691
|
# resp.product_view_detail.product_view_summary.short_description #=> String
|
5692
|
-
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "
|
5692
|
+
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE"
|
5693
5693
|
# resp.product_view_detail.product_view_summary.distributor #=> String
|
5694
5694
|
# resp.product_view_detail.product_view_summary.has_default_path #=> Boolean
|
5695
5695
|
# resp.product_view_detail.product_view_summary.support_email #=> String
|
@@ -6012,7 +6012,7 @@ module Aws::ServiceCatalog
|
|
6012
6012
|
# resp.provisioning_artifact_detail.id #=> String
|
6013
6013
|
# resp.provisioning_artifact_detail.name #=> String
|
6014
6014
|
# resp.provisioning_artifact_detail.description #=> String
|
6015
|
-
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "
|
6015
|
+
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE"
|
6016
6016
|
# resp.provisioning_artifact_detail.created_time #=> Time
|
6017
6017
|
# resp.provisioning_artifact_detail.active #=> Boolean
|
6018
6018
|
# resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
|
@@ -6138,7 +6138,7 @@ module Aws::ServiceCatalog
|
|
6138
6138
|
params: params,
|
6139
6139
|
config: config)
|
6140
6140
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
6141
|
-
context[:gem_version] = '1.
|
6141
|
+
context[:gem_version] = '1.79.0'
|
6142
6142
|
Seahorse::Client::Request.new(handlers, context)
|
6143
6143
|
end
|
6144
6144
|
|
@@ -5092,6 +5092,8 @@ module Aws::ServiceCatalog
|
|
5092
5092
|
#
|
5093
5093
|
# * `MARKETPLACE_CAR` - Amazon Web Services Marketplace Clusters and
|
5094
5094
|
# Amazon Web Services Resources
|
5095
|
+
#
|
5096
|
+
# * `TERRAFORM_OPEN_SOURCE` - Terraform open source configuration file
|
5095
5097
|
# @return [String]
|
5096
5098
|
#
|
5097
5099
|
# @!attribute [rw] disable_template_validation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-servicecatalog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.79.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: 2023-04-
|
11
|
+
date: 2023-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|