aws-sdk-servicecatalog 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-servicecatalog/client.rb +17 -17
- 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: a2d8d45af19a7d61bad735d812c04ee484debd4087913aee0cdaa84e1e94b7cb
|
|
4
|
+
data.tar.gz: a2618a943bbef8c070fd9bd1283dd82a2c899fbf30284cfa611f06b64944ac06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dae36f02eb5f7c176a67d0b86e0cf0b820148987f70cd71f3efab846ee3a9158fbd31c9401d4b743edc0f7a12d73b760016f9d109b2c0d4a90ab09c4ca90aa32
|
|
7
|
+
data.tar.gz: e9c49331beef62d95ca2ec70736760cdd778c6ee149510d38853dfd7098a975c431b1c637c5e9ea6af7555e7bbb87ea9636777fdec33085fcf04a3ea9873a0b5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.78.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.78.0'
|
|
6142
6142
|
Seahorse::Client::Request.new(handlers, context)
|
|
6143
6143
|
end
|
|
6144
6144
|
|
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.78.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-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|