aws-sdk-datazone 1.49.0 → 1.51.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.
data/sig/types.rbs CHANGED
@@ -959,6 +959,29 @@ module Aws::DataZone
959
959
  SENSITIVE: []
960
960
  end
961
961
 
962
+ class CreateEnvironmentBlueprintInput
963
+ attr_accessor description: ::String
964
+ attr_accessor domain_identifier: ::String
965
+ attr_accessor name: ::String
966
+ attr_accessor provisioning_properties: Types::ProvisioningProperties
967
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
968
+ SENSITIVE: [:description]
969
+ end
970
+
971
+ class CreateEnvironmentBlueprintOutput
972
+ attr_accessor created_at: ::Time
973
+ attr_accessor deployment_properties: Types::DeploymentProperties
974
+ attr_accessor description: ::String
975
+ attr_accessor glossary_terms: ::Array[::String]
976
+ attr_accessor id: ::String
977
+ attr_accessor name: ::String
978
+ attr_accessor provider: ::String
979
+ attr_accessor provisioning_properties: Types::ProvisioningProperties
980
+ attr_accessor updated_at: ::Time
981
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
982
+ SENSITIVE: [:description]
983
+ end
984
+
962
985
  class CreateEnvironmentInput
963
986
  attr_accessor deployment_order: ::Integer
964
987
  attr_accessor description: ::String
@@ -1361,6 +1384,7 @@ module Aws::DataZone
1361
1384
  attr_accessor field_type: ::String
1362
1385
  attr_accessor is_editable: bool
1363
1386
  attr_accessor is_optional: bool
1387
+ attr_accessor is_update_supported: bool
1364
1388
  attr_accessor key_name: ::String
1365
1389
  SENSITIVE: [:description]
1366
1390
  end
@@ -1657,6 +1681,12 @@ module Aws::DataZone
1657
1681
  class DeleteEnvironmentBlueprintConfigurationOutput < Aws::EmptyStructure
1658
1682
  end
1659
1683
 
1684
+ class DeleteEnvironmentBlueprintInput
1685
+ attr_accessor domain_identifier: ::String
1686
+ attr_accessor identifier: ::String
1687
+ SENSITIVE: []
1688
+ end
1689
+
1660
1690
  class DeleteEnvironmentInput
1661
1691
  attr_accessor domain_identifier: ::String
1662
1692
  attr_accessor identifier: ::String
@@ -4296,6 +4326,7 @@ module Aws::DataZone
4296
4326
  attr_accessor enabled_regions: ::Array[::String]
4297
4327
  attr_accessor environment_blueprint_identifier: ::String
4298
4328
  attr_accessor environment_role_permission_boundary: ::String
4329
+ attr_accessor global_parameters: ::Hash[::String, ::String]
4299
4330
  attr_accessor manage_access_role_arn: ::String
4300
4331
  attr_accessor provisioning_configurations: ::Array[Types::ProvisioningConfiguration]
4301
4332
  attr_accessor provisioning_role_arn: ::String
@@ -5474,6 +5505,29 @@ module Aws::DataZone
5474
5505
  SENSITIVE: []
5475
5506
  end
5476
5507
 
5508
+ class UpdateEnvironmentBlueprintInput
5509
+ attr_accessor description: ::String
5510
+ attr_accessor domain_identifier: ::String
5511
+ attr_accessor identifier: ::String
5512
+ attr_accessor provisioning_properties: Types::ProvisioningProperties
5513
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
5514
+ SENSITIVE: []
5515
+ end
5516
+
5517
+ class UpdateEnvironmentBlueprintOutput
5518
+ attr_accessor created_at: ::Time
5519
+ attr_accessor deployment_properties: Types::DeploymentProperties
5520
+ attr_accessor description: ::String
5521
+ attr_accessor glossary_terms: ::Array[::String]
5522
+ attr_accessor id: ::String
5523
+ attr_accessor name: ::String
5524
+ attr_accessor provider: ::String
5525
+ attr_accessor provisioning_properties: Types::ProvisioningProperties
5526
+ attr_accessor updated_at: ::Time
5527
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
5528
+ SENSITIVE: [:description]
5529
+ end
5530
+
5477
5531
  class UpdateEnvironmentInput
5478
5532
  attr_accessor blueprint_version: ::String
5479
5533
  attr_accessor description: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement