aws-sdk-ssmincidents 1.1.0 → 1.5.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 +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssmincidents/client.rb +15 -11
- data/lib/aws-sdk-ssmincidents/client_api.rb +3 -2
- data/lib/aws-sdk-ssmincidents/types.rb +22 -15
- data/lib/aws-sdk-ssmincidents.rb +1 -1
- metadata +5 -5
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 49a3f5b77906f21be1dd517f2c9f12f534c1541899b0153d93d8538aef6782ea
         | 
| 4 | 
            +
              data.tar.gz: 62e4fe8527d82781ab84926fad46d13daa8e4707a93589bbbf1b032ec997dc73
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 12a4b80b241eaffe6887a5a16d44f3c9c9ea70f782f37a3b929416f7dc4bd7bb183f15cc7b3fda4215a15767cfed17395612f6eb9efc6fc14dd5bc86128998bb
         | 
| 7 | 
            +
              data.tar.gz: c959b587fe1f8ee364f9735e3e619f067658f91c3dd73edf156ce9669d360c6713ed7b81826b9decbac9fc7710be516fed5ec5ed39290160f19264d02d72b2a1
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,6 +1,26 @@ | |
| 1 1 | 
             
            Unreleased Changes
         | 
| 2 2 | 
             
            ------------------
         | 
| 3 3 |  | 
| 4 | 
            +
            1.5.0 (2021-10-18)
         | 
| 5 | 
            +
            ------------------
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            1.4.0 (2021-09-01)
         | 
| 10 | 
            +
            ------------------
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
         | 
| 13 | 
            +
             | 
| 14 | 
            +
            1.3.0 (2021-08-04)
         | 
| 15 | 
            +
            ------------------
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            * Feature - Documentation updates for Incident Manager.
         | 
| 18 | 
            +
             | 
| 19 | 
            +
            1.2.0 (2021-07-30)
         | 
| 20 | 
            +
            ------------------
         | 
| 21 | 
            +
             | 
| 22 | 
            +
            * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
         | 
| 23 | 
            +
             | 
| 4 24 | 
             
            1.1.0 (2021-07-28)
         | 
| 5 25 | 
             
            ------------------
         | 
| 6 26 |  | 
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.5.0
         | 
| @@ -469,7 +469,7 @@ module Aws::SSMIncidents | |
| 469 469 | 
             
                # timeline events to mark important events that are automatically
         | 
| 470 470 | 
             
                # detected by Incident Manager.
         | 
| 471 471 | 
             
                #
         | 
| 472 | 
            -
                # @option params [ | 
| 472 | 
            +
                # @option params [String] :client_token
         | 
| 473 473 | 
             
                #   A token ensuring that the action is called only once with the
         | 
| 474 474 | 
             
                #   specified details.
         | 
| 475 475 | 
             
                #
         | 
| @@ -477,7 +477,8 @@ module Aws::SSMIncidents | |
| 477 477 | 
             
                #   not need to pass this option.**
         | 
| 478 478 | 
             
                #
         | 
| 479 479 | 
             
                # @option params [required, String] :event_data
         | 
| 480 | 
            -
                #   A  | 
| 480 | 
            +
                #   A valid JSON string. There is no other schema imposed. A short
         | 
| 481 | 
            +
                #   description of the event.
         | 
| 481 482 | 
             
                #
         | 
| 482 483 | 
             
                # @option params [required, Time,DateTime,Date,Integer,String] :event_time
         | 
| 483 484 | 
             
                #   The time that the event occurred.
         | 
| @@ -498,7 +499,7 @@ module Aws::SSMIncidents | |
| 498 499 | 
             
                # @example Request syntax with placeholder values
         | 
| 499 500 | 
             
                #
         | 
| 500 501 | 
             
                #   resp = client.create_timeline_event({
         | 
| 501 | 
            -
                #     client_token: "ClientToken", | 
| 502 | 
            +
                #     client_token: "ClientToken",
         | 
| 502 503 | 
             
                #     event_data: "EventData", # required
         | 
| 503 504 | 
             
                #     event_time: Time.now, # required
         | 
| 504 505 | 
             
                #     event_type: "TimelineEventType", # required
         | 
| @@ -711,6 +712,7 @@ module Aws::SSMIncidents | |
| 711 712 | 
             
                #
         | 
| 712 713 | 
             
                # @example Response structure
         | 
| 713 714 | 
             
                #
         | 
| 715 | 
            +
                #   resp.replication_set.arn #=> String
         | 
| 714 716 | 
             
                #   resp.replication_set.created_by #=> String
         | 
| 715 717 | 
             
                #   resp.replication_set.created_time #=> Time
         | 
| 716 718 | 
             
                #   resp.replication_set.deletion_protected #=> Boolean
         | 
| @@ -1440,9 +1442,8 @@ module Aws::SSMIncidents | |
| 1440 1442 | 
             
                #     action is needed to avoid impact.
         | 
| 1441 1443 | 
             
                #
         | 
| 1442 1444 | 
             
                # @option params [Array<Types::NotificationTargetItem>] :notification_targets
         | 
| 1443 | 
            -
                #   The SNS targets that  | 
| 1444 | 
            -
                #    | 
| 1445 | 
            -
                #   through the chat channel using the SNS topics.
         | 
| 1445 | 
            +
                #   The SNS targets that are notified when updates are made to an
         | 
| 1446 | 
            +
                #   incident.
         | 
| 1446 1447 | 
             
                #
         | 
| 1447 1448 | 
             
                #   Using multiple SNS topics creates redundancy in the case that a Region
         | 
| 1448 1449 | 
             
                #   is down during the incident.
         | 
| @@ -1602,6 +1603,9 @@ module Aws::SSMIncidents | |
| 1602 1603 | 
             
                #   The AWS Chatbot chat channel used for collaboration during an
         | 
| 1603 1604 | 
             
                #   incident.
         | 
| 1604 1605 | 
             
                #
         | 
| 1606 | 
            +
                #   Use the empty structure to remove the chat channel from the response
         | 
| 1607 | 
            +
                #   plan.
         | 
| 1608 | 
            +
                #
         | 
| 1605 1609 | 
             
                # @option params [String] :client_token
         | 
| 1606 1610 | 
             
                #   A token ensuring that the action is called only once with the
         | 
| 1607 1611 | 
             
                #   specified details.
         | 
| @@ -1636,8 +1640,8 @@ module Aws::SSMIncidents | |
| 1636 1640 | 
             
                #   * `1` - No impact
         | 
| 1637 1641 | 
             
                #
         | 
| 1638 1642 | 
             
                # @option params [Array<Types::NotificationTargetItem>] :incident_template_notification_targets
         | 
| 1639 | 
            -
                #   The SNS targets that  | 
| 1640 | 
            -
                #    | 
| 1643 | 
            +
                #   The SNS targets that are notified when updates are made to an
         | 
| 1644 | 
            +
                #   incident.
         | 
| 1641 1645 | 
             
                #
         | 
| 1642 1646 | 
             
                # @option params [String] :incident_template_summary
         | 
| 1643 1647 | 
             
                #   A brief summary of the incident. This typically contains what has
         | 
| @@ -1696,7 +1700,7 @@ module Aws::SSMIncidents | |
| 1696 1700 | 
             
                # Updates a timeline event. You can update events of type `Custom
         | 
| 1697 1701 | 
             
                # Event`.
         | 
| 1698 1702 | 
             
                #
         | 
| 1699 | 
            -
                # @option params [ | 
| 1703 | 
            +
                # @option params [String] :client_token
         | 
| 1700 1704 | 
             
                #   A token ensuring that the action is called only once with the
         | 
| 1701 1705 | 
             
                #   specified details.
         | 
| 1702 1706 | 
             
                #
         | 
| @@ -1725,7 +1729,7 @@ module Aws::SSMIncidents | |
| 1725 1729 | 
             
                # @example Request syntax with placeholder values
         | 
| 1726 1730 | 
             
                #
         | 
| 1727 1731 | 
             
                #   resp = client.update_timeline_event({
         | 
| 1728 | 
            -
                #     client_token: "ClientToken", | 
| 1732 | 
            +
                #     client_token: "ClientToken",
         | 
| 1729 1733 | 
             
                #     event_data: "EventData",
         | 
| 1730 1734 | 
             
                #     event_id: "UUID", # required
         | 
| 1731 1735 | 
             
                #     event_time: Time.now,
         | 
| @@ -1755,7 +1759,7 @@ module Aws::SSMIncidents | |
| 1755 1759 | 
             
                    params: params,
         | 
| 1756 1760 | 
             
                    config: config)
         | 
| 1757 1761 | 
             
                  context[:gem_name] = 'aws-sdk-ssmincidents'
         | 
| 1758 | 
            -
                  context[:gem_version] = '1. | 
| 1762 | 
            +
                  context[:gem_version] = '1.5.0'
         | 
| 1759 1763 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 1760 1764 | 
             
                end
         | 
| 1761 1765 |  | 
| @@ -251,7 +251,7 @@ module Aws::SSMIncidents | |
| 251 251 | 
             
                CreateResponsePlanOutput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
         | 
| 252 252 | 
             
                CreateResponsePlanOutput.struct_class = Types::CreateResponsePlanOutput
         | 
| 253 253 |  | 
| 254 | 
            -
                CreateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken,  | 
| 254 | 
            +
                CreateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 255 255 | 
             
                CreateTimelineEventInput.add_member(:event_data, Shapes::ShapeRef.new(shape: EventData, required: true, location_name: "eventData"))
         | 
| 256 256 | 
             
                CreateTimelineEventInput.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "eventTime"))
         | 
| 257 257 | 
             
                CreateTimelineEventInput.add_member(:event_type, Shapes::ShapeRef.new(shape: TimelineEventType, required: true, location_name: "eventType"))
         | 
| @@ -506,6 +506,7 @@ module Aws::SSMIncidents | |
| 506 506 | 
             
                RelatedItemsUpdate.add_member_subclass(:unknown, Types::RelatedItemsUpdate::Unknown)
         | 
| 507 507 | 
             
                RelatedItemsUpdate.struct_class = Types::RelatedItemsUpdate
         | 
| 508 508 |  | 
| 509 | 
            +
                ReplicationSet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
         | 
| 509 510 | 
             
                ReplicationSet.add_member(:created_by, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "createdBy"))
         | 
| 510 511 | 
             
                ReplicationSet.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
         | 
| 511 512 | 
             
                ReplicationSet.add_member(:deletion_protected, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "deletionProtected"))
         | 
| @@ -662,7 +663,7 @@ module Aws::SSMIncidents | |
| 662 663 |  | 
| 663 664 | 
             
                UpdateResponsePlanOutput.struct_class = Types::UpdateResponsePlanOutput
         | 
| 664 665 |  | 
| 665 | 
            -
                UpdateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken,  | 
| 666 | 
            +
                UpdateTimelineEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 666 667 | 
             
                UpdateTimelineEventInput.add_member(:event_data, Shapes::ShapeRef.new(shape: EventData, location_name: "eventData"))
         | 
| 667 668 | 
             
                UpdateTimelineEventInput.add_member(:event_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "eventId"))
         | 
| 668 669 | 
             
                UpdateTimelineEventInput.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "eventTime"))
         | 
| @@ -376,7 +376,7 @@ module Aws::SSMIncidents | |
| 376 376 | 
             
                #   data as a hash:
         | 
| 377 377 | 
             
                #
         | 
| 378 378 | 
             
                #       {
         | 
| 379 | 
            -
                #         client_token: "ClientToken", | 
| 379 | 
            +
                #         client_token: "ClientToken",
         | 
| 380 380 | 
             
                #         event_data: "EventData", # required
         | 
| 381 381 | 
             
                #         event_time: Time.now, # required
         | 
| 382 382 | 
             
                #         event_type: "TimelineEventType", # required
         | 
| @@ -392,7 +392,8 @@ module Aws::SSMIncidents | |
| 392 392 | 
             
                #   @return [String]
         | 
| 393 393 | 
             
                #
         | 
| 394 394 | 
             
                # @!attribute [rw] event_data
         | 
| 395 | 
            -
                #   A  | 
| 395 | 
            +
                #   A valid JSON string. There is no other schema imposed. A short
         | 
| 396 | 
            +
                #   description of the event.
         | 
| 396 397 | 
             
                #   @return [String]
         | 
| 397 398 | 
             
                #
         | 
| 398 399 | 
             
                # @!attribute [rw] event_time
         | 
| @@ -928,8 +929,8 @@ module Aws::SSMIncidents | |
| 928 929 | 
             
                #   @return [Time]
         | 
| 929 930 | 
             
                #
         | 
| 930 931 | 
             
                # @!attribute [rw] notification_targets
         | 
| 931 | 
            -
                #   The SNS targets that  | 
| 932 | 
            -
                #    | 
| 932 | 
            +
                #   The SNS targets that are notified when updates are made to an
         | 
| 933 | 
            +
                #   incident.
         | 
| 933 934 | 
             
                #   @return [Array<Types::NotificationTargetItem>]
         | 
| 934 935 | 
             
                #
         | 
| 935 936 | 
             
                # @!attribute [rw] resolved_time
         | 
| @@ -1075,9 +1076,8 @@ module Aws::SSMIncidents | |
| 1075 1076 | 
             
                #   @return [Integer]
         | 
| 1076 1077 | 
             
                #
         | 
| 1077 1078 | 
             
                # @!attribute [rw] notification_targets
         | 
| 1078 | 
            -
                #   The SNS targets that  | 
| 1079 | 
            -
                #    | 
| 1080 | 
            -
                #   through the chat channel using the SNS topics.
         | 
| 1079 | 
            +
                #   The SNS targets that are notified when updates are made to an
         | 
| 1080 | 
            +
                #   incident.
         | 
| 1081 1081 | 
             
                #   @return [Array<Types::NotificationTargetItem>]
         | 
| 1082 1082 | 
             
                #
         | 
| 1083 1083 | 
             
                # @!attribute [rw] summary
         | 
| @@ -1514,8 +1514,8 @@ module Aws::SSMIncidents | |
| 1514 1514 | 
             
                  include Aws::Structure
         | 
| 1515 1515 | 
             
                end
         | 
| 1516 1516 |  | 
| 1517 | 
            -
                # The SNS  | 
| 1518 | 
            -
                #  | 
| 1517 | 
            +
                # The SNS targets that are notified when updates are made to an
         | 
| 1518 | 
            +
                # incident.
         | 
| 1519 1519 | 
             
                #
         | 
| 1520 1520 | 
             
                # @note NotificationTargetItem is a union - when making an API calls you must set exactly one of the members.
         | 
| 1521 1521 | 
             
                #
         | 
| @@ -1691,6 +1691,10 @@ module Aws::SSMIncidents | |
| 1691 1691 | 
             
                # The set of Regions that your Incident Manager data will be replicated
         | 
| 1692 1692 | 
             
                # to and the KMS key used to encrypt the data.
         | 
| 1693 1693 | 
             
                #
         | 
| 1694 | 
            +
                # @!attribute [rw] arn
         | 
| 1695 | 
            +
                #   The Amazon Resource Name (ARN) of the replication set.
         | 
| 1696 | 
            +
                #   @return [String]
         | 
| 1697 | 
            +
                #
         | 
| 1694 1698 | 
             
                # @!attribute [rw] created_by
         | 
| 1695 1699 | 
             
                #   Details about who created the replication set.
         | 
| 1696 1700 | 
             
                #   @return [String]
         | 
| @@ -1726,6 +1730,7 @@ module Aws::SSMIncidents | |
| 1726 1730 | 
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/ReplicationSet AWS API Documentation
         | 
| 1727 1731 | 
             
                #
         | 
| 1728 1732 | 
             
                class ReplicationSet < Struct.new(
         | 
| 1733 | 
            +
                  :arn,
         | 
| 1729 1734 | 
             
                  :created_by,
         | 
| 1730 1735 | 
             
                  :created_time,
         | 
| 1731 1736 | 
             
                  :deletion_protected,
         | 
| @@ -2273,9 +2278,8 @@ module Aws::SSMIncidents | |
| 2273 2278 | 
             
                #   @return [Integer]
         | 
| 2274 2279 | 
             
                #
         | 
| 2275 2280 | 
             
                # @!attribute [rw] notification_targets
         | 
| 2276 | 
            -
                #   The SNS targets that  | 
| 2277 | 
            -
                #    | 
| 2278 | 
            -
                #   through the chat channel using the SNS topics.
         | 
| 2281 | 
            +
                #   The SNS targets that are notified when updates are made to an
         | 
| 2282 | 
            +
                #   incident.
         | 
| 2279 2283 | 
             
                #
         | 
| 2280 2284 | 
             
                #   Using multiple SNS topics creates redundancy in the case that a
         | 
| 2281 2285 | 
             
                #   Region is down during the incident.
         | 
| @@ -2499,6 +2503,9 @@ module Aws::SSMIncidents | |
| 2499 2503 | 
             
                # @!attribute [rw] chat_channel
         | 
| 2500 2504 | 
             
                #   The AWS Chatbot chat channel used for collaboration during an
         | 
| 2501 2505 | 
             
                #   incident.
         | 
| 2506 | 
            +
                #
         | 
| 2507 | 
            +
                #   Use the empty structure to remove the chat channel from the response
         | 
| 2508 | 
            +
                #   plan.
         | 
| 2502 2509 | 
             
                #   @return [Types::ChatChannel]
         | 
| 2503 2510 | 
             
                #
         | 
| 2504 2511 | 
             
                # @!attribute [rw] client_token
         | 
| @@ -2540,8 +2547,8 @@ module Aws::SSMIncidents | |
| 2540 2547 | 
             
                #   @return [Integer]
         | 
| 2541 2548 | 
             
                #
         | 
| 2542 2549 | 
             
                # @!attribute [rw] incident_template_notification_targets
         | 
| 2543 | 
            -
                #   The SNS targets that  | 
| 2544 | 
            -
                #    | 
| 2550 | 
            +
                #   The SNS targets that are notified when updates are made to an
         | 
| 2551 | 
            +
                #   incident.
         | 
| 2545 2552 | 
             
                #   @return [Array<Types::NotificationTargetItem>]
         | 
| 2546 2553 | 
             
                #
         | 
| 2547 2554 | 
             
                # @!attribute [rw] incident_template_summary
         | 
| @@ -2579,7 +2586,7 @@ module Aws::SSMIncidents | |
| 2579 2586 | 
             
                #   data as a hash:
         | 
| 2580 2587 | 
             
                #
         | 
| 2581 2588 | 
             
                #       {
         | 
| 2582 | 
            -
                #         client_token: "ClientToken", | 
| 2589 | 
            +
                #         client_token: "ClientToken",
         | 
| 2583 2590 | 
             
                #         event_data: "EventData",
         | 
| 2584 2591 | 
             
                #         event_id: "UUID", # required
         | 
| 2585 2592 | 
             
                #         event_time: Time.now,
         | 
    
        data/lib/aws-sdk-ssmincidents.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-ssmincidents
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.5.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- | 
| 11 | 
            +
            date: 2021-10-18 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. | 
| 22 | 
            +
                    version: 3.121.2
         | 
| 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. | 
| 32 | 
            +
                    version: 3.121.2
         | 
| 33 33 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 34 34 | 
             
              name: aws-sigv4
         | 
| 35 35 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement | |
| 77 77 | 
             
              requirements:
         | 
| 78 78 | 
             
              - - ">="
         | 
| 79 79 | 
             
                - !ruby/object:Gem::Version
         | 
| 80 | 
            -
                  version: ' | 
| 80 | 
            +
                  version: '2.3'
         | 
| 81 81 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 82 82 | 
             
              requirements:
         | 
| 83 83 | 
             
              - - ">="
         |