aws-sdk-devopsguru 1.29.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: 26db4897826c1d930bd18be5f5763d68c27b51c2b3cc7bad11c38fa0dc286102
4
- data.tar.gz: cf83147e42c7d7d5aa58192f3c0fd16159174383bf3bb0a66e422444adb52903
3
+ metadata.gz: baaf6bd09eb8b614e863a4aa296a1532039aefd1647f63691c5d4e236cc07a34
4
+ data.tar.gz: 4dc3542cc15c383e7957e2c9c554ae43c56ac621f5a394c2f21eab8849ea6ff3
5
5
  SHA512:
6
- metadata.gz: c74c615248963be626c49c20ef681318bd12603ec474a6430c22d4392644144286291b1c95c35a43c3a8e4fff50860d22c249d78318d68016db7e233972a2df8
7
- data.tar.gz: 880b1a1380fca2897a1a94ccc9c14a3778b4d3744076f9a5b157828d6685911a75187a38f08adf9a5e3d74ee15d40de4e61df10665015a44cccb09c0bc2b7909
6
+ metadata.gz: 1669c7f7a93afa9897c5eec15ec72783178daadc3fb393bb19ce540d44cd5f36d1228b198a34f6cc7f5d1953f1aa1363d5d6452f4b3f8f4a31dd724ccc7d496a
7
+ data.tar.gz: 9b0530e19e87ff0d49591a72b027e1d934642031b46a3b127ff5488f79eb181a53494222d2e6a3130d2e646c54c0aa27fa882860d6433c868c14a06d05837c4e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.30.0 (2023-02-27)
10
+ ------------------
11
+
12
+ * Feature - This release adds the description field on ListAnomaliesForInsight and DescribeAnomaly API responses for proactive anomalies.
13
+
4
14
  1.29.0 (2023-02-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.31.0
@@ -275,6 +275,11 @@ module Aws::DevOpsGuru
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -614,6 +619,7 @@ module Aws::DevOpsGuru
614
619
  # resp.proactive_anomaly.anomaly_resources #=> Array
615
620
  # resp.proactive_anomaly.anomaly_resources[0].name #=> String
616
621
  # resp.proactive_anomaly.anomaly_resources[0].type #=> String
622
+ # resp.proactive_anomaly.description #=> String
617
623
  # resp.reactive_anomaly.id #=> String
618
624
  # resp.reactive_anomaly.severity #=> String, one of "LOW", "MEDIUM", "HIGH"
619
625
  # resp.reactive_anomaly.status #=> String, one of "ONGOING", "CLOSED"
@@ -1294,6 +1300,7 @@ module Aws::DevOpsGuru
1294
1300
  # resp.proactive_anomalies[0].anomaly_resources #=> Array
1295
1301
  # resp.proactive_anomalies[0].anomaly_resources[0].name #=> String
1296
1302
  # resp.proactive_anomalies[0].anomaly_resources[0].type #=> String
1303
+ # resp.proactive_anomalies[0].description #=> String
1297
1304
  # resp.reactive_anomalies #=> Array
1298
1305
  # resp.reactive_anomalies[0].id #=> String
1299
1306
  # resp.reactive_anomalies[0].severity #=> String, one of "LOW", "MEDIUM", "HIGH"
@@ -2332,7 +2339,7 @@ module Aws::DevOpsGuru
2332
2339
  params: params,
2333
2340
  config: config)
2334
2341
  context[:gem_name] = 'aws-sdk-devopsguru'
2335
- context[:gem_version] = '1.29.0'
2342
+ context[:gem_version] = '1.31.0'
2336
2343
  Seahorse::Client::Request.new(handlers, context)
2337
2344
  end
2338
2345
 
@@ -863,6 +863,7 @@ module Aws::DevOpsGuru
863
863
  ProactiveAnomaly.add_member(:limit, Shapes::ShapeRef.new(shape: AnomalyLimit, location_name: "Limit"))
864
864
  ProactiveAnomaly.add_member(:source_metadata, Shapes::ShapeRef.new(shape: AnomalySourceMetadata, location_name: "SourceMetadata"))
865
865
  ProactiveAnomaly.add_member(:anomaly_resources, Shapes::ShapeRef.new(shape: AnomalyResources, location_name: "AnomalyResources"))
866
+ ProactiveAnomaly.add_member(:description, Shapes::ShapeRef.new(shape: AnomalyDescription, location_name: "Description"))
866
867
  ProactiveAnomaly.struct_class = Types::ProactiveAnomaly
867
868
 
868
869
  ProactiveAnomalySummary.add_member(:id, Shapes::ShapeRef.new(shape: AnomalyId, location_name: "Id"))
@@ -878,6 +879,7 @@ module Aws::DevOpsGuru
878
879
  ProactiveAnomalySummary.add_member(:limit, Shapes::ShapeRef.new(shape: AnomalyLimit, location_name: "Limit"))
879
880
  ProactiveAnomalySummary.add_member(:source_metadata, Shapes::ShapeRef.new(shape: AnomalySourceMetadata, location_name: "SourceMetadata"))
880
881
  ProactiveAnomalySummary.add_member(:anomaly_resources, Shapes::ShapeRef.new(shape: AnomalyResources, location_name: "AnomalyResources"))
882
+ ProactiveAnomalySummary.add_member(:description, Shapes::ShapeRef.new(shape: AnomalyDescription, location_name: "Description"))
881
883
  ProactiveAnomalySummary.struct_class = Types::ProactiveAnomalySummary
882
884
 
883
885
  ProactiveInsight.add_member(:id, Shapes::ShapeRef.new(shape: InsightId, location_name: "Id"))
@@ -50,9 +50,6 @@ module Aws::DevOpsGuru
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
- if self[:region].nil?
54
- raise ArgumentError, "Missing required EndpointParameter: :region"
55
- end
56
53
  self[:use_dual_stack] = options[:use_dual_stack]
57
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
58
55
  if self[:use_dual_stack].nil?
@@ -14,36 +14,39 @@ module Aws::DevOpsGuru
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint)
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://devops-guru-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
33
18
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- return Aws::Endpoints::Endpoint.new(url: "https://devops-guru-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
- end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
38
20
  end
39
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
- return Aws::Endpoints::Endpoint.new(url: "https://devops-guru.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://devops-guru-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://devops-guru-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://devops-guru.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
42
45
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
46
+ return Aws::Endpoints::Endpoint.new(url: "https://devops-guru.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
47
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://devops-guru.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
48
  end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
50
  raise ArgumentError, 'No endpoint could be resolved'
48
51
 
49
52
  end
@@ -553,7 +553,7 @@ module Aws::DevOpsGuru
553
553
  #
554
554
  #
555
555
  #
556
- # [1]: https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf
556
+ # [1]: https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html
557
557
  # @return [Array<Types::TagCostEstimationResourceCollectionFilter>]
558
558
  #
559
559
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/CostEstimationResourceCollectionFilter AWS API Documentation
@@ -1000,7 +1000,7 @@ module Aws::DevOpsGuru
1000
1000
  #
1001
1001
  #
1002
1002
  #
1003
- # [1]: https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf
1003
+ # [1]: https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html
1004
1004
  # @return [Array<Types::TagHealth>]
1005
1005
  #
1006
1006
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationResourceCollectionHealthResponse AWS API Documentation
@@ -1096,7 +1096,7 @@ module Aws::DevOpsGuru
1096
1096
  #
1097
1097
  #
1098
1098
  #
1099
- # [1]: https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf
1099
+ # [1]: https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html
1100
1100
  # @return [Array<Types::TagHealth>]
1101
1101
  #
1102
1102
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeResourceCollectionHealthResponse AWS API Documentation
@@ -2800,6 +2800,10 @@ module Aws::DevOpsGuru
2800
2800
  # behavior.
2801
2801
  # @return [Array<Types::AnomalyResource>]
2802
2802
  #
2803
+ # @!attribute [rw] description
2804
+ # A description of the proactive anomaly.
2805
+ # @return [String]
2806
+ #
2803
2807
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ProactiveAnomaly AWS API Documentation
2804
2808
  #
2805
2809
  class ProactiveAnomaly < Struct.new(
@@ -2815,7 +2819,8 @@ module Aws::DevOpsGuru
2815
2819
  :resource_collection,
2816
2820
  :limit,
2817
2821
  :source_metadata,
2818
- :anomaly_resources)
2822
+ :anomaly_resources,
2823
+ :description)
2819
2824
  SENSITIVE = []
2820
2825
  include Aws::Structure
2821
2826
  end
@@ -2900,6 +2905,10 @@ module Aws::DevOpsGuru
2900
2905
  # behavior.
2901
2906
  # @return [Array<Types::AnomalyResource>]
2902
2907
  #
2908
+ # @!attribute [rw] description
2909
+ # A description of the proactive anomaly.
2910
+ # @return [String]
2911
+ #
2903
2912
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ProactiveAnomalySummary AWS API Documentation
2904
2913
  #
2905
2914
  class ProactiveAnomalySummary < Struct.new(
@@ -2915,7 +2924,8 @@ module Aws::DevOpsGuru
2915
2924
  :resource_collection,
2916
2925
  :limit,
2917
2926
  :source_metadata,
2918
- :anomaly_resources)
2927
+ :anomaly_resources,
2928
+ :description)
2919
2929
  SENSITIVE = []
2920
2930
  include Aws::Structure
2921
2931
  end
@@ -3822,7 +3832,7 @@ module Aws::DevOpsGuru
3822
3832
  #
3823
3833
  #
3824
3834
  #
3825
- # [1]: https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf
3835
+ # [1]: https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html
3826
3836
  # @return [Array<Types::TagCollection>]
3827
3837
  #
3828
3838
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ResourceCollection AWS API Documentation
@@ -3886,7 +3896,7 @@ module Aws::DevOpsGuru
3886
3896
  #
3887
3897
  #
3888
3898
  #
3889
- # [1]: https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf
3899
+ # [1]: https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html
3890
3900
  # @return [Array<Types::TagCollectionFilter>]
3891
3901
  #
3892
3902
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ResourceCollectionFilter AWS API Documentation
@@ -3922,8 +3932,12 @@ module Aws::DevOpsGuru
3922
3932
  include Aws::Structure
3923
3933
  end
3924
3934
 
3925
- # Specifies one or more severity values and one or more status values
3926
- # that are used to search for insights.
3935
+ # Specifies values used to filter responses when searching for insights.
3936
+ # You can use a `ResourceCollection`, `ServiceCollection`, array of
3937
+ # severities, and an array of status values. Each filter type contains
3938
+ # one or more values to search for. If you specify multiple filter
3939
+ # types, the filter types are joined with an `AND`, and the request
3940
+ # returns only results that match all of the specified filters.
3927
3941
  #
3928
3942
  # @!attribute [rw] severities
3929
3943
  # An array of severity values used to search for insights.
@@ -4399,7 +4413,7 @@ module Aws::DevOpsGuru
4399
4413
  #
4400
4414
  #
4401
4415
  #
4402
- # [1]: https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf
4416
+ # [1]: https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html
4403
4417
  #
4404
4418
  # @!attribute [rw] app_boundary_key
4405
4419
  # An Amazon Web Services tag *key* that is used to identify the Amazon
@@ -4721,7 +4735,7 @@ module Aws::DevOpsGuru
4721
4735
  #
4722
4736
  #
4723
4737
  #
4724
- # [1]: https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf
4738
+ # [1]: https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html
4725
4739
  # @return [Array<Types::UpdateTagCollectionFilter>]
4726
4740
  #
4727
4741
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateResourceCollectionFilter AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-devopsguru/customizations'
52
52
  # @!group service
53
53
  module Aws::DevOpsGuru
54
54
 
55
- GEM_VERSION = '1.29.0'
55
+ GEM_VERSION = '1.31.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devopsguru
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-01 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement