aws-sdk-devopsguru 1.17.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdfa3b9f654818adb10b75632080c286987671dbb9232e9f1e0199724861e1dc
4
- data.tar.gz: d1b50fde03df6e3cedf8798d41e66f6e20073858799b4612f0a55b08a8b5db83
3
+ metadata.gz: 2d77acad31cd189899dec4875f7e1d8d2d65be819feb9d79187a5f811a1ea4c6
4
+ data.tar.gz: 96ed6403cf4017246583fef614753b38687ce9aeb3b30f734570676d047cb66e
5
5
  SHA512:
6
- metadata.gz: 553beef6a69958ab4a411f83a136ac045a4619be084e494ea6fe5f67486925968d6868d5e9473bc572df925ece05370a65409dca13e4cdc0bbb39b1040d91273
7
- data.tar.gz: 1f039f9e4949265cbe2ecfe448237836aa6eb5a12675020b8d1c35120934c1b025cf5f3717b3555f445929799949bf7e71dd5cfbb240baed362d3a66b4159084
6
+ metadata.gz: 573c64e8ce55b8037656ee1cb7fadb8df4a13249ac5936fabc96d23593d870eb3eb31605c0ee00e02adc8ed822eb9f9462813da567be85a95f458edb14ca4b3a
7
+ data.tar.gz: 82bc4602fc2fb1bb11558e5ce324fe8a518b90d6478f56ec94c3647dd3b38ddacb3463ecbe0969a718458dbaa64d711549db634b6493e760af32cb82da4bb793
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2021-12-20)
5
+ ------------------
6
+
7
+ * Feature - Adds Tags support to DescribeOrganizationResourceCollectionHealth
8
+
4
9
  1.17.0 (2021-12-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -825,13 +825,14 @@ module Aws::DevOpsGuru
825
825
  # * {Types::DescribeOrganizationResourceCollectionHealthResponse#service #service} => Array<Types::ServiceHealth>
826
826
  # * {Types::DescribeOrganizationResourceCollectionHealthResponse#account #account} => Array<Types::AccountHealth>
827
827
  # * {Types::DescribeOrganizationResourceCollectionHealthResponse#next_token #next_token} => String
828
+ # * {Types::DescribeOrganizationResourceCollectionHealthResponse#tags #tags} => Array<Types::TagHealth>
828
829
  #
829
830
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
830
831
  #
831
832
  # @example Request syntax with placeholder values
832
833
  #
833
834
  # resp = client.describe_organization_resource_collection_health({
834
- # organization_resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE, AWS_ACCOUNT
835
+ # organization_resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE, AWS_ACCOUNT, AWS_TAGS
835
836
  # account_ids: ["AwsAccountId"],
836
837
  # organizational_unit_ids: ["OrganizationalUnitId"],
837
838
  # next_token: "UuidNextToken",
@@ -854,6 +855,12 @@ module Aws::DevOpsGuru
854
855
  # resp.account[0].insight.open_proactive_insights #=> Integer
855
856
  # resp.account[0].insight.open_reactive_insights #=> Integer
856
857
  # resp.next_token #=> String
858
+ # resp.tags #=> Array
859
+ # resp.tags[0].app_boundary_key #=> String
860
+ # resp.tags[0].tag_value #=> String
861
+ # resp.tags[0].insight.open_proactive_insights #=> Integer
862
+ # resp.tags[0].insight.open_reactive_insights #=> Integer
863
+ # resp.tags[0].insight.mean_time_to_recover_in_milliseconds #=> Integer
857
864
  #
858
865
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationResourceCollectionHealth AWS API Documentation
859
866
  #
@@ -2054,7 +2061,7 @@ module Aws::DevOpsGuru
2054
2061
  params: params,
2055
2062
  config: config)
2056
2063
  context[:gem_name] = 'aws-sdk-devopsguru'
2057
- context[:gem_version] = '1.17.0'
2064
+ context[:gem_version] = '1.18.0'
2058
2065
  Seahorse::Client::Request.new(handlers, context)
2059
2066
  end
2060
2067
 
@@ -464,6 +464,7 @@ module Aws::DevOpsGuru
464
464
  DescribeOrganizationResourceCollectionHealthResponse.add_member(:service, Shapes::ShapeRef.new(shape: ServiceHealths, location_name: "Service"))
465
465
  DescribeOrganizationResourceCollectionHealthResponse.add_member(:account, Shapes::ShapeRef.new(shape: AccountHealths, location_name: "Account"))
466
466
  DescribeOrganizationResourceCollectionHealthResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
467
+ DescribeOrganizationResourceCollectionHealthResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagHealths, location_name: "Tags"))
467
468
  DescribeOrganizationResourceCollectionHealthResponse.struct_class = Types::DescribeOrganizationResourceCollectionHealthResponse
468
469
 
469
470
  DescribeResourceCollectionHealthRequest.add_member(:resource_collection_type, Shapes::ShapeRef.new(shape: ResourceCollectionType, required: true, location: "uri", location_name: "ResourceCollectionType"))
@@ -865,7 +865,7 @@ module Aws::DevOpsGuru
865
865
  # data as a hash:
866
866
  #
867
867
  # {
868
- # organization_resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE, AWS_ACCOUNT
868
+ # organization_resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE, AWS_ACCOUNT, AWS_TAGS
869
869
  # account_ids: ["AwsAccountId"],
870
870
  # organizational_unit_ids: ["OrganizationalUnitId"],
871
871
  # next_token: "UuidNextToken",
@@ -936,13 +936,50 @@ module Aws::DevOpsGuru
936
936
  # this operation. If there are no more pages, this value is null.
937
937
  # @return [String]
938
938
  #
939
+ # @!attribute [rw] tags
940
+ # Tags help you identify and organize your Amazon Web Services
941
+ # resources. Many Amazon Web Services services support tagging, so you
942
+ # can assign the same tag to resources from different services to
943
+ # indicate that the resources are related. For example, you can assign
944
+ # the same tag to an Amazon DynamoDB table resource that you assign to
945
+ # an Lambda function. For more information about using tags, see the
946
+ # [Tagging best practices][1] whitepaper.
947
+ #
948
+ # Each Amazon Web Services tag has two parts.
949
+ #
950
+ # * A tag *key* (for example, `CostCenter`, `Environment`, `Project`,
951
+ # or `Secret`). Tag *keys* are case-sensitive.
952
+ #
953
+ # * An optional field known as a tag *value* (for example,
954
+ # `111122223333`, `Production`, or a team name). Omitting the tag
955
+ # *value* is the same as using an empty string. Like tag *keys*, tag
956
+ # *values* are case-sensitive.
957
+ #
958
+ # Together these are known as *key*-*value* pairs.
959
+ #
960
+ # The string used for a *key* in a tag that you use to define your
961
+ # resource coverage must begin with the prefix `Devops-guru-`. The tag
962
+ # *key* might be `Devops-guru-deployment-application` or
963
+ # `Devops-guru-rds-application`. While *keys* are case-sensitive, the
964
+ # case of *key* characters don't matter to DevOps Guru. For example,
965
+ # DevOps Guru works with a *key* named `devops-guru-rds` and a *key*
966
+ # named `DevOps-Guru-RDS`. Possible *key*/*value* pairs in your
967
+ # application might be `Devops-Guru-production-application/RDS` or
968
+ # `Devops-Guru-production-application/containers`.
969
+ #
970
+ #
971
+ #
972
+ # [1]: https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf
973
+ # @return [Array<Types::TagHealth>]
974
+ #
939
975
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationResourceCollectionHealthResponse AWS API Documentation
940
976
  #
941
977
  class DescribeOrganizationResourceCollectionHealthResponse < Struct.new(
942
978
  :cloud_formation,
943
979
  :service,
944
980
  :account,
945
- :next_token)
981
+ :next_token,
982
+ :tags)
946
983
  SENSITIVE = []
947
984
  include Aws::Structure
948
985
  end
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-devopsguru/customizations'
48
48
  # @!group service
49
49
  module Aws::DevOpsGuru
50
50
 
51
- GEM_VERSION = '1.17.0'
51
+ GEM_VERSION = '1.18.0'
52
52
 
53
53
  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.17.0
4
+ version: 1.18.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: 2021-12-01 00:00:00.000000000 Z
11
+ date: 2021-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core