aws-sdk-appconfig 1.83.0 → 1.84.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: f1521cc1162c0aba78a3806483a6ffa524caa4315ca489db0bbabed45192766f
4
- data.tar.gz: 19fc6979d841da460271906c168ba3619683553296fbf70731d6862cd0089db1
3
+ metadata.gz: 1564678e09ce59312f4d320a48b75c5060c1b2cc4a95d1d45bf1acbd72228f5c
4
+ data.tar.gz: 68e71127e9241da9859c0d6106feda586533d494c87e084d73bd2a2b96b04b70
5
5
  SHA512:
6
- metadata.gz: 5aeb7f086ccee128b25a620e54dff4c7c21f82e98e166f35bf6bc3d49f4d38266a7fc2afead3ccd429f14a36f6646cc60fa774d1e2830ef7314be4340cc5baf4
7
- data.tar.gz: d0335a62949b9b2f30fa5e20bbfebab722f6c5a7ee734e066767dd372560701bffc1db66c6958e3531376d129ad49e3735ccf638fb95a6e19790c1c15bb1d645
6
+ metadata.gz: 3bd9d3ae793e920017318226e05bc3da5f3014675d1eed23f52f7ca2fe0280598777e6f6c482c1754519f96270c5949274df2c82ecc0a3851f2583559927a853
7
+ data.tar.gz: a22d4b963054cc7e3ce1aa0e1e6eb750d81da042e9cef609258ac9873e655505e154b2acee65946ceba8d64722ef3371655e00f864650c1b5b34214436c6eeb0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2026-07-08)
5
+ ------------------
6
+
7
+ * Feature - Update ExperimentRun APIs to support ConflictExceptions.
8
+
4
9
  1.83.0 (2026-06-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -3909,6 +3909,16 @@ module Aws::AppConfig
3909
3909
  # metrics. You can start multiple experiment runs from the same
3910
3910
  # experiment definition.
3911
3911
  #
3912
+ # <note markdown="1"> Billing for this experiment begins when you call this operation and
3913
+ # continues until the experiment is stopped. For pricing details, see
3914
+ # [AppConfig pricing][1].
3915
+ #
3916
+ # </note>
3917
+ #
3918
+ #
3919
+ #
3920
+ # [1]: https://aws.amazon.com/systems-manager/pricing/
3921
+ #
3912
3922
  # @option params [required, String] :application_identifier
3913
3923
  # The application ID or name.
3914
3924
  #
@@ -3930,7 +3940,8 @@ module Aws::AppConfig
3930
3940
  # The tags to assign to the experiment run.
3931
3941
  #
3932
3942
  # @option params [Types::DeploymentParameters] :deployment_parameters
3933
- # Optional deployment parameters including a KMS key for encryption.
3943
+ # The deployment parameters for the experiment run, including a KMS key
3944
+ # identifier for encryption.
3934
3945
  #
3935
3946
  # @return [Types::ExperimentRun] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3936
3947
  #
@@ -4212,7 +4223,7 @@ module Aws::AppConfig
4212
4223
  # reasons for or against launching.
4213
4224
  #
4214
4225
  # @option params [Types::DeploymentParameters] :deployment_parameters
4215
- # Optional deployment parameters for the stop operation.
4226
+ # The deployment parameters for the stop operation.
4216
4227
  #
4217
4228
  # @return [Types::ExperimentRun] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4218
4229
  #
@@ -4453,7 +4464,7 @@ module Aws::AppConfig
4453
4464
  # [1]: https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html
4454
4465
  #
4455
4466
  # @option params [Types::VendedMetricsSettings] :vended_metrics
4456
- # Configuration for vended metrics in the account.
4467
+ # The configuration for vended metrics in the account.
4457
4468
  #
4458
4469
  # @return [Types::AccountSettings] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4459
4470
  #
@@ -4859,7 +4870,8 @@ module Aws::AppConfig
4859
4870
  # The experiment definition ID or name.
4860
4871
  #
4861
4872
  # @option params [Array<Types::TreatmentInput>] :treatments
4862
- # An updated list of treatments.
4873
+ # The updated list of treatments to evaluate during the experiment. Each
4874
+ # treatment defines a distinct variation compared to the control.
4863
4875
  #
4864
4876
  # @option params [Types::TreatmentInput] :control
4865
4877
  # An updated control treatment.
@@ -5032,10 +5044,11 @@ module Aws::AppConfig
5032
5044
  # current setting.
5033
5045
  #
5034
5046
  # @option params [Types::TreatmentOverrides] :treatment_overrides
5035
- # Updated treatment assignment overrides.
5047
+ # The updated treatment assignment overrides that assign specific entity
5048
+ # IDs to treatments, bypassing random assignment.
5036
5049
  #
5037
5050
  # @option params [Types::DeploymentParameters] :deployment_parameters
5038
- # Updated deployment parameters.
5051
+ # The updated deployment parameters for the experiment run.
5039
5052
  #
5040
5053
  # @return [Types::ExperimentRun] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5041
5054
  #
@@ -5367,7 +5380,7 @@ module Aws::AppConfig
5367
5380
  tracer: tracer
5368
5381
  )
5369
5382
  context[:gem_name] = 'aws-sdk-appconfig'
5370
- context[:gem_version] = '1.83.0'
5383
+ context[:gem_version] = '1.84.0'
5371
5384
  Seahorse::Client::Request.new(handlers, context)
5372
5385
  end
5373
5386
 
@@ -1595,6 +1595,7 @@ module Aws::AppConfig
1595
1595
  o.output = Shapes::ShapeRef.new(shape: ExperimentRun)
1596
1596
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1597
1597
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1598
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1598
1599
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1599
1600
  end)
1600
1601
 
@@ -24,7 +24,7 @@ module Aws::AppConfig
24
24
  # @return [Types::DeletionProtectionSettings]
25
25
  #
26
26
  # @!attribute [rw] vended_metrics
27
- # Configuration for vended metrics in the account.
27
+ # The configuration for vended metrics in the account.
28
28
  # @return [Types::VendedMetricsSettings]
29
29
  #
30
30
  # @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/AccountSettings AWS API Documentation
@@ -1375,7 +1375,7 @@ module Aws::AppConfig
1375
1375
  include Aws::Structure
1376
1376
  end
1377
1377
 
1378
- # Optional deployment parameters for an experiment run, including
1378
+ # The deployment parameters for an experiment run, including dynamic
1379
1379
  # extension parameters and tags.
1380
1380
  #
1381
1381
  # @!attribute [rw] dynamic_extension_parameters
@@ -2288,7 +2288,7 @@ module Aws::AppConfig
2288
2288
  # enabled state and attribute values.
2289
2289
  #
2290
2290
  # @!attribute [rw] enabled
2291
- # Whether the feature flag is enabled for this treatment.
2291
+ # Specifies whether the feature flag is enabled for this treatment.
2292
2292
  # @return [Boolean]
2293
2293
  #
2294
2294
  # @!attribute [rw] attribute_values
@@ -3296,7 +3296,8 @@ module Aws::AppConfig
3296
3296
  # @return [Hash<String,String>]
3297
3297
  #
3298
3298
  # @!attribute [rw] deployment_parameters
3299
- # Optional deployment parameters including a KMS key for encryption.
3299
+ # The deployment parameters for the experiment run, including a KMS
3300
+ # key identifier for encryption.
3300
3301
  # @return [Types::DeploymentParameters]
3301
3302
  #
3302
3303
  # @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/StartExperimentRunRequest AWS API Documentation
@@ -3360,7 +3361,7 @@ module Aws::AppConfig
3360
3361
  # @return [Types::ExperimentRunResult]
3361
3362
  #
3362
3363
  # @!attribute [rw] deployment_parameters
3363
- # Optional deployment parameters for the stop operation.
3364
+ # The deployment parameters for the stop operation.
3364
3365
  # @return [Types::DeploymentParameters]
3365
3366
  #
3366
3367
  # @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/StopExperimentRunRequest AWS API Documentation
@@ -3506,7 +3507,7 @@ module Aws::AppConfig
3506
3507
  # @return [Types::DeletionProtectionSettings]
3507
3508
  #
3508
3509
  # @!attribute [rw] vended_metrics
3509
- # Configuration for vended metrics in the account.
3510
+ # The configuration for vended metrics in the account.
3510
3511
  # @return [Types::VendedMetricsSettings]
3511
3512
  #
3512
3513
  # @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateAccountSettingsRequest AWS API Documentation
@@ -3701,7 +3702,8 @@ module Aws::AppConfig
3701
3702
  # @return [String]
3702
3703
  #
3703
3704
  # @!attribute [rw] treatments
3704
- # An updated list of treatments.
3705
+ # The updated list of treatments to evaluate during the experiment.
3706
+ # Each treatment defines a distinct variation compared to the control.
3705
3707
  # @return [Array<Types::TreatmentInput>]
3706
3708
  #
3707
3709
  # @!attribute [rw] control
@@ -3761,11 +3763,12 @@ module Aws::AppConfig
3761
3763
  # @return [Float]
3762
3764
  #
3763
3765
  # @!attribute [rw] treatment_overrides
3764
- # Updated treatment assignment overrides.
3766
+ # The updated treatment assignment overrides that assign specific
3767
+ # entity IDs to treatments, bypassing random assignment.
3765
3768
  # @return [Types::TreatmentOverrides]
3766
3769
  #
3767
3770
  # @!attribute [rw] deployment_parameters
3768
- # Updated deployment parameters.
3771
+ # The updated deployment parameters for the experiment run.
3769
3772
  # @return [Types::DeploymentParameters]
3770
3773
  #
3771
3774
  # @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateExperimentRunRequest AWS API Documentation
@@ -3884,10 +3887,11 @@ module Aws::AppConfig
3884
3887
  include Aws::Structure
3885
3888
  end
3886
3889
 
3887
- # Configuration settings for vended metrics.
3890
+ # The configuration settings for vended metrics in your AppConfig
3891
+ # account.
3888
3892
  #
3889
3893
  # @!attribute [rw] enabled
3890
- # Whether vended metrics are enabled for the account.
3894
+ # Specifies whether vended metrics are enabled for the account.
3891
3895
  # @return [Boolean]
3892
3896
  #
3893
3897
  # @see http://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/VendedMetricsSettings AWS API Documentation
@@ -55,7 +55,7 @@ module Aws::AppConfig
55
55
  autoload :EndpointProvider, 'aws-sdk-appconfig/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-appconfig/endpoints'
57
57
 
58
- GEM_VERSION = '1.83.0'
58
+ GEM_VERSION = '1.84.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services