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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7af144c4a1107100398ded5a113ec9c33d23b4ad82b7bf32614d494048af996
4
- data.tar.gz: 5d4f7370143ed5ef66f6fc229dc616251329357541d13b7292dbcee4443b250b
3
+ metadata.gz: 17cd6f3b9d9ee3cecd932b6eb887b262861ebbff60e25e9a2a1da1173154b9a9
4
+ data.tar.gz: 3326fbe26bcd07da6adfa4acdb13a9819016b23386fd20e5546393a73d491ebe
5
5
  SHA512:
6
- metadata.gz: 488dc714008a3d279dedf723ec4cbe5ca0c4bac88db9149430944b111f919b63190ab11d8b2f7b579874d565253f4458229089c1b3264d6942ed1c864cde7356
7
- data.tar.gz: 3c4986e2903cad36ae178b133310e8b79b0b6f5422590d0e31c27aa03c588f6b40e50d6ac7dfd4d1aa92ecbb943566ec2f51bbec7b53695e5e966f62794e354b
6
+ metadata.gz: 9f45fe29bb0797078a78cc564bc50d93e823c67da35e92109303b3c8264c6d1fcdf8c2133381bc0371ff71c7d09378f9666bdfca3e4ccfa5745560cc9460c29f
7
+ data.tar.gz: 51569f9794cbeae1e58ee418b4b600480691993ba7914f5ddafe892f266837fb29c55a8a8a6a07a3496b6aaf8f591312417ba9399ccf2437ac4f8276ae4d48f8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2025-07-29)
5
+ ------------------
6
+
7
+ * Feature - Adds support for tag management on monitors.
8
+
4
9
  1.30.0 (2025-07-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
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.30.0'
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
@@ -55,7 +55,7 @@ module Aws::Deadline
55
55
  autoload :EndpointProvider, 'aws-sdk-deadline/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-deadline/endpoints'
57
57
 
58
- GEM_VERSION = '1.30.0'
58
+ GEM_VERSION = '1.31.0'
59
59
 
60
60
  end
61
61
 
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
@@ -412,6 +412,7 @@ module Aws::Deadline
412
412
  attr_accessor identity_center_instance_arn: ::String
413
413
  attr_accessor subdomain: ::String
414
414
  attr_accessor role_arn: ::String
415
+ attr_accessor tags: ::Hash[::String, ::String]
415
416
  SENSITIVE: []
416
417
  end
417
418
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-deadline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services