aws-sdk-health 1.34.0 → 1.35.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: 94be0828f8aa38fa0f6f0fbfafbce3e5b56be985b0772e68e0d219cb2c6f1c02
4
- data.tar.gz: 8ee3d65144cecbd69d06c18264317129c8dd4fa8f99335814c23604f0654e58d
3
+ metadata.gz: 0d9d94bef06f5e4d1d9c11c6f004b97e5d21331e012b4078e2d9246500ffb443
4
+ data.tar.gz: ec5259084892a785e8febf2991f604e0e970be80dfdedfb5a3af0b2e744eca9b
5
5
  SHA512:
6
- metadata.gz: 60f647d7c9ede4f40ede1d52cb55ed2f6c28d352f4c2d3c17dca3d33934e949d2dd5a3e09873d2a97c418b189ce13dc1eafe9a44258106e285e50a8955d4acd1
7
- data.tar.gz: 3f12c8f532502235af51b0092333f28d505290513395a92fae790ff1e413cadec9903ad2ca015e6cc510cd8a242a4fa302dc0b128222caa1f5a13bffe71fb8a6
6
+ metadata.gz: d3cbc98af90beb015abc5687a9bcd2373f78953d2a76e478747050c7e49e7e211b0166a7993b23212a11322e5da7b3e47af78a5cea67d17804c93dff78052894
7
+ data.tar.gz: 9eb2d0b9293b4695672c02acc1fa1c53390007944d0abacac1050d5020c0f43bc62f06cbdaef4b62741d55fa7b3d7fe98bdccab91c35f665dc7254132efc9654
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2021-05-04)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for health
8
+
4
9
  1.34.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-health/customizations'
48
48
  # @!group service
49
49
  module Aws::Health
50
50
 
51
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.35.0'
52
52
 
53
53
  end
@@ -357,10 +357,13 @@ module Aws::Health
357
357
  # [2]: https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html
358
358
  #
359
359
  # @option params [required, String] :event_arn
360
- # The unique identifier for the event. Format:
360
+ # The unique identifier for the event. The event ARN has the
361
361
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
362
- # `. Example: `Example:
363
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
362
+ # ` format.
363
+ #
364
+ # For example, an event ARN might look like the following:
365
+ #
366
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
364
367
  #
365
368
  # @option params [String] :next_token
366
369
  # If the results of a search are large, only a portion of the results
@@ -731,10 +734,10 @@ module Aws::Health
731
734
  # Information includes standard event data (AWS Region, service, and so
732
735
  # on, as returned by [DescribeEvents][1]), a detailed event description,
733
736
  # and possible additional metadata that depends upon the nature of the
734
- # event. Affected entities are not included. To retrieve those, use the
735
- # [DescribeAffectedEntities][2] operation.
737
+ # event. Affected entities are not included. To retrieve the entities,
738
+ # use the [DescribeAffectedEntities][2] operation.
736
739
  #
737
- # If a specified event cannot be retrieved, an error message is returned
740
+ # If a specified event can't be retrieved, an error message is returned
738
741
  # for that event.
739
742
  #
740
743
  # <note markdown="1"> This operation supports resource-level permissions. You can use this
@@ -803,49 +806,51 @@ module Aws::Health
803
806
  end
804
807
 
805
808
  # Returns detailed information about one or more specified events for
806
- # one or more accounts in your organization. Information includes
807
- # standard event data (AWS Region, service, and so on, as returned by
808
- # [DescribeEventsForOrganization][1]), a detailed event description, and
809
- # possible additional metadata that depends upon the nature of the
810
- # event. Affected entities are not included; to retrieve those, use the
811
- # [DescribeAffectedEntitiesForOrganization][2] operation.
812
- #
813
- # Before you can call this operation, you must first enable AWS Health
809
+ # one or more AWS accounts in your organization. This information
810
+ # includes standard event data (such as the AWS Region and service), an
811
+ # event description, and (depending on the event) possible metadata.
812
+ # This operation doesn't return affected entities, such as the
813
+ # resources related to the event. To return affected entities, use the
814
+ # [DescribeAffectedEntitiesForOrganization][1] operation.
815
+ #
816
+ # <note markdown="1"> Before you can call this operation, you must first enable AWS Health
814
817
  # to work with AWS Organizations. To do this, call the
815
- # [EnableHealthServiceAccessForOrganization][3] operation from your
818
+ # [EnableHealthServiceAccessForOrganization][2] operation from your
816
819
  # organization's management account.
817
820
  #
818
- # When you call the `DescribeEventDetailsForOrganization` operation, you
821
+ # </note>
822
+ #
823
+ # When you call the `DescribeEventDetailsForOrganization` operation,
819
824
  # specify the `organizationEventDetailFilters` object in the request.
820
825
  # Depending on the AWS Health event type, note the following
821
826
  # differences:
822
827
  #
823
- # * If the event is public, the `awsAccountId` parameter must be empty.
824
- # If you specify an account ID for a public event, then an error
825
- # message is returned. That's because the event might apply to all
826
- # AWS accounts and isn't specific to an account in your organization.
828
+ # * To return event details for a public event, you must specify a null
829
+ # value for the `awsAccountId` parameter. If you specify an account ID
830
+ # for a public event, AWS Health returns an error message because
831
+ # public events aren't specific to an account.
827
832
  #
828
- # * If the event is specific to an account, then you must specify the
829
- # `awsAccountId` parameter in the request. If you don't specify an
830
- # account ID, an error message returns because the event is specific
831
- # to an AWS account in your organization.
833
+ # * To return event details for an event that is specific to an account
834
+ # in your organization, you must specify the `awsAccountId` parameter
835
+ # in the request. If you don't specify an account ID, AWS Health
836
+ # returns an error message because the event is specific to an account
837
+ # in your organization.
832
838
  #
833
- # For more information, see [Event][4].
839
+ # For more information, see [Event][3].
834
840
  #
835
841
  # <note markdown="1"> This operation doesn't support resource-level permissions. You can't
836
842
  # use this operation to allow or deny access to specific AWS Health
837
843
  # events. For more information, see [Resource- and action-based
838
- # conditions][5] in the *AWS Health User Guide*.
844
+ # conditions][4] in the *AWS Health User Guide*.
839
845
  #
840
846
  # </note>
841
847
  #
842
848
  #
843
849
  #
844
- # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventsForOrganization.html
845
- # [2]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeAffectedEntitiesForOrganization.html
846
- # [3]: https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html
847
- # [4]: https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html
848
- # [5]: https://docs.aws.amazon.com/health/latest/ug/security_iam_id-based-policy-examples.html#resource-action-based-conditions
850
+ # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeAffectedEntitiesForOrganization.html
851
+ # [2]: https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html
852
+ # [3]: https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html
853
+ # [4]: https://docs.aws.amazon.com/health/latest/ug/security_iam_id-based-policy-examples.html#resource-action-based-conditions
849
854
  #
850
855
  # @option params [required, Array<Types::EventAccountFilter>] :organization_event_detail_filters
851
856
  # A set of JSON elements that includes the `awsAccountId` and the
@@ -1286,10 +1291,10 @@ module Aws::Health
1286
1291
  #
1287
1292
  # <note markdown="1"> To call this operation, you must meet the following requirements:
1288
1293
  #
1289
- # * You must have a Business or Enterprise support plan from [AWS
1294
+ # * You must have a Business or Enterprise Support plan from [AWS
1290
1295
  # Support][1] to use the AWS Health API. If you call the AWS Health
1291
1296
  # API from an AWS account that doesn't have a Business or Enterprise
1292
- # support plan, you receive a `SubscriptionRequiredException` error.
1297
+ # Support plan, you receive a `SubscriptionRequiredException` error.
1293
1298
  #
1294
1299
  # * You must have permission to call this operation from the
1295
1300
  # organization's management account. For example IAM policies, see
@@ -1332,7 +1337,7 @@ module Aws::Health
1332
1337
  params: params,
1333
1338
  config: config)
1334
1339
  context[:gem_name] = 'aws-sdk-health'
1335
- context[:gem_version] = '1.34.0'
1340
+ context[:gem_version] = '1.35.0'
1336
1341
  Seahorse::Client::Request.new(handlers, context)
1337
1342
  end
1338
1343
 
@@ -20,10 +20,13 @@ module Aws::Health
20
20
  # @return [String]
21
21
  #
22
22
  # @!attribute [rw] event_arn
23
- # The unique identifier for the event. Format:
23
+ # The unique identifier for the event. The event ARN has the
24
24
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
25
- # `. Example: `Example:
26
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
25
+ # ` format.
26
+ #
27
+ # For example, an event ARN might look like the following:
28
+ #
29
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
27
30
  # @return [String]
28
31
  #
29
32
  # @!attribute [rw] entity_value
@@ -139,10 +142,13 @@ module Aws::Health
139
142
  # }
140
143
  #
141
144
  # @!attribute [rw] event_arn
142
- # The unique identifier for the event. Format:
145
+ # The unique identifier for the event. The event ARN has the
143
146
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
144
- # `. Example: `Example:
145
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
147
+ # ` format.
148
+ #
149
+ # For example, an event ARN might look like the following:
150
+ #
151
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
146
152
  # @return [String]
147
153
  #
148
154
  # @!attribute [rw] next_token
@@ -869,10 +875,13 @@ module Aws::Health
869
875
  # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEntityAggregates.html
870
876
  #
871
877
  # @!attribute [rw] event_arn
872
- # The unique identifier for the event. Format:
878
+ # The unique identifier for the event. The event ARN has the
873
879
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
874
- # `. Example: `Example:
875
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
880
+ # ` format.
881
+ #
882
+ # For example, an event ARN might look like the following:
883
+ #
884
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
876
885
  # @return [String]
877
886
  #
878
887
  # @!attribute [rw] count
@@ -986,10 +995,13 @@ module Aws::Health
986
995
  # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html#AWSHealth-Type-Event-eventScopeCode
987
996
  #
988
997
  # @!attribute [rw] arn
989
- # The unique identifier for the event. Format:
998
+ # The unique identifier for the event. The event ARN has the
990
999
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
991
- # `. Example: `Example:
992
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1000
+ # ` format.
1001
+ #
1002
+ # For example, an event ARN might look like the following:
1003
+ #
1004
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
993
1005
  # @return [String]
994
1006
  #
995
1007
  # @!attribute [rw] service
@@ -1009,7 +1021,7 @@ module Aws::Health
1009
1021
  # @return [String]
1010
1022
  #
1011
1023
  # @!attribute [rw] region
1012
- # The AWS region name of the event.
1024
+ # The AWS Region name of the event.
1013
1025
  # @return [String]
1014
1026
  #
1015
1027
  # @!attribute [rw] availability_zone
@@ -1086,10 +1098,13 @@ module Aws::Health
1086
1098
  # }
1087
1099
  #
1088
1100
  # @!attribute [rw] event_arn
1089
- # The unique identifier for the event. Format:
1101
+ # The unique identifier for the event. The event ARN has the
1090
1102
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
1091
- # `. Example: `Example:
1092
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1103
+ # ` format.
1104
+ #
1105
+ # For example, an event ARN might look like the following:
1106
+ #
1107
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1093
1108
  # @return [String]
1094
1109
  #
1095
1110
  # @!attribute [rw] aws_account_id
@@ -1182,17 +1197,20 @@ module Aws::Health
1182
1197
  end
1183
1198
 
1184
1199
  # Error information returned when a [DescribeEventDetails][1] operation
1185
- # cannot find a specified event.
1200
+ # can't find a specified event.
1186
1201
  #
1187
1202
  #
1188
1203
  #
1189
1204
  # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventDetails.html
1190
1205
  #
1191
1206
  # @!attribute [rw] event_arn
1192
- # The unique identifier for the event. Format:
1207
+ # The unique identifier for the event. The event ARN has the
1193
1208
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
1194
- # `. Example: `Example:
1195
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1209
+ # ` format.
1210
+ #
1211
+ # For example, an event ARN might look like the following:
1212
+ #
1213
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1196
1214
  # @return [String]
1197
1215
  #
1198
1216
  # @!attribute [rw] error_name
@@ -1276,11 +1294,11 @@ module Aws::Health
1276
1294
  # @return [Array<String>]
1277
1295
  #
1278
1296
  # @!attribute [rw] regions
1279
- # A list of AWS regions.
1297
+ # A list of AWS Regions.
1280
1298
  # @return [Array<String>]
1281
1299
  #
1282
1300
  # @!attribute [rw] availability_zones
1283
- # A list of AWS availability zones.
1301
+ # A list of AWS Availability Zones.
1284
1302
  # @return [Array<String>]
1285
1303
  #
1286
1304
  # @!attribute [rw] start_times
@@ -1441,7 +1459,7 @@ module Aws::Health
1441
1459
  end
1442
1460
 
1443
1461
  # Error information returned when a
1444
- # [DescribeAffectedEntitiesForOrganization][1] operation cannot find or
1462
+ # [DescribeAffectedEntitiesForOrganization][1] operation can't find or
1445
1463
  # process a specific entity.
1446
1464
  #
1447
1465
  #
@@ -1454,10 +1472,13 @@ module Aws::Health
1454
1472
  # @return [String]
1455
1473
  #
1456
1474
  # @!attribute [rw] event_arn
1457
- # The unique identifier for the event. Format:
1475
+ # The unique identifier for the event. The event ARN has the
1458
1476
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
1459
- # `. Example: `Example:
1460
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1477
+ # ` format.
1478
+ #
1479
+ # For example, an event ARN might look like the following:
1480
+ #
1481
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1461
1482
  # @return [String]
1462
1483
  #
1463
1484
  # @!attribute [rw] error_name
@@ -1489,15 +1510,17 @@ module Aws::Health
1489
1510
  # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventsForOrganization.html
1490
1511
  #
1491
1512
  # @!attribute [rw] arn
1492
- # The unique identifier for the event. Format:
1513
+ # The unique identifier for the event. The event ARN has the
1493
1514
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
1494
- # `. Example: `Example:
1495
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1515
+ # ` format.
1516
+ #
1517
+ # For example, an event ARN might look like the following:
1518
+ #
1519
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1496
1520
  # @return [String]
1497
1521
  #
1498
1522
  # @!attribute [rw] service
1499
- # The AWS service that is affected by the event. For example, EC2,
1500
- # RDS.
1523
+ # The AWS service that is affected by the event, such as EC2 and RDS.
1501
1524
  # @return [String]
1502
1525
  #
1503
1526
  # @!attribute [rw] event_type_code
@@ -1631,7 +1654,7 @@ module Aws::Health
1631
1654
  end
1632
1655
 
1633
1656
  # Error information returned when a
1634
- # [DescribeEventDetailsForOrganization][1] operation cannot find a
1657
+ # [DescribeEventDetailsForOrganization][1] operation can't find a
1635
1658
  # specified event.
1636
1659
  #
1637
1660
  #
@@ -1640,7 +1663,7 @@ module Aws::Health
1640
1663
  #
1641
1664
  # @!attribute [rw] aws_account_id
1642
1665
  # Error information returned when a
1643
- # [DescribeEventDetailsForOrganization][1] operation cannot find a
1666
+ # [DescribeEventDetailsForOrganization][1] operation can't find a
1644
1667
  # specified event.
1645
1668
  #
1646
1669
  #
@@ -1649,10 +1672,13 @@ module Aws::Health
1649
1672
  # @return [String]
1650
1673
  #
1651
1674
  # @!attribute [rw] event_arn
1652
- # The unique identifier for the event. Format:
1675
+ # The unique identifier for the event. The event ARN has the
1653
1676
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
1654
- # `. Example: `Example:
1655
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1677
+ # ` format.
1678
+ #
1679
+ # For example, an event ARN might look like the following:
1680
+ #
1681
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1656
1682
  # @return [String]
1657
1683
  #
1658
1684
  # @!attribute [rw] error_name
@@ -1661,6 +1687,22 @@ module Aws::Health
1661
1687
  #
1662
1688
  # @!attribute [rw] error_message
1663
1689
  # A message that describes the error.
1690
+ #
1691
+ # If you call the `DescribeEventDetailsForOrganization` operation and
1692
+ # receive one of the following errors, follow the recommendations in
1693
+ # the message:
1694
+ #
1695
+ # * We couldn't find a public event that matches your request. To
1696
+ # find an event that is account specific, you must enter an AWS
1697
+ # account ID in the request.
1698
+ #
1699
+ # * We couldn't find an account specific event for the specified AWS
1700
+ # account. To find an event that is public, you must enter a null
1701
+ # value for the AWS account ID in the request.
1702
+ #
1703
+ # * Your AWS account doesn't include the AWS Support plan required to
1704
+ # use the AWS Health API. You must have either a Business or
1705
+ # Enterprise Support plan.
1664
1706
  # @return [String]
1665
1707
  #
1666
1708
  # @see http://docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/OrganizationEventDetailsErrorItem AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.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-03-10 00:00:00.000000000 Z
11
+ date: 2021-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-health
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-health/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - AWSHealth