aws-sdk-servicecatalog 1.1.0 → 1.2.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/lib/aws-sdk-servicecatalog.rb +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +297 -334
- data/lib/aws-sdk-servicecatalog/client_api.rb +3 -0
- data/lib/aws-sdk-servicecatalog/types.rb +475 -494
- metadata +2 -2
@@ -187,6 +187,7 @@ module Aws::ServiceCatalog
|
|
187
187
|
ProvisionedProductStatusMessage = Shapes::StringShape.new(name: 'ProvisionedProductStatusMessage')
|
188
188
|
ProvisionedProductType = Shapes::StringShape.new(name: 'ProvisionedProductType')
|
189
189
|
ProvisioningArtifact = Shapes::StructureShape.new(name: 'ProvisioningArtifact')
|
190
|
+
ProvisioningArtifactActive = Shapes::BooleanShape.new(name: 'ProvisioningArtifactActive')
|
190
191
|
ProvisioningArtifactCreatedTime = Shapes::TimestampShape.new(name: 'ProvisioningArtifactCreatedTime')
|
191
192
|
ProvisioningArtifactDescription = Shapes::StringShape.new(name: 'ProvisioningArtifactDescription')
|
192
193
|
ProvisioningArtifactDetail = Shapes::StructureShape.new(name: 'ProvisioningArtifactDetail')
|
@@ -791,6 +792,7 @@ module Aws::ServiceCatalog
|
|
791
792
|
ProvisioningArtifactDetail.add_member(:description, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "Description"))
|
792
793
|
ProvisioningArtifactDetail.add_member(:type, Shapes::ShapeRef.new(shape: ProvisioningArtifactType, location_name: "Type"))
|
793
794
|
ProvisioningArtifactDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreatedTime"))
|
795
|
+
ProvisioningArtifactDetail.add_member(:active, Shapes::ShapeRef.new(shape: ProvisioningArtifactActive, location_name: "Active"))
|
794
796
|
ProvisioningArtifactDetail.struct_class = Types::ProvisioningArtifactDetail
|
795
797
|
|
796
798
|
ProvisioningArtifactDetails.member = Shapes::ShapeRef.new(shape: ProvisioningArtifactDetail)
|
@@ -1016,6 +1018,7 @@ module Aws::ServiceCatalog
|
|
1016
1018
|
UpdateProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
1017
1019
|
UpdateProvisioningArtifactInput.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "Name"))
|
1018
1020
|
UpdateProvisioningArtifactInput.add_member(:description, Shapes::ShapeRef.new(shape: ProvisioningArtifactDescription, location_name: "Description"))
|
1021
|
+
UpdateProvisioningArtifactInput.add_member(:active, Shapes::ShapeRef.new(shape: ProvisioningArtifactActive, location_name: "Active"))
|
1019
1022
|
UpdateProvisioningArtifactInput.struct_class = Types::UpdateProvisioningArtifactInput
|
1020
1023
|
|
1021
1024
|
UpdateProvisioningArtifactOutput.add_member(:provisioning_artifact_detail, Shapes::ShapeRef.new(shape: ProvisioningArtifactDetail, location_name: "ProvisioningArtifactDetail"))
|
@@ -42,7 +42,7 @@ module Aws::ServiceCatalog
|
|
42
42
|
#
|
43
43
|
class AcceptPortfolioShareOutput < Aws::EmptyStructure; end
|
44
44
|
|
45
|
-
# The access level to
|
45
|
+
# The access level to use to filter results.
|
46
46
|
#
|
47
47
|
# @note When making an API call, you may pass AccessLevelFilter
|
48
48
|
# data as a hash:
|
@@ -53,19 +53,19 @@ module Aws::ServiceCatalog
|
|
53
53
|
# }
|
54
54
|
#
|
55
55
|
# @!attribute [rw] key
|
56
|
-
#
|
56
|
+
# The access level.
|
57
57
|
#
|
58
|
-
# `Account`
|
58
|
+
# * `Account` - Filter results based on the account.
|
59
59
|
#
|
60
|
-
# `Role`
|
61
|
-
#
|
60
|
+
# * `Role` - Filter results based on the federated role of the
|
61
|
+
# specified user.
|
62
62
|
#
|
63
|
-
# `User`
|
63
|
+
# * `User` - Filter results based on the specified user.
|
64
64
|
# @return [String]
|
65
65
|
#
|
66
66
|
# @!attribute [rw] value
|
67
|
-
#
|
68
|
-
# `Self
|
67
|
+
# The user to which the access level applies. The only supported value
|
68
|
+
# is `Self`.
|
69
69
|
# @return [String]
|
70
70
|
#
|
71
71
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AccessLevelFilter AWS API Documentation
|
@@ -101,11 +101,11 @@ module Aws::ServiceCatalog
|
|
101
101
|
# @return [String]
|
102
102
|
#
|
103
103
|
# @!attribute [rw] principal_arn
|
104
|
-
# The ARN
|
104
|
+
# The ARN of the principal (IAM user, role, or group).
|
105
105
|
# @return [String]
|
106
106
|
#
|
107
107
|
# @!attribute [rw] principal_type
|
108
|
-
# The principal type.
|
108
|
+
# The principal type. The supported value is `IAM`.
|
109
109
|
# @return [String]
|
110
110
|
#
|
111
111
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociatePrincipalWithPortfolioInput AWS API Documentation
|
@@ -151,7 +151,7 @@ module Aws::ServiceCatalog
|
|
151
151
|
# @return [String]
|
152
152
|
#
|
153
153
|
# @!attribute [rw] source_portfolio_id
|
154
|
-
# The identifier of the source portfolio
|
154
|
+
# The identifier of the source portfolio.
|
155
155
|
# @return [String]
|
156
156
|
#
|
157
157
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateProductWithPortfolioInput AWS API Documentation
|
@@ -196,18 +196,24 @@ module Aws::ServiceCatalog
|
|
196
196
|
#
|
197
197
|
class AssociateTagOptionWithResourceOutput < Aws::EmptyStructure; end
|
198
198
|
|
199
|
-
#
|
199
|
+
# Information about a constraint.
|
200
200
|
#
|
201
201
|
# @!attribute [rw] constraint_id
|
202
202
|
# The identifier of the constraint.
|
203
203
|
# @return [String]
|
204
204
|
#
|
205
205
|
# @!attribute [rw] type
|
206
|
-
# The type of
|
206
|
+
# The type of constraint.
|
207
|
+
#
|
208
|
+
# * `LAUNCH`
|
209
|
+
#
|
210
|
+
# * `NOTIFICATION`
|
211
|
+
#
|
212
|
+
# * `TEMPLATE`
|
207
213
|
# @return [String]
|
208
214
|
#
|
209
215
|
# @!attribute [rw] description
|
210
|
-
# The
|
216
|
+
# The description of the constraint.
|
211
217
|
# @return [String]
|
212
218
|
#
|
213
219
|
# @!attribute [rw] owner
|
@@ -224,15 +230,20 @@ module Aws::ServiceCatalog
|
|
224
230
|
include Aws::Structure
|
225
231
|
end
|
226
232
|
|
227
|
-
#
|
228
|
-
# product.
|
233
|
+
# Summary information about a constraint.
|
229
234
|
#
|
230
235
|
# @!attribute [rw] type
|
231
|
-
# The type of
|
236
|
+
# The type of constraint.
|
237
|
+
#
|
238
|
+
# * `LAUNCH`
|
239
|
+
#
|
240
|
+
# * `NOTIFICATION`
|
241
|
+
#
|
242
|
+
# * `TEMPLATE`
|
232
243
|
# @return [String]
|
233
244
|
#
|
234
245
|
# @!attribute [rw] description
|
235
|
-
# The
|
246
|
+
# The description of the constraint.
|
236
247
|
# @return [String]
|
237
248
|
#
|
238
249
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ConstraintSummary AWS API Documentation
|
@@ -275,7 +286,8 @@ module Aws::ServiceCatalog
|
|
275
286
|
# @return [String]
|
276
287
|
#
|
277
288
|
# @!attribute [rw] target_product_id
|
278
|
-
# The
|
289
|
+
# The identifier of the target product. By default, a new product is
|
290
|
+
# created.
|
279
291
|
# @return [String]
|
280
292
|
#
|
281
293
|
# @!attribute [rw] target_product_name
|
@@ -284,8 +296,9 @@ module Aws::ServiceCatalog
|
|
284
296
|
# @return [String]
|
285
297
|
#
|
286
298
|
# @!attribute [rw] source_provisioning_artifact_identifiers
|
287
|
-
# The
|
288
|
-
#
|
299
|
+
# The identifiers of the provisioning artifacts (also known as
|
300
|
+
# versions) of the product to copy. By default, all provisioning
|
301
|
+
# artifacts are copied.
|
289
302
|
# @return [Array<Hash<String,String>>]
|
290
303
|
#
|
291
304
|
# @!attribute [rw] copy_options
|
@@ -294,9 +307,9 @@ module Aws::ServiceCatalog
|
|
294
307
|
# @return [Array<String>]
|
295
308
|
#
|
296
309
|
# @!attribute [rw] idempotency_token
|
297
|
-
# A
|
298
|
-
#
|
299
|
-
#
|
310
|
+
# A unique identifier that you provide to ensure idempotency. If
|
311
|
+
# multiple requests differ only by the idempotency token, the same
|
312
|
+
# response is returned for each repeated request.
|
300
313
|
#
|
301
314
|
# **A suitable default value is auto-generated.** You should normally
|
302
315
|
# not need to pass this option.
|
@@ -316,8 +329,7 @@ module Aws::ServiceCatalog
|
|
316
329
|
end
|
317
330
|
|
318
331
|
# @!attribute [rw] copy_product_token
|
319
|
-
#
|
320
|
-
# progress of the operation.
|
332
|
+
# The token to use to track the progress of the operation.
|
321
333
|
# @return [String]
|
322
334
|
#
|
323
335
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CopyProductOutput AWS API Documentation
|
@@ -359,31 +371,51 @@ module Aws::ServiceCatalog
|
|
359
371
|
# @return [String]
|
360
372
|
#
|
361
373
|
# @!attribute [rw] parameters
|
362
|
-
# The constraint parameters.
|
363
|
-
#
|
364
|
-
#
|
374
|
+
# The constraint parameters, in JSON format. The syntax depends on the
|
375
|
+
# constraint type as follows:
|
376
|
+
#
|
377
|
+
# LAUNCH
|
378
|
+
#
|
379
|
+
# : Specify the `RoleArn` property as follows:
|
380
|
+
#
|
381
|
+
# \\"RoleArn\\" :
|
382
|
+
# \\"arn:aws:iam::123456789012:role/LaunchRole\\"
|
383
|
+
#
|
384
|
+
# NOTIFICATION
|
385
|
+
#
|
386
|
+
# : Specify the `NotificationArns` property as follows:
|
365
387
|
#
|
366
|
-
#
|
388
|
+
# \\"NotificationArns\\" :
|
389
|
+
# \[\\"arn:aws:sns:us-east-1:123456789012:Topic\\"\]
|
367
390
|
#
|
368
|
-
#
|
369
|
-
# required.
|
391
|
+
# TEMPLATE
|
370
392
|
#
|
371
|
-
#
|
393
|
+
# : Specify the `Rules` property. For more information, see [Template
|
394
|
+
# Constraint Rules][1].
|
395
|
+
#
|
396
|
+
#
|
397
|
+
#
|
398
|
+
# [1]: http://docs.aws.amazon.com/servicecatalog/latest/adminguide/reference-template_constraint_rules.html
|
372
399
|
# @return [String]
|
373
400
|
#
|
374
401
|
# @!attribute [rw] type
|
375
|
-
# The type of
|
376
|
-
#
|
402
|
+
# The type of constraint.
|
403
|
+
#
|
404
|
+
# * `LAUNCH`
|
405
|
+
#
|
406
|
+
# * `NOTIFICATION`
|
407
|
+
#
|
408
|
+
# * `TEMPLATE`
|
377
409
|
# @return [String]
|
378
410
|
#
|
379
411
|
# @!attribute [rw] description
|
380
|
-
# The
|
412
|
+
# The description of the constraint.
|
381
413
|
# @return [String]
|
382
414
|
#
|
383
415
|
# @!attribute [rw] idempotency_token
|
384
|
-
# A
|
385
|
-
#
|
386
|
-
#
|
416
|
+
# A unique identifier that you provide to ensure idempotency. If
|
417
|
+
# multiple requests differ only by the idempotency token, the same
|
418
|
+
# response is returned for each repeated request.
|
387
419
|
#
|
388
420
|
# **A suitable default value is auto-generated.** You should normally
|
389
421
|
# not need to pass this option.
|
@@ -403,11 +435,11 @@ module Aws::ServiceCatalog
|
|
403
435
|
end
|
404
436
|
|
405
437
|
# @!attribute [rw] constraint_detail
|
406
|
-
#
|
438
|
+
# Information about the constraint.
|
407
439
|
# @return [Types::ConstraintDetail]
|
408
440
|
#
|
409
441
|
# @!attribute [rw] constraint_parameters
|
410
|
-
# The
|
442
|
+
# The constraint parameters.
|
411
443
|
# @return [String]
|
412
444
|
#
|
413
445
|
# @!attribute [rw] status
|
@@ -455,7 +487,7 @@ module Aws::ServiceCatalog
|
|
455
487
|
# @return [String]
|
456
488
|
#
|
457
489
|
# @!attribute [rw] description
|
458
|
-
# The
|
490
|
+
# The description of the portfolio.
|
459
491
|
# @return [String]
|
460
492
|
#
|
461
493
|
# @!attribute [rw] provider_name
|
@@ -463,13 +495,13 @@ module Aws::ServiceCatalog
|
|
463
495
|
# @return [String]
|
464
496
|
#
|
465
497
|
# @!attribute [rw] tags
|
466
|
-
#
|
498
|
+
# The tags to associate with the portfolio.
|
467
499
|
# @return [Array<Types::Tag>]
|
468
500
|
#
|
469
501
|
# @!attribute [rw] idempotency_token
|
470
|
-
# A
|
471
|
-
#
|
472
|
-
#
|
502
|
+
# A unique identifier that you provide to ensure idempotency. If
|
503
|
+
# multiple requests differ only by the idempotency token, the same
|
504
|
+
# response is returned for each repeated request.
|
473
505
|
#
|
474
506
|
# **A suitable default value is auto-generated.** You should normally
|
475
507
|
# not need to pass this option.
|
@@ -488,11 +520,11 @@ module Aws::ServiceCatalog
|
|
488
520
|
end
|
489
521
|
|
490
522
|
# @!attribute [rw] portfolio_detail
|
491
|
-
#
|
523
|
+
# Information about the portfolio.
|
492
524
|
# @return [Types::PortfolioDetail]
|
493
525
|
#
|
494
526
|
# @!attribute [rw] tags
|
495
|
-
#
|
527
|
+
# Information about the tags associated with the portfolio.
|
496
528
|
# @return [Array<Types::Tag>]
|
497
529
|
#
|
498
530
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreatePortfolioOutput AWS API Documentation
|
@@ -527,7 +559,7 @@ module Aws::ServiceCatalog
|
|
527
559
|
# @return [String]
|
528
560
|
#
|
529
561
|
# @!attribute [rw] account_id
|
530
|
-
# The account ID
|
562
|
+
# The AWS account ID.
|
531
563
|
# @return [String]
|
532
564
|
#
|
533
565
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreatePortfolioShareInput AWS API Documentation
|
@@ -592,7 +624,7 @@ module Aws::ServiceCatalog
|
|
592
624
|
# @return [String]
|
593
625
|
#
|
594
626
|
# @!attribute [rw] description
|
595
|
-
# The
|
627
|
+
# The description of the product.
|
596
628
|
# @return [String]
|
597
629
|
#
|
598
630
|
# @!attribute [rw] distributor
|
@@ -600,33 +632,33 @@ module Aws::ServiceCatalog
|
|
600
632
|
# @return [String]
|
601
633
|
#
|
602
634
|
# @!attribute [rw] support_description
|
603
|
-
#
|
635
|
+
# The support information about the product.
|
604
636
|
# @return [String]
|
605
637
|
#
|
606
638
|
# @!attribute [rw] support_email
|
607
|
-
#
|
639
|
+
# The contact email for product support.
|
608
640
|
# @return [String]
|
609
641
|
#
|
610
642
|
# @!attribute [rw] support_url
|
611
|
-
#
|
643
|
+
# The contact URL for product support.
|
612
644
|
# @return [String]
|
613
645
|
#
|
614
646
|
# @!attribute [rw] product_type
|
615
|
-
# The type of
|
647
|
+
# The type of product.
|
616
648
|
# @return [String]
|
617
649
|
#
|
618
650
|
# @!attribute [rw] tags
|
619
|
-
#
|
651
|
+
# The tags to associate with the product.
|
620
652
|
# @return [Array<Types::Tag>]
|
621
653
|
#
|
622
654
|
# @!attribute [rw] provisioning_artifact_parameters
|
623
|
-
#
|
655
|
+
# The configuration of the provisioning artifact.
|
624
656
|
# @return [Types::ProvisioningArtifactProperties]
|
625
657
|
#
|
626
658
|
# @!attribute [rw] idempotency_token
|
627
|
-
# A
|
628
|
-
#
|
629
|
-
#
|
659
|
+
# A unique identifier that you provide to ensure idempotency. If
|
660
|
+
# multiple requests differ only by the idempotency token, the same
|
661
|
+
# response is returned for each repeated request.
|
630
662
|
#
|
631
663
|
# **A suitable default value is auto-generated.** You should normally
|
632
664
|
# not need to pass this option.
|
@@ -651,15 +683,15 @@ module Aws::ServiceCatalog
|
|
651
683
|
end
|
652
684
|
|
653
685
|
# @!attribute [rw] product_view_detail
|
654
|
-
#
|
686
|
+
# Information about the product view.
|
655
687
|
# @return [Types::ProductViewDetail]
|
656
688
|
#
|
657
689
|
# @!attribute [rw] provisioning_artifact_detail
|
658
|
-
#
|
690
|
+
# Information about the provisioning artifact.
|
659
691
|
# @return [Types::ProvisioningArtifactDetail]
|
660
692
|
#
|
661
693
|
# @!attribute [rw] tags
|
662
|
-
#
|
694
|
+
# Information about the tags associated with the product.
|
663
695
|
# @return [Array<Types::Tag>]
|
664
696
|
#
|
665
697
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateProductOutput AWS API Documentation
|
@@ -703,13 +735,13 @@ module Aws::ServiceCatalog
|
|
703
735
|
# @return [String]
|
704
736
|
#
|
705
737
|
# @!attribute [rw] parameters
|
706
|
-
# The
|
738
|
+
# The configuration for the provisioning artifact.
|
707
739
|
# @return [Types::ProvisioningArtifactProperties]
|
708
740
|
#
|
709
741
|
# @!attribute [rw] idempotency_token
|
710
|
-
# A
|
711
|
-
#
|
712
|
-
#
|
742
|
+
# A unique identifier that you provide to ensure idempotency. If
|
743
|
+
# multiple requests differ only by the idempotency token, the same
|
744
|
+
# response is returned for each repeated request.
|
713
745
|
#
|
714
746
|
# **A suitable default value is auto-generated.** You should normally
|
715
747
|
# not need to pass this option.
|
@@ -726,12 +758,11 @@ module Aws::ServiceCatalog
|
|
726
758
|
end
|
727
759
|
|
728
760
|
# @!attribute [rw] provisioning_artifact_detail
|
729
|
-
#
|
761
|
+
# Information about the provisioning artifact.
|
730
762
|
# @return [Types::ProvisioningArtifactDetail]
|
731
763
|
#
|
732
764
|
# @!attribute [rw] info
|
733
|
-
#
|
734
|
-
# provisioning artifact.
|
765
|
+
# The URL of the CloudFormation template in Amazon S3, in JSON format.
|
735
766
|
# @return [Hash<String,String>]
|
736
767
|
#
|
737
768
|
# @!attribute [rw] status
|
@@ -772,7 +803,7 @@ module Aws::ServiceCatalog
|
|
772
803
|
end
|
773
804
|
|
774
805
|
# @!attribute [rw] tag_option_detail
|
775
|
-
#
|
806
|
+
# Information about the TagOption.
|
776
807
|
# @return [Types::TagOptionDetail]
|
777
808
|
#
|
778
809
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateTagOptionOutput AWS API Documentation
|
@@ -801,7 +832,7 @@ module Aws::ServiceCatalog
|
|
801
832
|
# @return [String]
|
802
833
|
#
|
803
834
|
# @!attribute [rw] id
|
804
|
-
# The identifier of the constraint
|
835
|
+
# The identifier of the constraint.
|
805
836
|
# @return [String]
|
806
837
|
#
|
807
838
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteConstraintInput AWS API Documentation
|
@@ -835,7 +866,7 @@ module Aws::ServiceCatalog
|
|
835
866
|
# @return [String]
|
836
867
|
#
|
837
868
|
# @!attribute [rw] id
|
838
|
-
# The
|
869
|
+
# The portfolio identifier.
|
839
870
|
# @return [String]
|
840
871
|
#
|
841
872
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeletePortfolioInput AWS API Documentation
|
@@ -874,7 +905,7 @@ module Aws::ServiceCatalog
|
|
874
905
|
# @return [String]
|
875
906
|
#
|
876
907
|
# @!attribute [rw] account_id
|
877
|
-
# The account ID
|
908
|
+
# The AWS account ID.
|
878
909
|
# @return [String]
|
879
910
|
#
|
880
911
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeletePortfolioShareInput AWS API Documentation
|
@@ -909,7 +940,7 @@ module Aws::ServiceCatalog
|
|
909
940
|
# @return [String]
|
910
941
|
#
|
911
942
|
# @!attribute [rw] id
|
912
|
-
# The
|
943
|
+
# The product identifier.
|
913
944
|
# @return [String]
|
914
945
|
#
|
915
946
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteProductInput AWS API Documentation
|
@@ -948,8 +979,7 @@ module Aws::ServiceCatalog
|
|
948
979
|
# @return [String]
|
949
980
|
#
|
950
981
|
# @!attribute [rw] provisioning_artifact_id
|
951
|
-
# The identifier of the provisioning artifact
|
952
|
-
# This is sometimes referred to as the product version.
|
982
|
+
# The identifier of the provisioning artifact.
|
953
983
|
# @return [String]
|
954
984
|
#
|
955
985
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteProvisioningArtifactInput AWS API Documentation
|
@@ -996,11 +1026,11 @@ module Aws::ServiceCatalog
|
|
996
1026
|
end
|
997
1027
|
|
998
1028
|
# @!attribute [rw] constraint_detail
|
999
|
-
#
|
1029
|
+
# Information about the constraint.
|
1000
1030
|
# @return [Types::ConstraintDetail]
|
1001
1031
|
#
|
1002
1032
|
# @!attribute [rw] constraint_parameters
|
1003
|
-
# The
|
1033
|
+
# The constraint parameters.
|
1004
1034
|
# @return [String]
|
1005
1035
|
#
|
1006
1036
|
# @!attribute [rw] status
|
@@ -1035,8 +1065,8 @@ module Aws::ServiceCatalog
|
|
1035
1065
|
# @return [String]
|
1036
1066
|
#
|
1037
1067
|
# @!attribute [rw] copy_product_token
|
1038
|
-
# The token
|
1039
|
-
#
|
1068
|
+
# The token for the copy product operation. This token is returned by
|
1069
|
+
# CopyProduct.
|
1040
1070
|
# @return [String]
|
1041
1071
|
#
|
1042
1072
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeCopyProductStatusInput AWS API Documentation
|
@@ -1052,7 +1082,7 @@ module Aws::ServiceCatalog
|
|
1052
1082
|
# @return [String]
|
1053
1083
|
#
|
1054
1084
|
# @!attribute [rw] target_product_id
|
1055
|
-
# The
|
1085
|
+
# The identifier of the copied product.
|
1056
1086
|
# @return [String]
|
1057
1087
|
#
|
1058
1088
|
# @!attribute [rw] status_detail
|
@@ -1087,7 +1117,7 @@ module Aws::ServiceCatalog
|
|
1087
1117
|
# @return [String]
|
1088
1118
|
#
|
1089
1119
|
# @!attribute [rw] id
|
1090
|
-
# The
|
1120
|
+
# The portfolio identifier.
|
1091
1121
|
# @return [String]
|
1092
1122
|
#
|
1093
1123
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribePortfolioInput AWS API Documentation
|
@@ -1099,15 +1129,15 @@ module Aws::ServiceCatalog
|
|
1099
1129
|
end
|
1100
1130
|
|
1101
1131
|
# @!attribute [rw] portfolio_detail
|
1102
|
-
#
|
1132
|
+
# Information about the portfolio.
|
1103
1133
|
# @return [Types::PortfolioDetail]
|
1104
1134
|
#
|
1105
1135
|
# @!attribute [rw] tags
|
1106
|
-
#
|
1136
|
+
# Information about the tags associated with the portfolio.
|
1107
1137
|
# @return [Array<Types::Tag>]
|
1108
1138
|
#
|
1109
1139
|
# @!attribute [rw] tag_options
|
1110
|
-
# TagOptions associated with the portfolio.
|
1140
|
+
# Information about the TagOptions associated with the portfolio.
|
1111
1141
|
# @return [Array<Types::TagOptionDetail>]
|
1112
1142
|
#
|
1113
1143
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribePortfolioOutput AWS API Documentation
|
@@ -1138,7 +1168,7 @@ module Aws::ServiceCatalog
|
|
1138
1168
|
# @return [String]
|
1139
1169
|
#
|
1140
1170
|
# @!attribute [rw] id
|
1141
|
-
# The
|
1171
|
+
# The product identifier.
|
1142
1172
|
# @return [String]
|
1143
1173
|
#
|
1144
1174
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductAsAdminInput AWS API Documentation
|
@@ -1150,19 +1180,20 @@ module Aws::ServiceCatalog
|
|
1150
1180
|
end
|
1151
1181
|
|
1152
1182
|
# @!attribute [rw] product_view_detail
|
1153
|
-
#
|
1183
|
+
# Information about the product view.
|
1154
1184
|
# @return [Types::ProductViewDetail]
|
1155
1185
|
#
|
1156
1186
|
# @!attribute [rw] provisioning_artifact_summaries
|
1157
|
-
#
|
1187
|
+
# Information about the provisioning artifacts (also known as
|
1188
|
+
# versions) for the specified product.
|
1158
1189
|
# @return [Array<Types::ProvisioningArtifactSummary>]
|
1159
1190
|
#
|
1160
1191
|
# @!attribute [rw] tags
|
1161
|
-
#
|
1192
|
+
# Information about the tags associated with the product.
|
1162
1193
|
# @return [Array<Types::Tag>]
|
1163
1194
|
#
|
1164
1195
|
# @!attribute [rw] tag_options
|
1165
|
-
#
|
1196
|
+
# Information about the TagOptions associated with the product.
|
1166
1197
|
# @return [Array<Types::TagOptionDetail>]
|
1167
1198
|
#
|
1168
1199
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductAsAdminOutput AWS API Documentation
|
@@ -1194,7 +1225,7 @@ module Aws::ServiceCatalog
|
|
1194
1225
|
# @return [String]
|
1195
1226
|
#
|
1196
1227
|
# @!attribute [rw] id
|
1197
|
-
# The
|
1228
|
+
# The product identifier.
|
1198
1229
|
# @return [String]
|
1199
1230
|
#
|
1200
1231
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductInput AWS API Documentation
|
@@ -1206,13 +1237,12 @@ module Aws::ServiceCatalog
|
|
1206
1237
|
end
|
1207
1238
|
|
1208
1239
|
# @!attribute [rw] product_view_summary
|
1209
|
-
#
|
1240
|
+
# Summary information about the product view.
|
1210
1241
|
# @return [Types::ProductViewSummary]
|
1211
1242
|
#
|
1212
1243
|
# @!attribute [rw] provisioning_artifacts
|
1213
|
-
#
|
1214
|
-
#
|
1215
|
-
# specified product can be provisioned.
|
1244
|
+
# Information about the provisioning artifacts for the specified
|
1245
|
+
# product.
|
1216
1246
|
# @return [Array<Types::ProvisioningArtifact>]
|
1217
1247
|
#
|
1218
1248
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductOutput AWS API Documentation
|
@@ -1242,7 +1272,7 @@ module Aws::ServiceCatalog
|
|
1242
1272
|
# @return [String]
|
1243
1273
|
#
|
1244
1274
|
# @!attribute [rw] id
|
1245
|
-
# The
|
1275
|
+
# The product view identifier.
|
1246
1276
|
# @return [String]
|
1247
1277
|
#
|
1248
1278
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductViewInput AWS API Documentation
|
@@ -1254,13 +1284,11 @@ module Aws::ServiceCatalog
|
|
1254
1284
|
end
|
1255
1285
|
|
1256
1286
|
# @!attribute [rw] product_view_summary
|
1257
|
-
#
|
1287
|
+
# Summary information about the product.
|
1258
1288
|
# @return [Types::ProductViewSummary]
|
1259
1289
|
#
|
1260
1290
|
# @!attribute [rw] provisioning_artifacts
|
1261
|
-
#
|
1262
|
-
# The `ProvisioningArtifacts` represent the ways in which the
|
1263
|
-
# specified product can be provisioned.
|
1291
|
+
# Information about the provisioning artifacts for the product.
|
1264
1292
|
# @return [Array<Types::ProvisioningArtifact>]
|
1265
1293
|
#
|
1266
1294
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductViewOutput AWS API Documentation
|
@@ -1302,7 +1330,7 @@ module Aws::ServiceCatalog
|
|
1302
1330
|
end
|
1303
1331
|
|
1304
1332
|
# @!attribute [rw] provisioned_product_detail
|
1305
|
-
#
|
1333
|
+
# Information about the provisioned product.
|
1306
1334
|
# @return [Types::ProvisionedProductDetail]
|
1307
1335
|
#
|
1308
1336
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisionedProductOutput AWS API Documentation
|
@@ -1333,8 +1361,7 @@ module Aws::ServiceCatalog
|
|
1333
1361
|
# @return [String]
|
1334
1362
|
#
|
1335
1363
|
# @!attribute [rw] provisioning_artifact_id
|
1336
|
-
# The identifier of the provisioning artifact.
|
1337
|
-
# referred to as the product version.
|
1364
|
+
# The identifier of the provisioning artifact.
|
1338
1365
|
# @return [String]
|
1339
1366
|
#
|
1340
1367
|
# @!attribute [rw] product_id
|
@@ -1342,7 +1369,7 @@ module Aws::ServiceCatalog
|
|
1342
1369
|
# @return [String]
|
1343
1370
|
#
|
1344
1371
|
# @!attribute [rw] verbose
|
1345
|
-
#
|
1372
|
+
# Indicates whether a verbose level of detail is enabled.
|
1346
1373
|
# @return [Boolean]
|
1347
1374
|
#
|
1348
1375
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningArtifactInput AWS API Documentation
|
@@ -1356,11 +1383,11 @@ module Aws::ServiceCatalog
|
|
1356
1383
|
end
|
1357
1384
|
|
1358
1385
|
# @!attribute [rw] provisioning_artifact_detail
|
1359
|
-
#
|
1386
|
+
# Information about the provisioning artifact.
|
1360
1387
|
# @return [Types::ProvisioningArtifactDetail]
|
1361
1388
|
#
|
1362
1389
|
# @!attribute [rw] info
|
1363
|
-
#
|
1390
|
+
# The URL of the CloudFormation template in Amazon S3.
|
1364
1391
|
# @return [Hash<String,String>]
|
1365
1392
|
#
|
1366
1393
|
# @!attribute [rw] status
|
@@ -1401,14 +1428,13 @@ module Aws::ServiceCatalog
|
|
1401
1428
|
# @return [String]
|
1402
1429
|
#
|
1403
1430
|
# @!attribute [rw] provisioning_artifact_id
|
1404
|
-
# The
|
1405
|
-
# sometimes referred to as the product version.
|
1431
|
+
# The identifier of the provisioning artifact.
|
1406
1432
|
# @return [String]
|
1407
1433
|
#
|
1408
1434
|
# @!attribute [rw] path_id
|
1409
|
-
# The identifier of the
|
1410
|
-
#
|
1411
|
-
#
|
1435
|
+
# The path identifier of the product. This value is optional if the
|
1436
|
+
# product has a default path, and required if the product has more
|
1437
|
+
# than one path. To list the paths for a product, use ListLaunchPaths.
|
1412
1438
|
# @return [String]
|
1413
1439
|
#
|
1414
1440
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParametersInput AWS API Documentation
|
@@ -1422,14 +1448,11 @@ module Aws::ServiceCatalog
|
|
1422
1448
|
end
|
1423
1449
|
|
1424
1450
|
# @!attribute [rw] provisioning_artifact_parameters
|
1425
|
-
#
|
1426
|
-
# Each parameter includes a list of allowable values and additional
|
1427
|
-
# metadata about each parameter.
|
1451
|
+
# Information about the parameters used to provision the product.
|
1428
1452
|
# @return [Array<Types::ProvisioningArtifactParameter>]
|
1429
1453
|
#
|
1430
1454
|
# @!attribute [rw] constraint_summaries
|
1431
|
-
#
|
1432
|
-
# product.
|
1455
|
+
# Information about the constraints used to provision the product.
|
1433
1456
|
# @return [Array<Types::ConstraintSummary>]
|
1434
1457
|
#
|
1435
1458
|
# @!attribute [rw] usage_instructions
|
@@ -1439,8 +1462,7 @@ module Aws::ServiceCatalog
|
|
1439
1462
|
# @return [Array<Types::UsageInstruction>]
|
1440
1463
|
#
|
1441
1464
|
# @!attribute [rw] tag_options
|
1442
|
-
#
|
1443
|
-
# parameters.
|
1465
|
+
# Information about the TagOptions associated with the resource.
|
1444
1466
|
# @return [Array<Types::TagOptionSummary>]
|
1445
1467
|
#
|
1446
1468
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParametersOutput AWS API Documentation
|
@@ -1474,20 +1496,17 @@ module Aws::ServiceCatalog
|
|
1474
1496
|
# @return [String]
|
1475
1497
|
#
|
1476
1498
|
# @!attribute [rw] id
|
1477
|
-
# The record identifier of the
|
1478
|
-
#
|
1479
|
-
# obtained from the request operation's response.
|
1499
|
+
# The record identifier of the provisioned product. This identifier is
|
1500
|
+
# returned by the request operation.
|
1480
1501
|
# @return [String]
|
1481
1502
|
#
|
1482
1503
|
# @!attribute [rw] page_token
|
1483
|
-
# The page token
|
1484
|
-
#
|
1504
|
+
# The page token for the next set of results. To retrieve the first
|
1505
|
+
# set of results, use null.
|
1485
1506
|
# @return [String]
|
1486
1507
|
#
|
1487
1508
|
# @!attribute [rw] page_size
|
1488
|
-
# The maximum number of items to return
|
1489
|
-
# results exist than fit in the specified `PageSize`, the value of
|
1490
|
-
# `NextPageToken` in the response is non-null.
|
1509
|
+
# The maximum number of items to return with this call.
|
1491
1510
|
# @return [Integer]
|
1492
1511
|
#
|
1493
1512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeRecordInput AWS API Documentation
|
@@ -1501,19 +1520,18 @@ module Aws::ServiceCatalog
|
|
1501
1520
|
end
|
1502
1521
|
|
1503
1522
|
# @!attribute [rw] record_detail
|
1504
|
-
#
|
1523
|
+
# Information about the product.
|
1505
1524
|
# @return [Types::RecordDetail]
|
1506
1525
|
#
|
1507
1526
|
# @!attribute [rw] record_outputs
|
1508
|
-
#
|
1509
|
-
#
|
1510
|
-
#
|
1511
|
-
# URL.
|
1527
|
+
# Information about the product created as the result of a request.
|
1528
|
+
# For example, the output for a CloudFormation-backed product that
|
1529
|
+
# creates an S3 bucket would include the S3 bucket URL.
|
1512
1530
|
# @return [Array<Types::RecordOutput>]
|
1513
1531
|
#
|
1514
1532
|
# @!attribute [rw] next_page_token
|
1515
|
-
# The page token to use to retrieve the next
|
1516
|
-
#
|
1533
|
+
# The page token to use to retrieve the next set of results. If there
|
1534
|
+
# are no additional results, this value is null.
|
1517
1535
|
# @return [String]
|
1518
1536
|
#
|
1519
1537
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeRecordOutput AWS API Documentation
|
@@ -1533,7 +1551,7 @@ module Aws::ServiceCatalog
|
|
1533
1551
|
# }
|
1534
1552
|
#
|
1535
1553
|
# @!attribute [rw] id
|
1536
|
-
# The identifier
|
1554
|
+
# The TagOption identifier.
|
1537
1555
|
# @return [String]
|
1538
1556
|
#
|
1539
1557
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeTagOptionInput AWS API Documentation
|
@@ -1544,7 +1562,7 @@ module Aws::ServiceCatalog
|
|
1544
1562
|
end
|
1545
1563
|
|
1546
1564
|
# @!attribute [rw] tag_option_detail
|
1547
|
-
#
|
1565
|
+
# Information about the TagOption.
|
1548
1566
|
# @return [Types::TagOptionDetail]
|
1549
1567
|
#
|
1550
1568
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeTagOptionOutput AWS API Documentation
|
@@ -1578,7 +1596,7 @@ module Aws::ServiceCatalog
|
|
1578
1596
|
# @return [String]
|
1579
1597
|
#
|
1580
1598
|
# @!attribute [rw] principal_arn
|
1581
|
-
# The ARN
|
1599
|
+
# The ARN of the principal (IAM user, role, or group).
|
1582
1600
|
# @return [String]
|
1583
1601
|
#
|
1584
1602
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociatePrincipalFromPortfolioInput AWS API Documentation
|
@@ -1643,11 +1661,11 @@ module Aws::ServiceCatalog
|
|
1643
1661
|
# }
|
1644
1662
|
#
|
1645
1663
|
# @!attribute [rw] resource_id
|
1646
|
-
#
|
1664
|
+
# The resource identifier.
|
1647
1665
|
# @return [String]
|
1648
1666
|
#
|
1649
1667
|
# @!attribute [rw] tag_option_id
|
1650
|
-
#
|
1668
|
+
# The TagOption identifier.
|
1651
1669
|
# @return [String]
|
1652
1670
|
#
|
1653
1671
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateTagOptionFromResourceInput AWS API Documentation
|
@@ -1662,24 +1680,22 @@ module Aws::ServiceCatalog
|
|
1662
1680
|
#
|
1663
1681
|
class DisassociateTagOptionFromResourceOutput < Aws::EmptyStructure; end
|
1664
1682
|
|
1665
|
-
# Summary information about a path for a user
|
1666
|
-
# specified product.
|
1683
|
+
# Summary information about a product path for a user.
|
1667
1684
|
#
|
1668
1685
|
# @!attribute [rw] id
|
1669
|
-
# The
|
1686
|
+
# The identifier of the product path.
|
1670
1687
|
# @return [String]
|
1671
1688
|
#
|
1672
1689
|
# @!attribute [rw] constraint_summaries
|
1673
|
-
#
|
1690
|
+
# The constraints on the portfolio-product relationship.
|
1674
1691
|
# @return [Array<Types::ConstraintSummary>]
|
1675
1692
|
#
|
1676
1693
|
# @!attribute [rw] tags
|
1677
|
-
#
|
1694
|
+
# The tags associated with this product path.
|
1678
1695
|
# @return [Array<Types::Tag>]
|
1679
1696
|
#
|
1680
1697
|
# @!attribute [rw] name
|
1681
|
-
#
|
1682
|
-
# assigned.
|
1698
|
+
# The name of the portfolio to which the user was assigned.
|
1683
1699
|
# @return [String]
|
1684
1700
|
#
|
1685
1701
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/LaunchPathSummary AWS API Documentation
|
@@ -1712,14 +1728,12 @@ module Aws::ServiceCatalog
|
|
1712
1728
|
# @return [String]
|
1713
1729
|
#
|
1714
1730
|
# @!attribute [rw] page_token
|
1715
|
-
# The page token
|
1716
|
-
#
|
1731
|
+
# The page token for the next set of results. To retrieve the first
|
1732
|
+
# set of results, use null.
|
1717
1733
|
# @return [String]
|
1718
1734
|
#
|
1719
1735
|
# @!attribute [rw] page_size
|
1720
|
-
# The maximum number of items to return
|
1721
|
-
# results exist than fit in the specified `PageSize`, the value of
|
1722
|
-
# `NextPageToken` in the response is non-null.
|
1736
|
+
# The maximum number of items to return with this call.
|
1723
1737
|
# @return [Integer]
|
1724
1738
|
#
|
1725
1739
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListAcceptedPortfolioSharesInput AWS API Documentation
|
@@ -1732,12 +1746,12 @@ module Aws::ServiceCatalog
|
|
1732
1746
|
end
|
1733
1747
|
|
1734
1748
|
# @!attribute [rw] portfolio_details
|
1735
|
-
#
|
1749
|
+
# Information about the portfolios.
|
1736
1750
|
# @return [Array<Types::PortfolioDetail>]
|
1737
1751
|
#
|
1738
1752
|
# @!attribute [rw] next_page_token
|
1739
|
-
# The page token to use to retrieve the next
|
1740
|
-
#
|
1753
|
+
# The page token to use to retrieve the next set of results. If there
|
1754
|
+
# are no additional results, this value is null.
|
1741
1755
|
# @return [String]
|
1742
1756
|
#
|
1743
1757
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListAcceptedPortfolioSharesOutput AWS API Documentation
|
@@ -1778,14 +1792,12 @@ module Aws::ServiceCatalog
|
|
1778
1792
|
# @return [String]
|
1779
1793
|
#
|
1780
1794
|
# @!attribute [rw] page_size
|
1781
|
-
# The maximum number of items to return
|
1782
|
-
# results exist than fit in the specified `PageSize`, the value of
|
1783
|
-
# `NextPageToken` in the response is non-null.
|
1795
|
+
# The maximum number of items to return with this call.
|
1784
1796
|
# @return [Integer]
|
1785
1797
|
#
|
1786
1798
|
# @!attribute [rw] page_token
|
1787
|
-
# The page token
|
1788
|
-
#
|
1799
|
+
# The page token for the next set of results. To retrieve the first
|
1800
|
+
# set of results, use null.
|
1789
1801
|
# @return [String]
|
1790
1802
|
#
|
1791
1803
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListConstraintsForPortfolioInput AWS API Documentation
|
@@ -1800,12 +1812,12 @@ module Aws::ServiceCatalog
|
|
1800
1812
|
end
|
1801
1813
|
|
1802
1814
|
# @!attribute [rw] constraint_details
|
1803
|
-
#
|
1815
|
+
# Information about the constraints.
|
1804
1816
|
# @return [Array<Types::ConstraintDetail>]
|
1805
1817
|
#
|
1806
1818
|
# @!attribute [rw] next_page_token
|
1807
|
-
# The page token to use to retrieve the next
|
1808
|
-
#
|
1819
|
+
# The page token to use to retrieve the next set of results. If there
|
1820
|
+
# are no additional results, this value is null.
|
1809
1821
|
# @return [String]
|
1810
1822
|
#
|
1811
1823
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListConstraintsForPortfolioOutput AWS API Documentation
|
@@ -1837,19 +1849,16 @@ module Aws::ServiceCatalog
|
|
1837
1849
|
# @return [String]
|
1838
1850
|
#
|
1839
1851
|
# @!attribute [rw] product_id
|
1840
|
-
# The product identifier.
|
1841
|
-
# `LaunchPathSummaries` information.
|
1852
|
+
# The product identifier.
|
1842
1853
|
# @return [String]
|
1843
1854
|
#
|
1844
1855
|
# @!attribute [rw] page_size
|
1845
|
-
# The maximum number of items to return
|
1846
|
-
# results exist than fit in the specified `PageSize`, the value of
|
1847
|
-
# `NextPageToken` in the response is non-null.
|
1856
|
+
# The maximum number of items to return with this call.
|
1848
1857
|
# @return [Integer]
|
1849
1858
|
#
|
1850
1859
|
# @!attribute [rw] page_token
|
1851
|
-
# The page token
|
1852
|
-
#
|
1860
|
+
# The page token for the next set of results. To retrieve the first
|
1861
|
+
# set of results, use null.
|
1853
1862
|
# @return [String]
|
1854
1863
|
#
|
1855
1864
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListLaunchPathsInput AWS API Documentation
|
@@ -1863,13 +1872,12 @@ module Aws::ServiceCatalog
|
|
1863
1872
|
end
|
1864
1873
|
|
1865
1874
|
# @!attribute [rw] launch_path_summaries
|
1866
|
-
#
|
1867
|
-
# `PageToken`.
|
1875
|
+
# Information about the launch path.
|
1868
1876
|
# @return [Array<Types::LaunchPathSummary>]
|
1869
1877
|
#
|
1870
1878
|
# @!attribute [rw] next_page_token
|
1871
|
-
# The page token to use to retrieve the next
|
1872
|
-
#
|
1879
|
+
# The page token to use to retrieve the next set of results. If there
|
1880
|
+
# are no additional results, this value is null.
|
1873
1881
|
# @return [String]
|
1874
1882
|
#
|
1875
1883
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListLaunchPathsOutput AWS API Documentation
|
@@ -1911,12 +1919,12 @@ module Aws::ServiceCatalog
|
|
1911
1919
|
end
|
1912
1920
|
|
1913
1921
|
# @!attribute [rw] account_ids
|
1914
|
-
#
|
1922
|
+
# Information about the AWS accounts with access to the portfolio.
|
1915
1923
|
# @return [Array<String>]
|
1916
1924
|
#
|
1917
1925
|
# @!attribute [rw] next_page_token
|
1918
|
-
# The page token to use to retrieve the next
|
1919
|
-
#
|
1926
|
+
# The page token to use to retrieve the next set of results. If there
|
1927
|
+
# are no additional results, this value is null.
|
1920
1928
|
# @return [String]
|
1921
1929
|
#
|
1922
1930
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPortfolioAccessOutput AWS API Documentation
|
@@ -1952,14 +1960,12 @@ module Aws::ServiceCatalog
|
|
1952
1960
|
# @return [String]
|
1953
1961
|
#
|
1954
1962
|
# @!attribute [rw] page_token
|
1955
|
-
# The page token
|
1956
|
-
#
|
1963
|
+
# The page token for the next set of results. To retrieve the first
|
1964
|
+
# set of results, use null.
|
1957
1965
|
# @return [String]
|
1958
1966
|
#
|
1959
1967
|
# @!attribute [rw] page_size
|
1960
|
-
# The maximum number of items to return
|
1961
|
-
# results exist than fit in the specified `PageSize`, the value of
|
1962
|
-
# `NextPageToken` in the response is non-null.
|
1968
|
+
# The maximum number of items to return with this call.
|
1963
1969
|
# @return [Integer]
|
1964
1970
|
#
|
1965
1971
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPortfoliosForProductInput AWS API Documentation
|
@@ -1973,12 +1979,12 @@ module Aws::ServiceCatalog
|
|
1973
1979
|
end
|
1974
1980
|
|
1975
1981
|
# @!attribute [rw] portfolio_details
|
1976
|
-
#
|
1982
|
+
# Information about the portfolios.
|
1977
1983
|
# @return [Array<Types::PortfolioDetail>]
|
1978
1984
|
#
|
1979
1985
|
# @!attribute [rw] next_page_token
|
1980
|
-
# The page token to use to retrieve the next
|
1981
|
-
#
|
1986
|
+
# The page token to use to retrieve the next set of results. If there
|
1987
|
+
# are no additional results, this value is null.
|
1982
1988
|
# @return [String]
|
1983
1989
|
#
|
1984
1990
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPortfoliosForProductOutput AWS API Documentation
|
@@ -2009,14 +2015,12 @@ module Aws::ServiceCatalog
|
|
2009
2015
|
# @return [String]
|
2010
2016
|
#
|
2011
2017
|
# @!attribute [rw] page_token
|
2012
|
-
# The page token
|
2013
|
-
#
|
2018
|
+
# The page token for the next set of results. To retrieve the first
|
2019
|
+
# set of results, use null.
|
2014
2020
|
# @return [String]
|
2015
2021
|
#
|
2016
2022
|
# @!attribute [rw] page_size
|
2017
|
-
# The maximum number of items to return
|
2018
|
-
# results exist than fit in the specified `PageSize`, the value of
|
2019
|
-
# `NextPageToken` in the response is non-null.
|
2023
|
+
# The maximum number of items to return with this call.
|
2020
2024
|
# @return [Integer]
|
2021
2025
|
#
|
2022
2026
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPortfoliosInput AWS API Documentation
|
@@ -2029,12 +2033,12 @@ module Aws::ServiceCatalog
|
|
2029
2033
|
end
|
2030
2034
|
|
2031
2035
|
# @!attribute [rw] portfolio_details
|
2032
|
-
#
|
2036
|
+
# Information about the portfolios.
|
2033
2037
|
# @return [Array<Types::PortfolioDetail>]
|
2034
2038
|
#
|
2035
2039
|
# @!attribute [rw] next_page_token
|
2036
|
-
# The page token to use to retrieve the next
|
2037
|
-
#
|
2040
|
+
# The page token to use to retrieve the next set of results. If there
|
2041
|
+
# are no additional results, this value is null.
|
2038
2042
|
# @return [String]
|
2039
2043
|
#
|
2040
2044
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPortfoliosOutput AWS API Documentation
|
@@ -2070,14 +2074,12 @@ module Aws::ServiceCatalog
|
|
2070
2074
|
# @return [String]
|
2071
2075
|
#
|
2072
2076
|
# @!attribute [rw] page_size
|
2073
|
-
# The maximum number of items to return
|
2074
|
-
# results exist than fit in the specified `PageSize`, the value of
|
2075
|
-
# `NextPageToken` in the response is non-null.
|
2077
|
+
# The maximum number of items to return with this call.
|
2076
2078
|
# @return [Integer]
|
2077
2079
|
#
|
2078
2080
|
# @!attribute [rw] page_token
|
2079
|
-
# The page token
|
2080
|
-
#
|
2081
|
+
# The page token for the next set of results. To retrieve the first
|
2082
|
+
# set of results, use null.
|
2081
2083
|
# @return [String]
|
2082
2084
|
#
|
2083
2085
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPrincipalsForPortfolioInput AWS API Documentation
|
@@ -2095,8 +2097,8 @@ module Aws::ServiceCatalog
|
|
2095
2097
|
# @return [Array<Types::Principal>]
|
2096
2098
|
#
|
2097
2099
|
# @!attribute [rw] next_page_token
|
2098
|
-
# The page token to use to retrieve the next
|
2099
|
-
#
|
2100
|
+
# The page token to use to retrieve the next set of results. If there
|
2101
|
+
# are no additional results, this value is null.
|
2100
2102
|
# @return [String]
|
2101
2103
|
#
|
2102
2104
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPrincipalsForPortfolioOutput AWS API Documentation
|
@@ -2138,12 +2140,12 @@ module Aws::ServiceCatalog
|
|
2138
2140
|
end
|
2139
2141
|
|
2140
2142
|
# @!attribute [rw] provisioning_artifact_details
|
2141
|
-
#
|
2143
|
+
# Information about the provisioning artifacts.
|
2142
2144
|
# @return [Array<Types::ProvisioningArtifactDetail>]
|
2143
2145
|
#
|
2144
2146
|
# @!attribute [rw] next_page_token
|
2145
|
-
# The page token to use to retrieve the next
|
2146
|
-
#
|
2147
|
+
# The page token to use to retrieve the next set of results. If there
|
2148
|
+
# are no additional results, this value is null.
|
2147
2149
|
# @return [String]
|
2148
2150
|
#
|
2149
2151
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListProvisioningArtifactsOutput AWS API Documentation
|
@@ -2182,23 +2184,20 @@ module Aws::ServiceCatalog
|
|
2182
2184
|
# @return [String]
|
2183
2185
|
#
|
2184
2186
|
# @!attribute [rw] access_level_filter
|
2185
|
-
# The access level
|
2186
|
-
# level access is used.
|
2187
|
+
# The access level to use to obtain results. The default is `User`.
|
2187
2188
|
# @return [Types::AccessLevelFilter]
|
2188
2189
|
#
|
2189
2190
|
# @!attribute [rw] search_filter
|
2190
|
-
# The filter to
|
2191
|
+
# The search filter to scope the results.
|
2191
2192
|
# @return [Types::ListRecordHistorySearchFilter]
|
2192
2193
|
#
|
2193
2194
|
# @!attribute [rw] page_size
|
2194
|
-
# The maximum number of items to return
|
2195
|
-
# results exist than fit in the specified `PageSize`, the value of
|
2196
|
-
# `NextPageToken` in the response is non-null.
|
2195
|
+
# The maximum number of items to return with this call.
|
2197
2196
|
# @return [Integer]
|
2198
2197
|
#
|
2199
2198
|
# @!attribute [rw] page_token
|
2200
|
-
# The page token
|
2201
|
-
#
|
2199
|
+
# The page token for the next set of results. To retrieve the first
|
2200
|
+
# set of results, use null.
|
2202
2201
|
# @return [String]
|
2203
2202
|
#
|
2204
2203
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListRecordHistoryInput AWS API Documentation
|
@@ -2213,13 +2212,12 @@ module Aws::ServiceCatalog
|
|
2213
2212
|
end
|
2214
2213
|
|
2215
2214
|
# @!attribute [rw] record_details
|
2216
|
-
#
|
2217
|
-
# order.
|
2215
|
+
# The records, in reverse chronological order.
|
2218
2216
|
# @return [Array<Types::RecordDetail>]
|
2219
2217
|
#
|
2220
2218
|
# @!attribute [rw] next_page_token
|
2221
|
-
# The page token to use to retrieve the next
|
2222
|
-
#
|
2219
|
+
# The page token to use to retrieve the next set of results. If there
|
2220
|
+
# are no additional results, this value is null.
|
2223
2221
|
# @return [String]
|
2224
2222
|
#
|
2225
2223
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListRecordHistoryOutput AWS API Documentation
|
@@ -2230,8 +2228,7 @@ module Aws::ServiceCatalog
|
|
2230
2228
|
include Aws::Structure
|
2231
2229
|
end
|
2232
2230
|
|
2233
|
-
# The search filter to
|
2234
|
-
# records.
|
2231
|
+
# The search filter to use when listing history records.
|
2235
2232
|
#
|
2236
2233
|
# @note When making an API call, you may pass ListRecordHistorySearchFilter
|
2237
2234
|
# data as a hash:
|
@@ -2243,10 +2240,16 @@ module Aws::ServiceCatalog
|
|
2243
2240
|
#
|
2244
2241
|
# @!attribute [rw] key
|
2245
2242
|
# The filter key.
|
2243
|
+
#
|
2244
|
+
# * `product` - Filter results based on the specified product
|
2245
|
+
# identifier.
|
2246
|
+
#
|
2247
|
+
# * `provisionedproduct` - Filter results based on the provisioned
|
2248
|
+
# product identifier.
|
2246
2249
|
# @return [String]
|
2247
2250
|
#
|
2248
2251
|
# @!attribute [rw] value
|
2249
|
-
# The filter value
|
2252
|
+
# The filter value.
|
2250
2253
|
# @return [String]
|
2251
2254
|
#
|
2252
2255
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListRecordHistorySearchFilter AWS API Documentation
|
@@ -2268,22 +2271,24 @@ module Aws::ServiceCatalog
|
|
2268
2271
|
# }
|
2269
2272
|
#
|
2270
2273
|
# @!attribute [rw] tag_option_id
|
2271
|
-
#
|
2274
|
+
# The TagOption identifier.
|
2272
2275
|
# @return [String]
|
2273
2276
|
#
|
2274
2277
|
# @!attribute [rw] resource_type
|
2275
|
-
#
|
2278
|
+
# The resource type.
|
2279
|
+
#
|
2280
|
+
# * `Portfolio`
|
2281
|
+
#
|
2282
|
+
# * `Product`
|
2276
2283
|
# @return [String]
|
2277
2284
|
#
|
2278
2285
|
# @!attribute [rw] page_size
|
2279
|
-
# The maximum number of items to return
|
2280
|
-
# results exist than fit in the specified `PageSize`, the value of
|
2281
|
-
# `NextPageToken` in the response is non-null.
|
2286
|
+
# The maximum number of items to return with this call.
|
2282
2287
|
# @return [Integer]
|
2283
2288
|
#
|
2284
2289
|
# @!attribute [rw] page_token
|
2285
|
-
# The page token
|
2286
|
-
#
|
2290
|
+
# The page token for the next set of results. To retrieve the first
|
2291
|
+
# set of results, use null.
|
2287
2292
|
# @return [String]
|
2288
2293
|
#
|
2289
2294
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListResourcesForTagOptionInput AWS API Documentation
|
@@ -2297,12 +2302,12 @@ module Aws::ServiceCatalog
|
|
2297
2302
|
end
|
2298
2303
|
|
2299
2304
|
# @!attribute [rw] resource_details
|
2300
|
-
#
|
2305
|
+
# Information about the resources.
|
2301
2306
|
# @return [Array<Types::ResourceDetail>]
|
2302
2307
|
#
|
2303
2308
|
# @!attribute [rw] page_token
|
2304
|
-
# The page token
|
2305
|
-
#
|
2309
|
+
# The page token for the next set of results. To retrieve the first
|
2310
|
+
# set of results, use null.
|
2306
2311
|
# @return [String]
|
2307
2312
|
#
|
2308
2313
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListResourcesForTagOptionOutput AWS API Documentation
|
@@ -2313,7 +2318,7 @@ module Aws::ServiceCatalog
|
|
2313
2318
|
include Aws::Structure
|
2314
2319
|
end
|
2315
2320
|
|
2316
|
-
#
|
2321
|
+
# Filters to use when listing TagOptions.
|
2317
2322
|
#
|
2318
2323
|
# @note When making an API call, you may pass ListTagOptionsFilters
|
2319
2324
|
# data as a hash:
|
@@ -2325,15 +2330,15 @@ module Aws::ServiceCatalog
|
|
2325
2330
|
# }
|
2326
2331
|
#
|
2327
2332
|
# @!attribute [rw] key
|
2328
|
-
# The
|
2333
|
+
# The TagOption key.
|
2329
2334
|
# @return [String]
|
2330
2335
|
#
|
2331
2336
|
# @!attribute [rw] value
|
2332
|
-
# The
|
2337
|
+
# The TagOption value.
|
2333
2338
|
# @return [String]
|
2334
2339
|
#
|
2335
2340
|
# @!attribute [rw] active
|
2336
|
-
# The
|
2341
|
+
# The active state.
|
2337
2342
|
# @return [Boolean]
|
2338
2343
|
#
|
2339
2344
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListTagOptionsFilters AWS API Documentation
|
@@ -2359,19 +2364,17 @@ module Aws::ServiceCatalog
|
|
2359
2364
|
# }
|
2360
2365
|
#
|
2361
2366
|
# @!attribute [rw] filters
|
2362
|
-
# The
|
2363
|
-
#
|
2367
|
+
# The search filters. If no search filters are specified, the output
|
2368
|
+
# includes all TagOptions.
|
2364
2369
|
# @return [Types::ListTagOptionsFilters]
|
2365
2370
|
#
|
2366
2371
|
# @!attribute [rw] page_size
|
2367
|
-
# The maximum number of items to return
|
2368
|
-
# results exist than fit in the specified `PageSize`, the value of
|
2369
|
-
# `NextPageToken` in the response is non-null.
|
2372
|
+
# The maximum number of items to return with this call.
|
2370
2373
|
# @return [Integer]
|
2371
2374
|
#
|
2372
2375
|
# @!attribute [rw] page_token
|
2373
|
-
# The page token
|
2374
|
-
#
|
2376
|
+
# The page token for the next set of results. To retrieve the first
|
2377
|
+
# set of results, use null.
|
2375
2378
|
# @return [String]
|
2376
2379
|
#
|
2377
2380
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListTagOptionsInput AWS API Documentation
|
@@ -2384,12 +2387,12 @@ module Aws::ServiceCatalog
|
|
2384
2387
|
end
|
2385
2388
|
|
2386
2389
|
# @!attribute [rw] tag_option_details
|
2387
|
-
#
|
2390
|
+
# Information about the TagOptions.
|
2388
2391
|
# @return [Array<Types::TagOptionDetail>]
|
2389
2392
|
#
|
2390
2393
|
# @!attribute [rw] page_token
|
2391
|
-
# The page token
|
2392
|
-
#
|
2394
|
+
# The page token for the next set of results. To retrieve the first
|
2395
|
+
# set of results, use null.
|
2393
2396
|
# @return [String]
|
2394
2397
|
#
|
2395
2398
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListTagOptionsOutput AWS API Documentation
|
@@ -2413,10 +2416,10 @@ module Aws::ServiceCatalog
|
|
2413
2416
|
include Aws::Structure
|
2414
2417
|
end
|
2415
2418
|
|
2416
|
-
#
|
2419
|
+
# Information about a portfolio.
|
2417
2420
|
#
|
2418
2421
|
# @!attribute [rw] id
|
2419
|
-
# The identifier
|
2422
|
+
# The portfolio identifier.
|
2420
2423
|
# @return [String]
|
2421
2424
|
#
|
2422
2425
|
# @!attribute [rw] arn
|
@@ -2428,7 +2431,7 @@ module Aws::ServiceCatalog
|
|
2428
2431
|
# @return [String]
|
2429
2432
|
#
|
2430
2433
|
# @!attribute [rw] description
|
2431
|
-
# The
|
2434
|
+
# The description of the portfolio.
|
2432
2435
|
# @return [String]
|
2433
2436
|
#
|
2434
2437
|
# @!attribute [rw] created_time
|
@@ -2451,14 +2454,14 @@ module Aws::ServiceCatalog
|
|
2451
2454
|
include Aws::Structure
|
2452
2455
|
end
|
2453
2456
|
|
2454
|
-
#
|
2457
|
+
# Information about a principal.
|
2455
2458
|
#
|
2456
2459
|
# @!attribute [rw] principal_arn
|
2457
|
-
# The ARN
|
2460
|
+
# The ARN of the principal (IAM user, role, or group).
|
2458
2461
|
# @return [String]
|
2459
2462
|
#
|
2460
2463
|
# @!attribute [rw] principal_type
|
2461
|
-
# The principal type.
|
2464
|
+
# The principal type. The supported value is `IAM`.
|
2462
2465
|
# @return [String]
|
2463
2466
|
#
|
2464
2467
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/Principal AWS API Documentation
|
@@ -2488,24 +2491,25 @@ module Aws::ServiceCatalog
|
|
2488
2491
|
include Aws::Structure
|
2489
2492
|
end
|
2490
2493
|
|
2491
|
-
#
|
2494
|
+
# Information about a product view.
|
2492
2495
|
#
|
2493
2496
|
# @!attribute [rw] product_view_summary
|
2494
|
-
#
|
2497
|
+
# Summary information about the product view.
|
2495
2498
|
# @return [Types::ProductViewSummary]
|
2496
2499
|
#
|
2497
2500
|
# @!attribute [rw] status
|
2498
|
-
#
|
2501
|
+
# The status of the product.
|
2499
2502
|
#
|
2500
|
-
# `AVAILABLE` -
|
2503
|
+
# * `AVAILABLE` - The product is ready for use.
|
2501
2504
|
#
|
2502
|
-
# `CREATING` -
|
2505
|
+
# * `CREATING` - Product creation has started; the product is not
|
2506
|
+
# ready for use.
|
2503
2507
|
#
|
2504
|
-
# `FAILED` -
|
2508
|
+
# * `FAILED` - An action failed.
|
2505
2509
|
# @return [String]
|
2506
2510
|
#
|
2507
2511
|
# @!attribute [rw] product_arn
|
2508
|
-
# The ARN
|
2512
|
+
# The ARN of the product.
|
2509
2513
|
# @return [String]
|
2510
2514
|
#
|
2511
2515
|
# @!attribute [rw] created_time
|
@@ -2522,7 +2526,7 @@ module Aws::ServiceCatalog
|
|
2522
2526
|
include Aws::Structure
|
2523
2527
|
end
|
2524
2528
|
|
2525
|
-
#
|
2529
|
+
# Summary information about a product view.
|
2526
2530
|
#
|
2527
2531
|
# @!attribute [rw] id
|
2528
2532
|
# The product view identifier.
|
@@ -2557,11 +2561,10 @@ module Aws::ServiceCatalog
|
|
2557
2561
|
# @return [String]
|
2558
2562
|
#
|
2559
2563
|
# @!attribute [rw] has_default_path
|
2560
|
-
#
|
2561
|
-
#
|
2562
|
-
#
|
2563
|
-
#
|
2564
|
-
# ProductViewSummary operation can be used directly with
|
2564
|
+
# Indicates whether the product has a default path. If the product
|
2565
|
+
# does not have a default path, call ListLaunchPaths to disambiguate
|
2566
|
+
# between paths. Otherwise, ListLaunchPaths is not required, and the
|
2567
|
+
# output of ProductViewSummary can be used directly with
|
2565
2568
|
# DescribeProvisioningParameters.
|
2566
2569
|
# @return [Boolean]
|
2567
2570
|
#
|
@@ -2634,20 +2637,19 @@ module Aws::ServiceCatalog
|
|
2634
2637
|
# @return [String]
|
2635
2638
|
#
|
2636
2639
|
# @!attribute [rw] provisioning_artifact_id
|
2637
|
-
# The
|
2638
|
-
# sometimes referred to as the product version.
|
2640
|
+
# The identifier of the provisioning artifact.
|
2639
2641
|
# @return [String]
|
2640
2642
|
#
|
2641
2643
|
# @!attribute [rw] path_id
|
2642
|
-
# The identifier of the
|
2643
|
-
#
|
2644
|
-
#
|
2644
|
+
# The path identifier of the product. This value is optional if the
|
2645
|
+
# product has a default path, and required if the product has more
|
2646
|
+
# than one path. To list the paths for a product, use ListLaunchPaths.
|
2645
2647
|
# @return [String]
|
2646
2648
|
#
|
2647
2649
|
# @!attribute [rw] provisioned_product_name
|
2648
|
-
# A user-friendly name
|
2649
|
-
#
|
2650
|
-
#
|
2650
|
+
# A user-friendly name for the provisioned product. This value must be
|
2651
|
+
# unique for the AWS account and cannot be updated after the product
|
2652
|
+
# is provisioned.
|
2651
2653
|
# @return [String]
|
2652
2654
|
#
|
2653
2655
|
# @!attribute [rw] provisioning_parameters
|
@@ -2656,7 +2658,7 @@ module Aws::ServiceCatalog
|
|
2656
2658
|
# @return [Array<Types::ProvisioningParameter>]
|
2657
2659
|
#
|
2658
2660
|
# @!attribute [rw] tags
|
2659
|
-
#
|
2661
|
+
# The tags to use as provisioning options.
|
2660
2662
|
# @return [Array<Types::Tag>]
|
2661
2663
|
#
|
2662
2664
|
# @!attribute [rw] notification_arns
|
@@ -2688,10 +2690,7 @@ module Aws::ServiceCatalog
|
|
2688
2690
|
end
|
2689
2691
|
|
2690
2692
|
# @!attribute [rw] record_detail
|
2691
|
-
#
|
2692
|
-
# inputs made to that request, the current state of the request, a
|
2693
|
-
# pointer to the ProvisionedProduct object of the request, and a list
|
2694
|
-
# of any errors that the request encountered.
|
2693
|
+
# Information about the result of ProvisionProduct.
|
2695
2694
|
# @return [Types::RecordDetail]
|
2696
2695
|
#
|
2697
2696
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisionProductOutput AWS API Documentation
|
@@ -2701,47 +2700,47 @@ module Aws::ServiceCatalog
|
|
2701
2700
|
include Aws::Structure
|
2702
2701
|
end
|
2703
2702
|
|
2704
|
-
#
|
2703
|
+
# Information about a provisioned product.
|
2705
2704
|
#
|
2706
2705
|
# @!attribute [rw] name
|
2707
|
-
# The user-friendly name of the
|
2706
|
+
# The user-friendly name of the provisioned product.
|
2708
2707
|
# @return [String]
|
2709
2708
|
#
|
2710
2709
|
# @!attribute [rw] arn
|
2711
|
-
# The ARN
|
2710
|
+
# The ARN of the provisioned product.
|
2712
2711
|
# @return [String]
|
2713
2712
|
#
|
2714
2713
|
# @!attribute [rw] type
|
2715
|
-
# The type of
|
2714
|
+
# The type of provisioned product. The supported value is `CFN_STACK`.
|
2716
2715
|
# @return [String]
|
2717
2716
|
#
|
2718
2717
|
# @!attribute [rw] id
|
2719
|
-
# The identifier of the
|
2718
|
+
# The identifier of the provisioned product.
|
2720
2719
|
# @return [String]
|
2721
2720
|
#
|
2722
2721
|
# @!attribute [rw] status
|
2723
|
-
# The current status of the
|
2722
|
+
# The current status of the provisioned product.
|
2724
2723
|
#
|
2725
|
-
# `AVAILABLE` - Stable state, ready to perform any operation. The
|
2726
|
-
#
|
2724
|
+
# * `AVAILABLE` - Stable state, ready to perform any operation. The
|
2725
|
+
# most recent operation succeeded and completed.
|
2727
2726
|
#
|
2728
|
-
# `UNDER_CHANGE` - Transitive state, operations performed
|
2729
|
-
#
|
2730
|
-
#
|
2727
|
+
# * `UNDER_CHANGE` - Transitive state, operations performed might not
|
2728
|
+
# have valid results. Wait for an `AVAILABLE` status before
|
2729
|
+
# performing operations.
|
2731
2730
|
#
|
2732
|
-
# `TAINTED` - Stable state, ready to perform any operation. The
|
2733
|
-
#
|
2734
|
-
#
|
2735
|
-
#
|
2731
|
+
# * `TAINTED` - Stable state, ready to perform any operation. The
|
2732
|
+
# stack has completed the requested operation but is not exactly
|
2733
|
+
# what was requested. For example, a request to update to a new
|
2734
|
+
# version failed and the stack rolled back to the current version.
|
2736
2735
|
#
|
2737
|
-
# `ERROR` -
|
2738
|
-
#
|
2739
|
-
#
|
2740
|
-
#
|
2736
|
+
# * `ERROR` - An unexpected error occurred, the provisioned product
|
2737
|
+
# exists but the stack is not running. For example, CloudFormation
|
2738
|
+
# received a parameter value that was not valid and could not launch
|
2739
|
+
# the stack.
|
2741
2740
|
# @return [String]
|
2742
2741
|
#
|
2743
2742
|
# @!attribute [rw] status_message
|
2744
|
-
# The current status message of the
|
2743
|
+
# The current status message of the provisioned product.
|
2745
2744
|
# @return [String]
|
2746
2745
|
#
|
2747
2746
|
# @!attribute [rw] created_time
|
@@ -2749,14 +2748,14 @@ module Aws::ServiceCatalog
|
|
2749
2748
|
# @return [Time]
|
2750
2749
|
#
|
2751
2750
|
# @!attribute [rw] idempotency_token
|
2752
|
-
# A
|
2753
|
-
#
|
2754
|
-
#
|
2751
|
+
# A unique identifier that you provide to ensure idempotency. If
|
2752
|
+
# multiple requests differ only by the idempotency token, the same
|
2753
|
+
# response is returned for each repeated request.
|
2755
2754
|
# @return [String]
|
2756
2755
|
#
|
2757
2756
|
# @!attribute [rw] last_record_id
|
2758
2757
|
# The record identifier of the last request performed on this
|
2759
|
-
#
|
2758
|
+
# provisioned product.
|
2760
2759
|
# @return [String]
|
2761
2760
|
#
|
2762
2761
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisionedProductDetail AWS API Documentation
|
@@ -2774,20 +2773,19 @@ module Aws::ServiceCatalog
|
|
2774
2773
|
include Aws::Structure
|
2775
2774
|
end
|
2776
2775
|
|
2777
|
-
#
|
2778
|
-
#
|
2776
|
+
# Information about a provisioning artifact. A provisioning artifact is
|
2777
|
+
# also known as a product version.
|
2779
2778
|
#
|
2780
2779
|
# @!attribute [rw] id
|
2781
|
-
# The identifier
|
2782
|
-
# the product version.
|
2780
|
+
# The identifier of the provisioning artifact.
|
2783
2781
|
# @return [String]
|
2784
2782
|
#
|
2785
2783
|
# @!attribute [rw] name
|
2786
|
-
# The name of the artifact.
|
2784
|
+
# The name of the provisioning artifact.
|
2787
2785
|
# @return [String]
|
2788
2786
|
#
|
2789
2787
|
# @!attribute [rw] description
|
2790
|
-
# The
|
2788
|
+
# The description of the provisioning artifact.
|
2791
2789
|
# @return [String]
|
2792
2790
|
#
|
2793
2791
|
# @!attribute [rw] created_time
|
@@ -2804,34 +2802,39 @@ module Aws::ServiceCatalog
|
|
2804
2802
|
include Aws::Structure
|
2805
2803
|
end
|
2806
2804
|
|
2807
|
-
#
|
2805
|
+
# Information about a provisioning artifact (also known as a version)
|
2806
|
+
# for a product.
|
2808
2807
|
#
|
2809
2808
|
# @!attribute [rw] id
|
2810
|
-
# The identifier of the provisioning artifact.
|
2811
|
-
# referred to as the product version.
|
2809
|
+
# The identifier of the provisioning artifact.
|
2812
2810
|
# @return [String]
|
2813
2811
|
#
|
2814
2812
|
# @!attribute [rw] name
|
2815
|
-
# The name
|
2813
|
+
# The name of the provisioning artifact.
|
2816
2814
|
# @return [String]
|
2817
2815
|
#
|
2818
2816
|
# @!attribute [rw] description
|
2819
|
-
# The
|
2817
|
+
# The description of the provisioning artifact.
|
2820
2818
|
# @return [String]
|
2821
2819
|
#
|
2822
2820
|
# @!attribute [rw] type
|
2823
|
-
# The type of
|
2824
|
-
#
|
2821
|
+
# The type of provisioning artifact.
|
2822
|
+
#
|
2823
|
+
# * `CLOUD_FORMATION_TEMPLATE` - AWS CloudFormation template
|
2825
2824
|
#
|
2826
|
-
# `MARKETPLACE_AMI` - AMI
|
2825
|
+
# * `MARKETPLACE_AMI` - AWS Marketplace AMI
|
2827
2826
|
#
|
2828
|
-
# `MARKETPLACE_CAR` -
|
2827
|
+
# * `MARKETPLACE_CAR` - AWS Marketplace Clusters and AWS Resources
|
2829
2828
|
# @return [String]
|
2830
2829
|
#
|
2831
2830
|
# @!attribute [rw] created_time
|
2832
2831
|
# The UTC timestamp of the creation time.
|
2833
2832
|
# @return [Time]
|
2834
2833
|
#
|
2834
|
+
# @!attribute [rw] active
|
2835
|
+
# Indicates whether the product version is active.
|
2836
|
+
# @return [Boolean]
|
2837
|
+
#
|
2835
2838
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisioningArtifactDetail AWS API Documentation
|
2836
2839
|
#
|
2837
2840
|
class ProvisioningArtifactDetail < Struct.new(
|
@@ -2839,19 +2842,19 @@ module Aws::ServiceCatalog
|
|
2839
2842
|
:name,
|
2840
2843
|
:description,
|
2841
2844
|
:type,
|
2842
|
-
:created_time
|
2845
|
+
:created_time,
|
2846
|
+
:active)
|
2843
2847
|
include Aws::Structure
|
2844
2848
|
end
|
2845
2849
|
|
2846
|
-
#
|
2847
|
-
# includes a list of allowable values and additional metadata.
|
2850
|
+
# Information about a parameter used to provision a product.
|
2848
2851
|
#
|
2849
2852
|
# @!attribute [rw] parameter_key
|
2850
2853
|
# The parameter key.
|
2851
2854
|
# @return [String]
|
2852
2855
|
#
|
2853
2856
|
# @!attribute [rw] default_value
|
2854
|
-
# The default value
|
2857
|
+
# The default value.
|
2855
2858
|
# @return [String]
|
2856
2859
|
#
|
2857
2860
|
# @!attribute [rw] parameter_type
|
@@ -2865,12 +2868,11 @@ module Aws::ServiceCatalog
|
|
2865
2868
|
# @return [Boolean]
|
2866
2869
|
#
|
2867
2870
|
# @!attribute [rw] description
|
2868
|
-
# The
|
2871
|
+
# The description of the parameter.
|
2869
2872
|
# @return [String]
|
2870
2873
|
#
|
2871
2874
|
# @!attribute [rw] parameter_constraints
|
2872
|
-
#
|
2873
|
-
# parameter.
|
2875
|
+
# Constraints that the administrator has put on a parameter.
|
2874
2876
|
# @return [Types::ParameterConstraints]
|
2875
2877
|
#
|
2876
2878
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisioningArtifactParameter AWS API Documentation
|
@@ -2885,8 +2887,8 @@ module Aws::ServiceCatalog
|
|
2885
2887
|
include Aws::Structure
|
2886
2888
|
end
|
2887
2889
|
|
2888
|
-
#
|
2889
|
-
#
|
2890
|
+
# Information about a provisioning artifact (also known as a version)
|
2891
|
+
# for a product.
|
2890
2892
|
#
|
2891
2893
|
# @note When making an API call, you may pass ProvisioningArtifactProperties
|
2892
2894
|
# data as a hash:
|
@@ -2901,28 +2903,31 @@ module Aws::ServiceCatalog
|
|
2901
2903
|
# }
|
2902
2904
|
#
|
2903
2905
|
# @!attribute [rw] name
|
2904
|
-
# The name
|
2906
|
+
# The name of the provisioning artifact (for example, v1 v2beta). No
|
2907
|
+
# spaces are allowed.
|
2905
2908
|
# @return [String]
|
2906
2909
|
#
|
2907
2910
|
# @!attribute [rw] description
|
2908
|
-
# The
|
2911
|
+
# The description of the provisioning artifact, including how it
|
2912
|
+
# differs from the previous provisioning artifact.
|
2909
2913
|
# @return [String]
|
2910
2914
|
#
|
2911
2915
|
# @!attribute [rw] info
|
2912
|
-
#
|
2913
|
-
#
|
2914
|
-
#
|
2915
|
-
#
|
2916
|
+
# The URL of the CloudFormation template in Amazon S3. Specify the URL
|
2917
|
+
# in JSON format as follows:
|
2918
|
+
#
|
2919
|
+
# `"LoadTemplateFromURL":
|
2920
|
+
# "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."`
|
2916
2921
|
# @return [Hash<String,String>]
|
2917
2922
|
#
|
2918
2923
|
# @!attribute [rw] type
|
2919
|
-
# The type of
|
2920
|
-
#
|
2921
|
-
#
|
2924
|
+
# The type of provisioning artifact.
|
2925
|
+
#
|
2926
|
+
# * `CLOUD_FORMATION_TEMPLATE` - AWS CloudFormation template
|
2922
2927
|
#
|
2923
|
-
# `MARKETPLACE_AMI` - AMI
|
2928
|
+
# * `MARKETPLACE_AMI` - AWS Marketplace AMI
|
2924
2929
|
#
|
2925
|
-
# `MARKETPLACE_CAR` -
|
2930
|
+
# * `MARKETPLACE_CAR` - AWS Marketplace Clusters and AWS Resources
|
2926
2931
|
# @return [String]
|
2927
2932
|
#
|
2928
2933
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisioningArtifactProperties AWS API Documentation
|
@@ -2935,7 +2940,8 @@ module Aws::ServiceCatalog
|
|
2935
2940
|
include Aws::Structure
|
2936
2941
|
end
|
2937
2942
|
|
2938
|
-
#
|
2943
|
+
# Summary information about a provisioning artifact (also known as a
|
2944
|
+
# version) for a product.
|
2939
2945
|
#
|
2940
2946
|
# @!attribute [rw] id
|
2941
2947
|
# The identifier of the provisioning artifact.
|
@@ -2954,8 +2960,8 @@ module Aws::ServiceCatalog
|
|
2954
2960
|
# @return [Time]
|
2955
2961
|
#
|
2956
2962
|
# @!attribute [rw] provisioning_artifact_metadata
|
2957
|
-
# The provisioning artifact
|
2958
|
-
#
|
2963
|
+
# The metadata for the provisioning artifact. This is used with AWS
|
2964
|
+
# Marketplace products.
|
2959
2965
|
# @return [Hash<String,String>]
|
2960
2966
|
#
|
2961
2967
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisioningArtifactSummary AWS API Documentation
|
@@ -2969,7 +2975,7 @@ module Aws::ServiceCatalog
|
|
2969
2975
|
include Aws::Structure
|
2970
2976
|
end
|
2971
2977
|
|
2972
|
-
#
|
2978
|
+
# Information about a parameter used to provision a product.
|
2973
2979
|
#
|
2974
2980
|
# @note When making an API call, you may pass ProvisioningParameter
|
2975
2981
|
# data as a hash:
|
@@ -2980,13 +2986,11 @@ module Aws::ServiceCatalog
|
|
2980
2986
|
# }
|
2981
2987
|
#
|
2982
2988
|
# @!attribute [rw] key
|
2983
|
-
# The
|
2984
|
-
# DescribeProvisioningParameters.
|
2989
|
+
# The parameter key.
|
2985
2990
|
# @return [String]
|
2986
2991
|
#
|
2987
2992
|
# @!attribute [rw] value
|
2988
|
-
# The value
|
2989
|
-
# be found in `ProvisioningArtifactParameter` for `Key`.
|
2993
|
+
# The parameter value.
|
2990
2994
|
# @return [String]
|
2991
2995
|
#
|
2992
2996
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisioningParameter AWS API Documentation
|
@@ -2997,31 +3001,32 @@ module Aws::ServiceCatalog
|
|
2997
3001
|
include Aws::Structure
|
2998
3002
|
end
|
2999
3003
|
|
3000
|
-
#
|
3004
|
+
# Information about a request operation.
|
3001
3005
|
#
|
3002
3006
|
# @!attribute [rw] record_id
|
3003
|
-
# The identifier of the
|
3007
|
+
# The identifier of the record.
|
3004
3008
|
# @return [String]
|
3005
3009
|
#
|
3006
3010
|
# @!attribute [rw] provisioned_product_name
|
3007
|
-
# The user-friendly name of the
|
3011
|
+
# The user-friendly name of the provisioned product.
|
3008
3012
|
# @return [String]
|
3009
3013
|
#
|
3010
3014
|
# @!attribute [rw] status
|
3011
|
-
# The status of the
|
3015
|
+
# The status of the provisioned product.
|
3012
3016
|
#
|
3013
|
-
# `CREATED` -
|
3017
|
+
# * `CREATED` - The request was created but the operation has not
|
3018
|
+
# started.
|
3014
3019
|
#
|
3015
|
-
# `IN_PROGRESS` - The requested operation is in
|
3020
|
+
# * `IN_PROGRESS` - The requested operation is in progress.
|
3016
3021
|
#
|
3017
|
-
# `IN_PROGRESS_IN_ERROR` - The provisioned product is under change
|
3018
|
-
#
|
3019
|
-
#
|
3022
|
+
# * `IN_PROGRESS_IN_ERROR` - The provisioned product is under change
|
3023
|
+
# but the requested operation failed and some remediation is
|
3024
|
+
# occurring. For example, a rollback.
|
3020
3025
|
#
|
3021
|
-
# `SUCCEEDED` - The requested operation has successfully completed.
|
3026
|
+
# * `SUCCEEDED` - The requested operation has successfully completed.
|
3022
3027
|
#
|
3023
|
-
# `FAILED` - The requested operation has completed
|
3024
|
-
#
|
3028
|
+
# * `FAILED` - The requested operation has unsuccessfully completed.
|
3029
|
+
# Investigate using the error messages returned.
|
3025
3030
|
# @return [String]
|
3026
3031
|
#
|
3027
3032
|
# @!attribute [rw] created_time
|
@@ -3029,20 +3034,25 @@ module Aws::ServiceCatalog
|
|
3029
3034
|
# @return [Time]
|
3030
3035
|
#
|
3031
3036
|
# @!attribute [rw] updated_time
|
3032
|
-
# The time when the record
|
3033
|
-
# updated.
|
3037
|
+
# The time when the record was last updated.
|
3034
3038
|
# @return [Time]
|
3035
3039
|
#
|
3036
3040
|
# @!attribute [rw] provisioned_product_type
|
3037
|
-
# The type of
|
3041
|
+
# The type of provisioned product. The supported value is `CFN_STACK`.
|
3038
3042
|
# @return [String]
|
3039
3043
|
#
|
3040
3044
|
# @!attribute [rw] record_type
|
3041
3045
|
# The record type for this record.
|
3046
|
+
#
|
3047
|
+
# * `PROVISION_PRODUCT`
|
3048
|
+
#
|
3049
|
+
# * `UPDATE_PROVISIONED_PRODUCT`
|
3050
|
+
#
|
3051
|
+
# * `TERMINATE_PROVISIONED_PRODUCT`
|
3042
3052
|
# @return [String]
|
3043
3053
|
#
|
3044
3054
|
# @!attribute [rw] provisioned_product_id
|
3045
|
-
# The identifier of the
|
3055
|
+
# The identifier of the provisioned product.
|
3046
3056
|
# @return [String]
|
3047
3057
|
#
|
3048
3058
|
# @!attribute [rw] product_id
|
@@ -3050,20 +3060,19 @@ module Aws::ServiceCatalog
|
|
3050
3060
|
# @return [String]
|
3051
3061
|
#
|
3052
3062
|
# @!attribute [rw] provisioning_artifact_id
|
3053
|
-
# The
|
3054
|
-
# sometimes referred to as the product version.
|
3063
|
+
# The identifier of the provisioning artifact.
|
3055
3064
|
# @return [String]
|
3056
3065
|
#
|
3057
3066
|
# @!attribute [rw] path_id
|
3058
|
-
# The
|
3067
|
+
# The path identifier.
|
3059
3068
|
# @return [String]
|
3060
3069
|
#
|
3061
3070
|
# @!attribute [rw] record_errors
|
3062
|
-
#
|
3071
|
+
# The errors that occurred while processing the request.
|
3063
3072
|
# @return [Array<Types::RecordError>]
|
3064
3073
|
#
|
3065
3074
|
# @!attribute [rw] record_tags
|
3066
|
-
#
|
3075
|
+
# The tags associated with this record.
|
3067
3076
|
# @return [Array<Types::RecordTag>]
|
3068
3077
|
#
|
3069
3078
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/RecordDetail AWS API Documentation
|
@@ -3092,7 +3101,7 @@ module Aws::ServiceCatalog
|
|
3092
3101
|
# @return [String]
|
3093
3102
|
#
|
3094
3103
|
# @!attribute [rw] description
|
3095
|
-
# The
|
3104
|
+
# The description of the error.
|
3096
3105
|
# @return [String]
|
3097
3106
|
#
|
3098
3107
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/RecordError AWS API Documentation
|
@@ -3103,9 +3112,9 @@ module Aws::ServiceCatalog
|
|
3103
3112
|
include Aws::Structure
|
3104
3113
|
end
|
3105
3114
|
|
3106
|
-
#
|
3107
|
-
#
|
3108
|
-
# S3 bucket would
|
3115
|
+
# The output for the product created as the result of a request. For
|
3116
|
+
# example, the output for a CloudFormation-backed product that creates
|
3117
|
+
# an S3 bucket would include the S3 bucket URL.
|
3109
3118
|
#
|
3110
3119
|
# @!attribute [rw] output_key
|
3111
3120
|
# The output key.
|
@@ -3116,7 +3125,7 @@ module Aws::ServiceCatalog
|
|
3116
3125
|
# @return [String]
|
3117
3126
|
#
|
3118
3127
|
# @!attribute [rw] description
|
3119
|
-
# The
|
3128
|
+
# The description of the output.
|
3120
3129
|
# @return [String]
|
3121
3130
|
#
|
3122
3131
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/RecordOutput AWS API Documentation
|
@@ -3180,26 +3189,26 @@ module Aws::ServiceCatalog
|
|
3180
3189
|
#
|
3181
3190
|
class RejectPortfolioShareOutput < Aws::EmptyStructure; end
|
3182
3191
|
|
3183
|
-
#
|
3192
|
+
# Information about a resource.
|
3184
3193
|
#
|
3185
3194
|
# @!attribute [rw] id
|
3186
|
-
#
|
3195
|
+
# The identifier of the resource.
|
3187
3196
|
# @return [String]
|
3188
3197
|
#
|
3189
3198
|
# @!attribute [rw] arn
|
3190
|
-
# ARN of the resource.
|
3199
|
+
# The ARN of the resource.
|
3191
3200
|
# @return [String]
|
3192
3201
|
#
|
3193
3202
|
# @!attribute [rw] name
|
3194
|
-
#
|
3203
|
+
# The name of the resource.
|
3195
3204
|
# @return [String]
|
3196
3205
|
#
|
3197
3206
|
# @!attribute [rw] description
|
3198
|
-
#
|
3207
|
+
# The description of the resource.
|
3199
3208
|
# @return [String]
|
3200
3209
|
#
|
3201
3210
|
# @!attribute [rw] created_time
|
3202
|
-
#
|
3211
|
+
# The creation time of the resource.
|
3203
3212
|
# @return [Time]
|
3204
3213
|
#
|
3205
3214
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ResourceDetail AWS API Documentation
|
@@ -3237,19 +3246,16 @@ module Aws::ServiceCatalog
|
|
3237
3246
|
# @return [String]
|
3238
3247
|
#
|
3239
3248
|
# @!attribute [rw] access_level_filter
|
3240
|
-
# The access level
|
3241
|
-
# level access is used.
|
3249
|
+
# The access level to use to obtain results. The default is `User`.
|
3242
3250
|
# @return [Types::AccessLevelFilter]
|
3243
3251
|
#
|
3244
3252
|
# @!attribute [rw] page_size
|
3245
|
-
# The maximum number of items to return
|
3246
|
-
# results exist than fit in the specified `PageSize`, the value of
|
3247
|
-
# `NextPageToken` in the response is non-null.
|
3253
|
+
# The maximum number of items to return with this call.
|
3248
3254
|
# @return [Integer]
|
3249
3255
|
#
|
3250
3256
|
# @!attribute [rw] page_token
|
3251
|
-
# The page token
|
3252
|
-
#
|
3257
|
+
# The page token for the next set of results. To retrieve the first
|
3258
|
+
# set of results, use null.
|
3253
3259
|
# @return [String]
|
3254
3260
|
#
|
3255
3261
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ScanProvisionedProductsInput AWS API Documentation
|
@@ -3263,12 +3269,12 @@ module Aws::ServiceCatalog
|
|
3263
3269
|
end
|
3264
3270
|
|
3265
3271
|
# @!attribute [rw] provisioned_products
|
3266
|
-
#
|
3272
|
+
# Information about the provisioned products.
|
3267
3273
|
# @return [Array<Types::ProvisionedProductDetail>]
|
3268
3274
|
#
|
3269
3275
|
# @!attribute [rw] next_page_token
|
3270
|
-
# The page token to use to retrieve the next
|
3271
|
-
#
|
3276
|
+
# The page token to use to retrieve the next set of results. If there
|
3277
|
+
# are no additional results, this value is null.
|
3272
3278
|
# @return [String]
|
3273
3279
|
#
|
3274
3280
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ScanProvisionedProductsOutput AWS API Documentation
|
@@ -3310,30 +3316,27 @@ module Aws::ServiceCatalog
|
|
3310
3316
|
# @return [String]
|
3311
3317
|
#
|
3312
3318
|
# @!attribute [rw] filters
|
3313
|
-
# The
|
3314
|
-
#
|
3315
|
-
# administrator has access.
|
3319
|
+
# The search filters. If no search filters are specified, the output
|
3320
|
+
# includes all products to which the administrator has access.
|
3316
3321
|
# @return [Hash<String,Array<String>>]
|
3317
3322
|
#
|
3318
3323
|
# @!attribute [rw] sort_by
|
3319
|
-
# The sort field
|
3324
|
+
# The sort field. If no value is specified, the results are not
|
3320
3325
|
# sorted.
|
3321
3326
|
# @return [String]
|
3322
3327
|
#
|
3323
3328
|
# @!attribute [rw] sort_order
|
3324
|
-
# The sort order
|
3329
|
+
# The sort order. If no value is specified, the results are not
|
3325
3330
|
# sorted.
|
3326
3331
|
# @return [String]
|
3327
3332
|
#
|
3328
3333
|
# @!attribute [rw] page_token
|
3329
|
-
# The page token
|
3330
|
-
#
|
3334
|
+
# The page token for the next set of results. To retrieve the first
|
3335
|
+
# set of results, use null.
|
3331
3336
|
# @return [String]
|
3332
3337
|
#
|
3333
3338
|
# @!attribute [rw] page_size
|
3334
|
-
# The maximum number of items to return
|
3335
|
-
# results exist than fit in the specified `PageSize`, the value of
|
3336
|
-
# `NextPageToken` in the response is non-null.
|
3339
|
+
# The maximum number of items to return with this call.
|
3337
3340
|
# @return [Integer]
|
3338
3341
|
#
|
3339
3342
|
# @!attribute [rw] product_source
|
@@ -3355,12 +3358,12 @@ module Aws::ServiceCatalog
|
|
3355
3358
|
end
|
3356
3359
|
|
3357
3360
|
# @!attribute [rw] product_view_details
|
3358
|
-
#
|
3361
|
+
# Information about the product views.
|
3359
3362
|
# @return [Array<Types::ProductViewDetail>]
|
3360
3363
|
#
|
3361
3364
|
# @!attribute [rw] next_page_token
|
3362
|
-
# The page token to use to retrieve the next
|
3363
|
-
#
|
3365
|
+
# The page token to use to retrieve the next set of results. If there
|
3366
|
+
# are no additional results, this value is null.
|
3364
3367
|
# @return [String]
|
3365
3368
|
#
|
3366
3369
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/SearchProductsAsAdminOutput AWS API Documentation
|
@@ -3396,30 +3399,27 @@ module Aws::ServiceCatalog
|
|
3396
3399
|
# @return [String]
|
3397
3400
|
#
|
3398
3401
|
# @!attribute [rw] filters
|
3399
|
-
# The
|
3400
|
-
#
|
3401
|
-
# calling user has access.
|
3402
|
+
# The search filters. If no search filters are specified, the output
|
3403
|
+
# includes all products to which the caller has access.
|
3402
3404
|
# @return [Hash<String,Array<String>>]
|
3403
3405
|
#
|
3404
3406
|
# @!attribute [rw] page_size
|
3405
|
-
# The maximum number of items to return
|
3406
|
-
# results exist than fit in the specified `PageSize`, the value of
|
3407
|
-
# `NextPageToken` in the response is non-null.
|
3407
|
+
# The maximum number of items to return with this call.
|
3408
3408
|
# @return [Integer]
|
3409
3409
|
#
|
3410
3410
|
# @!attribute [rw] sort_by
|
3411
|
-
# The sort field
|
3411
|
+
# The sort field. If no value is specified, the results are not
|
3412
3412
|
# sorted.
|
3413
3413
|
# @return [String]
|
3414
3414
|
#
|
3415
3415
|
# @!attribute [rw] sort_order
|
3416
|
-
# The sort order
|
3416
|
+
# The sort order. If no value is specified, the results are not
|
3417
3417
|
# sorted.
|
3418
3418
|
# @return [String]
|
3419
3419
|
#
|
3420
3420
|
# @!attribute [rw] page_token
|
3421
|
-
# The page token
|
3422
|
-
#
|
3421
|
+
# The page token for the next set of results. To retrieve the first
|
3422
|
+
# set of results, use null.
|
3423
3423
|
# @return [String]
|
3424
3424
|
#
|
3425
3425
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/SearchProductsInput AWS API Documentation
|
@@ -3435,16 +3435,16 @@ module Aws::ServiceCatalog
|
|
3435
3435
|
end
|
3436
3436
|
|
3437
3437
|
# @!attribute [rw] product_view_summaries
|
3438
|
-
#
|
3438
|
+
# Information about the product views.
|
3439
3439
|
# @return [Array<Types::ProductViewSummary>]
|
3440
3440
|
#
|
3441
3441
|
# @!attribute [rw] product_view_aggregations
|
3442
|
-
#
|
3442
|
+
# The product view aggregations.
|
3443
3443
|
# @return [Hash<String,Array<Types::ProductViewAggregationValue>>]
|
3444
3444
|
#
|
3445
3445
|
# @!attribute [rw] next_page_token
|
3446
|
-
# The page token to use to retrieve the next
|
3447
|
-
#
|
3446
|
+
# The page token to use to retrieve the next set of results. If there
|
3447
|
+
# are no additional results, this value is null.
|
3448
3448
|
# @return [String]
|
3449
3449
|
#
|
3450
3450
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/SearchProductsOutput AWS API Documentation
|
@@ -3456,9 +3456,9 @@ module Aws::ServiceCatalog
|
|
3456
3456
|
include Aws::Structure
|
3457
3457
|
end
|
3458
3458
|
|
3459
|
-
#
|
3460
|
-
#
|
3461
|
-
#
|
3459
|
+
# Information about a tag. A tag is a key-value pair. Tags are entirely
|
3460
|
+
# discretionary and are propagated to the resources created when
|
3461
|
+
# provisioning a product.
|
3462
3462
|
#
|
3463
3463
|
# @note When making an API call, you may pass Tag
|
3464
3464
|
# data as a hash:
|
@@ -3469,12 +3469,11 @@ module Aws::ServiceCatalog
|
|
3469
3469
|
# }
|
3470
3470
|
#
|
3471
3471
|
# @!attribute [rw] key
|
3472
|
-
# The
|
3473
|
-
# DescribeProvisioningParameters.
|
3472
|
+
# The tag key.
|
3474
3473
|
# @return [String]
|
3475
3474
|
#
|
3476
3475
|
# @!attribute [rw] value
|
3477
|
-
# The
|
3476
|
+
# The value for this key.
|
3478
3477
|
# @return [String]
|
3479
3478
|
#
|
3480
3479
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/Tag AWS API Documentation
|
@@ -3485,22 +3484,22 @@ module Aws::ServiceCatalog
|
|
3485
3484
|
include Aws::Structure
|
3486
3485
|
end
|
3487
3486
|
|
3488
|
-
#
|
3487
|
+
# Information about a TagOption.
|
3489
3488
|
#
|
3490
3489
|
# @!attribute [rw] key
|
3491
|
-
# The
|
3490
|
+
# The TagOption key.
|
3492
3491
|
# @return [String]
|
3493
3492
|
#
|
3494
3493
|
# @!attribute [rw] value
|
3495
|
-
# The
|
3494
|
+
# The TagOption value.
|
3496
3495
|
# @return [String]
|
3497
3496
|
#
|
3498
3497
|
# @!attribute [rw] active
|
3499
|
-
# The
|
3498
|
+
# The TagOption active state.
|
3500
3499
|
# @return [Boolean]
|
3501
3500
|
#
|
3502
3501
|
# @!attribute [rw] id
|
3503
|
-
# The
|
3502
|
+
# The TagOption identifier.
|
3504
3503
|
# @return [String]
|
3505
3504
|
#
|
3506
3505
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TagOptionDetail AWS API Documentation
|
@@ -3513,14 +3512,14 @@ module Aws::ServiceCatalog
|
|
3513
3512
|
include Aws::Structure
|
3514
3513
|
end
|
3515
3514
|
|
3516
|
-
#
|
3515
|
+
# Summary information about a TagOption.
|
3517
3516
|
#
|
3518
3517
|
# @!attribute [rw] key
|
3519
|
-
# The
|
3518
|
+
# The TagOption key.
|
3520
3519
|
# @return [String]
|
3521
3520
|
#
|
3522
3521
|
# @!attribute [rw] values
|
3523
|
-
# The
|
3522
|
+
# The TagOption value.
|
3524
3523
|
# @return [Array<String>]
|
3525
3524
|
#
|
3526
3525
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TagOptionSummary AWS API Documentation
|
@@ -3543,23 +3542,21 @@ module Aws::ServiceCatalog
|
|
3543
3542
|
# }
|
3544
3543
|
#
|
3545
3544
|
# @!attribute [rw] provisioned_product_name
|
3546
|
-
# The name of the
|
3547
|
-
#
|
3548
|
-
# both.
|
3545
|
+
# The name of the provisioned product. You cannot specify both
|
3546
|
+
# `ProvisionedProductName` and `ProvisionedProductId`.
|
3549
3547
|
# @return [String]
|
3550
3548
|
#
|
3551
3549
|
# @!attribute [rw] provisioned_product_id
|
3552
|
-
# The identifier of the
|
3553
|
-
#
|
3554
|
-
# but not both.
|
3550
|
+
# The identifier of the provisioned product. You cannot specify both
|
3551
|
+
# `ProvisionedProductName` and `ProvisionedProductId`.
|
3555
3552
|
# @return [String]
|
3556
3553
|
#
|
3557
3554
|
# @!attribute [rw] terminate_token
|
3558
3555
|
# An idempotency token that uniquely identifies the termination
|
3559
3556
|
# request. This token is only valid during the termination process.
|
3560
|
-
# After the
|
3561
|
-
#
|
3562
|
-
# **ResourceNotFound
|
3557
|
+
# After the provisioned product is terminated, subsequent requests to
|
3558
|
+
# terminate the same provisioned product always return
|
3559
|
+
# **ResourceNotFound**.
|
3563
3560
|
#
|
3564
3561
|
# **A suitable default value is auto-generated.** You should normally
|
3565
3562
|
# not need to pass this option.
|
@@ -3567,7 +3564,7 @@ module Aws::ServiceCatalog
|
|
3567
3564
|
#
|
3568
3565
|
# @!attribute [rw] ignore_errors
|
3569
3566
|
# If set to true, AWS Service Catalog stops managing the specified
|
3570
|
-
#
|
3567
|
+
# provisioned product even if it cannot delete the underlying
|
3571
3568
|
# resources.
|
3572
3569
|
# @return [Boolean]
|
3573
3570
|
#
|
@@ -3593,10 +3590,7 @@ module Aws::ServiceCatalog
|
|
3593
3590
|
end
|
3594
3591
|
|
3595
3592
|
# @!attribute [rw] record_detail
|
3596
|
-
#
|
3597
|
-
# containing the inputs made to that request, the current state of the
|
3598
|
-
# request, a pointer to the ProvisionedProduct object that the request
|
3599
|
-
# is modifying, and a list of any errors that the request encountered.
|
3593
|
+
# Information about the result of this request.
|
3600
3594
|
# @return [Types::RecordDetail]
|
3601
3595
|
#
|
3602
3596
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TerminateProvisionedProductOutput AWS API Documentation
|
@@ -3626,11 +3620,11 @@ module Aws::ServiceCatalog
|
|
3626
3620
|
# @return [String]
|
3627
3621
|
#
|
3628
3622
|
# @!attribute [rw] id
|
3629
|
-
# The identifier of the constraint
|
3623
|
+
# The identifier of the constraint.
|
3630
3624
|
# @return [String]
|
3631
3625
|
#
|
3632
3626
|
# @!attribute [rw] description
|
3633
|
-
# The updated
|
3627
|
+
# The updated description of the constraint.
|
3634
3628
|
# @return [String]
|
3635
3629
|
#
|
3636
3630
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateConstraintInput AWS API Documentation
|
@@ -3643,11 +3637,11 @@ module Aws::ServiceCatalog
|
|
3643
3637
|
end
|
3644
3638
|
|
3645
3639
|
# @!attribute [rw] constraint_detail
|
3646
|
-
#
|
3640
|
+
# Information about the constraint.
|
3647
3641
|
# @return [Types::ConstraintDetail]
|
3648
3642
|
#
|
3649
3643
|
# @!attribute [rw] constraint_parameters
|
3650
|
-
# The
|
3644
|
+
# The constraint parameters.
|
3651
3645
|
# @return [String]
|
3652
3646
|
#
|
3653
3647
|
# @!attribute [rw] status
|
@@ -3692,7 +3686,7 @@ module Aws::ServiceCatalog
|
|
3692
3686
|
# @return [String]
|
3693
3687
|
#
|
3694
3688
|
# @!attribute [rw] id
|
3695
|
-
# The
|
3689
|
+
# The portfolio identifier.
|
3696
3690
|
# @return [String]
|
3697
3691
|
#
|
3698
3692
|
# @!attribute [rw] display_name
|
@@ -3700,7 +3694,7 @@ module Aws::ServiceCatalog
|
|
3700
3694
|
# @return [String]
|
3701
3695
|
#
|
3702
3696
|
# @!attribute [rw] description
|
3703
|
-
# The updated
|
3697
|
+
# The updated description of the portfolio.
|
3704
3698
|
# @return [String]
|
3705
3699
|
#
|
3706
3700
|
# @!attribute [rw] provider_name
|
@@ -3708,13 +3702,11 @@ module Aws::ServiceCatalog
|
|
3708
3702
|
# @return [String]
|
3709
3703
|
#
|
3710
3704
|
# @!attribute [rw] add_tags
|
3711
|
-
#
|
3712
|
-
# portfolio.
|
3705
|
+
# The tags to add.
|
3713
3706
|
# @return [Array<Types::Tag>]
|
3714
3707
|
#
|
3715
3708
|
# @!attribute [rw] remove_tags
|
3716
|
-
#
|
3717
|
-
# portfolio.
|
3709
|
+
# The tags to remove.
|
3718
3710
|
# @return [Array<String>]
|
3719
3711
|
#
|
3720
3712
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdatePortfolioInput AWS API Documentation
|
@@ -3731,11 +3723,11 @@ module Aws::ServiceCatalog
|
|
3731
3723
|
end
|
3732
3724
|
|
3733
3725
|
# @!attribute [rw] portfolio_detail
|
3734
|
-
#
|
3726
|
+
# Information about the portfolio.
|
3735
3727
|
# @return [Types::PortfolioDetail]
|
3736
3728
|
#
|
3737
3729
|
# @!attribute [rw] tags
|
3738
|
-
#
|
3730
|
+
# Information about the tags associated with the portfolio.
|
3739
3731
|
# @return [Array<Types::Tag>]
|
3740
3732
|
#
|
3741
3733
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdatePortfolioOutput AWS API Documentation
|
@@ -3779,7 +3771,7 @@ module Aws::ServiceCatalog
|
|
3779
3771
|
# @return [String]
|
3780
3772
|
#
|
3781
3773
|
# @!attribute [rw] id
|
3782
|
-
# The
|
3774
|
+
# The product identifier.
|
3783
3775
|
# @return [String]
|
3784
3776
|
#
|
3785
3777
|
# @!attribute [rw] name
|
@@ -3791,7 +3783,7 @@ module Aws::ServiceCatalog
|
|
3791
3783
|
# @return [String]
|
3792
3784
|
#
|
3793
3785
|
# @!attribute [rw] description
|
3794
|
-
# The updated
|
3786
|
+
# The updated description of the product.
|
3795
3787
|
# @return [String]
|
3796
3788
|
#
|
3797
3789
|
# @!attribute [rw] distributor
|
@@ -3811,13 +3803,11 @@ module Aws::ServiceCatalog
|
|
3811
3803
|
# @return [String]
|
3812
3804
|
#
|
3813
3805
|
# @!attribute [rw] add_tags
|
3814
|
-
#
|
3815
|
-
# product.
|
3806
|
+
# The tags to add to the product.
|
3816
3807
|
# @return [Array<Types::Tag>]
|
3817
3808
|
#
|
3818
3809
|
# @!attribute [rw] remove_tags
|
3819
|
-
#
|
3820
|
-
# product.
|
3810
|
+
# The tags to remove from the product.
|
3821
3811
|
# @return [Array<String>]
|
3822
3812
|
#
|
3823
3813
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProductInput AWS API Documentation
|
@@ -3838,11 +3828,11 @@ module Aws::ServiceCatalog
|
|
3838
3828
|
end
|
3839
3829
|
|
3840
3830
|
# @!attribute [rw] product_view_detail
|
3841
|
-
#
|
3831
|
+
# Information about the product view.
|
3842
3832
|
# @return [Types::ProductViewDetail]
|
3843
3833
|
#
|
3844
3834
|
# @!attribute [rw] tags
|
3845
|
-
#
|
3835
|
+
# Information about the tags associated with the product.
|
3846
3836
|
# @return [Array<Types::Tag>]
|
3847
3837
|
#
|
3848
3838
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProductOutput AWS API Documentation
|
@@ -3884,40 +3874,35 @@ module Aws::ServiceCatalog
|
|
3884
3874
|
# @return [String]
|
3885
3875
|
#
|
3886
3876
|
# @!attribute [rw] provisioned_product_name
|
3887
|
-
# The updated name of the
|
3888
|
-
# `ProvisionedProductName`
|
3877
|
+
# The updated name of the provisioned product. You cannot specify both
|
3878
|
+
# `ProvisionedProductName` and `ProvisionedProductId`.
|
3889
3879
|
# @return [String]
|
3890
3880
|
#
|
3891
3881
|
# @!attribute [rw] provisioned_product_id
|
3892
|
-
# The identifier of the
|
3893
|
-
#
|
3894
|
-
# both.
|
3882
|
+
# The identifier of the provisioned product. You cannot specify both
|
3883
|
+
# `ProvisionedProductName` and `ProvisionedProductId`.
|
3895
3884
|
# @return [String]
|
3896
3885
|
#
|
3897
3886
|
# @!attribute [rw] product_id
|
3898
|
-
# The identifier of the
|
3887
|
+
# The identifier of the provisioned product.
|
3899
3888
|
# @return [String]
|
3900
3889
|
#
|
3901
3890
|
# @!attribute [rw] provisioning_artifact_id
|
3902
|
-
# The
|
3903
|
-
# sometimes referred to as the product version.
|
3891
|
+
# The identifier of the provisioning artifact.
|
3904
3892
|
# @return [String]
|
3905
3893
|
#
|
3906
3894
|
# @!attribute [rw] path_id
|
3907
|
-
# The identifier
|
3908
|
-
#
|
3909
|
-
# and is required if there is more than one path for the specified
|
3910
|
-
# product.
|
3895
|
+
# The new path identifier. This value is optional if the product has a
|
3896
|
+
# default path, and required if the product has more than one path.
|
3911
3897
|
# @return [String]
|
3912
3898
|
#
|
3913
3899
|
# @!attribute [rw] provisioning_parameters
|
3914
|
-
#
|
3915
|
-
# ProvisionedProduct object.
|
3900
|
+
# The new parameters.
|
3916
3901
|
# @return [Array<Types::UpdateProvisioningParameter>]
|
3917
3902
|
#
|
3918
3903
|
# @!attribute [rw] update_token
|
3919
3904
|
# The idempotency token that uniquely identifies the provisioning
|
3920
|
-
# update
|
3905
|
+
# update rquest.
|
3921
3906
|
#
|
3922
3907
|
# **A suitable default value is auto-generated.** You should normally
|
3923
3908
|
# not need to pass this option.
|
@@ -3938,10 +3923,7 @@ module Aws::ServiceCatalog
|
|
3938
3923
|
end
|
3939
3924
|
|
3940
3925
|
# @!attribute [rw] record_detail
|
3941
|
-
#
|
3942
|
-
# containing the inputs made to that request, the current state of the
|
3943
|
-
# request, a pointer to the ProvisionedProduct object that the request
|
3944
|
-
# is modifying, and a list of any errors that the request encountered.
|
3926
|
+
# Information about the result of the request.
|
3945
3927
|
# @return [Types::RecordDetail]
|
3946
3928
|
#
|
3947
3929
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisionedProductOutput AWS API Documentation
|
@@ -3960,6 +3942,7 @@ module Aws::ServiceCatalog
|
|
3960
3942
|
# provisioning_artifact_id: "Id", # required
|
3961
3943
|
# name: "ProvisioningArtifactName",
|
3962
3944
|
# description: "ProvisioningArtifactDescription",
|
3945
|
+
# active: false,
|
3963
3946
|
# }
|
3964
3947
|
#
|
3965
3948
|
# @!attribute [rw] accept_language
|
@@ -3977,8 +3960,7 @@ module Aws::ServiceCatalog
|
|
3977
3960
|
# @return [String]
|
3978
3961
|
#
|
3979
3962
|
# @!attribute [rw] provisioning_artifact_id
|
3980
|
-
# The identifier of the provisioning artifact
|
3981
|
-
# This is sometimes referred to as the product version.
|
3963
|
+
# The identifier of the provisioning artifact.
|
3982
3964
|
# @return [String]
|
3983
3965
|
#
|
3984
3966
|
# @!attribute [rw] name
|
@@ -3986,9 +3968,13 @@ module Aws::ServiceCatalog
|
|
3986
3968
|
# @return [String]
|
3987
3969
|
#
|
3988
3970
|
# @!attribute [rw] description
|
3989
|
-
# The updated
|
3971
|
+
# The updated description of the provisioning artifact.
|
3990
3972
|
# @return [String]
|
3991
3973
|
#
|
3974
|
+
# @!attribute [rw] active
|
3975
|
+
# Indicates whether the product version is active.
|
3976
|
+
# @return [Boolean]
|
3977
|
+
#
|
3992
3978
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisioningArtifactInput AWS API Documentation
|
3993
3979
|
#
|
3994
3980
|
class UpdateProvisioningArtifactInput < Struct.new(
|
@@ -3996,17 +3982,17 @@ module Aws::ServiceCatalog
|
|
3996
3982
|
:product_id,
|
3997
3983
|
:provisioning_artifact_id,
|
3998
3984
|
:name,
|
3999
|
-
:description
|
3985
|
+
:description,
|
3986
|
+
:active)
|
4000
3987
|
include Aws::Structure
|
4001
3988
|
end
|
4002
3989
|
|
4003
3990
|
# @!attribute [rw] provisioning_artifact_detail
|
4004
|
-
#
|
3991
|
+
# Information about the provisioning artifact.
|
4005
3992
|
# @return [Types::ProvisioningArtifactDetail]
|
4006
3993
|
#
|
4007
3994
|
# @!attribute [rw] info
|
4008
|
-
#
|
4009
|
-
# request.
|
3995
|
+
# The URL of the CloudFormation template in Amazon S3.
|
4010
3996
|
# @return [Hash<String,String>]
|
4011
3997
|
#
|
4012
3998
|
# @!attribute [rw] status
|
@@ -4022,9 +4008,7 @@ module Aws::ServiceCatalog
|
|
4022
4008
|
include Aws::Structure
|
4023
4009
|
end
|
4024
4010
|
|
4025
|
-
# The parameter key-value pair used to update a
|
4026
|
-
# object. If `UsePreviousValue` is set to true, `Value` is ignored and
|
4027
|
-
# the value for `Key` is kept as previously set (current value).
|
4011
|
+
# The parameter key-value pair used to update a provisioned product.
|
4028
4012
|
#
|
4029
4013
|
# @note When making an API call, you may pass UpdateProvisioningParameter
|
4030
4014
|
# data as a hash:
|
@@ -4036,19 +4020,16 @@ module Aws::ServiceCatalog
|
|
4036
4020
|
# }
|
4037
4021
|
#
|
4038
4022
|
# @!attribute [rw] key
|
4039
|
-
# The
|
4040
|
-
# DescribeProvisioningParameters.
|
4023
|
+
# The parameter key.
|
4041
4024
|
# @return [String]
|
4042
4025
|
#
|
4043
4026
|
# @!attribute [rw] value
|
4044
|
-
# The value
|
4045
|
-
# constraints on this value can be found in the
|
4046
|
-
# `ProvisioningArtifactParameter` parameter for `Key`.
|
4027
|
+
# The parameter value.
|
4047
4028
|
# @return [String]
|
4048
4029
|
#
|
4049
4030
|
# @!attribute [rw] use_previous_value
|
4050
|
-
# If true,
|
4051
|
-
#
|
4031
|
+
# If set to true, `Value` is ignored and the previous parameter value
|
4032
|
+
# is kept.
|
4052
4033
|
# @return [Boolean]
|
4053
4034
|
#
|
4054
4035
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisioningParameter AWS API Documentation
|
@@ -4070,7 +4051,7 @@ module Aws::ServiceCatalog
|
|
4070
4051
|
# }
|
4071
4052
|
#
|
4072
4053
|
# @!attribute [rw] id
|
4073
|
-
# The identifier
|
4054
|
+
# The TagOption identifier.
|
4074
4055
|
# @return [String]
|
4075
4056
|
#
|
4076
4057
|
# @!attribute [rw] value
|
@@ -4091,7 +4072,7 @@ module Aws::ServiceCatalog
|
|
4091
4072
|
end
|
4092
4073
|
|
4093
4074
|
# @!attribute [rw] tag_option_detail
|
4094
|
-
#
|
4075
|
+
# Information about the TagOption.
|
4095
4076
|
# @return [Types::TagOptionDetail]
|
4096
4077
|
#
|
4097
4078
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateTagOptionOutput AWS API Documentation
|