aws-sdk-datazone 1.70.0 → 1.71.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: b0cefd0d5db632cfac8604418c54c6b4cca57313e74094d937b1023e69150f8e
4
- data.tar.gz: c23d4c327bf6c0d0b4f64d7d9f4f169ce34a9d3258cd96119a76ec577a75f0a2
3
+ metadata.gz: 3382e1d6a7d830ecc4e0c32e23f63529e4c91e99adbaa6bce2f834092f9120d2
4
+ data.tar.gz: 83bba7cd6b253ff2e4cb2c1f6403a7c9a70c7eca256959c4d0287d34acc94860
5
5
  SHA512:
6
- metadata.gz: b815d9151e0bb4ba1e3051f41917ac010ce01c89c8f84a37a1a2b0d9457088f8a402d075292c30a7e9154b36533d6b7bcb3a304ef8cc5d66573e70b668c5328e
7
- data.tar.gz: e0f48b991e96e76fa71b8037ae3bdcfb0b8e0dad5fabecaa786c4b1d992cb82e48034c67ad41e860df4251b3f090037afa6481c8dd48b3767b63c0a462e9e7f3
6
+ metadata.gz: 7300af0127745df223adb8763c429b0fe17db39da74d96ab6c705d892d379dfc9e02931edd4b6ac5af2c3a550987dc979cc8a4c1fdf23c00e89b7869b80d1cd7
7
+ data.tar.gz: 1669532e10a41199997194e8ee0a9befb62d66b99e10b455176194c077121dc6748ef8b1fc0d641c552ad3df5e83c298ccc34a70f284b67889ed111afb1414fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2026-03-31)
5
+ ------------------
6
+
7
+ * Feature - Adds environmentConfigurationName field to CreateEnvironmentInput and UpdateEnvironmentInput, so that Domain Owners can now recover orphaned environments by recreating deleted configurations with the same name, and will auto-recover orphaned environments
8
+
4
9
  1.70.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -2889,6 +2889,9 @@ module Aws::DataZone
2889
2889
  # @option params [String] :environment_configuration_id
2890
2890
  # The configuration ID of the environment.
2891
2891
  #
2892
+ # @option params [String] :environment_configuration_name
2893
+ # The configuration name of the environment.
2894
+ #
2892
2895
  # @return [Types::CreateEnvironmentOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2893
2896
  #
2894
2897
  # * {Types::CreateEnvironmentOutput#project_id #project_id} => String
@@ -2913,6 +2916,7 @@ module Aws::DataZone
2913
2916
  # * {Types::CreateEnvironmentOutput#deployment_properties #deployment_properties} => Types::DeploymentProperties
2914
2917
  # * {Types::CreateEnvironmentOutput#environment_blueprint_id #environment_blueprint_id} => String
2915
2918
  # * {Types::CreateEnvironmentOutput#environment_configuration_id #environment_configuration_id} => String
2919
+ # * {Types::CreateEnvironmentOutput#environment_configuration_name #environment_configuration_name} => String
2916
2920
  #
2917
2921
  # @example Request syntax with placeholder values
2918
2922
  #
@@ -2934,6 +2938,7 @@ module Aws::DataZone
2934
2938
  # environment_blueprint_identifier: "String",
2935
2939
  # deployment_order: 1,
2936
2940
  # environment_configuration_id: "String",
2941
+ # environment_configuration_name: "EnvironmentConfigurationName",
2937
2942
  # })
2938
2943
  #
2939
2944
  # @example Response structure
@@ -2985,6 +2990,7 @@ module Aws::DataZone
2985
2990
  # resp.deployment_properties.end_timeout_minutes #=> Integer
2986
2991
  # resp.environment_blueprint_id #=> String
2987
2992
  # resp.environment_configuration_id #=> String
2993
+ # resp.environment_configuration_name #=> String
2988
2994
  #
2989
2995
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateEnvironment AWS API Documentation
2990
2996
  #
@@ -6560,6 +6566,7 @@ module Aws::DataZone
6560
6566
  # * {Types::GetEnvironmentOutput#deployment_properties #deployment_properties} => Types::DeploymentProperties
6561
6567
  # * {Types::GetEnvironmentOutput#environment_blueprint_id #environment_blueprint_id} => String
6562
6568
  # * {Types::GetEnvironmentOutput#environment_configuration_id #environment_configuration_id} => String
6569
+ # * {Types::GetEnvironmentOutput#environment_configuration_name #environment_configuration_name} => String
6563
6570
  #
6564
6571
  # @example Request syntax with placeholder values
6565
6572
  #
@@ -6617,6 +6624,7 @@ module Aws::DataZone
6617
6624
  # resp.deployment_properties.end_timeout_minutes #=> Integer
6618
6625
  # resp.environment_blueprint_id #=> String
6619
6626
  # resp.environment_configuration_id #=> String
6627
+ # resp.environment_configuration_name #=> String
6620
6628
  #
6621
6629
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetEnvironment AWS API Documentation
6622
6630
  #
@@ -9520,6 +9528,7 @@ module Aws::DataZone
9520
9528
  # resp.items[0].provider #=> String
9521
9529
  # resp.items[0].status #=> String, one of "ACTIVE", "CREATING", "UPDATING", "DELETING", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED", "VALIDATION_FAILED", "SUSPENDED", "DISABLED", "EXPIRED", "DELETED", "INACCESSIBLE"
9522
9530
  # resp.items[0].environment_configuration_id #=> String
9531
+ # resp.items[0].environment_configuration_name #=> String
9523
9532
  # resp.next_token #=> String
9524
9533
  #
9525
9534
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ListEnvironments AWS API Documentation
@@ -13630,6 +13639,9 @@ module Aws::DataZone
13630
13639
  # @option params [Array<Types::EnvironmentParameter>] :user_parameters
13631
13640
  # The user parameters of the environment.
13632
13641
  #
13642
+ # @option params [String] :environment_configuration_name
13643
+ # The configuration name of the environment.
13644
+ #
13633
13645
  # @return [Types::UpdateEnvironmentOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
13634
13646
  #
13635
13647
  # * {Types::UpdateEnvironmentOutput#project_id #project_id} => String
@@ -13654,6 +13666,7 @@ module Aws::DataZone
13654
13666
  # * {Types::UpdateEnvironmentOutput#deployment_properties #deployment_properties} => Types::DeploymentProperties
13655
13667
  # * {Types::UpdateEnvironmentOutput#environment_blueprint_id #environment_blueprint_id} => String
13656
13668
  # * {Types::UpdateEnvironmentOutput#environment_configuration_id #environment_configuration_id} => String
13669
+ # * {Types::UpdateEnvironmentOutput#environment_configuration_name #environment_configuration_name} => String
13657
13670
  #
13658
13671
  # @example Request syntax with placeholder values
13659
13672
  #
@@ -13670,6 +13683,7 @@ module Aws::DataZone
13670
13683
  # value: "String",
13671
13684
  # },
13672
13685
  # ],
13686
+ # environment_configuration_name: "EnvironmentConfigurationName",
13673
13687
  # })
13674
13688
  #
13675
13689
  # @example Response structure
@@ -13721,6 +13735,7 @@ module Aws::DataZone
13721
13735
  # resp.deployment_properties.end_timeout_minutes #=> Integer
13722
13736
  # resp.environment_blueprint_id #=> String
13723
13737
  # resp.environment_configuration_id #=> String
13738
+ # resp.environment_configuration_name #=> String
13724
13739
  #
13725
13740
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateEnvironment AWS API Documentation
13726
13741
  #
@@ -15027,7 +15042,7 @@ module Aws::DataZone
15027
15042
  tracer: tracer
15028
15043
  )
15029
15044
  context[:gem_name] = 'aws-sdk-datazone'
15030
- context[:gem_version] = '1.70.0'
15045
+ context[:gem_version] = '1.71.0'
15031
15046
  Seahorse::Client::Request.new(handlers, context)
15032
15047
  end
15033
15048
 
@@ -2113,6 +2113,7 @@ module Aws::DataZone
2113
2113
  CreateEnvironmentInput.add_member(:environment_blueprint_identifier, Shapes::ShapeRef.new(shape: String, location_name: "environmentBlueprintIdentifier"))
2114
2114
  CreateEnvironmentInput.add_member(:deployment_order, Shapes::ShapeRef.new(shape: Integer, location_name: "deploymentOrder"))
2115
2115
  CreateEnvironmentInput.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: String, location_name: "environmentConfigurationId"))
2116
+ CreateEnvironmentInput.add_member(:environment_configuration_name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, location_name: "environmentConfigurationName"))
2116
2117
  CreateEnvironmentInput.struct_class = Types::CreateEnvironmentInput
2117
2118
 
2118
2119
  CreateEnvironmentOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
@@ -2137,6 +2138,7 @@ module Aws::DataZone
2137
2138
  CreateEnvironmentOutput.add_member(:deployment_properties, Shapes::ShapeRef.new(shape: DeploymentProperties, location_name: "deploymentProperties"))
2138
2139
  CreateEnvironmentOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, location_name: "environmentBlueprintId"))
2139
2140
  CreateEnvironmentOutput.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
2141
+ CreateEnvironmentOutput.add_member(:environment_configuration_name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, location_name: "environmentConfigurationName"))
2140
2142
  CreateEnvironmentOutput.struct_class = Types::CreateEnvironmentOutput
2141
2143
 
2142
2144
  CreateEnvironmentProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -3024,6 +3026,7 @@ module Aws::DataZone
3024
3026
  EnvironmentSummary.add_member(:provider, Shapes::ShapeRef.new(shape: String, required: true, location_name: "provider"))
3025
3027
  EnvironmentSummary.add_member(:status, Shapes::ShapeRef.new(shape: EnvironmentStatus, location_name: "status"))
3026
3028
  EnvironmentSummary.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
3029
+ EnvironmentSummary.add_member(:environment_configuration_name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, location_name: "environmentConfigurationName"))
3027
3030
  EnvironmentSummary.struct_class = Types::EnvironmentSummary
3028
3031
 
3029
3032
  EqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
@@ -3417,6 +3420,7 @@ module Aws::DataZone
3417
3420
  GetEnvironmentOutput.add_member(:deployment_properties, Shapes::ShapeRef.new(shape: DeploymentProperties, location_name: "deploymentProperties"))
3418
3421
  GetEnvironmentOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, location_name: "environmentBlueprintId"))
3419
3422
  GetEnvironmentOutput.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
3423
+ GetEnvironmentOutput.add_member(:environment_configuration_name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, location_name: "environmentConfigurationName"))
3420
3424
  GetEnvironmentOutput.struct_class = Types::GetEnvironmentOutput
3421
3425
 
3422
3426
  GetEnvironmentProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -6009,6 +6013,7 @@ module Aws::DataZone
6009
6013
  UpdateEnvironmentInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
6010
6014
  UpdateEnvironmentInput.add_member(:blueprint_version, Shapes::ShapeRef.new(shape: String, location_name: "blueprintVersion"))
6011
6015
  UpdateEnvironmentInput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentParametersList, location_name: "userParameters"))
6016
+ UpdateEnvironmentInput.add_member(:environment_configuration_name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, location_name: "environmentConfigurationName"))
6012
6017
  UpdateEnvironmentInput.struct_class = Types::UpdateEnvironmentInput
6013
6018
 
6014
6019
  UpdateEnvironmentOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
@@ -6033,6 +6038,7 @@ module Aws::DataZone
6033
6038
  UpdateEnvironmentOutput.add_member(:deployment_properties, Shapes::ShapeRef.new(shape: DeploymentProperties, location_name: "deploymentProperties"))
6034
6039
  UpdateEnvironmentOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, location_name: "environmentBlueprintId"))
6035
6040
  UpdateEnvironmentOutput.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
6041
+ UpdateEnvironmentOutput.add_member(:environment_configuration_name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, location_name: "environmentConfigurationName"))
6036
6042
  UpdateEnvironmentOutput.struct_class = Types::UpdateEnvironmentOutput
6037
6043
 
6038
6044
  UpdateEnvironmentProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -4029,6 +4029,10 @@ module Aws::DataZone
4029
4029
  # The configuration ID of the environment.
4030
4030
  # @return [String]
4031
4031
  #
4032
+ # @!attribute [rw] environment_configuration_name
4033
+ # The configuration name of the environment.
4034
+ # @return [String]
4035
+ #
4032
4036
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateEnvironmentInput AWS API Documentation
4033
4037
  #
4034
4038
  class CreateEnvironmentInput < Struct.new(
@@ -4043,8 +4047,9 @@ module Aws::DataZone
4043
4047
  :environment_account_region,
4044
4048
  :environment_blueprint_identifier,
4045
4049
  :deployment_order,
4046
- :environment_configuration_id)
4047
- SENSITIVE = []
4050
+ :environment_configuration_id,
4051
+ :environment_configuration_name)
4052
+ SENSITIVE = [:environment_configuration_name]
4048
4053
  include Aws::Structure
4049
4054
  end
4050
4055
 
@@ -4144,6 +4149,10 @@ module Aws::DataZone
4144
4149
  # The configuration ID of the environment.
4145
4150
  # @return [String]
4146
4151
  #
4152
+ # @!attribute [rw] environment_configuration_name
4153
+ # The configuration name of the environment.
4154
+ # @return [String]
4155
+ #
4147
4156
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateEnvironmentOutput AWS API Documentation
4148
4157
  #
4149
4158
  class CreateEnvironmentOutput < Struct.new(
@@ -4168,8 +4177,9 @@ module Aws::DataZone
4168
4177
  :provisioning_properties,
4169
4178
  :deployment_properties,
4170
4179
  :environment_blueprint_id,
4171
- :environment_configuration_id)
4172
- SENSITIVE = [:name, :description, :environment_configuration_id]
4180
+ :environment_configuration_id,
4181
+ :environment_configuration_name)
4182
+ SENSITIVE = [:name, :description, :environment_configuration_id, :environment_configuration_name]
4173
4183
  include Aws::Structure
4174
4184
  end
4175
4185
 
@@ -8076,6 +8086,10 @@ module Aws::DataZone
8076
8086
  # The configuration ID with which the environment is created.
8077
8087
  # @return [String]
8078
8088
  #
8089
+ # @!attribute [rw] environment_configuration_name
8090
+ # The configuration name with which the environment is created.
8091
+ # @return [String]
8092
+ #
8079
8093
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/EnvironmentSummary AWS API Documentation
8080
8094
  #
8081
8095
  class EnvironmentSummary < Struct.new(
@@ -8092,8 +8106,9 @@ module Aws::DataZone
8092
8106
  :aws_account_region,
8093
8107
  :provider,
8094
8108
  :status,
8095
- :environment_configuration_id)
8096
- SENSITIVE = [:name, :description, :environment_configuration_id]
8109
+ :environment_configuration_id,
8110
+ :environment_configuration_name)
8111
+ SENSITIVE = [:name, :description, :environment_configuration_id, :environment_configuration_name]
8097
8112
  include Aws::Structure
8098
8113
  end
8099
8114
 
@@ -9827,6 +9842,10 @@ module Aws::DataZone
9827
9842
  # The configuration ID that is used to create the environment.
9828
9843
  # @return [String]
9829
9844
  #
9845
+ # @!attribute [rw] environment_configuration_name
9846
+ # The configuration name that is used to create the environment.
9847
+ # @return [String]
9848
+ #
9830
9849
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetEnvironmentOutput AWS API Documentation
9831
9850
  #
9832
9851
  class GetEnvironmentOutput < Struct.new(
@@ -9851,8 +9870,9 @@ module Aws::DataZone
9851
9870
  :provisioning_properties,
9852
9871
  :deployment_properties,
9853
9872
  :environment_blueprint_id,
9854
- :environment_configuration_id)
9855
- SENSITIVE = [:name, :description, :environment_configuration_id]
9873
+ :environment_configuration_id,
9874
+ :environment_configuration_name)
9875
+ SENSITIVE = [:name, :description, :environment_configuration_id, :environment_configuration_name]
9856
9876
  include Aws::Structure
9857
9877
  end
9858
9878
 
@@ -21633,6 +21653,10 @@ module Aws::DataZone
21633
21653
  # The user parameters of the environment.
21634
21654
  # @return [Array<Types::EnvironmentParameter>]
21635
21655
  #
21656
+ # @!attribute [rw] environment_configuration_name
21657
+ # The configuration name of the environment.
21658
+ # @return [String]
21659
+ #
21636
21660
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateEnvironmentInput AWS API Documentation
21637
21661
  #
21638
21662
  class UpdateEnvironmentInput < Struct.new(
@@ -21642,8 +21666,9 @@ module Aws::DataZone
21642
21666
  :description,
21643
21667
  :glossary_terms,
21644
21668
  :blueprint_version,
21645
- :user_parameters)
21646
- SENSITIVE = []
21669
+ :user_parameters,
21670
+ :environment_configuration_name)
21671
+ SENSITIVE = [:environment_configuration_name]
21647
21672
  include Aws::Structure
21648
21673
  end
21649
21674
 
@@ -21744,6 +21769,10 @@ module Aws::DataZone
21744
21769
  # The configuration ID of the environment.
21745
21770
  # @return [String]
21746
21771
  #
21772
+ # @!attribute [rw] environment_configuration_name
21773
+ # The configuration name of the environment.
21774
+ # @return [String]
21775
+ #
21747
21776
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateEnvironmentOutput AWS API Documentation
21748
21777
  #
21749
21778
  class UpdateEnvironmentOutput < Struct.new(
@@ -21768,8 +21797,9 @@ module Aws::DataZone
21768
21797
  :provisioning_properties,
21769
21798
  :deployment_properties,
21770
21799
  :environment_blueprint_id,
21771
- :environment_configuration_id)
21772
- SENSITIVE = [:name, :description, :environment_configuration_id]
21800
+ :environment_configuration_id,
21801
+ :environment_configuration_name)
21802
+ SENSITIVE = [:name, :description, :environment_configuration_id, :environment_configuration_name]
21773
21803
  include Aws::Structure
21774
21804
  end
21775
21805
 
@@ -55,7 +55,7 @@ module Aws::DataZone
55
55
  autoload :EndpointProvider, 'aws-sdk-datazone/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-datazone/endpoints'
57
57
 
58
- GEM_VERSION = '1.70.0'
58
+ GEM_VERSION = '1.71.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1017,6 +1017,7 @@ module Aws
1017
1017
  def deployment_properties: () -> Types::DeploymentProperties
1018
1018
  def environment_blueprint_id: () -> ::String
1019
1019
  def environment_configuration_id: () -> ::String
1020
+ def environment_configuration_name: () -> ::String
1020
1021
  end
1021
1022
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_environment-instance_method
1022
1023
  def create_environment: (
@@ -1036,7 +1037,8 @@ module Aws
1036
1037
  ?environment_account_region: ::String,
1037
1038
  ?environment_blueprint_identifier: ::String,
1038
1039
  ?deployment_order: ::Integer,
1039
- ?environment_configuration_id: ::String
1040
+ ?environment_configuration_id: ::String,
1041
+ ?environment_configuration_name: ::String
1040
1042
  ) -> _CreateEnvironmentResponseSuccess
1041
1043
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentResponseSuccess
1042
1044
 
@@ -2192,6 +2194,7 @@ module Aws
2192
2194
  def deployment_properties: () -> Types::DeploymentProperties
2193
2195
  def environment_blueprint_id: () -> ::String
2194
2196
  def environment_configuration_id: () -> ::String
2197
+ def environment_configuration_name: () -> ::String
2195
2198
  end
2196
2199
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_environment-instance_method
2197
2200
  def get_environment: (
@@ -4123,6 +4126,7 @@ module Aws
4123
4126
  def deployment_properties: () -> Types::DeploymentProperties
4124
4127
  def environment_blueprint_id: () -> ::String
4125
4128
  def environment_configuration_id: () -> ::String
4129
+ def environment_configuration_name: () -> ::String
4126
4130
  end
4127
4131
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_environment-instance_method
4128
4132
  def update_environment: (
@@ -4137,7 +4141,8 @@ module Aws
4137
4141
  name: ::String?,
4138
4142
  value: ::String?
4139
4143
  },
4140
- ]
4144
+ ],
4145
+ ?environment_configuration_name: ::String
4141
4146
  ) -> _UpdateEnvironmentResponseSuccess
4142
4147
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
4143
4148
 
data/sig/types.rbs CHANGED
@@ -1116,7 +1116,8 @@ module Aws::DataZone
1116
1116
  attr_accessor environment_blueprint_identifier: ::String
1117
1117
  attr_accessor deployment_order: ::Integer
1118
1118
  attr_accessor environment_configuration_id: ::String
1119
- SENSITIVE: []
1119
+ attr_accessor environment_configuration_name: ::String
1120
+ SENSITIVE: [:environment_configuration_name]
1120
1121
  end
1121
1122
 
1122
1123
  class CreateEnvironmentOutput
@@ -1142,7 +1143,8 @@ module Aws::DataZone
1142
1143
  attr_accessor deployment_properties: Types::DeploymentProperties
1143
1144
  attr_accessor environment_blueprint_id: ::String
1144
1145
  attr_accessor environment_configuration_id: ::String
1145
- SENSITIVE: [:name, :description, :environment_configuration_id]
1146
+ attr_accessor environment_configuration_name: ::String
1147
+ SENSITIVE: [:name, :description, :environment_configuration_id, :environment_configuration_name]
1146
1148
  end
1147
1149
 
1148
1150
  class CreateEnvironmentProfileInput
@@ -2218,7 +2220,8 @@ module Aws::DataZone
2218
2220
  attr_accessor provider: ::String
2219
2221
  attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
2220
2222
  attr_accessor environment_configuration_id: ::String
2221
- SENSITIVE: [:name, :description, :environment_configuration_id]
2223
+ attr_accessor environment_configuration_name: ::String
2224
+ SENSITIVE: [:name, :description, :environment_configuration_id, :environment_configuration_name]
2222
2225
  end
2223
2226
 
2224
2227
  class EqualToExpression
@@ -2681,7 +2684,8 @@ module Aws::DataZone
2681
2684
  attr_accessor deployment_properties: Types::DeploymentProperties
2682
2685
  attr_accessor environment_blueprint_id: ::String
2683
2686
  attr_accessor environment_configuration_id: ::String
2684
- SENSITIVE: [:name, :description, :environment_configuration_id]
2687
+ attr_accessor environment_configuration_name: ::String
2688
+ SENSITIVE: [:name, :description, :environment_configuration_id, :environment_configuration_name]
2685
2689
  end
2686
2690
 
2687
2691
  class GetEnvironmentProfileInput
@@ -5933,7 +5937,8 @@ module Aws::DataZone
5933
5937
  attr_accessor glossary_terms: ::Array[::String]
5934
5938
  attr_accessor blueprint_version: ::String
5935
5939
  attr_accessor user_parameters: ::Array[Types::EnvironmentParameter]
5936
- SENSITIVE: []
5940
+ attr_accessor environment_configuration_name: ::String
5941
+ SENSITIVE: [:environment_configuration_name]
5937
5942
  end
5938
5943
 
5939
5944
  class UpdateEnvironmentOutput
@@ -5959,7 +5964,8 @@ module Aws::DataZone
5959
5964
  attr_accessor deployment_properties: Types::DeploymentProperties
5960
5965
  attr_accessor environment_blueprint_id: ::String
5961
5966
  attr_accessor environment_configuration_id: ::String
5962
- SENSITIVE: [:name, :description, :environment_configuration_id]
5967
+ attr_accessor environment_configuration_name: ::String
5968
+ SENSITIVE: [:name, :description, :environment_configuration_id, :environment_configuration_name]
5963
5969
  end
5964
5970
 
5965
5971
  class UpdateEnvironmentProfileInput
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.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services