aws-sdk-deadline 1.30.0 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +9 -1
- data/lib/aws-sdk-deadline/client_api.rb +1 -0
- data/lib/aws-sdk-deadline/types.rb +8 -1
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17cd6f3b9d9ee3cecd932b6eb887b262861ebbff60e25e9a2a1da1173154b9a9
|
4
|
+
data.tar.gz: 3326fbe26bcd07da6adfa4acdb13a9819016b23386fd20e5546393a73d491ebe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f45fe29bb0797078a78cc564bc50d93e823c67da35e92109303b3c8264c6d1fcdf8c2133381bc0371ff71c7d09378f9666bdfca3e4ccfa5745560cc9460c29f
|
7
|
+
data.tar.gz: 51569f9794cbeae1e58ee418b4b600480691993ba7914f5ddafe892f266837fb29c55a8a8a6a07a3496b6aaf8f591312417ba9399ccf2437ac4f8276ae4d48f8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.0
|
@@ -1614,6 +1614,11 @@ module Aws::Deadline
|
|
1614
1614
|
# using IAM Identity Center uses this role to access Deadline Cloud
|
1615
1615
|
# resources.
|
1616
1616
|
#
|
1617
|
+
# @option params [Hash<String,String>] :tags
|
1618
|
+
# The tags to add to your monitor. Each tag consists of a tag key and a
|
1619
|
+
# tag value. Tag keys and values are both required, but tag values can
|
1620
|
+
# be empty strings.
|
1621
|
+
#
|
1617
1622
|
# @return [Types::CreateMonitorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1618
1623
|
#
|
1619
1624
|
# * {Types::CreateMonitorResponse#monitor_id #monitor_id} => String
|
@@ -1627,6 +1632,9 @@ module Aws::Deadline
|
|
1627
1632
|
# identity_center_instance_arn: "IdentityCenterInstanceArn", # required
|
1628
1633
|
# subdomain: "Subdomain", # required
|
1629
1634
|
# role_arn: "IamRoleArn", # required
|
1635
|
+
# tags: {
|
1636
|
+
# "String" => "String",
|
1637
|
+
# },
|
1630
1638
|
# })
|
1631
1639
|
#
|
1632
1640
|
# @example Response structure
|
@@ -7121,7 +7129,7 @@ module Aws::Deadline
|
|
7121
7129
|
tracer: tracer
|
7122
7130
|
)
|
7123
7131
|
context[:gem_name] = 'aws-sdk-deadline'
|
7124
|
-
context[:gem_version] = '1.
|
7132
|
+
context[:gem_version] = '1.31.0'
|
7125
7133
|
Seahorse::Client::Request.new(handlers, context)
|
7126
7134
|
end
|
7127
7135
|
|
@@ -984,6 +984,7 @@ module Aws::Deadline
|
|
984
984
|
CreateMonitorRequest.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceArn, required: true, location_name: "identityCenterInstanceArn"))
|
985
985
|
CreateMonitorRequest.add_member(:subdomain, Shapes::ShapeRef.new(shape: Subdomain, required: true, location_name: "subdomain"))
|
986
986
|
CreateMonitorRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
|
987
|
+
CreateMonitorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
987
988
|
CreateMonitorRequest.struct_class = Types::CreateMonitorRequest
|
988
989
|
|
989
990
|
CreateMonitorResponse.add_member(:monitor_id, Shapes::ShapeRef.new(shape: MonitorId, required: true, location_name: "monitorId"))
|
@@ -1466,6 +1466,12 @@ module Aws::Deadline
|
|
1466
1466
|
# Cloud resources.
|
1467
1467
|
# @return [String]
|
1468
1468
|
#
|
1469
|
+
# @!attribute [rw] tags
|
1470
|
+
# The tags to add to your monitor. Each tag consists of a tag key and
|
1471
|
+
# a tag value. Tag keys and values are both required, but tag values
|
1472
|
+
# can be empty strings.
|
1473
|
+
# @return [Hash<String,String>]
|
1474
|
+
#
|
1469
1475
|
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/CreateMonitorRequest AWS API Documentation
|
1470
1476
|
#
|
1471
1477
|
class CreateMonitorRequest < Struct.new(
|
@@ -1473,7 +1479,8 @@ module Aws::Deadline
|
|
1473
1479
|
:display_name,
|
1474
1480
|
:identity_center_instance_arn,
|
1475
1481
|
:subdomain,
|
1476
|
-
:role_arn
|
1482
|
+
:role_arn,
|
1483
|
+
:tags)
|
1477
1484
|
SENSITIVE = []
|
1478
1485
|
include Aws::Structure
|
1479
1486
|
end
|
data/lib/aws-sdk-deadline.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -478,7 +478,8 @@ module Aws
|
|
478
478
|
display_name: ::String,
|
479
479
|
identity_center_instance_arn: ::String,
|
480
480
|
subdomain: ::String,
|
481
|
-
role_arn: ::String
|
481
|
+
role_arn: ::String,
|
482
|
+
?tags: Hash[::String, ::String]
|
482
483
|
) -> _CreateMonitorResponseSuccess
|
483
484
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMonitorResponseSuccess
|
484
485
|
|
data/sig/types.rbs
CHANGED