aws-sdk-servicecatalog 1.106.0 → 1.107.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1cec063872d039d811444aa5f5fc67d58e37248676a6c0a9eadcfc934f1f0b1e
4
- data.tar.gz: ae60c6883371cb01b60452042149343338b32ec548b08f2aca7703338dac8d2a
3
+ metadata.gz: ba57e05b745d22467e9d91617a440fd7364ebedfcc72a4f41f59036f1840e141
4
+ data.tar.gz: c4e8b09ea510e31e9de8bf6dfe603e25c78017e66ee6c5def3fed5240668bc01
5
5
  SHA512:
6
- metadata.gz: 86b53aae8f05eaf6a6b08fbadd46b0b810887ce02862049a284a8d79eb16f08eb0a79af3cf69253940963876fb5818881fa18071a9b645ef2e019253ed8851fd
7
- data.tar.gz: f4d465e1ade1ee3771d22fe8e31c0d918f7ccbecd80d4f64e5c64b4967e1a1b7d9edb90f2de87ad42215c54193f2a1081500cf24805efb0e4bf4d3f859ff94f5
6
+ metadata.gz: 394ac63d38b4db7407fa085aa444068085e1519fe01c7eb5206d8b5f93f64ca7b904734f5f13e8c37961568d856c0cd8b24626923b85beb2a392abb8fe376710
7
+ data.tar.gz: 5767fc9f0abcb12090e55dbf62c688ed7ace0191e86345c62b938fd799b20caae399b110165a7492af4eeebf6d8a3be89e49a6a5df3cbcf2e81a5e0f431f0fba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.106.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.107.0
@@ -967,11 +967,11 @@ module Aws::ServiceCatalog
967
967
  #
968
968
  # Specify the `RoleArn` property as follows:
969
969
  #
970
- # `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
970
+ # `{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"}`
971
971
  #
972
972
  # Specify the `LocalRoleName` property as follows:
973
973
  #
974
- # `\{"LocalRoleName": "SCBasicLaunchRole"\}`
974
+ # `{"LocalRoleName": "SCBasicLaunchRole"}`
975
975
  #
976
976
  # If you specify the `LocalRoleName` property, when an account uses
977
977
  # the launch constraint, the IAM role with that name in the account
@@ -994,14 +994,14 @@ module Aws::ServiceCatalog
994
994
  #
995
995
  # : Specify the `NotificationArns` property as follows:
996
996
  #
997
- # `\{"NotificationArns" :
998
- # ["arn:aws:sns:us-east-1:123456789012:Topic"]\}`
997
+ # `{"NotificationArns" :
998
+ # ["arn:aws:sns:us-east-1:123456789012:Topic"]}`
999
999
  #
1000
1000
  # RESOURCE\_UPDATE
1001
1001
  #
1002
1002
  # : Specify the `TagUpdatesOnProvisionedProduct` property as follows:
1003
1003
  #
1004
- # `\{"Version":"2.0","Properties":\{"TagUpdateOnProvisionedProduct":"String"\}\}`
1004
+ # `{"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}}`
1005
1005
  #
1006
1006
  # The `TagUpdatesOnProvisionedProduct` property accepts a string value
1007
1007
  # of `ALLOWED` or `NOT_ALLOWED`.
@@ -1010,9 +1010,9 @@ module Aws::ServiceCatalog
1010
1010
  #
1011
1011
  # : Specify the `Parameters` property as follows:
1012
1012
  #
1013
- # `\{"Version": "String", "Properties": \{"AccountList": [ "String" ],
1013
+ # `{"Version": "String", "Properties": {"AccountList": [ "String" ],
1014
1014
  # "RegionList": [ "String" ], "AdminRole": "String", "ExecutionRole":
1015
- # "String"\}\}`
1015
+ # "String"}}`
1016
1016
  #
1017
1017
  # You cannot have both a `LAUNCH` and a `STACKSET` constraint.
1018
1018
  #
@@ -1667,8 +1667,8 @@ module Aws::ServiceCatalog
1667
1667
  #
1668
1668
  # : The list of parameters in JSON format.
1669
1669
  #
1670
- # For example: `[\{"Name":"InstanceId","Type":"TARGET"\}]` or
1671
- # `[\{"Name":"InstanceId","Type":"TEXT_VALUE"\}]`.
1670
+ # For example: `[{"Name":"InstanceId","Type":"TARGET"}]` or
1671
+ # `[{"Name":"InstanceId","Type":"TEXT_VALUE"}]`.
1672
1672
  #
1673
1673
  # @option params [String] :description
1674
1674
  # The self-service action description.
@@ -5537,11 +5537,11 @@ module Aws::ServiceCatalog
5537
5537
  #
5538
5538
  # Specify the `RoleArn` property as follows:
5539
5539
  #
5540
- # `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
5540
+ # `{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"}`
5541
5541
  #
5542
5542
  # Specify the `LocalRoleName` property as follows:
5543
5543
  #
5544
- # `\{"LocalRoleName": "SCBasicLaunchRole"\}`
5544
+ # `{"LocalRoleName": "SCBasicLaunchRole"}`
5545
5545
  #
5546
5546
  # If you specify the `LocalRoleName` property, when an account uses
5547
5547
  # the launch constraint, the IAM role with that name in the account
@@ -5564,14 +5564,14 @@ module Aws::ServiceCatalog
5564
5564
  #
5565
5565
  # : Specify the `NotificationArns` property as follows:
5566
5566
  #
5567
- # `\{"NotificationArns" :
5568
- # ["arn:aws:sns:us-east-1:123456789012:Topic"]\}`
5567
+ # `{"NotificationArns" :
5568
+ # ["arn:aws:sns:us-east-1:123456789012:Topic"]}`
5569
5569
  #
5570
5570
  # RESOURCE\_UPDATE
5571
5571
  #
5572
5572
  # : Specify the `TagUpdatesOnProvisionedProduct` property as follows:
5573
5573
  #
5574
- # `\{"Version":"2.0","Properties":\{"TagUpdateOnProvisionedProduct":"String"\}\}`
5574
+ # `{"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}}`
5575
5575
  #
5576
5576
  # The `TagUpdatesOnProvisionedProduct` property accepts a string value
5577
5577
  # of `ALLOWED` or `NOT_ALLOWED`.
@@ -5580,9 +5580,9 @@ module Aws::ServiceCatalog
5580
5580
  #
5581
5581
  # : Specify the `Parameters` property as follows:
5582
5582
  #
5583
- # `\{"Version": "String", "Properties": \{"AccountList": [ "String" ],
5583
+ # `{"Version": "String", "Properties": {"AccountList": [ "String" ],
5584
5584
  # "RegionList": [ "String" ], "AdminRole": "String", "ExecutionRole":
5585
- # "String"\}\}`
5585
+ # "String"}}`
5586
5586
  #
5587
5587
  # You cannot have both a `LAUNCH` and a `STACKSET` constraint.
5588
5588
  #
@@ -6350,7 +6350,7 @@ module Aws::ServiceCatalog
6350
6350
  tracer: tracer
6351
6351
  )
6352
6352
  context[:gem_name] = 'aws-sdk-servicecatalog'
6353
- context[:gem_version] = '1.106.0'
6353
+ context[:gem_version] = '1.107.0'
6354
6354
  Seahorse::Client::Request.new(handlers, context)
6355
6355
  end
6356
6356
 
@@ -605,11 +605,11 @@ module Aws::ServiceCatalog
605
605
  #
606
606
  # Specify the `RoleArn` property as follows:
607
607
  #
608
- # `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
608
+ # `{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"}`
609
609
  #
610
610
  # Specify the `LocalRoleName` property as follows:
611
611
  #
612
- # `\{"LocalRoleName": "SCBasicLaunchRole"\}`
612
+ # `{"LocalRoleName": "SCBasicLaunchRole"}`
613
613
  #
614
614
  # If you specify the `LocalRoleName` property, when an account uses
615
615
  # the launch constraint, the IAM role with that name in the account
@@ -632,14 +632,14 @@ module Aws::ServiceCatalog
632
632
  #
633
633
  # : Specify the `NotificationArns` property as follows:
634
634
  #
635
- # `\{"NotificationArns" :
636
- # ["arn:aws:sns:us-east-1:123456789012:Topic"]\}`
635
+ # `{"NotificationArns" :
636
+ # ["arn:aws:sns:us-east-1:123456789012:Topic"]}`
637
637
  #
638
638
  # RESOURCE\_UPDATE
639
639
  #
640
640
  # : Specify the `TagUpdatesOnProvisionedProduct` property as follows:
641
641
  #
642
- # `\{"Version":"2.0","Properties":\{"TagUpdateOnProvisionedProduct":"String"\}\}`
642
+ # `{"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}}`
643
643
  #
644
644
  # The `TagUpdatesOnProvisionedProduct` property accepts a string
645
645
  # value of `ALLOWED` or `NOT_ALLOWED`.
@@ -648,9 +648,9 @@ module Aws::ServiceCatalog
648
648
  #
649
649
  # : Specify the `Parameters` property as follows:
650
650
  #
651
- # `\{"Version": "String", "Properties": \{"AccountList": [ "String"
652
- # ], "RegionList": [ "String" ], "AdminRole": "String",
653
- # "ExecutionRole": "String"\}\}`
651
+ # `{"Version": "String", "Properties": {"AccountList": [ "String" ],
652
+ # "RegionList": [ "String" ], "AdminRole": "String",
653
+ # "ExecutionRole": "String"}}`
654
654
  #
655
655
  # You cannot have both a `LAUNCH` and a `STACKSET` constraint.
656
656
  #
@@ -1207,8 +1207,8 @@ module Aws::ServiceCatalog
1207
1207
  #
1208
1208
  # : The list of parameters in JSON format.
1209
1209
  #
1210
- # For example: `[\{"Name":"InstanceId","Type":"TARGET"\}]`
1211
- # or `[\{"Name":"InstanceId","Type":"TEXT_VALUE"\}]`.
1210
+ # For example: `[{"Name":"InstanceId","Type":"TARGET"}]` or
1211
+ # `[{"Name":"InstanceId","Type":"TEXT_VALUE"}]`.
1212
1212
  # @return [Hash<String,String>]
1213
1213
  #
1214
1214
  # @!attribute [rw] description
@@ -6500,11 +6500,11 @@ module Aws::ServiceCatalog
6500
6500
  #
6501
6501
  # Specify the `RoleArn` property as follows:
6502
6502
  #
6503
- # `\{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"\}`
6503
+ # `{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"}`
6504
6504
  #
6505
6505
  # Specify the `LocalRoleName` property as follows:
6506
6506
  #
6507
- # `\{"LocalRoleName": "SCBasicLaunchRole"\}`
6507
+ # `{"LocalRoleName": "SCBasicLaunchRole"}`
6508
6508
  #
6509
6509
  # If you specify the `LocalRoleName` property, when an account uses
6510
6510
  # the launch constraint, the IAM role with that name in the account
@@ -6527,14 +6527,14 @@ module Aws::ServiceCatalog
6527
6527
  #
6528
6528
  # : Specify the `NotificationArns` property as follows:
6529
6529
  #
6530
- # `\{"NotificationArns" :
6531
- # ["arn:aws:sns:us-east-1:123456789012:Topic"]\}`
6530
+ # `{"NotificationArns" :
6531
+ # ["arn:aws:sns:us-east-1:123456789012:Topic"]}`
6532
6532
  #
6533
6533
  # RESOURCE\_UPDATE
6534
6534
  #
6535
6535
  # : Specify the `TagUpdatesOnProvisionedProduct` property as follows:
6536
6536
  #
6537
- # `\{"Version":"2.0","Properties":\{"TagUpdateOnProvisionedProduct":"String"\}\}`
6537
+ # `{"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}}`
6538
6538
  #
6539
6539
  # The `TagUpdatesOnProvisionedProduct` property accepts a string
6540
6540
  # value of `ALLOWED` or `NOT_ALLOWED`.
@@ -6543,9 +6543,9 @@ module Aws::ServiceCatalog
6543
6543
  #
6544
6544
  # : Specify the `Parameters` property as follows:
6545
6545
  #
6546
- # `\{"Version": "String", "Properties": \{"AccountList": [ "String"
6547
- # ], "RegionList": [ "String" ], "AdminRole": "String",
6548
- # "ExecutionRole": "String"\}\}`
6546
+ # `{"Version": "String", "Properties": {"AccountList": [ "String" ],
6547
+ # "RegionList": [ "String" ], "AdminRole": "String",
6548
+ # "ExecutionRole": "String"}}`
6549
6549
  #
6550
6550
  # You cannot have both a `LAUNCH` and a `STACKSET` constraint.
6551
6551
  #
@@ -54,7 +54,7 @@ module Aws::ServiceCatalog
54
54
  autoload :EndpointProvider, 'aws-sdk-servicecatalog/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-servicecatalog/endpoints'
56
56
 
57
- GEM_VERSION = '1.106.0'
57
+ GEM_VERSION = '1.107.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.106.0
4
+ version: 1.107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core