aws-sdk-ssm 1.50.0 → 1.51.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
  SHA1:
3
- metadata.gz: 5e8bff54608033deae4232648967a3e311abb09f
4
- data.tar.gz: e6f4978cbec65b64827e3c06c66086ba73f4e115
3
+ metadata.gz: 2cf7c6311a30966f98bc5f87fccf902e9c673db6
4
+ data.tar.gz: c15af022c47d79f753a296bd10aeef297aede705
5
5
  SHA512:
6
- metadata.gz: 26036144af0c51268ab7340d487c8dde191dbec8b1f190ef1058ab32e071ec5a893d21fd2c79708a28834d057c2aaf645681b0837137d863b9c13843791f6fb5
7
- data.tar.gz: 9fc3b2eb0505053f3605960d79c7aee6d623f7545d13fa9fc7797b38ae8aa6a42ef0a70f6f84159f5a4d48e9e0078f690b1100beaf05b43e9230a59fc812aaa3
6
+ metadata.gz: bed108c174b79e5f8dd86b890ca287c1b2277cfc2854c59afed12d5429b4b0a08d0fe5dc4caec60b725df6e0f295aad214131d3563d726b11c95a3cdf24f5c08
7
+ data.tar.gz: b9ac9f0cb0099bf73b804c13f41c3bbc938d47b8c0502e2dfa4f14b78935770d88f649cedb43735f3638bf7f3eefd8b58a725754f7cea8c1499a4bc928d24f3c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ssm/customizations'
42
42
  # @service
43
43
  module Aws::SSM
44
44
 
45
- GEM_VERSION = '1.50.0'
45
+ GEM_VERSION = '1.51.0'
46
46
 
47
47
  end
@@ -1053,19 +1053,19 @@ module Aws::SSM
1053
1053
 
1054
1054
  # Creates a new OpsItem. You must have permission in AWS Identity and
1055
1055
  # Access Management (IAM) to create a new OpsItem. For more information,
1056
- # see [Getting Started with OpsItems][1] in the *AWS Systems Manager
1056
+ # see [Getting Started with OpsCenter][1] in the *AWS Systems Manager
1057
1057
  # User Guide*.
1058
1058
  #
1059
- # Operations engineers and IT professionals use the Systems Manager
1060
- # OpsItems capability to view, investigate, and remediate operational
1061
- # issues impacting the performance and health of their AWS resources.
1062
- # For more information, see [AWS Systems Manager OpsItems][2] in the
1063
- # *AWS Systems Manager User Guide*.
1059
+ # Operations engineers and IT professionals use OpsCenter to view,
1060
+ # investigate, and remediate operational issues impacting the
1061
+ # performance and health of their AWS resources. For more information,
1062
+ # see [AWS Systems Manager OpsCenter][2] in the *AWS Systems Manager
1063
+ # User Guide*.
1064
1064
  #
1065
1065
  #
1066
1066
  #
1067
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems-getting-started.html
1068
- # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems.html
1067
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html
1068
+ # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
1069
1069
  #
1070
1070
  # @option params [required, String] :description
1071
1071
  # Information about the OpsItem.
@@ -1077,12 +1077,26 @@ module Aws::SSM
1077
1077
  # You enter operational data as key-value pairs. The key has a maximum
1078
1078
  # length of 128 characters. The value has a maximum size of 20 KB.
1079
1079
  #
1080
- # This custom data is searchable, but with restrictions. For the
1081
- # `Searchable operational data` feature, all users with access to the
1082
- # OpsItem Overview page (as provided by the DescribeOpsItems API action)
1083
- # can view and search on the specified data. For the `Private
1084
- # operational data` feature, the data is only viewable by users who have
1085
- # access to the OpsItem (as provided by the GetOpsItem API action).
1080
+ # Operational data keys *can't* begin with the following: amazon, aws,
1081
+ # amzn, ssm, /amazon, /aws, /amzn, /ssm.
1082
+ #
1083
+ # You can choose to make the data searchable by other users in the
1084
+ # account or you can restrict search access. Searchable data means that
1085
+ # all users with access to the OpsItem Overview page (as provided by the
1086
+ # DescribeOpsItems API action) can view and search on the specified
1087
+ # data. Operational data that is not searchable is only viewable by
1088
+ # users who have access to the OpsItem (as provided by the GetOpsItem
1089
+ # API action).
1090
+ #
1091
+ # Use the `/aws/resources` key in OperationalData to specify a related
1092
+ # resource in the request. Use the `/aws/automations` key in
1093
+ # OperationalData to associate an Automation runbook with the OpsItem.
1094
+ # To view AWS CLI example commands that use these keys, see [Creating
1095
+ # OpsItems Manually][1] in the *AWS Systems Manager User Guide*.
1096
+ #
1097
+ #
1098
+ #
1099
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
1086
1100
  #
1087
1101
  # @option params [Array<Types::OpsItemNotification>] :notifications
1088
1102
  # The Amazon Resource Name (ARN) of an SNS topic where notifications are
@@ -1106,20 +1120,23 @@ module Aws::SSM
1106
1120
  # impacted resource.
1107
1121
  #
1108
1122
  # @option params [Array<Types::Tag>] :tags
1109
- # Optional metadata that you assign to a resource. Tags enable you to
1110
- # categorize a resource in different ways, such as by purpose, owner, or
1111
- # environment. For example, you might want to tag an OpsItem to identify
1112
- # the AWS resource or the type of issue. In this case, you could specify
1113
- # the following key name/value pairs:
1123
+ # Optional metadata that you assign to a resource. You can restrict
1124
+ # access to OpsItems by using an inline IAM policy that specifies tags.
1125
+ # For more information, see [Getting Started with OpsCenter][1] in the
1126
+ # *AWS Systems Manager User Guide*.
1114
1127
  #
1115
- # * `Key=source,Value=EC2-instance`
1128
+ # Tags use a key-value pair. For example:
1116
1129
  #
1117
- # * `Key=status,Value=stopped`
1130
+ # `Key=Department,Value=Finance`
1118
1131
  #
1119
1132
  # <note markdown="1"> To add tags to an existing OpsItem, use the AddTagsToResource action.
1120
1133
  #
1121
1134
  # </note>
1122
1135
  #
1136
+ #
1137
+ #
1138
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html#OpsCenter-getting-started-user-permissions
1139
+ #
1123
1140
  # @return [Types::CreateOpsItemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1124
1141
  #
1125
1142
  # * {Types::CreateOpsItemResponse#ops_item_id #ops_item_id} => String
@@ -1460,12 +1477,22 @@ module Aws::SSM
1460
1477
  # @option params [required, String] :name
1461
1478
  # The name of the document.
1462
1479
  #
1480
+ # @option params [String] :document_version
1481
+ # (Optional) The version of the document that you want to delete. If not
1482
+ # provided, all versions of the document are deleted.
1483
+ #
1484
+ # @option params [String] :version_name
1485
+ # (Optional) The version name of the document that you want to delete.
1486
+ # If not provided, all versions of the document are deleted.
1487
+ #
1463
1488
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1464
1489
  #
1465
1490
  # @example Request syntax with placeholder values
1466
1491
  #
1467
1492
  # resp = client.delete_document({
1468
1493
  # name: "DocumentName", # required
1494
+ # document_version: "DocumentVersion",
1495
+ # version_name: "DocumentVersionName",
1469
1496
  # })
1470
1497
  #
1471
1498
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteDocument AWS API Documentation
@@ -3453,19 +3480,19 @@ module Aws::SSM
3453
3480
 
3454
3481
  # Query a set of OpsItems. You must have permission in AWS Identity and
3455
3482
  # Access Management (IAM) to query a list of OpsItems. For more
3456
- # information, see [Getting Started with OpsItems][1] in the *AWS
3483
+ # information, see [Getting Started with OpsCenter][1] in the *AWS
3457
3484
  # Systems Manager User Guide*.
3458
3485
  #
3459
- # Operations engineers and IT professionals use the Systems Manager
3460
- # OpsItems capability to view, investigate, and remediate operational
3461
- # issues impacting the performance and health of their AWS resources.
3462
- # For more information, see [AWS Systems Manager OpsItems][2] in the
3463
- # *AWS Systems Manager User Guide*.
3486
+ # Operations engineers and IT professionals use OpsCenter to view,
3487
+ # investigate, and remediate operational issues impacting the
3488
+ # performance and health of their AWS resources. For more information,
3489
+ # see [AWS Systems Manager OpsCenter][2] in the *AWS Systems Manager
3490
+ # User Guide*.
3464
3491
  #
3465
3492
  #
3466
3493
  #
3467
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems-getting-started.html
3468
- # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems.html
3494
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html
3495
+ # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
3469
3496
  #
3470
3497
  # @option params [Array<Types::OpsItemFilter>] :ops_item_filters
3471
3498
  # One or more filters to limit the reponse.
@@ -3498,7 +3525,7 @@ module Aws::SSM
3498
3525
  #
3499
3526
  # Operations: Contains
3500
3527
  #
3501
- # * Key: OperationalData
3528
+ # * Key: OperationalData*
3502
3529
  #
3503
3530
  # Operations: Equals
3504
3531
  #
@@ -3522,6 +3549,10 @@ module Aws::SSM
3522
3549
  #
3523
3550
  # Operations: Equals
3524
3551
  #
3552
+ # *If you filter the response by using the OperationalData operator,
3553
+ # specify a key-value pair by using the following JSON format:
3554
+ # \\\{"key":"key\_name","value":"a\_value"\\}
3555
+ #
3525
3556
  # @option params [Integer] :max_results
3526
3557
  # The maximum number of items to return for this call. The call also
3527
3558
  # returns a token that you can specify in a subsequent call to get the
@@ -4778,18 +4809,18 @@ module Aws::SSM
4778
4809
  # Get information about an OpsItem by using the ID. You must have
4779
4810
  # permission in AWS Identity and Access Management (IAM) to view
4780
4811
  # information about an OpsItem. For more information, see [Getting
4781
- # Started with OpsItems][1] in the *AWS Systems Manager User Guide*.
4812
+ # Started with OpsCenter][1] in the *AWS Systems Manager User Guide*.
4782
4813
  #
4783
- # Operations engineers and IT professionals use the Systems Manager
4784
- # OpsItems capability to view, investigate, and remediate operational
4785
- # issues impacting the performance and health of their AWS resources.
4786
- # For more information, see [AWS Systems Manager OpsItems][2] in the
4787
- # *AWS Systems Manager User Guide*.
4814
+ # Operations engineers and IT professionals use OpsCenter to view,
4815
+ # investigate, and remediate operational issues impacting the
4816
+ # performance and health of their AWS resources. For more information,
4817
+ # see [AWS Systems Manager OpsCenter][2] in the *AWS Systems Manager
4818
+ # User Guide*.
4788
4819
  #
4789
4820
  #
4790
4821
  #
4791
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems-getting-started.html
4792
- # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems.html
4822
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html
4823
+ # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
4793
4824
  #
4794
4825
  # @option params [required, String] :ops_item_id
4795
4826
  # The ID of the OpsItem that you want to get.
@@ -8438,19 +8469,19 @@ module Aws::SSM
8438
8469
 
8439
8470
  # Edit or change an OpsItem. You must have permission in AWS Identity
8440
8471
  # and Access Management (IAM) to update an OpsItem. For more
8441
- # information, see [Getting Started with OpsItems][1] in the *AWS
8472
+ # information, see [Getting Started with OpsCenter][1] in the *AWS
8442
8473
  # Systems Manager User Guide*.
8443
8474
  #
8444
- # Operations engineers and IT professionals use the Systems Manager
8445
- # OpsItems capability to view, investigate, and remediate operational
8446
- # issues impacting the performance and health of their AWS resources.
8447
- # For more information, see [AWS Systems Manager OpsItems][2] in the
8448
- # *AWS Systems Manager User Guide*.
8475
+ # Operations engineers and IT professionals use OpsCenter to view,
8476
+ # investigate, and remediate operational issues impacting the
8477
+ # performance and health of their AWS resources. For more information,
8478
+ # see [AWS Systems Manager OpsCenter][2] in the *AWS Systems Manager
8479
+ # User Guide*.
8449
8480
  #
8450
8481
  #
8451
8482
  #
8452
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems-getting-started.html
8453
- # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems.html
8483
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html
8484
+ # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
8454
8485
  #
8455
8486
  # @option params [String] :description
8456
8487
  # Update the information about the OpsItem. Provide enough information
@@ -8467,12 +8498,26 @@ module Aws::SSM
8467
8498
  # You enter operational data as key-value pairs. The key has a maximum
8468
8499
  # length of 128 characters. The value has a maximum size of 20 KB.
8469
8500
  #
8470
- # This custom data is searchable, but with restrictions. For the
8471
- # `Searchable operational data` feature, all users with access to the
8472
- # OpsItem Overview page (as provided by the DescribeOpsItems API action)
8473
- # can view and search on the specified data. For the `Private
8474
- # operational data` feature, the data is only viewable by users who have
8475
- # access to the OpsItem (as provided by the GetOpsItem API action).
8501
+ # Operational data keys *can't* begin with the following: amazon, aws,
8502
+ # amzn, ssm, /amazon, /aws, /amzn, /ssm.
8503
+ #
8504
+ # You can choose to make the data searchable by other users in the
8505
+ # account or you can restrict search access. Searchable data means that
8506
+ # all users with access to the OpsItem Overview page (as provided by the
8507
+ # DescribeOpsItems API action) can view and search on the specified
8508
+ # data. Operational data that is not searchable is only viewable by
8509
+ # users who have access to the OpsItem (as provided by the GetOpsItem
8510
+ # API action).
8511
+ #
8512
+ # Use the `/aws/resources` key in OperationalData to specify a related
8513
+ # resource in the request. Use the `/aws/automations` key in
8514
+ # OperationalData to associate an Automation runbook with the OpsItem.
8515
+ # To view AWS CLI example commands that use these keys, see [Creating
8516
+ # OpsItems Manually][1] in the *AWS Systems Manager User Guide*.
8517
+ #
8518
+ #
8519
+ #
8520
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
8476
8521
  #
8477
8522
  # @option params [Array<String>] :operational_data_to_delete
8478
8523
  # Keys that you want to remove from the OperationalData map.
@@ -8498,7 +8543,7 @@ module Aws::SSM
8498
8543
  #
8499
8544
  #
8500
8545
  #
8501
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems-working-with-OpsItems-editing-details.html
8546
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html
8502
8547
  #
8503
8548
  # @option params [required, String] :ops_item_id
8504
8549
  # The ID of the OpsItem.
@@ -8788,7 +8833,7 @@ module Aws::SSM
8788
8833
  params: params,
8789
8834
  config: config)
8790
8835
  context[:gem_name] = 'aws-sdk-ssm'
8791
- context[:gem_version] = '1.50.0'
8836
+ context[:gem_version] = '1.51.0'
8792
8837
  Seahorse::Client::Request.new(handlers, context)
8793
8838
  end
8794
8839
 
@@ -1526,6 +1526,8 @@ module Aws::SSM
1526
1526
  DeleteAssociationResult.struct_class = Types::DeleteAssociationResult
1527
1527
 
1528
1528
  DeleteDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
1529
+ DeleteDocumentRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
1530
+ DeleteDocumentRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
1529
1531
  DeleteDocumentRequest.struct_class = Types::DeleteDocumentRequest
1530
1532
 
1531
1533
  DeleteDocumentResult.struct_class = Types::DeleteDocumentResult
@@ -2875,13 +2875,26 @@ module Aws::SSM
2875
2875
  # maximum length of 128 characters. The value has a maximum size of 20
2876
2876
  # KB.
2877
2877
  #
2878
- # This custom data is searchable, but with restrictions. For the
2879
- # `Searchable operational data` feature, all users with access to the
2880
- # OpsItem Overview page (as provided by the DescribeOpsItems API
2881
- # action) can view and search on the specified data. For the `Private
2882
- # operational data` feature, the data is only viewable by users who
2883
- # have access to the OpsItem (as provided by the GetOpsItem API
2884
- # action).
2878
+ # Operational data keys *can't* begin with the following: amazon,
2879
+ # aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.
2880
+ #
2881
+ # You can choose to make the data searchable by other users in the
2882
+ # account or you can restrict search access. Searchable data means
2883
+ # that all users with access to the OpsItem Overview page (as provided
2884
+ # by the DescribeOpsItems API action) can view and search on the
2885
+ # specified data. Operational data that is not searchable is only
2886
+ # viewable by users who have access to the OpsItem (as provided by the
2887
+ # GetOpsItem API action).
2888
+ #
2889
+ # Use the `/aws/resources` key in OperationalData to specify a related
2890
+ # resource in the request. Use the `/aws/automations` key in
2891
+ # OperationalData to associate an Automation runbook with the OpsItem.
2892
+ # To view AWS CLI example commands that use these keys, see [Creating
2893
+ # OpsItems Manually][1] in the *AWS Systems Manager User Guide*.
2894
+ #
2895
+ #
2896
+ #
2897
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
2885
2898
  # @return [Hash<String,Types::OpsItemDataValue>]
2886
2899
  #
2887
2900
  # @!attribute [rw] notifications
@@ -2912,20 +2925,23 @@ module Aws::SSM
2912
2925
  # @return [String]
2913
2926
  #
2914
2927
  # @!attribute [rw] tags
2915
- # Optional metadata that you assign to a resource. Tags enable you to
2916
- # categorize a resource in different ways, such as by purpose, owner,
2917
- # or environment. For example, you might want to tag an OpsItem to
2918
- # identify the AWS resource or the type of issue. In this case, you
2919
- # could specify the following key name/value pairs:
2928
+ # Optional metadata that you assign to a resource. You can restrict
2929
+ # access to OpsItems by using an inline IAM policy that specifies
2930
+ # tags. For more information, see [Getting Started with OpsCenter][1]
2931
+ # in the *AWS Systems Manager User Guide*.
2920
2932
  #
2921
- # * `Key=source,Value=EC2-instance`
2933
+ # Tags use a key-value pair. For example:
2922
2934
  #
2923
- # * `Key=status,Value=stopped`
2935
+ # `Key=Department,Value=Finance`
2924
2936
  #
2925
2937
  # <note markdown="1"> To add tags to an existing OpsItem, use the AddTagsToResource
2926
2938
  # action.
2927
2939
  #
2928
2940
  # </note>
2941
+ #
2942
+ #
2943
+ #
2944
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html#OpsCenter-getting-started-user-permissions
2929
2945
  # @return [Array<Types::Tag>]
2930
2946
  #
2931
2947
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsItemRequest AWS API Documentation
@@ -3249,16 +3265,30 @@ module Aws::SSM
3249
3265
  #
3250
3266
  # {
3251
3267
  # name: "DocumentName", # required
3268
+ # document_version: "DocumentVersion",
3269
+ # version_name: "DocumentVersionName",
3252
3270
  # }
3253
3271
  #
3254
3272
  # @!attribute [rw] name
3255
3273
  # The name of the document.
3256
3274
  # @return [String]
3257
3275
  #
3276
+ # @!attribute [rw] document_version
3277
+ # (Optional) The version of the document that you want to delete. If
3278
+ # not provided, all versions of the document are deleted.
3279
+ # @return [String]
3280
+ #
3281
+ # @!attribute [rw] version_name
3282
+ # (Optional) The version name of the document that you want to delete.
3283
+ # If not provided, all versions of the document are deleted.
3284
+ # @return [String]
3285
+ #
3258
3286
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteDocumentRequest AWS API Documentation
3259
3287
  #
3260
3288
  class DeleteDocumentRequest < Struct.new(
3261
- :name)
3289
+ :name,
3290
+ :document_version,
3291
+ :version_name)
3262
3292
  include Aws::Structure
3263
3293
  end
3264
3294
 
@@ -5226,7 +5256,7 @@ module Aws::SSM
5226
5256
  #
5227
5257
  # Operations: Contains
5228
5258
  #
5229
- # * Key: OperationalData
5259
+ # * Key: OperationalData*
5230
5260
  #
5231
5261
  # Operations: Equals
5232
5262
  #
@@ -5249,6 +5279,10 @@ module Aws::SSM
5249
5279
  # * Key: AutomationId
5250
5280
  #
5251
5281
  # Operations: Equals
5282
+ #
5283
+ # *If you filter the response by using the OperationalData operator,
5284
+ # specify a key-value pair by using the following JSON format:
5285
+ # \\\{"key":"key\_name","value":"a\_value"\\}
5252
5286
  # @return [Array<Types::OpsItemFilter>]
5253
5287
  #
5254
5288
  # @!attribute [rw] max_results
@@ -11340,15 +11374,15 @@ module Aws::SSM
11340
11374
  include Aws::Structure
11341
11375
  end
11342
11376
 
11343
- # Operations engineers and IT professionals use the Systems Manager
11344
- # OpsItems capability to view, investigate, and remediate operational
11345
- # issues impacting the performance and health of their AWS resources.
11346
- # For more information, see [AWS Systems Manager OpsItems][1] in the
11347
- # *AWS Systems Manager User Guide*.
11377
+ # Operations engineers and IT professionals use OpsCenter to view,
11378
+ # investigate, and remediate operational issues impacting the
11379
+ # performance and health of their AWS resources. For more information,
11380
+ # see [AWS Systems Manager OpsCenter][1] in the *AWS Systems Manager
11381
+ # User Guide*.
11348
11382
  #
11349
11383
  #
11350
11384
  #
11351
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems.html
11385
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
11352
11386
  #
11353
11387
  # @!attribute [rw] created_by
11354
11388
  # The ARN of the AWS account that created the OpsItem.
@@ -11382,7 +11416,7 @@ module Aws::SSM
11382
11416
  #
11383
11417
  # @!attribute [rw] related_ops_items
11384
11418
  # One or more OpsItems that share something in common with the current
11385
- # OpsItems. For example, related OpsItems can include OpsItems with
11419
+ # OpsItem. For example, related OpsItems can include OpsItems with
11386
11420
  # similar error messages, impacted resources, or statuses for the
11387
11421
  # impacted resource.
11388
11422
  # @return [Array<Types::RelatedOpsItem>]
@@ -11394,7 +11428,7 @@ module Aws::SSM
11394
11428
  #
11395
11429
  #
11396
11430
  #
11397
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems-working-with-OpsItems-editing-details.html
11431
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html
11398
11432
  # @return [String]
11399
11433
  #
11400
11434
  # @!attribute [rw] ops_item_id
@@ -11424,13 +11458,26 @@ module Aws::SSM
11424
11458
  # maximum length of 128 characters. The value has a maximum size of 20
11425
11459
  # KB.
11426
11460
  #
11427
- # This custom data is searchable, but with restrictions. For the
11428
- # `Searchable operational data` feature, all users with access to the
11429
- # OpsItem Overview page (as provided by the DescribeOpsItems API
11430
- # action) can view and search on the specified data. For the `Private
11431
- # operational data` feature, the data is only viewable by users who
11432
- # have access to the OpsItem (as provided by the GetOpsItem API
11433
- # action).
11461
+ # Operational data keys *can't* begin with the following: amazon,
11462
+ # aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.
11463
+ #
11464
+ # You can choose to make the data searchable by other users in the
11465
+ # account or you can restrict search access. Searchable data means
11466
+ # that all users with access to the OpsItem Overview page (as provided
11467
+ # by the DescribeOpsItems API action) can view and search on the
11468
+ # specified data. Operational data that is not searchable is only
11469
+ # viewable by users who have access to the OpsItem (as provided by the
11470
+ # GetOpsItem API action).
11471
+ #
11472
+ # Use the `/aws/resources` key in OperationalData to specify a related
11473
+ # resource in the request. Use the `/aws/automations` key in
11474
+ # OperationalData to associate an Automation runbook with the OpsItem.
11475
+ # To view AWS CLI example commands that use these keys, see [Creating
11476
+ # OpsItems Manually][1] in the *AWS Systems Manager User Guide*.
11477
+ #
11478
+ #
11479
+ #
11480
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
11434
11481
  # @return [Hash<String,Types::OpsItemDataValue>]
11435
11482
  #
11436
11483
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/OpsItem AWS API Documentation
@@ -11497,7 +11544,7 @@ module Aws::SSM
11497
11544
  include Aws::Structure
11498
11545
  end
11499
11546
 
11500
- # Describes an OpsCenter filter.
11547
+ # Describes an OpsItem filter.
11501
11548
  #
11502
11549
  # @note When making an API call, you may pass OpsItemFilter
11503
11550
  # data as a hash:
@@ -11548,11 +11595,11 @@ module Aws::SSM
11548
11595
 
11549
11596
  # The request caused OpsItems to exceed one or more limits. For
11550
11597
  # information about OpsItem limits, see [What are the resource limits
11551
- # for OpsItems?][1].
11598
+ # for OpsCenter?][1].
11552
11599
  #
11553
11600
  #
11554
11601
  #
11555
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems-learn-more.html#OpsItems-learn-more-limits
11602
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits
11556
11603
  #
11557
11604
  # @!attribute [rw] resource_types
11558
11605
  # @return [Array<String>]
@@ -11654,19 +11701,7 @@ module Aws::SSM
11654
11701
  #
11655
11702
  # @!attribute [rw] operational_data
11656
11703
  # Operational data is custom data that provides useful reference
11657
- # details about the OpsItem. For example, you can specify log files,
11658
- # error strings, license keys, troubleshooting tips, or other relevant
11659
- # data. You enter operational data as key-value pairs. The key has a
11660
- # maximum length of 128 characters. The value has a maximum size of 20
11661
- # KB.
11662
- #
11663
- # This custom data is searchable, but with restrictions. For the
11664
- # `Searchable operational data` feature, all users with access to the
11665
- # OpsItem Overview page (as provided by the DescribeOpsItems API
11666
- # action) can view and search on the specified data. For the `Private
11667
- # operational data` feature, the data is only viewable by users who
11668
- # have access to the OpsItem (as provided by the GetOpsItem API
11669
- # action).
11704
+ # details about the OpsItem.
11670
11705
  # @return [Hash<String,Types::OpsItemDataValue>]
11671
11706
  #
11672
11707
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/OpsItemSummary AWS API Documentation
@@ -13314,7 +13349,7 @@ module Aws::SSM
13314
13349
  include Aws::Structure
13315
13350
  end
13316
13351
 
13317
- # An OpsItems that shares something in common with the current OpsItems.
13352
+ # An OpsItems that shares something in common with the current OpsItem.
13318
13353
  # For example, related OpsItems can include OpsItems with similar error
13319
13354
  # messages, impacted resources, or statuses for the impacted resource.
13320
13355
  #
@@ -16053,13 +16088,26 @@ module Aws::SSM
16053
16088
  # maximum length of 128 characters. The value has a maximum size of 20
16054
16089
  # KB.
16055
16090
  #
16056
- # This custom data is searchable, but with restrictions. For the
16057
- # `Searchable operational data` feature, all users with access to the
16058
- # OpsItem Overview page (as provided by the DescribeOpsItems API
16059
- # action) can view and search on the specified data. For the `Private
16060
- # operational data` feature, the data is only viewable by users who
16061
- # have access to the OpsItem (as provided by the GetOpsItem API
16062
- # action).
16091
+ # Operational data keys *can't* begin with the following: amazon,
16092
+ # aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.
16093
+ #
16094
+ # You can choose to make the data searchable by other users in the
16095
+ # account or you can restrict search access. Searchable data means
16096
+ # that all users with access to the OpsItem Overview page (as provided
16097
+ # by the DescribeOpsItems API action) can view and search on the
16098
+ # specified data. Operational data that is not searchable is only
16099
+ # viewable by users who have access to the OpsItem (as provided by the
16100
+ # GetOpsItem API action).
16101
+ #
16102
+ # Use the `/aws/resources` key in OperationalData to specify a related
16103
+ # resource in the request. Use the `/aws/automations` key in
16104
+ # OperationalData to associate an Automation runbook with the OpsItem.
16105
+ # To view AWS CLI example commands that use these keys, see [Creating
16106
+ # OpsItems Manually][1] in the *AWS Systems Manager User Guide*.
16107
+ #
16108
+ #
16109
+ #
16110
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems
16063
16111
  # @return [Hash<String,Types::OpsItemDataValue>]
16064
16112
  #
16065
16113
  # @!attribute [rw] operational_data_to_delete
@@ -16090,7 +16138,7 @@ module Aws::SSM
16090
16138
  #
16091
16139
  #
16092
16140
  #
16093
- # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsItems-working-with-OpsItems-editing-details.html
16141
+ # [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html
16094
16142
  # @return [String]
16095
16143
  #
16096
16144
  # @!attribute [rw] ops_item_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.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: 2019-06-17 00:00:00.000000000 Z
11
+ date: 2019-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core