aws-sdk-servicecatalog 1.111.0 → 1.112.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 +1 -1
- data/lib/aws-sdk-servicecatalog/client_api.rb +21 -21
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 921a8925fe119443d24f0ec813749f65b47f7c7b0750dcc7a122ce3eb44afc56
|
4
|
+
data.tar.gz: 4de7e527ac0dcd6fce8af6c3ee3362c34c8015ab30936379608571c352ac9d10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e4a0ce5c80842f9fcb39fa58a222b10eafd42716df22121b77843436c1fce3a1fb78661351e276ee27ba9a9e7b159a9a454cf049af7dccebc2ee813ed2a5228
|
7
|
+
data.tar.gz: 2ca0b688bd061a8e73d741af7e3fe508f7d36aa38222d2abaeb7bf7745ed22b737167cb10d0f54924fbfdc4bb29e85145ad5deee162c8aa001b3a9562732c239
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.112.0
|
@@ -6373,7 +6373,7 @@ module Aws::ServiceCatalog
|
|
6373
6373
|
tracer: tracer
|
6374
6374
|
)
|
6375
6375
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
6376
|
-
context[:gem_version] = '1.
|
6376
|
+
context[:gem_version] = '1.112.0'
|
6377
6377
|
Seahorse::Client::Request.new(handlers, context)
|
6378
6378
|
end
|
6379
6379
|
|
@@ -543,7 +543,7 @@ module Aws::ServiceCatalog
|
|
543
543
|
AssociateServiceActionWithProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
544
544
|
AssociateServiceActionWithProvisioningArtifactInput.add_member(:service_action_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ServiceActionId"))
|
545
545
|
AssociateServiceActionWithProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
546
|
-
AssociateServiceActionWithProvisioningArtifactInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
546
|
+
AssociateServiceActionWithProvisioningArtifactInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
547
547
|
AssociateServiceActionWithProvisioningArtifactInput.struct_class = Types::AssociateServiceActionWithProvisioningArtifactInput
|
548
548
|
|
549
549
|
AssociateServiceActionWithProvisioningArtifactOutput.struct_class = Types::AssociateServiceActionWithProvisioningArtifactOutput
|
@@ -608,7 +608,7 @@ module Aws::ServiceCatalog
|
|
608
608
|
CopyProductInput.add_member(:target_product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "TargetProductName"))
|
609
609
|
CopyProductInput.add_member(:source_provisioning_artifact_identifiers, Shapes::ShapeRef.new(shape: SourceProvisioningArtifactProperties, location_name: "SourceProvisioningArtifactIdentifiers"))
|
610
610
|
CopyProductInput.add_member(:copy_options, Shapes::ShapeRef.new(shape: CopyOptions, location_name: "CopyOptions"))
|
611
|
-
CopyProductInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
611
|
+
CopyProductInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
612
612
|
CopyProductInput.struct_class = Types::CopyProductInput
|
613
613
|
|
614
614
|
CopyProductOutput.add_member(:copy_product_token, Shapes::ShapeRef.new(shape: Id, location_name: "CopyProductToken"))
|
@@ -620,7 +620,7 @@ module Aws::ServiceCatalog
|
|
620
620
|
CreateConstraintInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ConstraintParameters, required: true, location_name: "Parameters"))
|
621
621
|
CreateConstraintInput.add_member(:type, Shapes::ShapeRef.new(shape: ConstraintType, required: true, location_name: "Type"))
|
622
622
|
CreateConstraintInput.add_member(:description, Shapes::ShapeRef.new(shape: ConstraintDescription, location_name: "Description"))
|
623
|
-
CreateConstraintInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
623
|
+
CreateConstraintInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
624
624
|
CreateConstraintInput.struct_class = Types::CreateConstraintInput
|
625
625
|
|
626
626
|
CreateConstraintOutput.add_member(:constraint_detail, Shapes::ShapeRef.new(shape: ConstraintDetail, location_name: "ConstraintDetail"))
|
@@ -633,7 +633,7 @@ module Aws::ServiceCatalog
|
|
633
633
|
CreatePortfolioInput.add_member(:description, Shapes::ShapeRef.new(shape: PortfolioDescription, location_name: "Description"))
|
634
634
|
CreatePortfolioInput.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, required: true, location_name: "ProviderName"))
|
635
635
|
CreatePortfolioInput.add_member(:tags, Shapes::ShapeRef.new(shape: AddTags, location_name: "Tags"))
|
636
|
-
CreatePortfolioInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
636
|
+
CreatePortfolioInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
637
637
|
CreatePortfolioInput.struct_class = Types::CreatePortfolioInput
|
638
638
|
|
639
639
|
CreatePortfolioOutput.add_member(:portfolio_detail, Shapes::ShapeRef.new(shape: PortfolioDetail, location_name: "PortfolioDetail"))
|
@@ -662,7 +662,7 @@ module Aws::ServiceCatalog
|
|
662
662
|
CreateProductInput.add_member(:product_type, Shapes::ShapeRef.new(shape: ProductType, required: true, location_name: "ProductType"))
|
663
663
|
CreateProductInput.add_member(:tags, Shapes::ShapeRef.new(shape: AddTags, location_name: "Tags"))
|
664
664
|
CreateProductInput.add_member(:provisioning_artifact_parameters, Shapes::ShapeRef.new(shape: ProvisioningArtifactProperties, location_name: "ProvisioningArtifactParameters"))
|
665
|
-
CreateProductInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
665
|
+
CreateProductInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
666
666
|
CreateProductInput.add_member(:source_connection, Shapes::ShapeRef.new(shape: SourceConnection, location_name: "SourceConnection"))
|
667
667
|
CreateProductInput.struct_class = Types::CreateProductInput
|
668
668
|
|
@@ -680,7 +680,7 @@ module Aws::ServiceCatalog
|
|
680
680
|
CreateProvisionedProductPlanInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductName, required: true, location_name: "ProvisionedProductName"))
|
681
681
|
CreateProvisionedProductPlanInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
682
682
|
CreateProvisionedProductPlanInput.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: UpdateProvisioningParameters, location_name: "ProvisioningParameters"))
|
683
|
-
CreateProvisionedProductPlanInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
683
|
+
CreateProvisionedProductPlanInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
684
684
|
CreateProvisionedProductPlanInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
685
685
|
CreateProvisionedProductPlanInput.struct_class = Types::CreateProvisionedProductPlanInput
|
686
686
|
|
@@ -694,7 +694,7 @@ module Aws::ServiceCatalog
|
|
694
694
|
CreateProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
695
695
|
CreateProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
696
696
|
CreateProvisioningArtifactInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ProvisioningArtifactProperties, required: true, location_name: "Parameters"))
|
697
|
-
CreateProvisioningArtifactInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
697
|
+
CreateProvisioningArtifactInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
698
698
|
CreateProvisioningArtifactInput.struct_class = Types::CreateProvisioningArtifactInput
|
699
699
|
|
700
700
|
CreateProvisioningArtifactOutput.add_member(:provisioning_artifact_detail, Shapes::ShapeRef.new(shape: ProvisioningArtifactDetail, location_name: "ProvisioningArtifactDetail"))
|
@@ -707,7 +707,7 @@ module Aws::ServiceCatalog
|
|
707
707
|
CreateServiceActionInput.add_member(:definition, Shapes::ShapeRef.new(shape: ServiceActionDefinitionMap, required: true, location_name: "Definition"))
|
708
708
|
CreateServiceActionInput.add_member(:description, Shapes::ShapeRef.new(shape: ServiceActionDescription, location_name: "Description"))
|
709
709
|
CreateServiceActionInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
710
|
-
CreateServiceActionInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
710
|
+
CreateServiceActionInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
711
711
|
CreateServiceActionInput.struct_class = Types::CreateServiceActionInput
|
712
712
|
|
713
713
|
CreateServiceActionOutput.add_member(:service_action_detail, Shapes::ShapeRef.new(shape: ServiceActionDetail, location_name: "ServiceActionDetail"))
|
@@ -763,7 +763,7 @@ module Aws::ServiceCatalog
|
|
763
763
|
|
764
764
|
DeleteServiceActionInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
765
765
|
DeleteServiceActionInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
766
|
-
DeleteServiceActionInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
766
|
+
DeleteServiceActionInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
767
767
|
DeleteServiceActionInput.struct_class = Types::DeleteServiceActionInput
|
768
768
|
|
769
769
|
DeleteServiceActionOutput.struct_class = Types::DeleteServiceActionOutput
|
@@ -902,7 +902,7 @@ module Aws::ServiceCatalog
|
|
902
902
|
DescribeProvisioningParametersOutput.add_member(:usage_instructions, Shapes::ShapeRef.new(shape: UsageInstructions, location_name: "UsageInstructions"))
|
903
903
|
DescribeProvisioningParametersOutput.add_member(:tag_options, Shapes::ShapeRef.new(shape: TagOptionSummaries, location_name: "TagOptions"))
|
904
904
|
DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_preferences, Shapes::ShapeRef.new(shape: ProvisioningArtifactPreferences, location_name: "ProvisioningArtifactPreferences"))
|
905
|
-
DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_outputs, Shapes::ShapeRef.new(shape: ProvisioningArtifactOutputs, deprecated: true, location_name: "ProvisioningArtifactOutputs", metadata: {"deprecatedMessage"=>"This property is deprecated and returns the Id and Description of the Provisioning Artifact. Use ProvisioningArtifactOutputKeys instead to get the Keys and Descriptions of the outputs."}))
|
905
|
+
DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_outputs, Shapes::ShapeRef.new(shape: ProvisioningArtifactOutputs, deprecated: true, location_name: "ProvisioningArtifactOutputs", metadata: {"deprecatedMessage" => "This property is deprecated and returns the Id and Description of the Provisioning Artifact. Use ProvisioningArtifactOutputKeys instead to get the Keys and Descriptions of the outputs."}))
|
906
906
|
DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_output_keys, Shapes::ShapeRef.new(shape: ProvisioningArtifactOutputs, location_name: "ProvisioningArtifactOutputKeys"))
|
907
907
|
DescribeProvisioningParametersOutput.struct_class = Types::DescribeProvisioningParametersOutput
|
908
908
|
|
@@ -967,7 +967,7 @@ module Aws::ServiceCatalog
|
|
967
967
|
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
968
968
|
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:service_action_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ServiceActionId"))
|
969
969
|
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
970
|
-
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
970
|
+
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
971
971
|
DisassociateServiceActionFromProvisioningArtifactInput.struct_class = Types::DisassociateServiceActionFromProvisioningArtifactInput
|
972
972
|
|
973
973
|
DisassociateServiceActionFromProvisioningArtifactOutput.struct_class = Types::DisassociateServiceActionFromProvisioningArtifactOutput
|
@@ -989,7 +989,7 @@ module Aws::ServiceCatalog
|
|
989
989
|
|
990
990
|
ExecuteProvisionedProductPlanInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
991
991
|
ExecuteProvisionedProductPlanInput.add_member(:plan_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PlanId"))
|
992
|
-
ExecuteProvisionedProductPlanInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
992
|
+
ExecuteProvisionedProductPlanInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
993
993
|
ExecuteProvisionedProductPlanInput.struct_class = Types::ExecuteProvisionedProductPlanInput
|
994
994
|
|
995
995
|
ExecuteProvisionedProductPlanOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
@@ -997,7 +997,7 @@ module Aws::ServiceCatalog
|
|
997
997
|
|
998
998
|
ExecuteProvisionedProductServiceActionInput.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisionedProductId"))
|
999
999
|
ExecuteProvisionedProductServiceActionInput.add_member(:service_action_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ServiceActionId"))
|
1000
|
-
ExecuteProvisionedProductServiceActionInput.add_member(:execute_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ExecuteToken", metadata: {"idempotencyToken"=>true}))
|
1000
|
+
ExecuteProvisionedProductServiceActionInput.add_member(:execute_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ExecuteToken", metadata: {"idempotencyToken" => true}))
|
1001
1001
|
ExecuteProvisionedProductServiceActionInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
1002
1002
|
ExecuteProvisionedProductServiceActionInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ExecutionParameterMap, location_name: "Parameters"))
|
1003
1003
|
ExecuteProvisionedProductServiceActionInput.struct_class = Types::ExecuteProvisionedProductServiceActionInput
|
@@ -1048,7 +1048,7 @@ module Aws::ServiceCatalog
|
|
1048
1048
|
ImportAsProvisionedProductInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
1049
1049
|
ImportAsProvisionedProductInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductName, required: true, location_name: "ProvisionedProductName"))
|
1050
1050
|
ImportAsProvisionedProductInput.add_member(:physical_id, Shapes::ShapeRef.new(shape: PhysicalId, required: true, location_name: "PhysicalId"))
|
1051
|
-
ImportAsProvisionedProductInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
1051
|
+
ImportAsProvisionedProductInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
1052
1052
|
ImportAsProvisionedProductInput.struct_class = Types::ImportAsProvisionedProductInput
|
1053
1053
|
|
1054
1054
|
ImportAsProvisionedProductOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
@@ -1281,7 +1281,7 @@ module Aws::ServiceCatalog
|
|
1281
1281
|
NotifyProvisionProductEngineWorkflowResultInput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: EngineWorkflowFailureReason, location_name: "FailureReason"))
|
1282
1282
|
NotifyProvisionProductEngineWorkflowResultInput.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: EngineWorkflowResourceIdentifier, location_name: "ResourceIdentifier"))
|
1283
1283
|
NotifyProvisionProductEngineWorkflowResultInput.add_member(:outputs, Shapes::ShapeRef.new(shape: RecordOutputs, location_name: "Outputs"))
|
1284
|
-
NotifyProvisionProductEngineWorkflowResultInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
1284
|
+
NotifyProvisionProductEngineWorkflowResultInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
1285
1285
|
NotifyProvisionProductEngineWorkflowResultInput.struct_class = Types::NotifyProvisionProductEngineWorkflowResultInput
|
1286
1286
|
|
1287
1287
|
NotifyProvisionProductEngineWorkflowResultOutput.struct_class = Types::NotifyProvisionProductEngineWorkflowResultOutput
|
@@ -1290,7 +1290,7 @@ module Aws::ServiceCatalog
|
|
1290
1290
|
NotifyTerminateProvisionedProductEngineWorkflowResultInput.add_member(:record_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "RecordId"))
|
1291
1291
|
NotifyTerminateProvisionedProductEngineWorkflowResultInput.add_member(:status, Shapes::ShapeRef.new(shape: EngineWorkflowStatus, required: true, location_name: "Status"))
|
1292
1292
|
NotifyTerminateProvisionedProductEngineWorkflowResultInput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: EngineWorkflowFailureReason, location_name: "FailureReason"))
|
1293
|
-
NotifyTerminateProvisionedProductEngineWorkflowResultInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
1293
|
+
NotifyTerminateProvisionedProductEngineWorkflowResultInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
1294
1294
|
NotifyTerminateProvisionedProductEngineWorkflowResultInput.struct_class = Types::NotifyTerminateProvisionedProductEngineWorkflowResultInput
|
1295
1295
|
|
1296
1296
|
NotifyTerminateProvisionedProductEngineWorkflowResultOutput.struct_class = Types::NotifyTerminateProvisionedProductEngineWorkflowResultOutput
|
@@ -1300,7 +1300,7 @@ module Aws::ServiceCatalog
|
|
1300
1300
|
NotifyUpdateProvisionedProductEngineWorkflowResultInput.add_member(:status, Shapes::ShapeRef.new(shape: EngineWorkflowStatus, required: true, location_name: "Status"))
|
1301
1301
|
NotifyUpdateProvisionedProductEngineWorkflowResultInput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: EngineWorkflowFailureReason, location_name: "FailureReason"))
|
1302
1302
|
NotifyUpdateProvisionedProductEngineWorkflowResultInput.add_member(:outputs, Shapes::ShapeRef.new(shape: RecordOutputs, location_name: "Outputs"))
|
1303
|
-
NotifyUpdateProvisionedProductEngineWorkflowResultInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
1303
|
+
NotifyUpdateProvisionedProductEngineWorkflowResultInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
1304
1304
|
NotifyUpdateProvisionedProductEngineWorkflowResultInput.struct_class = Types::NotifyUpdateProvisionedProductEngineWorkflowResultInput
|
1305
1305
|
|
1306
1306
|
NotifyUpdateProvisionedProductEngineWorkflowResultOutput.struct_class = Types::NotifyUpdateProvisionedProductEngineWorkflowResultOutput
|
@@ -1399,7 +1399,7 @@ module Aws::ServiceCatalog
|
|
1399
1399
|
ProvisionProductInput.add_member(:provisioning_preferences, Shapes::ShapeRef.new(shape: ProvisioningPreferences, location_name: "ProvisioningPreferences"))
|
1400
1400
|
ProvisionProductInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
1401
1401
|
ProvisionProductInput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationArns, location_name: "NotificationArns"))
|
1402
|
-
ProvisionProductInput.add_member(:provision_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ProvisionToken", metadata: {"idempotencyToken"=>true}))
|
1402
|
+
ProvisionProductInput.add_member(:provision_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ProvisionToken", metadata: {"idempotencyToken" => true}))
|
1403
1403
|
ProvisionProductInput.struct_class = Types::ProvisionProductInput
|
1404
1404
|
|
1405
1405
|
ProvisionProductOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
@@ -1786,7 +1786,7 @@ module Aws::ServiceCatalog
|
|
1786
1786
|
|
1787
1787
|
TerminateProvisionedProductInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductNameOrArn, location_name: "ProvisionedProductName"))
|
1788
1788
|
TerminateProvisionedProductInput.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisionedProductId"))
|
1789
|
-
TerminateProvisionedProductInput.add_member(:terminate_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "TerminateToken", metadata: {"idempotencyToken"=>true}))
|
1789
|
+
TerminateProvisionedProductInput.add_member(:terminate_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "TerminateToken", metadata: {"idempotencyToken" => true}))
|
1790
1790
|
TerminateProvisionedProductInput.add_member(:ignore_errors, Shapes::ShapeRef.new(shape: IgnoreErrors, location_name: "IgnoreErrors"))
|
1791
1791
|
TerminateProvisionedProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
1792
1792
|
TerminateProvisionedProductInput.add_member(:retain_physical_resources, Shapes::ShapeRef.new(shape: RetainPhysicalResources, location_name: "RetainPhysicalResources"))
|
@@ -1865,7 +1865,7 @@ module Aws::ServiceCatalog
|
|
1865
1865
|
UpdateProvisionedProductInput.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: UpdateProvisioningParameters, location_name: "ProvisioningParameters"))
|
1866
1866
|
UpdateProvisionedProductInput.add_member(:provisioning_preferences, Shapes::ShapeRef.new(shape: UpdateProvisioningPreferences, location_name: "ProvisioningPreferences"))
|
1867
1867
|
UpdateProvisionedProductInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
1868
|
-
UpdateProvisionedProductInput.add_member(:update_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "UpdateToken", metadata: {"idempotencyToken"=>true}))
|
1868
|
+
UpdateProvisionedProductInput.add_member(:update_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "UpdateToken", metadata: {"idempotencyToken" => true}))
|
1869
1869
|
UpdateProvisionedProductInput.struct_class = Types::UpdateProvisionedProductInput
|
1870
1870
|
|
1871
1871
|
UpdateProvisionedProductOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
@@ -1874,7 +1874,7 @@ module Aws::ServiceCatalog
|
|
1874
1874
|
UpdateProvisionedProductPropertiesInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
1875
1875
|
UpdateProvisionedProductPropertiesInput.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisionedProductId"))
|
1876
1876
|
UpdateProvisionedProductPropertiesInput.add_member(:provisioned_product_properties, Shapes::ShapeRef.new(shape: ProvisionedProductProperties, required: true, location_name: "ProvisionedProductProperties"))
|
1877
|
-
UpdateProvisionedProductPropertiesInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
1877
|
+
UpdateProvisionedProductPropertiesInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
1878
1878
|
UpdateProvisionedProductPropertiesInput.struct_class = Types::UpdateProvisionedProductPropertiesInput
|
1879
1879
|
|
1880
1880
|
UpdateProvisionedProductPropertiesOutput.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisionedProductId"))
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.112.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-servicecatalog
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-servicecatalog/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - AWS Service Catalog
|
99
96
|
test_files: []
|