aws-sdk-datazone 1.50.0 → 1.52.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
@@ -3118,6 +3148,7 @@ module Aws::DataZone
3118
3148
 
3119
3149
  class IamUserProfileDetails
3120
3150
  attr_accessor arn: ::String
3151
+ attr_accessor principal_id: ::String
3121
3152
  SENSITIVE: []
3122
3153
  end
3123
3154
 
@@ -4296,6 +4327,7 @@ module Aws::DataZone
4296
4327
  attr_accessor enabled_regions: ::Array[::String]
4297
4328
  attr_accessor environment_blueprint_identifier: ::String
4298
4329
  attr_accessor environment_role_permission_boundary: ::String
4330
+ attr_accessor global_parameters: ::Hash[::String, ::String]
4299
4331
  attr_accessor manage_access_role_arn: ::String
4300
4332
  attr_accessor provisioning_configurations: ::Array[Types::ProvisioningConfiguration]
4301
4333
  attr_accessor provisioning_role_arn: ::String
@@ -5474,6 +5506,29 @@ module Aws::DataZone
5474
5506
  SENSITIVE: []
5475
5507
  end
5476
5508
 
5509
+ class UpdateEnvironmentBlueprintInput
5510
+ attr_accessor description: ::String
5511
+ attr_accessor domain_identifier: ::String
5512
+ attr_accessor identifier: ::String
5513
+ attr_accessor provisioning_properties: Types::ProvisioningProperties
5514
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
5515
+ SENSITIVE: []
5516
+ end
5517
+
5518
+ class UpdateEnvironmentBlueprintOutput
5519
+ attr_accessor created_at: ::Time
5520
+ attr_accessor deployment_properties: Types::DeploymentProperties
5521
+ attr_accessor description: ::String
5522
+ attr_accessor glossary_terms: ::Array[::String]
5523
+ attr_accessor id: ::String
5524
+ attr_accessor name: ::String
5525
+ attr_accessor provider: ::String
5526
+ attr_accessor provisioning_properties: Types::ProvisioningProperties
5527
+ attr_accessor updated_at: ::Time
5528
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
5529
+ SENSITIVE: [:description]
5530
+ end
5531
+
5477
5532
  class UpdateEnvironmentInput
5478
5533
  attr_accessor blueprint_version: ::String
5479
5534
  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.50.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services