aws-sdk-ssm 1.48.0 → 1.49.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -181,6 +181,8 @@ module Aws::SSM
181
181
  CreateDocumentResult = Shapes::StructureShape.new(name: 'CreateDocumentResult')
182
182
  CreateMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'CreateMaintenanceWindowRequest')
183
183
  CreateMaintenanceWindowResult = Shapes::StructureShape.new(name: 'CreateMaintenanceWindowResult')
184
+ CreateOpsItemRequest = Shapes::StructureShape.new(name: 'CreateOpsItemRequest')
185
+ CreateOpsItemResponse = Shapes::StructureShape.new(name: 'CreateOpsItemResponse')
184
186
  CreatePatchBaselineRequest = Shapes::StructureShape.new(name: 'CreatePatchBaselineRequest')
185
187
  CreatePatchBaselineResult = Shapes::StructureShape.new(name: 'CreatePatchBaselineResult')
186
188
  CreateResourceDataSyncRequest = Shapes::StructureShape.new(name: 'CreateResourceDataSyncRequest')
@@ -270,6 +272,8 @@ module Aws::SSM
270
272
  DescribeMaintenanceWindowsForTargetResult = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowsForTargetResult')
271
273
  DescribeMaintenanceWindowsRequest = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowsRequest')
272
274
  DescribeMaintenanceWindowsResult = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowsResult')
275
+ DescribeOpsItemsRequest = Shapes::StructureShape.new(name: 'DescribeOpsItemsRequest')
276
+ DescribeOpsItemsResponse = Shapes::StructureShape.new(name: 'DescribeOpsItemsResponse')
273
277
  DescribeParametersRequest = Shapes::StructureShape.new(name: 'DescribeParametersRequest')
274
278
  DescribeParametersResult = Shapes::StructureShape.new(name: 'DescribeParametersResult')
275
279
  DescribePatchBaselinesRequest = Shapes::StructureShape.new(name: 'DescribePatchBaselinesRequest')
@@ -368,6 +372,10 @@ module Aws::SSM
368
372
  GetMaintenanceWindowResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowResult')
369
373
  GetMaintenanceWindowTaskRequest = Shapes::StructureShape.new(name: 'GetMaintenanceWindowTaskRequest')
370
374
  GetMaintenanceWindowTaskResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowTaskResult')
375
+ GetOpsItemRequest = Shapes::StructureShape.new(name: 'GetOpsItemRequest')
376
+ GetOpsItemResponse = Shapes::StructureShape.new(name: 'GetOpsItemResponse')
377
+ GetOpsSummaryRequest = Shapes::StructureShape.new(name: 'GetOpsSummaryRequest')
378
+ GetOpsSummaryResult = Shapes::StructureShape.new(name: 'GetOpsSummaryResult')
371
379
  GetParameterHistoryRequest = Shapes::StructureShape.new(name: 'GetParameterHistoryRequest')
372
380
  GetParameterHistoryResult = Shapes::StructureShape.new(name: 'GetParameterHistoryResult')
373
381
  GetParameterRequest = Shapes::StructureShape.new(name: 'GetParameterRequest')
@@ -635,6 +643,57 @@ module Aws::SSM
635
643
  NotificationEventList = Shapes::ListShape.new(name: 'NotificationEventList')
636
644
  NotificationType = Shapes::StringShape.new(name: 'NotificationType')
637
645
  OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
646
+ OpsAggregator = Shapes::StructureShape.new(name: 'OpsAggregator')
647
+ OpsAggregatorList = Shapes::ListShape.new(name: 'OpsAggregatorList')
648
+ OpsAggregatorType = Shapes::StringShape.new(name: 'OpsAggregatorType')
649
+ OpsAggregatorValue = Shapes::StringShape.new(name: 'OpsAggregatorValue')
650
+ OpsAggregatorValueKey = Shapes::StringShape.new(name: 'OpsAggregatorValueKey')
651
+ OpsAggregatorValueMap = Shapes::MapShape.new(name: 'OpsAggregatorValueMap')
652
+ OpsDataAttributeName = Shapes::StringShape.new(name: 'OpsDataAttributeName')
653
+ OpsDataTypeName = Shapes::StringShape.new(name: 'OpsDataTypeName')
654
+ OpsEntity = Shapes::StructureShape.new(name: 'OpsEntity')
655
+ OpsEntityId = Shapes::StringShape.new(name: 'OpsEntityId')
656
+ OpsEntityItem = Shapes::StructureShape.new(name: 'OpsEntityItem')
657
+ OpsEntityItemEntry = Shapes::MapShape.new(name: 'OpsEntityItemEntry')
658
+ OpsEntityItemEntryList = Shapes::ListShape.new(name: 'OpsEntityItemEntryList')
659
+ OpsEntityItemKey = Shapes::StringShape.new(name: 'OpsEntityItemKey')
660
+ OpsEntityItemMap = Shapes::MapShape.new(name: 'OpsEntityItemMap')
661
+ OpsEntityList = Shapes::ListShape.new(name: 'OpsEntityList')
662
+ OpsFilter = Shapes::StructureShape.new(name: 'OpsFilter')
663
+ OpsFilterKey = Shapes::StringShape.new(name: 'OpsFilterKey')
664
+ OpsFilterList = Shapes::ListShape.new(name: 'OpsFilterList')
665
+ OpsFilterOperatorType = Shapes::StringShape.new(name: 'OpsFilterOperatorType')
666
+ OpsFilterValue = Shapes::StringShape.new(name: 'OpsFilterValue')
667
+ OpsFilterValueList = Shapes::ListShape.new(name: 'OpsFilterValueList')
668
+ OpsItem = Shapes::StructureShape.new(name: 'OpsItem')
669
+ OpsItemAlreadyExistsException = Shapes::StructureShape.new(name: 'OpsItemAlreadyExistsException')
670
+ OpsItemDataKey = Shapes::StringShape.new(name: 'OpsItemDataKey')
671
+ OpsItemDataType = Shapes::StringShape.new(name: 'OpsItemDataType')
672
+ OpsItemDataValue = Shapes::StructureShape.new(name: 'OpsItemDataValue')
673
+ OpsItemDataValueString = Shapes::StringShape.new(name: 'OpsItemDataValueString')
674
+ OpsItemDescription = Shapes::StringShape.new(name: 'OpsItemDescription')
675
+ OpsItemFilter = Shapes::StructureShape.new(name: 'OpsItemFilter')
676
+ OpsItemFilterKey = Shapes::StringShape.new(name: 'OpsItemFilterKey')
677
+ OpsItemFilterOperator = Shapes::StringShape.new(name: 'OpsItemFilterOperator')
678
+ OpsItemFilterValue = Shapes::StringShape.new(name: 'OpsItemFilterValue')
679
+ OpsItemFilterValues = Shapes::ListShape.new(name: 'OpsItemFilterValues')
680
+ OpsItemFilters = Shapes::ListShape.new(name: 'OpsItemFilters')
681
+ OpsItemId = Shapes::StringShape.new(name: 'OpsItemId')
682
+ OpsItemInvalidParameterException = Shapes::StructureShape.new(name: 'OpsItemInvalidParameterException')
683
+ OpsItemLimitExceededException = Shapes::StructureShape.new(name: 'OpsItemLimitExceededException')
684
+ OpsItemMaxResults = Shapes::IntegerShape.new(name: 'OpsItemMaxResults')
685
+ OpsItemNotFoundException = Shapes::StructureShape.new(name: 'OpsItemNotFoundException')
686
+ OpsItemNotification = Shapes::StructureShape.new(name: 'OpsItemNotification')
687
+ OpsItemNotifications = Shapes::ListShape.new(name: 'OpsItemNotifications')
688
+ OpsItemOperationalData = Shapes::MapShape.new(name: 'OpsItemOperationalData')
689
+ OpsItemOpsDataKeysList = Shapes::ListShape.new(name: 'OpsItemOpsDataKeysList')
690
+ OpsItemParameterNamesList = Shapes::ListShape.new(name: 'OpsItemParameterNamesList')
691
+ OpsItemPriority = Shapes::IntegerShape.new(name: 'OpsItemPriority')
692
+ OpsItemSource = Shapes::StringShape.new(name: 'OpsItemSource')
693
+ OpsItemStatus = Shapes::StringShape.new(name: 'OpsItemStatus')
694
+ OpsItemSummaries = Shapes::ListShape.new(name: 'OpsItemSummaries')
695
+ OpsItemSummary = Shapes::StructureShape.new(name: 'OpsItemSummary')
696
+ OpsItemTitle = Shapes::StringShape.new(name: 'OpsItemTitle')
638
697
  OutputSource = Shapes::StructureShape.new(name: 'OutputSource')
639
698
  OutputSourceId = Shapes::StringShape.new(name: 'OutputSourceId')
640
699
  OutputSourceType = Shapes::StringShape.new(name: 'OutputSourceType')
@@ -769,6 +828,8 @@ module Aws::SSM
769
828
  RegisterTaskWithMaintenanceWindowResult = Shapes::StructureShape.new(name: 'RegisterTaskWithMaintenanceWindowResult')
770
829
  RegistrationLimit = Shapes::IntegerShape.new(name: 'RegistrationLimit')
771
830
  RegistrationsCount = Shapes::IntegerShape.new(name: 'RegistrationsCount')
831
+ RelatedOpsItem = Shapes::StructureShape.new(name: 'RelatedOpsItem')
832
+ RelatedOpsItems = Shapes::ListShape.new(name: 'RelatedOpsItems')
772
833
  RemainingCount = Shapes::IntegerShape.new(name: 'RemainingCount')
773
834
  RemoveTagsFromResourceRequest = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceRequest')
774
835
  RemoveTagsFromResourceResult = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceResult')
@@ -923,6 +984,8 @@ module Aws::SSM
923
984
  UpdateMaintenanceWindowTaskResult = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowTaskResult')
924
985
  UpdateManagedInstanceRoleRequest = Shapes::StructureShape.new(name: 'UpdateManagedInstanceRoleRequest')
925
986
  UpdateManagedInstanceRoleResult = Shapes::StructureShape.new(name: 'UpdateManagedInstanceRoleResult')
987
+ UpdateOpsItemRequest = Shapes::StructureShape.new(name: 'UpdateOpsItemRequest')
988
+ UpdateOpsItemResponse = Shapes::StructureShape.new(name: 'UpdateOpsItemResponse')
926
989
  UpdatePatchBaselineRequest = Shapes::StructureShape.new(name: 'UpdatePatchBaselineRequest')
927
990
  UpdatePatchBaselineResult = Shapes::StructureShape.new(name: 'UpdatePatchBaselineResult')
928
991
  UpdateServiceSettingRequest = Shapes::StructureShape.new(name: 'UpdateServiceSettingRequest')
@@ -1410,6 +1473,19 @@ module Aws::SSM
1410
1473
  CreateMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
1411
1474
  CreateMaintenanceWindowResult.struct_class = Types::CreateMaintenanceWindowResult
1412
1475
 
1476
+ CreateOpsItemRequest.add_member(:description, Shapes::ShapeRef.new(shape: OpsItemDescription, required: true, location_name: "Description"))
1477
+ CreateOpsItemRequest.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
1478
+ CreateOpsItemRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: OpsItemNotifications, location_name: "Notifications"))
1479
+ CreateOpsItemRequest.add_member(:priority, Shapes::ShapeRef.new(shape: OpsItemPriority, location_name: "Priority"))
1480
+ CreateOpsItemRequest.add_member(:related_ops_items, Shapes::ShapeRef.new(shape: RelatedOpsItems, location_name: "RelatedOpsItems"))
1481
+ CreateOpsItemRequest.add_member(:source, Shapes::ShapeRef.new(shape: OpsItemSource, required: true, location_name: "Source"))
1482
+ CreateOpsItemRequest.add_member(:title, Shapes::ShapeRef.new(shape: OpsItemTitle, required: true, location_name: "Title"))
1483
+ CreateOpsItemRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1484
+ CreateOpsItemRequest.struct_class = Types::CreateOpsItemRequest
1485
+
1486
+ CreateOpsItemResponse.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
1487
+ CreateOpsItemResponse.struct_class = Types::CreateOpsItemResponse
1488
+
1413
1489
  CreatePatchBaselineRequest.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
1414
1490
  CreatePatchBaselineRequest.add_member(:name, Shapes::ShapeRef.new(shape: BaselineName, required: true, location_name: "Name"))
1415
1491
  CreatePatchBaselineRequest.add_member(:global_filters, Shapes::ShapeRef.new(shape: PatchFilterGroup, location_name: "GlobalFilters"))
@@ -1770,6 +1846,15 @@ module Aws::SSM
1770
1846
  DescribeMaintenanceWindowsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1771
1847
  DescribeMaintenanceWindowsResult.struct_class = Types::DescribeMaintenanceWindowsResult
1772
1848
 
1849
+ DescribeOpsItemsRequest.add_member(:ops_item_filters, Shapes::ShapeRef.new(shape: OpsItemFilters, location_name: "OpsItemFilters"))
1850
+ DescribeOpsItemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OpsItemMaxResults, location_name: "MaxResults"))
1851
+ DescribeOpsItemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1852
+ DescribeOpsItemsRequest.struct_class = Types::DescribeOpsItemsRequest
1853
+
1854
+ DescribeOpsItemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1855
+ DescribeOpsItemsResponse.add_member(:ops_item_summaries, Shapes::ShapeRef.new(shape: OpsItemSummaries, location_name: "OpsItemSummaries"))
1856
+ DescribeOpsItemsResponse.struct_class = Types::DescribeOpsItemsResponse
1857
+
1773
1858
  DescribeParametersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ParametersFilterList, location_name: "Filters"))
1774
1859
  DescribeParametersRequest.add_member(:parameter_filters, Shapes::ShapeRef.new(shape: ParameterStringFilterList, location_name: "ParameterFilters"))
1775
1860
  DescribeParametersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
@@ -2131,6 +2216,22 @@ module Aws::SSM
2131
2216
  GetMaintenanceWindowTaskResult.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
2132
2217
  GetMaintenanceWindowTaskResult.struct_class = Types::GetMaintenanceWindowTaskResult
2133
2218
 
2219
+ GetOpsItemRequest.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: OpsItemId, required: true, location_name: "OpsItemId"))
2220
+ GetOpsItemRequest.struct_class = Types::GetOpsItemRequest
2221
+
2222
+ GetOpsItemResponse.add_member(:ops_item, Shapes::ShapeRef.new(shape: OpsItem, location_name: "OpsItem"))
2223
+ GetOpsItemResponse.struct_class = Types::GetOpsItemResponse
2224
+
2225
+ GetOpsSummaryRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsFilterList, location_name: "Filters"))
2226
+ GetOpsSummaryRequest.add_member(:aggregators, Shapes::ShapeRef.new(shape: OpsAggregatorList, required: true, location_name: "Aggregators"))
2227
+ GetOpsSummaryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2228
+ GetOpsSummaryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
2229
+ GetOpsSummaryRequest.struct_class = Types::GetOpsSummaryRequest
2230
+
2231
+ GetOpsSummaryResult.add_member(:entities, Shapes::ShapeRef.new(shape: OpsEntityList, location_name: "Entities"))
2232
+ GetOpsSummaryResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2233
+ GetOpsSummaryResult.struct_class = Types::GetOpsSummaryResult
2234
+
2134
2235
  GetParameterHistoryRequest.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, required: true, location_name: "Name"))
2135
2236
  GetParameterHistoryRequest.add_member(:with_decryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "WithDecryption", metadata: {"box"=>true}))
2136
2237
  GetParameterHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
@@ -2840,6 +2941,117 @@ module Aws::SSM
2840
2941
 
2841
2942
  NotificationEventList.member = Shapes::ShapeRef.new(shape: NotificationEvent)
2842
2943
 
2944
+ OpsAggregator.add_member(:aggregator_type, Shapes::ShapeRef.new(shape: OpsAggregatorType, location_name: "AggregatorType"))
2945
+ OpsAggregator.add_member(:type_name, Shapes::ShapeRef.new(shape: OpsDataTypeName, location_name: "TypeName"))
2946
+ OpsAggregator.add_member(:attribute_name, Shapes::ShapeRef.new(shape: OpsDataAttributeName, location_name: "AttributeName"))
2947
+ OpsAggregator.add_member(:values, Shapes::ShapeRef.new(shape: OpsAggregatorValueMap, location_name: "Values"))
2948
+ OpsAggregator.add_member(:filters, Shapes::ShapeRef.new(shape: OpsFilterList, location_name: "Filters"))
2949
+ OpsAggregator.add_member(:aggregators, Shapes::ShapeRef.new(shape: OpsAggregatorList, location_name: "Aggregators"))
2950
+ OpsAggregator.struct_class = Types::OpsAggregator
2951
+
2952
+ OpsAggregatorList.member = Shapes::ShapeRef.new(shape: OpsAggregator)
2953
+
2954
+ OpsAggregatorValueMap.key = Shapes::ShapeRef.new(shape: OpsAggregatorValueKey)
2955
+ OpsAggregatorValueMap.value = Shapes::ShapeRef.new(shape: OpsAggregatorValue)
2956
+
2957
+ OpsEntity.add_member(:id, Shapes::ShapeRef.new(shape: OpsEntityId, location_name: "Id"))
2958
+ OpsEntity.add_member(:data, Shapes::ShapeRef.new(shape: OpsEntityItemMap, location_name: "Data"))
2959
+ OpsEntity.struct_class = Types::OpsEntity
2960
+
2961
+ OpsEntityItem.add_member(:content, Shapes::ShapeRef.new(shape: OpsEntityItemEntryList, location_name: "Content"))
2962
+ OpsEntityItem.struct_class = Types::OpsEntityItem
2963
+
2964
+ OpsEntityItemEntry.key = Shapes::ShapeRef.new(shape: AttributeName)
2965
+ OpsEntityItemEntry.value = Shapes::ShapeRef.new(shape: AttributeValue)
2966
+
2967
+ OpsEntityItemEntryList.member = Shapes::ShapeRef.new(shape: OpsEntityItemEntry)
2968
+
2969
+ OpsEntityItemMap.key = Shapes::ShapeRef.new(shape: OpsEntityItemKey)
2970
+ OpsEntityItemMap.value = Shapes::ShapeRef.new(shape: OpsEntityItem)
2971
+
2972
+ OpsEntityList.member = Shapes::ShapeRef.new(shape: OpsEntity)
2973
+
2974
+ OpsFilter.add_member(:key, Shapes::ShapeRef.new(shape: OpsFilterKey, required: true, location_name: "Key"))
2975
+ OpsFilter.add_member(:values, Shapes::ShapeRef.new(shape: OpsFilterValueList, required: true, location_name: "Values"))
2976
+ OpsFilter.add_member(:type, Shapes::ShapeRef.new(shape: OpsFilterOperatorType, location_name: "Type"))
2977
+ OpsFilter.struct_class = Types::OpsFilter
2978
+
2979
+ OpsFilterList.member = Shapes::ShapeRef.new(shape: OpsFilter)
2980
+
2981
+ OpsFilterValueList.member = Shapes::ShapeRef.new(shape: OpsFilterValue)
2982
+
2983
+ OpsItem.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "CreatedBy"))
2984
+ OpsItem.add_member(:created_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedTime"))
2985
+ OpsItem.add_member(:description, Shapes::ShapeRef.new(shape: OpsItemDescription, location_name: "Description"))
2986
+ OpsItem.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: String, location_name: "LastModifiedBy"))
2987
+ OpsItem.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedTime"))
2988
+ OpsItem.add_member(:notifications, Shapes::ShapeRef.new(shape: OpsItemNotifications, location_name: "Notifications"))
2989
+ OpsItem.add_member(:priority, Shapes::ShapeRef.new(shape: OpsItemPriority, location_name: "Priority"))
2990
+ OpsItem.add_member(:related_ops_items, Shapes::ShapeRef.new(shape: RelatedOpsItems, location_name: "RelatedOpsItems"))
2991
+ OpsItem.add_member(:status, Shapes::ShapeRef.new(shape: OpsItemStatus, location_name: "Status"))
2992
+ OpsItem.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: OpsItemId, location_name: "OpsItemId"))
2993
+ OpsItem.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
2994
+ OpsItem.add_member(:title, Shapes::ShapeRef.new(shape: OpsItemTitle, location_name: "Title"))
2995
+ OpsItem.add_member(:source, Shapes::ShapeRef.new(shape: OpsItemSource, location_name: "Source"))
2996
+ OpsItem.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
2997
+ OpsItem.struct_class = Types::OpsItem
2998
+
2999
+ OpsItemAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3000
+ OpsItemAlreadyExistsException.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, location_name: "OpsItemId"))
3001
+ OpsItemAlreadyExistsException.struct_class = Types::OpsItemAlreadyExistsException
3002
+
3003
+ OpsItemDataValue.add_member(:value, Shapes::ShapeRef.new(shape: OpsItemDataValueString, location_name: "Value"))
3004
+ OpsItemDataValue.add_member(:type, Shapes::ShapeRef.new(shape: OpsItemDataType, location_name: "Type"))
3005
+ OpsItemDataValue.struct_class = Types::OpsItemDataValue
3006
+
3007
+ OpsItemFilter.add_member(:key, Shapes::ShapeRef.new(shape: OpsItemFilterKey, required: true, location_name: "Key"))
3008
+ OpsItemFilter.add_member(:values, Shapes::ShapeRef.new(shape: OpsItemFilterValues, required: true, location_name: "Values"))
3009
+ OpsItemFilter.add_member(:operator, Shapes::ShapeRef.new(shape: OpsItemFilterOperator, required: true, location_name: "Operator"))
3010
+ OpsItemFilter.struct_class = Types::OpsItemFilter
3011
+
3012
+ OpsItemFilterValues.member = Shapes::ShapeRef.new(shape: OpsItemFilterValue)
3013
+
3014
+ OpsItemFilters.member = Shapes::ShapeRef.new(shape: OpsItemFilter)
3015
+
3016
+ OpsItemInvalidParameterException.add_member(:parameter_names, Shapes::ShapeRef.new(shape: OpsItemParameterNamesList, location_name: "ParameterNames"))
3017
+ OpsItemInvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3018
+ OpsItemInvalidParameterException.struct_class = Types::OpsItemInvalidParameterException
3019
+
3020
+ OpsItemLimitExceededException.add_member(:resource_types, Shapes::ShapeRef.new(shape: OpsItemParameterNamesList, location_name: "ResourceTypes"))
3021
+ OpsItemLimitExceededException.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, location_name: "Limit"))
3022
+ OpsItemLimitExceededException.add_member(:limit_type, Shapes::ShapeRef.new(shape: String, location_name: "LimitType"))
3023
+ OpsItemLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3024
+ OpsItemLimitExceededException.struct_class = Types::OpsItemLimitExceededException
3025
+
3026
+ OpsItemNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3027
+ OpsItemNotFoundException.struct_class = Types::OpsItemNotFoundException
3028
+
3029
+ OpsItemNotification.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
3030
+ OpsItemNotification.struct_class = Types::OpsItemNotification
3031
+
3032
+ OpsItemNotifications.member = Shapes::ShapeRef.new(shape: OpsItemNotification)
3033
+
3034
+ OpsItemOperationalData.key = Shapes::ShapeRef.new(shape: OpsItemDataKey)
3035
+ OpsItemOperationalData.value = Shapes::ShapeRef.new(shape: OpsItemDataValue)
3036
+
3037
+ OpsItemOpsDataKeysList.member = Shapes::ShapeRef.new(shape: String)
3038
+
3039
+ OpsItemParameterNamesList.member = Shapes::ShapeRef.new(shape: String)
3040
+
3041
+ OpsItemSummaries.member = Shapes::ShapeRef.new(shape: OpsItemSummary)
3042
+
3043
+ OpsItemSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "CreatedBy"))
3044
+ OpsItemSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedTime"))
3045
+ OpsItemSummary.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: String, location_name: "LastModifiedBy"))
3046
+ OpsItemSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedTime"))
3047
+ OpsItemSummary.add_member(:priority, Shapes::ShapeRef.new(shape: OpsItemPriority, location_name: "Priority"))
3048
+ OpsItemSummary.add_member(:source, Shapes::ShapeRef.new(shape: OpsItemSource, location_name: "Source"))
3049
+ OpsItemSummary.add_member(:status, Shapes::ShapeRef.new(shape: OpsItemStatus, location_name: "Status"))
3050
+ OpsItemSummary.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: OpsItemId, location_name: "OpsItemId"))
3051
+ OpsItemSummary.add_member(:title, Shapes::ShapeRef.new(shape: OpsItemTitle, location_name: "Title"))
3052
+ OpsItemSummary.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
3053
+ OpsItemSummary.struct_class = Types::OpsItemSummary
3054
+
2843
3055
  OutputSource.add_member(:output_source_id, Shapes::ShapeRef.new(shape: OutputSourceId, location_name: "OutputSourceId"))
2844
3056
  OutputSource.add_member(:output_source_type, Shapes::ShapeRef.new(shape: OutputSourceType, location_name: "OutputSourceType"))
2845
3057
  OutputSource.struct_class = Types::OutputSource
@@ -3126,6 +3338,11 @@ module Aws::SSM
3126
3338
  RegisterTaskWithMaintenanceWindowResult.add_member(:window_task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskId, location_name: "WindowTaskId"))
3127
3339
  RegisterTaskWithMaintenanceWindowResult.struct_class = Types::RegisterTaskWithMaintenanceWindowResult
3128
3340
 
3341
+ RelatedOpsItem.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OpsItemId"))
3342
+ RelatedOpsItem.struct_class = Types::RelatedOpsItem
3343
+
3344
+ RelatedOpsItems.member = Shapes::ShapeRef.new(shape: RelatedOpsItem)
3345
+
3129
3346
  RemoveTagsFromResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceTypeForTagging, required: true, location_name: "ResourceType"))
3130
3347
  RemoveTagsFromResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
3131
3348
  RemoveTagsFromResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: KeyList, required: true, location_name: "TagKeys"))
@@ -3566,6 +3783,19 @@ module Aws::SSM
3566
3783
 
3567
3784
  UpdateManagedInstanceRoleResult.struct_class = Types::UpdateManagedInstanceRoleResult
3568
3785
 
3786
+ UpdateOpsItemRequest.add_member(:description, Shapes::ShapeRef.new(shape: OpsItemDescription, location_name: "Description"))
3787
+ UpdateOpsItemRequest.add_member(:operational_data, Shapes::ShapeRef.new(shape: OpsItemOperationalData, location_name: "OperationalData"))
3788
+ UpdateOpsItemRequest.add_member(:operational_data_to_delete, Shapes::ShapeRef.new(shape: OpsItemOpsDataKeysList, location_name: "OperationalDataToDelete"))
3789
+ UpdateOpsItemRequest.add_member(:notifications, Shapes::ShapeRef.new(shape: OpsItemNotifications, location_name: "Notifications"))
3790
+ UpdateOpsItemRequest.add_member(:priority, Shapes::ShapeRef.new(shape: OpsItemPriority, location_name: "Priority"))
3791
+ UpdateOpsItemRequest.add_member(:related_ops_items, Shapes::ShapeRef.new(shape: RelatedOpsItems, location_name: "RelatedOpsItems"))
3792
+ UpdateOpsItemRequest.add_member(:status, Shapes::ShapeRef.new(shape: OpsItemStatus, location_name: "Status"))
3793
+ UpdateOpsItemRequest.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: OpsItemId, required: true, location_name: "OpsItemId"))
3794
+ UpdateOpsItemRequest.add_member(:title, Shapes::ShapeRef.new(shape: OpsItemTitle, location_name: "Title"))
3795
+ UpdateOpsItemRequest.struct_class = Types::UpdateOpsItemRequest
3796
+
3797
+ UpdateOpsItemResponse.struct_class = Types::UpdateOpsItemResponse
3798
+
3569
3799
  UpdatePatchBaselineRequest.add_member(:baseline_id, Shapes::ShapeRef.new(shape: BaselineId, required: true, location_name: "BaselineId"))
3570
3800
  UpdatePatchBaselineRequest.add_member(:name, Shapes::ShapeRef.new(shape: BaselineName, location_name: "Name"))
3571
3801
  UpdatePatchBaselineRequest.add_member(:global_filters, Shapes::ShapeRef.new(shape: PatchFilterGroup, location_name: "GlobalFilters"))
@@ -3730,6 +3960,18 @@ module Aws::SSM
3730
3960
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
3731
3961
  end)
3732
3962
 
3963
+ api.add_operation(:create_ops_item, Seahorse::Model::Operation.new.tap do |o|
3964
+ o.name = "CreateOpsItem"
3965
+ o.http_method = "POST"
3966
+ o.http_request_uri = "/"
3967
+ o.input = Shapes::ShapeRef.new(shape: CreateOpsItemRequest)
3968
+ o.output = Shapes::ShapeRef.new(shape: CreateOpsItemResponse)
3969
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
3970
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemAlreadyExistsException)
3971
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemLimitExceededException)
3972
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemInvalidParameterException)
3973
+ end)
3974
+
3733
3975
  api.add_operation(:create_patch_baseline, Seahorse::Model::Operation.new.tap do |o|
3734
3976
  o.name = "CreatePatchBaseline"
3735
3977
  o.http_method = "POST"
@@ -4175,6 +4417,15 @@ module Aws::SSM
4175
4417
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
4176
4418
  end)
4177
4419
 
4420
+ api.add_operation(:describe_ops_items, Seahorse::Model::Operation.new.tap do |o|
4421
+ o.name = "DescribeOpsItems"
4422
+ o.http_method = "POST"
4423
+ o.http_request_uri = "/"
4424
+ o.input = Shapes::ShapeRef.new(shape: DescribeOpsItemsRequest)
4425
+ o.output = Shapes::ShapeRef.new(shape: DescribeOpsItemsResponse)
4426
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
4427
+ end)
4428
+
4178
4429
  api.add_operation(:describe_parameters, Seahorse::Model::Operation.new.tap do |o|
4179
4430
  o.name = "DescribeParameters"
4180
4431
  o.http_method = "POST"
@@ -4381,6 +4632,29 @@ module Aws::SSM
4381
4632
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
4382
4633
  end)
4383
4634
 
4635
+ api.add_operation(:get_ops_item, Seahorse::Model::Operation.new.tap do |o|
4636
+ o.name = "GetOpsItem"
4637
+ o.http_method = "POST"
4638
+ o.http_request_uri = "/"
4639
+ o.input = Shapes::ShapeRef.new(shape: GetOpsItemRequest)
4640
+ o.output = Shapes::ShapeRef.new(shape: GetOpsItemResponse)
4641
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
4642
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemNotFoundException)
4643
+ end)
4644
+
4645
+ api.add_operation(:get_ops_summary, Seahorse::Model::Operation.new.tap do |o|
4646
+ o.name = "GetOpsSummary"
4647
+ o.http_method = "POST"
4648
+ o.http_request_uri = "/"
4649
+ o.input = Shapes::ShapeRef.new(shape: GetOpsSummaryRequest)
4650
+ o.output = Shapes::ShapeRef.new(shape: GetOpsSummaryResult)
4651
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
4652
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFilter)
4653
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
4654
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeNameException)
4655
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAggregatorException)
4656
+ end)
4657
+
4384
4658
  api.add_operation(:get_parameter, Seahorse::Model::Operation.new.tap do |o|
4385
4659
  o.name = "GetParameter"
4386
4660
  o.http_method = "POST"
@@ -4991,6 +5265,19 @@ module Aws::SSM
4991
5265
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
4992
5266
  end)
4993
5267
 
5268
+ api.add_operation(:update_ops_item, Seahorse::Model::Operation.new.tap do |o|
5269
+ o.name = "UpdateOpsItem"
5270
+ o.http_method = "POST"
5271
+ o.http_request_uri = "/"
5272
+ o.input = Shapes::ShapeRef.new(shape: UpdateOpsItemRequest)
5273
+ o.output = Shapes::ShapeRef.new(shape: UpdateOpsItemResponse)
5274
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
5275
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemNotFoundException)
5276
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemAlreadyExistsException)
5277
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemLimitExceededException)
5278
+ o.errors << Shapes::ShapeRef.new(shape: OpsItemInvalidParameterException)
5279
+ end)
5280
+
4994
5281
  api.add_operation(:update_patch_baseline, Seahorse::Model::Operation.new.tap do |o|
4995
5282
  o.name = "UpdatePatchBaseline"
4996
5283
  o.http_method = "POST"
@@ -1081,6 +1081,95 @@ module Aws::SSM
1081
1081
 
1082
1082
  end
1083
1083
 
1084
+ class OpsItemAlreadyExistsException < ServiceError
1085
+
1086
+ # @param [Seahorse::Client::RequestContext] context
1087
+ # @param [String] message
1088
+ # @param [Aws::SSM::Types::OpsItemAlreadyExistsException] data
1089
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1090
+ super(context, message, data)
1091
+ end
1092
+
1093
+ # @return [String]
1094
+ def message
1095
+ @message || @data[:message]
1096
+ end
1097
+
1098
+ # @return [String]
1099
+ def ops_item_id
1100
+ @data[:ops_item_id]
1101
+ end
1102
+
1103
+ end
1104
+
1105
+ class OpsItemInvalidParameterException < ServiceError
1106
+
1107
+ # @param [Seahorse::Client::RequestContext] context
1108
+ # @param [String] message
1109
+ # @param [Aws::SSM::Types::OpsItemInvalidParameterException] data
1110
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1111
+ super(context, message, data)
1112
+ end
1113
+
1114
+ # @return [String]
1115
+ def parameter_names
1116
+ @data[:parameter_names]
1117
+ end
1118
+
1119
+ # @return [String]
1120
+ def message
1121
+ @message || @data[:message]
1122
+ end
1123
+
1124
+ end
1125
+
1126
+ class OpsItemLimitExceededException < ServiceError
1127
+
1128
+ # @param [Seahorse::Client::RequestContext] context
1129
+ # @param [String] message
1130
+ # @param [Aws::SSM::Types::OpsItemLimitExceededException] data
1131
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1132
+ super(context, message, data)
1133
+ end
1134
+
1135
+ # @return [String]
1136
+ def resource_types
1137
+ @data[:resource_types]
1138
+ end
1139
+
1140
+ # @return [String]
1141
+ def limit
1142
+ @data[:limit]
1143
+ end
1144
+
1145
+ # @return [String]
1146
+ def limit_type
1147
+ @data[:limit_type]
1148
+ end
1149
+
1150
+ # @return [String]
1151
+ def message
1152
+ @message || @data[:message]
1153
+ end
1154
+
1155
+ end
1156
+
1157
+ class OpsItemNotFoundException < ServiceError
1158
+
1159
+ # @param [Seahorse::Client::RequestContext] context
1160
+ # @param [String] message
1161
+ # @param [Aws::SSM::Types::OpsItemNotFoundException] data
1162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1163
+ super(context, message, data)
1164
+ end
1165
+
1166
+ # @return [String]
1167
+ def message
1168
+ @message || @data[:message]
1169
+ end
1170
+
1171
+ end
1172
+
1084
1173
  class ParameterAlreadyExists < ServiceError
1085
1174
 
1086
1175
  # @param [Seahorse::Client::RequestContext] context