aws-sdk-ssm 1.50.0 → 1.51.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/lib/aws-sdk-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +99 -54
- data/lib/aws-sdk-ssm/client_api.rb +2 -0
- data/lib/aws-sdk-ssm/types.rb +104 -56
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2cf7c6311a30966f98bc5f87fccf902e9c673db6
|
4
|
+
data.tar.gz: c15af022c47d79f753a296bd10aeef297aede705
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bed108c174b79e5f8dd86b890ca287c1b2277cfc2854c59afed12d5429b4b0a08d0fe5dc4caec60b725df6e0f295aad214131d3563d726b11c95a3cdf24f5c08
|
7
|
+
data.tar.gz: b9ac9f0cb0099bf73b804c13f41c3bbc938d47b8c0502e2dfa4f14b78935770d88f649cedb43735f3638bf7f3eefd8b58a725754f7cea8c1499a4bc928d24f3c
|
data/lib/aws-sdk-ssm.rb
CHANGED
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -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
|
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
|
1060
|
-
#
|
1061
|
-
#
|
1062
|
-
#
|
1063
|
-
#
|
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/
|
1068
|
-
# [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/
|
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
|
-
#
|
1081
|
-
#
|
1082
|
-
#
|
1083
|
-
# can
|
1084
|
-
#
|
1085
|
-
# access to the OpsItem (as provided by the
|
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.
|
1110
|
-
#
|
1111
|
-
#
|
1112
|
-
#
|
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
|
-
#
|
1128
|
+
# Tags use a key-value pair. For example:
|
1116
1129
|
#
|
1117
|
-
#
|
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
|
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
|
3460
|
-
#
|
3461
|
-
#
|
3462
|
-
#
|
3463
|
-
#
|
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/
|
3468
|
-
# [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/
|
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
|
4812
|
+
# Started with OpsCenter][1] in the *AWS Systems Manager User Guide*.
|
4782
4813
|
#
|
4783
|
-
# Operations engineers and IT professionals use
|
4784
|
-
#
|
4785
|
-
#
|
4786
|
-
#
|
4787
|
-
#
|
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/
|
4792
|
-
# [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/
|
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
|
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
|
8445
|
-
#
|
8446
|
-
#
|
8447
|
-
#
|
8448
|
-
#
|
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/
|
8453
|
-
# [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/
|
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
|
-
#
|
8471
|
-
#
|
8472
|
-
#
|
8473
|
-
# can
|
8474
|
-
#
|
8475
|
-
# access to the OpsItem (as provided by the
|
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/
|
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.
|
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
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -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
|
-
#
|
2879
|
-
#
|
2880
|
-
#
|
2881
|
-
#
|
2882
|
-
#
|
2883
|
-
#
|
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.
|
2916
|
-
#
|
2917
|
-
#
|
2918
|
-
#
|
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
|
-
#
|
2933
|
+
# Tags use a key-value pair. For example:
|
2922
2934
|
#
|
2923
|
-
#
|
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
|
11344
|
-
#
|
11345
|
-
#
|
11346
|
-
#
|
11347
|
-
#
|
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/
|
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
|
-
#
|
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/
|
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
|
-
#
|
11428
|
-
#
|
11429
|
-
#
|
11430
|
-
#
|
11431
|
-
#
|
11432
|
-
#
|
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
|
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
|
11598
|
+
# for OpsCenter?][1].
|
11552
11599
|
#
|
11553
11600
|
#
|
11554
11601
|
#
|
11555
|
-
# [1]: http://docs.aws.amazon.com/systems-manager/latest/userguide/
|
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.
|
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
|
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
|
-
#
|
16057
|
-
#
|
16058
|
-
#
|
16059
|
-
#
|
16060
|
-
#
|
16061
|
-
#
|
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/
|
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.
|
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-
|
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
|