aws-sdk-applicationsignals 1.26.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationsignals/client.rb +386 -17
- data/lib/aws-sdk-applicationsignals/client_api.rb +285 -1
- data/lib/aws-sdk-applicationsignals/types.rb +842 -21
- data/lib/aws-sdk-applicationsignals.rb +1 -1
- data/sig/client.rbs +105 -2
- data/sig/types.rbs +203 -1
- metadata +3 -3
@@ -19,9 +19,23 @@ module Aws::ApplicationSignals
|
|
19
19
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
20
20
|
Attainment = Shapes::FloatShape.new(name: 'Attainment')
|
21
21
|
AttainmentGoal = Shapes::FloatShape.new(name: 'AttainmentGoal')
|
22
|
+
AttributeFilter = Shapes::StructureShape.new(name: 'AttributeFilter')
|
23
|
+
AttributeFilterName = Shapes::StringShape.new(name: 'AttributeFilterName')
|
24
|
+
AttributeFilterValue = Shapes::StringShape.new(name: 'AttributeFilterValue')
|
25
|
+
AttributeFilterValues = Shapes::ListShape.new(name: 'AttributeFilterValues')
|
26
|
+
AttributeFilters = Shapes::ListShape.new(name: 'AttributeFilters')
|
22
27
|
AttributeMap = Shapes::MapShape.new(name: 'AttributeMap')
|
23
28
|
AttributeMaps = Shapes::ListShape.new(name: 'AttributeMaps')
|
24
29
|
Attributes = Shapes::MapShape.new(name: 'Attributes')
|
30
|
+
AuditFinding = Shapes::StructureShape.new(name: 'AuditFinding')
|
31
|
+
AuditFindings = Shapes::ListShape.new(name: 'AuditFindings')
|
32
|
+
AuditTarget = Shapes::StructureShape.new(name: 'AuditTarget')
|
33
|
+
AuditTargetEntity = Shapes::UnionShape.new(name: 'AuditTargetEntity')
|
34
|
+
AuditTargets = Shapes::ListShape.new(name: 'AuditTargets')
|
35
|
+
AuditorResult = Shapes::StructureShape.new(name: 'AuditorResult')
|
36
|
+
AuditorResultDescriptionString = Shapes::StringShape.new(name: 'AuditorResultDescriptionString')
|
37
|
+
AuditorResults = Shapes::ListShape.new(name: 'AuditorResults')
|
38
|
+
Auditors = Shapes::ListShape.new(name: 'Auditors')
|
25
39
|
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
26
40
|
BatchGetServiceLevelObjectiveBudgetReportInput = Shapes::StructureShape.new(name: 'BatchGetServiceLevelObjectiveBudgetReportInput')
|
27
41
|
BatchGetServiceLevelObjectiveBudgetReportOutput = Shapes::StructureShape.new(name: 'BatchGetServiceLevelObjectiveBudgetReportOutput')
|
@@ -37,17 +51,25 @@ module Aws::ApplicationSignals
|
|
37
51
|
BurnRateLookBackWindowMinutes = Shapes::IntegerShape.new(name: 'BurnRateLookBackWindowMinutes')
|
38
52
|
CalendarInterval = Shapes::StructureShape.new(name: 'CalendarInterval')
|
39
53
|
CalendarIntervalDuration = Shapes::IntegerShape.new(name: 'CalendarIntervalDuration')
|
54
|
+
ChangeEvent = Shapes::StructureShape.new(name: 'ChangeEvent')
|
55
|
+
ChangeEventType = Shapes::StringShape.new(name: 'ChangeEventType')
|
40
56
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
57
|
+
ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
|
41
58
|
CreateServiceLevelObjectiveInput = Shapes::StructureShape.new(name: 'CreateServiceLevelObjectiveInput')
|
42
59
|
CreateServiceLevelObjectiveOutput = Shapes::StructureShape.new(name: 'CreateServiceLevelObjectiveOutput')
|
60
|
+
DeleteGroupingConfigurationOutput = Shapes::StructureShape.new(name: 'DeleteGroupingConfigurationOutput')
|
43
61
|
DeleteServiceLevelObjectiveInput = Shapes::StructureShape.new(name: 'DeleteServiceLevelObjectiveInput')
|
44
62
|
DeleteServiceLevelObjectiveOutput = Shapes::StructureShape.new(name: 'DeleteServiceLevelObjectiveOutput')
|
45
63
|
DependencyConfig = Shapes::StructureShape.new(name: 'DependencyConfig')
|
64
|
+
DependencyGraph = Shapes::StructureShape.new(name: 'DependencyGraph')
|
46
65
|
Dimension = Shapes::StructureShape.new(name: 'Dimension')
|
47
66
|
DimensionName = Shapes::StringShape.new(name: 'DimensionName')
|
48
67
|
DimensionValue = Shapes::StringShape.new(name: 'DimensionValue')
|
49
68
|
Dimensions = Shapes::ListShape.new(name: 'Dimensions')
|
69
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
50
70
|
DurationUnit = Shapes::StringShape.new(name: 'DurationUnit')
|
71
|
+
Edge = Shapes::StructureShape.new(name: 'Edge')
|
72
|
+
Edges = Shapes::ListShape.new(name: 'Edges')
|
51
73
|
EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
|
52
74
|
ExclusionDuration = Shapes::IntegerShape.new(name: 'ExclusionDuration')
|
53
75
|
ExclusionReason = Shapes::StringShape.new(name: 'ExclusionReason')
|
@@ -62,9 +84,24 @@ module Aws::ApplicationSignals
|
|
62
84
|
GetServiceLevelObjectiveOutput = Shapes::StructureShape.new(name: 'GetServiceLevelObjectiveOutput')
|
63
85
|
GetServiceOutput = Shapes::StructureShape.new(name: 'GetServiceOutput')
|
64
86
|
Goal = Shapes::StructureShape.new(name: 'Goal')
|
87
|
+
GroupIdentifier = Shapes::StringShape.new(name: 'GroupIdentifier')
|
88
|
+
GroupName = Shapes::StringShape.new(name: 'GroupName')
|
89
|
+
GroupSource = Shapes::StringShape.new(name: 'GroupSource')
|
90
|
+
GroupValue = Shapes::StringShape.new(name: 'GroupValue')
|
91
|
+
GroupingAttributeDefinition = Shapes::StructureShape.new(name: 'GroupingAttributeDefinition')
|
92
|
+
GroupingAttributeDefinitions = Shapes::ListShape.new(name: 'GroupingAttributeDefinitions')
|
93
|
+
GroupingConfiguration = Shapes::StructureShape.new(name: 'GroupingConfiguration')
|
94
|
+
GroupingSourceKeyStringList = Shapes::ListShape.new(name: 'GroupingSourceKeyStringList')
|
95
|
+
GroupingString = Shapes::StringShape.new(name: 'GroupingString')
|
65
96
|
Interval = Shapes::UnionShape.new(name: 'Interval')
|
66
97
|
KeyAttributeName = Shapes::StringShape.new(name: 'KeyAttributeName')
|
67
98
|
KeyAttributeValue = Shapes::StringShape.new(name: 'KeyAttributeValue')
|
99
|
+
LatestChangeEvents = Shapes::ListShape.new(name: 'LatestChangeEvents')
|
100
|
+
ListAuditFindingMaxResults = Shapes::IntegerShape.new(name: 'ListAuditFindingMaxResults')
|
101
|
+
ListAuditFindingsInput = Shapes::StructureShape.new(name: 'ListAuditFindingsInput')
|
102
|
+
ListAuditFindingsOutput = Shapes::StructureShape.new(name: 'ListAuditFindingsOutput')
|
103
|
+
ListGroupingAttributeDefinitionsInput = Shapes::StructureShape.new(name: 'ListGroupingAttributeDefinitionsInput')
|
104
|
+
ListGroupingAttributeDefinitionsOutput = Shapes::StructureShape.new(name: 'ListGroupingAttributeDefinitionsOutput')
|
68
105
|
ListServiceDependenciesInput = Shapes::StructureShape.new(name: 'ListServiceDependenciesInput')
|
69
106
|
ListServiceDependenciesMaxResults = Shapes::IntegerShape.new(name: 'ListServiceDependenciesMaxResults')
|
70
107
|
ListServiceDependenciesOutput = Shapes::StructureShape.new(name: 'ListServiceDependenciesOutput')
|
@@ -80,6 +117,9 @@ module Aws::ApplicationSignals
|
|
80
117
|
ListServiceOperationMaxResults = Shapes::IntegerShape.new(name: 'ListServiceOperationMaxResults')
|
81
118
|
ListServiceOperationsInput = Shapes::StructureShape.new(name: 'ListServiceOperationsInput')
|
82
119
|
ListServiceOperationsOutput = Shapes::StructureShape.new(name: 'ListServiceOperationsOutput')
|
120
|
+
ListServiceStatesInput = Shapes::StructureShape.new(name: 'ListServiceStatesInput')
|
121
|
+
ListServiceStatesMaxResults = Shapes::IntegerShape.new(name: 'ListServiceStatesMaxResults')
|
122
|
+
ListServiceStatesOutput = Shapes::StructureShape.new(name: 'ListServiceStatesOutput')
|
83
123
|
ListServicesInput = Shapes::StructureShape.new(name: 'ListServicesInput')
|
84
124
|
ListServicesMaxResults = Shapes::IntegerShape.new(name: 'ListServicesMaxResults')
|
85
125
|
ListServicesOutput = Shapes::StructureShape.new(name: 'ListServicesOutput')
|
@@ -90,6 +130,7 @@ module Aws::ApplicationSignals
|
|
90
130
|
MetricDataQueries = Shapes::ListShape.new(name: 'MetricDataQueries')
|
91
131
|
MetricDataQuery = Shapes::StructureShape.new(name: 'MetricDataQuery')
|
92
132
|
MetricExpression = Shapes::StringShape.new(name: 'MetricExpression')
|
133
|
+
MetricGraph = Shapes::StructureShape.new(name: 'MetricGraph')
|
93
134
|
MetricId = Shapes::StringShape.new(name: 'MetricId')
|
94
135
|
MetricLabel = Shapes::StringShape.new(name: 'MetricLabel')
|
95
136
|
MetricName = Shapes::StringShape.new(name: 'MetricName')
|
@@ -102,8 +143,12 @@ module Aws::ApplicationSignals
|
|
102
143
|
MonitoredRequestCountMetricDataQueries = Shapes::UnionShape.new(name: 'MonitoredRequestCountMetricDataQueries')
|
103
144
|
Namespace = Shapes::StringShape.new(name: 'Namespace')
|
104
145
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
146
|
+
Node = Shapes::StructureShape.new(name: 'Node')
|
147
|
+
Nodes = Shapes::ListShape.new(name: 'Nodes')
|
105
148
|
OperationName = Shapes::StringShape.new(name: 'OperationName')
|
106
149
|
Period = Shapes::IntegerShape.new(name: 'Period')
|
150
|
+
PutGroupingConfigurationInput = Shapes::StructureShape.new(name: 'PutGroupingConfigurationInput')
|
151
|
+
PutGroupingConfigurationOutput = Shapes::StructureShape.new(name: 'PutGroupingConfigurationOutput')
|
107
152
|
RecurrenceRule = Shapes::StructureShape.new(name: 'RecurrenceRule')
|
108
153
|
RequestBasedServiceLevelIndicator = Shapes::StructureShape.new(name: 'RequestBasedServiceLevelIndicator')
|
109
154
|
RequestBasedServiceLevelIndicatorConfig = Shapes::StructureShape.new(name: 'RequestBasedServiceLevelIndicatorConfig')
|
@@ -121,7 +166,10 @@ module Aws::ApplicationSignals
|
|
121
166
|
ServiceDependency = Shapes::StructureShape.new(name: 'ServiceDependency')
|
122
167
|
ServiceDependent = Shapes::StructureShape.new(name: 'ServiceDependent')
|
123
168
|
ServiceDependents = Shapes::ListShape.new(name: 'ServiceDependents')
|
169
|
+
ServiceEntity = Shapes::StructureShape.new(name: 'ServiceEntity')
|
124
170
|
ServiceErrorMessage = Shapes::StringShape.new(name: 'ServiceErrorMessage')
|
171
|
+
ServiceGroup = Shapes::StructureShape.new(name: 'ServiceGroup')
|
172
|
+
ServiceGroups = Shapes::ListShape.new(name: 'ServiceGroups')
|
125
173
|
ServiceLevelIndicator = Shapes::StructureShape.new(name: 'ServiceLevelIndicator')
|
126
174
|
ServiceLevelIndicatorComparisonOperator = Shapes::StringShape.new(name: 'ServiceLevelIndicatorComparisonOperator')
|
127
175
|
ServiceLevelIndicatorConfig = Shapes::StructureShape.new(name: 'ServiceLevelIndicatorConfig')
|
@@ -140,16 +188,21 @@ module Aws::ApplicationSignals
|
|
140
188
|
ServiceLevelObjectiveBudgetReports = Shapes::ListShape.new(name: 'ServiceLevelObjectiveBudgetReports')
|
141
189
|
ServiceLevelObjectiveBudgetStatus = Shapes::StringShape.new(name: 'ServiceLevelObjectiveBudgetStatus')
|
142
190
|
ServiceLevelObjectiveDescription = Shapes::StringShape.new(name: 'ServiceLevelObjectiveDescription')
|
191
|
+
ServiceLevelObjectiveEntity = Shapes::StructureShape.new(name: 'ServiceLevelObjectiveEntity')
|
143
192
|
ServiceLevelObjectiveId = Shapes::StringShape.new(name: 'ServiceLevelObjectiveId')
|
144
193
|
ServiceLevelObjectiveIds = Shapes::ListShape.new(name: 'ServiceLevelObjectiveIds')
|
145
194
|
ServiceLevelObjectiveName = Shapes::StringShape.new(name: 'ServiceLevelObjectiveName')
|
146
195
|
ServiceLevelObjectiveSummaries = Shapes::ListShape.new(name: 'ServiceLevelObjectiveSummaries')
|
147
196
|
ServiceLevelObjectiveSummary = Shapes::StructureShape.new(name: 'ServiceLevelObjectiveSummary')
|
148
197
|
ServiceOperation = Shapes::StructureShape.new(name: 'ServiceOperation')
|
198
|
+
ServiceOperationEntity = Shapes::StructureShape.new(name: 'ServiceOperationEntity')
|
149
199
|
ServiceOperations = Shapes::ListShape.new(name: 'ServiceOperations')
|
150
200
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
201
|
+
ServiceState = Shapes::StructureShape.new(name: 'ServiceState')
|
202
|
+
ServiceStates = Shapes::ListShape.new(name: 'ServiceStates')
|
151
203
|
ServiceSummaries = Shapes::ListShape.new(name: 'ServiceSummaries')
|
152
204
|
ServiceSummary = Shapes::StructureShape.new(name: 'ServiceSummary')
|
205
|
+
Severity = Shapes::StringShape.new(name: 'Severity')
|
153
206
|
StandardUnit = Shapes::StringShape.new(name: 'StandardUnit')
|
154
207
|
StartDiscoveryInput = Shapes::StructureShape.new(name: 'StartDiscoveryInput')
|
155
208
|
StartDiscoveryOutput = Shapes::StructureShape.new(name: 'StartDiscoveryOutput')
|
@@ -178,6 +231,14 @@ module Aws::ApplicationSignals
|
|
178
231
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ServiceErrorMessage, location_name: "Message"))
|
179
232
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
180
233
|
|
234
|
+
AttributeFilter.add_member(:attribute_filter_name, Shapes::ShapeRef.new(shape: AttributeFilterName, required: true, location_name: "AttributeFilterName"))
|
235
|
+
AttributeFilter.add_member(:attribute_filter_values, Shapes::ShapeRef.new(shape: AttributeFilterValues, required: true, location_name: "AttributeFilterValues"))
|
236
|
+
AttributeFilter.struct_class = Types::AttributeFilter
|
237
|
+
|
238
|
+
AttributeFilterValues.member = Shapes::ShapeRef.new(shape: AttributeFilterValue)
|
239
|
+
|
240
|
+
AttributeFilters.member = Shapes::ShapeRef.new(shape: AttributeFilter)
|
241
|
+
|
181
242
|
AttributeMap.key = Shapes::ShapeRef.new(shape: String)
|
182
243
|
AttributeMap.value = Shapes::ShapeRef.new(shape: String)
|
183
244
|
|
@@ -186,6 +247,41 @@ module Aws::ApplicationSignals
|
|
186
247
|
Attributes.key = Shapes::ShapeRef.new(shape: KeyAttributeName)
|
187
248
|
Attributes.value = Shapes::ShapeRef.new(shape: KeyAttributeValue)
|
188
249
|
|
250
|
+
AuditFinding.add_member(:key_attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "KeyAttributes"))
|
251
|
+
AuditFinding.add_member(:auditor_results, Shapes::ShapeRef.new(shape: AuditorResults, location_name: "AuditorResults"))
|
252
|
+
AuditFinding.add_member(:operation, Shapes::ShapeRef.new(shape: String, location_name: "Operation"))
|
253
|
+
AuditFinding.add_member(:metric_graph, Shapes::ShapeRef.new(shape: MetricGraph, location_name: "MetricGraph"))
|
254
|
+
AuditFinding.add_member(:dependency_graph, Shapes::ShapeRef.new(shape: DependencyGraph, location_name: "DependencyGraph"))
|
255
|
+
AuditFinding.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
256
|
+
AuditFinding.struct_class = Types::AuditFinding
|
257
|
+
|
258
|
+
AuditFindings.member = Shapes::ShapeRef.new(shape: AuditFinding)
|
259
|
+
|
260
|
+
AuditTarget.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
|
261
|
+
AuditTarget.add_member(:data, Shapes::ShapeRef.new(shape: AuditTargetEntity, required: true, location_name: "Data"))
|
262
|
+
AuditTarget.struct_class = Types::AuditTarget
|
263
|
+
|
264
|
+
AuditTargetEntity.add_member(:service, Shapes::ShapeRef.new(shape: ServiceEntity, location_name: "Service"))
|
265
|
+
AuditTargetEntity.add_member(:slo, Shapes::ShapeRef.new(shape: ServiceLevelObjectiveEntity, location_name: "Slo"))
|
266
|
+
AuditTargetEntity.add_member(:service_operation, Shapes::ShapeRef.new(shape: ServiceOperationEntity, location_name: "ServiceOperation"))
|
267
|
+
AuditTargetEntity.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
268
|
+
AuditTargetEntity.add_member_subclass(:service, Types::AuditTargetEntity::Service)
|
269
|
+
AuditTargetEntity.add_member_subclass(:slo, Types::AuditTargetEntity::Slo)
|
270
|
+
AuditTargetEntity.add_member_subclass(:service_operation, Types::AuditTargetEntity::ServiceOperation)
|
271
|
+
AuditTargetEntity.add_member_subclass(:unknown, Types::AuditTargetEntity::Unknown)
|
272
|
+
AuditTargetEntity.struct_class = Types::AuditTargetEntity
|
273
|
+
|
274
|
+
AuditTargets.member = Shapes::ShapeRef.new(shape: AuditTarget)
|
275
|
+
|
276
|
+
AuditorResult.add_member(:auditor, Shapes::ShapeRef.new(shape: String, location_name: "Auditor"))
|
277
|
+
AuditorResult.add_member(:description, Shapes::ShapeRef.new(shape: AuditorResultDescriptionString, location_name: "Description"))
|
278
|
+
AuditorResult.add_member(:severity, Shapes::ShapeRef.new(shape: Severity, location_name: "Severity"))
|
279
|
+
AuditorResult.struct_class = Types::AuditorResult
|
280
|
+
|
281
|
+
AuditorResults.member = Shapes::ShapeRef.new(shape: AuditorResult)
|
282
|
+
|
283
|
+
Auditors.member = Shapes::ShapeRef.new(shape: String)
|
284
|
+
|
189
285
|
BatchGetServiceLevelObjectiveBudgetReportInput.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
|
190
286
|
BatchGetServiceLevelObjectiveBudgetReportInput.add_member(:slo_ids, Shapes::ShapeRef.new(shape: ServiceLevelObjectiveIds, required: true, location_name: "SloIds"))
|
191
287
|
BatchGetServiceLevelObjectiveBudgetReportInput.struct_class = Types::BatchGetServiceLevelObjectiveBudgetReportInput
|
@@ -221,6 +317,16 @@ module Aws::ApplicationSignals
|
|
221
317
|
CalendarInterval.add_member(:duration, Shapes::ShapeRef.new(shape: CalendarIntervalDuration, required: true, location_name: "Duration"))
|
222
318
|
CalendarInterval.struct_class = Types::CalendarInterval
|
223
319
|
|
320
|
+
ChangeEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
|
321
|
+
ChangeEvent.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "AccountId"))
|
322
|
+
ChangeEvent.add_member(:region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Region"))
|
323
|
+
ChangeEvent.add_member(:entity, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "Entity"))
|
324
|
+
ChangeEvent.add_member(:change_event_type, Shapes::ShapeRef.new(shape: ChangeEventType, required: true, location_name: "ChangeEventType"))
|
325
|
+
ChangeEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EventId"))
|
326
|
+
ChangeEvent.add_member(:user_name, Shapes::ShapeRef.new(shape: String, location_name: "UserName"))
|
327
|
+
ChangeEvent.add_member(:event_name, Shapes::ShapeRef.new(shape: String, location_name: "EventName"))
|
328
|
+
ChangeEvent.struct_class = Types::ChangeEvent
|
329
|
+
|
224
330
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
225
331
|
ConflictException.struct_class = Types::ConflictException
|
226
332
|
|
@@ -236,6 +342,8 @@ module Aws::ApplicationSignals
|
|
236
342
|
CreateServiceLevelObjectiveOutput.add_member(:slo, Shapes::ShapeRef.new(shape: ServiceLevelObjective, required: true, location_name: "Slo"))
|
237
343
|
CreateServiceLevelObjectiveOutput.struct_class = Types::CreateServiceLevelObjectiveOutput
|
238
344
|
|
345
|
+
DeleteGroupingConfigurationOutput.struct_class = Types::DeleteGroupingConfigurationOutput
|
346
|
+
|
239
347
|
DeleteServiceLevelObjectiveInput.add_member(:id, Shapes::ShapeRef.new(shape: ServiceLevelObjectiveId, required: true, location: "uri", location_name: "Id"))
|
240
348
|
DeleteServiceLevelObjectiveInput.struct_class = Types::DeleteServiceLevelObjectiveInput
|
241
349
|
|
@@ -245,12 +353,24 @@ module Aws::ApplicationSignals
|
|
245
353
|
DependencyConfig.add_member(:dependency_operation_name, Shapes::ShapeRef.new(shape: OperationName, required: true, location_name: "DependencyOperationName"))
|
246
354
|
DependencyConfig.struct_class = Types::DependencyConfig
|
247
355
|
|
356
|
+
DependencyGraph.add_member(:nodes, Shapes::ShapeRef.new(shape: Nodes, location_name: "Nodes"))
|
357
|
+
DependencyGraph.add_member(:edges, Shapes::ShapeRef.new(shape: Edges, location_name: "Edges"))
|
358
|
+
DependencyGraph.struct_class = Types::DependencyGraph
|
359
|
+
|
248
360
|
Dimension.add_member(:name, Shapes::ShapeRef.new(shape: DimensionName, required: true, location_name: "Name"))
|
249
361
|
Dimension.add_member(:value, Shapes::ShapeRef.new(shape: DimensionValue, required: true, location_name: "Value"))
|
250
362
|
Dimension.struct_class = Types::Dimension
|
251
363
|
|
252
364
|
Dimensions.member = Shapes::ShapeRef.new(shape: Dimension)
|
253
365
|
|
366
|
+
Edge.add_member(:source_node_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceNodeId"))
|
367
|
+
Edge.add_member(:destination_node_id, Shapes::ShapeRef.new(shape: String, location_name: "DestinationNodeId"))
|
368
|
+
Edge.add_member(:duration, Shapes::ShapeRef.new(shape: Double, location_name: "Duration"))
|
369
|
+
Edge.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
|
370
|
+
Edge.struct_class = Types::Edge
|
371
|
+
|
372
|
+
Edges.member = Shapes::ShapeRef.new(shape: Edge)
|
373
|
+
|
254
374
|
ExclusionWindow.add_member(:window, Shapes::ShapeRef.new(shape: Window, required: true, location_name: "Window"))
|
255
375
|
ExclusionWindow.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
256
376
|
ExclusionWindow.add_member(:recurrence_rule, Shapes::ShapeRef.new(shape: RecurrenceRule, location_name: "RecurrenceRule"))
|
@@ -281,6 +401,19 @@ module Aws::ApplicationSignals
|
|
281
401
|
Goal.add_member(:warning_threshold, Shapes::ShapeRef.new(shape: WarningThreshold, location_name: "WarningThreshold"))
|
282
402
|
Goal.struct_class = Types::Goal
|
283
403
|
|
404
|
+
GroupingAttributeDefinition.add_member(:grouping_name, Shapes::ShapeRef.new(shape: GroupingString, required: true, location_name: "GroupingName"))
|
405
|
+
GroupingAttributeDefinition.add_member(:grouping_source_keys, Shapes::ShapeRef.new(shape: GroupingSourceKeyStringList, location_name: "GroupingSourceKeys"))
|
406
|
+
GroupingAttributeDefinition.add_member(:default_grouping_value, Shapes::ShapeRef.new(shape: GroupingString, location_name: "DefaultGroupingValue"))
|
407
|
+
GroupingAttributeDefinition.struct_class = Types::GroupingAttributeDefinition
|
408
|
+
|
409
|
+
GroupingAttributeDefinitions.member = Shapes::ShapeRef.new(shape: GroupingAttributeDefinition)
|
410
|
+
|
411
|
+
GroupingConfiguration.add_member(:grouping_attribute_definitions, Shapes::ShapeRef.new(shape: GroupingAttributeDefinitions, required: true, location_name: "GroupingAttributeDefinitions"))
|
412
|
+
GroupingConfiguration.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdatedAt"))
|
413
|
+
GroupingConfiguration.struct_class = Types::GroupingConfiguration
|
414
|
+
|
415
|
+
GroupingSourceKeyStringList.member = Shapes::ShapeRef.new(shape: GroupingString)
|
416
|
+
|
284
417
|
Interval.add_member(:rolling_interval, Shapes::ShapeRef.new(shape: RollingInterval, location_name: "RollingInterval"))
|
285
418
|
Interval.add_member(:calendar_interval, Shapes::ShapeRef.new(shape: CalendarInterval, location_name: "CalendarInterval"))
|
286
419
|
Interval.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
@@ -289,6 +422,28 @@ module Aws::ApplicationSignals
|
|
289
422
|
Interval.add_member_subclass(:unknown, Types::Interval::Unknown)
|
290
423
|
Interval.struct_class = Types::Interval
|
291
424
|
|
425
|
+
LatestChangeEvents.member = Shapes::ShapeRef.new(shape: ChangeEvent)
|
426
|
+
|
427
|
+
ListAuditFindingsInput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "StartTime"))
|
428
|
+
ListAuditFindingsInput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "EndTime"))
|
429
|
+
ListAuditFindingsInput.add_member(:auditors, Shapes::ShapeRef.new(shape: Auditors, location_name: "Auditors"))
|
430
|
+
ListAuditFindingsInput.add_member(:audit_targets, Shapes::ShapeRef.new(shape: AuditTargets, required: true, location_name: "AuditTargets"))
|
431
|
+
ListAuditFindingsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
432
|
+
ListAuditFindingsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAuditFindingMaxResults, location_name: "MaxResults"))
|
433
|
+
ListAuditFindingsInput.struct_class = Types::ListAuditFindingsInput
|
434
|
+
|
435
|
+
ListAuditFindingsOutput.add_member(:audit_findings, Shapes::ShapeRef.new(shape: AuditFindings, required: true, location_name: "AuditFindings"))
|
436
|
+
ListAuditFindingsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
437
|
+
ListAuditFindingsOutput.struct_class = Types::ListAuditFindingsOutput
|
438
|
+
|
439
|
+
ListGroupingAttributeDefinitionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
440
|
+
ListGroupingAttributeDefinitionsInput.struct_class = Types::ListGroupingAttributeDefinitionsInput
|
441
|
+
|
442
|
+
ListGroupingAttributeDefinitionsOutput.add_member(:grouping_attribute_definitions, Shapes::ShapeRef.new(shape: GroupingAttributeDefinitions, required: true, location_name: "GroupingAttributeDefinitions"))
|
443
|
+
ListGroupingAttributeDefinitionsOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
444
|
+
ListGroupingAttributeDefinitionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
445
|
+
ListGroupingAttributeDefinitionsOutput.struct_class = Types::ListGroupingAttributeDefinitionsOutput
|
446
|
+
|
292
447
|
ListServiceDependenciesInput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "StartTime"))
|
293
448
|
ListServiceDependenciesInput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "EndTime"))
|
294
449
|
ListServiceDependenciesInput.add_member(:key_attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "KeyAttributes"))
|
@@ -329,9 +484,9 @@ module Aws::ApplicationSignals
|
|
329
484
|
ListServiceLevelObjectivesInput.add_member(:dependency_config, Shapes::ShapeRef.new(shape: DependencyConfig, location_name: "DependencyConfig"))
|
330
485
|
ListServiceLevelObjectivesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListServiceLevelObjectivesMaxResults, location: "querystring", location_name: "MaxResults"))
|
331
486
|
ListServiceLevelObjectivesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
332
|
-
ListServiceLevelObjectivesInput.add_member(:metric_source_types, Shapes::ShapeRef.new(shape: MetricSourceTypes, location_name: "MetricSourceTypes"))
|
333
487
|
ListServiceLevelObjectivesInput.add_member(:include_linked_accounts, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "IncludeLinkedAccounts"))
|
334
488
|
ListServiceLevelObjectivesInput.add_member(:slo_owner_aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location: "querystring", location_name: "SloOwnerAwsAccountId"))
|
489
|
+
ListServiceLevelObjectivesInput.add_member(:metric_source_types, Shapes::ShapeRef.new(shape: MetricSourceTypes, location_name: "MetricSourceTypes"))
|
335
490
|
ListServiceLevelObjectivesInput.struct_class = Types::ListServiceLevelObjectivesInput
|
336
491
|
|
337
492
|
ListServiceLevelObjectivesOutput.add_member(:slo_summaries, Shapes::ShapeRef.new(shape: ServiceLevelObjectiveSummaries, location_name: "SloSummaries"))
|
@@ -351,6 +506,21 @@ module Aws::ApplicationSignals
|
|
351
506
|
ListServiceOperationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
352
507
|
ListServiceOperationsOutput.struct_class = Types::ListServiceOperationsOutput
|
353
508
|
|
509
|
+
ListServiceStatesInput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
|
510
|
+
ListServiceStatesInput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTime"))
|
511
|
+
ListServiceStatesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListServiceStatesMaxResults, location_name: "MaxResults"))
|
512
|
+
ListServiceStatesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
513
|
+
ListServiceStatesInput.add_member(:include_linked_accounts, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeLinkedAccounts"))
|
514
|
+
ListServiceStatesInput.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
|
515
|
+
ListServiceStatesInput.add_member(:attribute_filters, Shapes::ShapeRef.new(shape: AttributeFilters, location_name: "AttributeFilters"))
|
516
|
+
ListServiceStatesInput.struct_class = Types::ListServiceStatesInput
|
517
|
+
|
518
|
+
ListServiceStatesOutput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
|
519
|
+
ListServiceStatesOutput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTime"))
|
520
|
+
ListServiceStatesOutput.add_member(:service_states, Shapes::ShapeRef.new(shape: ServiceStates, required: true, location_name: "ServiceStates"))
|
521
|
+
ListServiceStatesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
522
|
+
ListServiceStatesOutput.struct_class = Types::ListServiceStatesOutput
|
523
|
+
|
354
524
|
ListServicesInput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "StartTime"))
|
355
525
|
ListServicesInput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "EndTime"))
|
356
526
|
ListServicesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListServicesMaxResults, location: "querystring", location_name: "MaxResults"))
|
@@ -389,6 +559,11 @@ module Aws::ApplicationSignals
|
|
389
559
|
MetricDataQuery.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
390
560
|
MetricDataQuery.struct_class = Types::MetricDataQuery
|
391
561
|
|
562
|
+
MetricGraph.add_member(:metric_data_queries, Shapes::ShapeRef.new(shape: MetricDataQueries, location_name: "MetricDataQueries"))
|
563
|
+
MetricGraph.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
564
|
+
MetricGraph.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
565
|
+
MetricGraph.struct_class = Types::MetricGraph
|
566
|
+
|
392
567
|
MetricReference.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location_name: "Namespace"))
|
393
568
|
MetricReference.add_member(:metric_type, Shapes::ShapeRef.new(shape: MetricType, required: true, location_name: "MetricType"))
|
394
569
|
MetricReference.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, location_name: "Dimensions"))
|
@@ -414,6 +589,23 @@ module Aws::ApplicationSignals
|
|
414
589
|
MonitoredRequestCountMetricDataQueries.add_member_subclass(:unknown, Types::MonitoredRequestCountMetricDataQueries::Unknown)
|
415
590
|
MonitoredRequestCountMetricDataQueries.struct_class = Types::MonitoredRequestCountMetricDataQueries
|
416
591
|
|
592
|
+
Node.add_member(:key_attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "KeyAttributes"))
|
593
|
+
Node.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
594
|
+
Node.add_member(:node_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NodeId"))
|
595
|
+
Node.add_member(:operation, Shapes::ShapeRef.new(shape: String, location_name: "Operation"))
|
596
|
+
Node.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
597
|
+
Node.add_member(:duration, Shapes::ShapeRef.new(shape: Double, location_name: "Duration"))
|
598
|
+
Node.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
599
|
+
Node.struct_class = Types::Node
|
600
|
+
|
601
|
+
Nodes.member = Shapes::ShapeRef.new(shape: Node)
|
602
|
+
|
603
|
+
PutGroupingConfigurationInput.add_member(:grouping_attribute_definitions, Shapes::ShapeRef.new(shape: GroupingAttributeDefinitions, required: true, location_name: "GroupingAttributeDefinitions"))
|
604
|
+
PutGroupingConfigurationInput.struct_class = Types::PutGroupingConfigurationInput
|
605
|
+
|
606
|
+
PutGroupingConfigurationOutput.add_member(:grouping_configuration, Shapes::ShapeRef.new(shape: GroupingConfiguration, required: true, location_name: "GroupingConfiguration"))
|
607
|
+
PutGroupingConfigurationOutput.struct_class = Types::PutGroupingConfigurationOutput
|
608
|
+
|
417
609
|
RecurrenceRule.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
|
418
610
|
RecurrenceRule.struct_class = Types::RecurrenceRule
|
419
611
|
|
@@ -454,6 +646,7 @@ module Aws::ApplicationSignals
|
|
454
646
|
|
455
647
|
Service.add_member(:key_attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "KeyAttributes"))
|
456
648
|
Service.add_member(:attribute_maps, Shapes::ShapeRef.new(shape: AttributeMaps, location_name: "AttributeMaps"))
|
649
|
+
Service.add_member(:service_groups, Shapes::ShapeRef.new(shape: ServiceGroups, location_name: "ServiceGroups"))
|
457
650
|
Service.add_member(:metric_references, Shapes::ShapeRef.new(shape: MetricReferences, required: true, location_name: "MetricReferences"))
|
458
651
|
Service.add_member(:log_group_references, Shapes::ShapeRef.new(shape: LogGroupReferences, location_name: "LogGroupReferences"))
|
459
652
|
Service.struct_class = Types::Service
|
@@ -474,6 +667,20 @@ module Aws::ApplicationSignals
|
|
474
667
|
|
475
668
|
ServiceDependents.member = Shapes::ShapeRef.new(shape: ServiceDependent)
|
476
669
|
|
670
|
+
ServiceEntity.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
671
|
+
ServiceEntity.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
672
|
+
ServiceEntity.add_member(:environment, Shapes::ShapeRef.new(shape: String, location_name: "Environment"))
|
673
|
+
ServiceEntity.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: String, location_name: "AwsAccountId"))
|
674
|
+
ServiceEntity.struct_class = Types::ServiceEntity
|
675
|
+
|
676
|
+
ServiceGroup.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location_name: "GroupName"))
|
677
|
+
ServiceGroup.add_member(:group_value, Shapes::ShapeRef.new(shape: GroupValue, required: true, location_name: "GroupValue"))
|
678
|
+
ServiceGroup.add_member(:group_source, Shapes::ShapeRef.new(shape: GroupSource, required: true, location_name: "GroupSource"))
|
679
|
+
ServiceGroup.add_member(:group_identifier, Shapes::ShapeRef.new(shape: GroupIdentifier, required: true, location_name: "GroupIdentifier"))
|
680
|
+
ServiceGroup.struct_class = Types::ServiceGroup
|
681
|
+
|
682
|
+
ServiceGroups.member = Shapes::ShapeRef.new(shape: ServiceGroup)
|
683
|
+
|
477
684
|
ServiceLevelIndicator.add_member(:sli_metric, Shapes::ShapeRef.new(shape: ServiceLevelIndicatorMetric, required: true, location_name: "SliMetric"))
|
478
685
|
ServiceLevelIndicator.add_member(:metric_threshold, Shapes::ShapeRef.new(shape: ServiceLevelIndicatorMetricThreshold, required: true, location_name: "MetricThreshold"))
|
479
686
|
ServiceLevelIndicator.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ServiceLevelIndicatorComparisonOperator, required: true, location_name: "ComparisonOperator"))
|
@@ -494,6 +701,7 @@ module Aws::ApplicationSignals
|
|
494
701
|
ServiceLevelIndicatorMetricConfig.add_member(:key_attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "KeyAttributes"))
|
495
702
|
ServiceLevelIndicatorMetricConfig.add_member(:operation_name, Shapes::ShapeRef.new(shape: OperationName, location_name: "OperationName"))
|
496
703
|
ServiceLevelIndicatorMetricConfig.add_member(:metric_type, Shapes::ShapeRef.new(shape: ServiceLevelIndicatorMetricType, location_name: "MetricType"))
|
704
|
+
ServiceLevelIndicatorMetricConfig.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
|
497
705
|
ServiceLevelIndicatorMetricConfig.add_member(:statistic, Shapes::ShapeRef.new(shape: ServiceLevelIndicatorStatistic, location_name: "Statistic"))
|
498
706
|
ServiceLevelIndicatorMetricConfig.add_member(:period_seconds, Shapes::ShapeRef.new(shape: SLIPeriodSeconds, location_name: "PeriodSeconds"))
|
499
707
|
ServiceLevelIndicatorMetricConfig.add_member(:metric_data_queries, Shapes::ShapeRef.new(shape: MetricDataQueries, location_name: "MetricDataQueries"))
|
@@ -537,6 +745,10 @@ module Aws::ApplicationSignals
|
|
537
745
|
|
538
746
|
ServiceLevelObjectiveBudgetReports.member = Shapes::ShapeRef.new(shape: ServiceLevelObjectiveBudgetReport)
|
539
747
|
|
748
|
+
ServiceLevelObjectiveEntity.add_member(:slo_name, Shapes::ShapeRef.new(shape: String, location_name: "SloName"))
|
749
|
+
ServiceLevelObjectiveEntity.add_member(:slo_arn, Shapes::ShapeRef.new(shape: String, location_name: "SloArn"))
|
750
|
+
ServiceLevelObjectiveEntity.struct_class = Types::ServiceLevelObjectiveEntity
|
751
|
+
|
540
752
|
ServiceLevelObjectiveIds.member = Shapes::ShapeRef.new(shape: String)
|
541
753
|
|
542
754
|
ServiceLevelObjectiveSummaries.member = Shapes::ShapeRef.new(shape: ServiceLevelObjectiveSummary)
|
@@ -555,16 +767,29 @@ module Aws::ApplicationSignals
|
|
555
767
|
ServiceOperation.add_member(:metric_references, Shapes::ShapeRef.new(shape: MetricReferences, required: true, location_name: "MetricReferences"))
|
556
768
|
ServiceOperation.struct_class = Types::ServiceOperation
|
557
769
|
|
770
|
+
ServiceOperationEntity.add_member(:service, Shapes::ShapeRef.new(shape: ServiceEntity, location_name: "Service"))
|
771
|
+
ServiceOperationEntity.add_member(:operation, Shapes::ShapeRef.new(shape: String, location_name: "Operation"))
|
772
|
+
ServiceOperationEntity.add_member(:metric_type, Shapes::ShapeRef.new(shape: String, location_name: "MetricType"))
|
773
|
+
ServiceOperationEntity.struct_class = Types::ServiceOperationEntity
|
774
|
+
|
558
775
|
ServiceOperations.member = Shapes::ShapeRef.new(shape: ServiceOperation)
|
559
776
|
|
560
777
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
561
778
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
562
779
|
|
780
|
+
ServiceState.add_member(:attribute_filters, Shapes::ShapeRef.new(shape: AttributeFilters, location_name: "AttributeFilters"))
|
781
|
+
ServiceState.add_member(:service, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "Service"))
|
782
|
+
ServiceState.add_member(:latest_change_events, Shapes::ShapeRef.new(shape: LatestChangeEvents, required: true, location_name: "LatestChangeEvents"))
|
783
|
+
ServiceState.struct_class = Types::ServiceState
|
784
|
+
|
785
|
+
ServiceStates.member = Shapes::ShapeRef.new(shape: ServiceState)
|
786
|
+
|
563
787
|
ServiceSummaries.member = Shapes::ShapeRef.new(shape: ServiceSummary)
|
564
788
|
|
565
789
|
ServiceSummary.add_member(:key_attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "KeyAttributes"))
|
566
790
|
ServiceSummary.add_member(:attribute_maps, Shapes::ShapeRef.new(shape: AttributeMaps, location_name: "AttributeMaps"))
|
567
791
|
ServiceSummary.add_member(:metric_references, Shapes::ShapeRef.new(shape: MetricReferences, required: true, location_name: "MetricReferences"))
|
792
|
+
ServiceSummary.add_member(:service_groups, Shapes::ShapeRef.new(shape: ServiceGroups, location_name: "ServiceGroups"))
|
568
793
|
ServiceSummary.struct_class = Types::ServiceSummary
|
569
794
|
|
570
795
|
StartDiscoveryInput.struct_class = Types::StartDiscoveryInput
|
@@ -665,6 +890,17 @@ module Aws::ApplicationSignals
|
|
665
890
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
666
891
|
end)
|
667
892
|
|
893
|
+
api.add_operation(:delete_grouping_configuration, Seahorse::Model::Operation.new.tap do |o|
|
894
|
+
o.name = "DeleteGroupingConfiguration"
|
895
|
+
o.http_method = "DELETE"
|
896
|
+
o.http_request_uri = "/grouping-configuration"
|
897
|
+
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
898
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteGroupingConfigurationOutput)
|
899
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
900
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
902
|
+
end)
|
903
|
+
|
668
904
|
api.add_operation(:delete_service_level_objective, Seahorse::Model::Operation.new.tap do |o|
|
669
905
|
o.name = "DeleteServiceLevelObjective"
|
670
906
|
o.http_method = "DELETE"
|
@@ -697,6 +933,27 @@ module Aws::ApplicationSignals
|
|
697
933
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
698
934
|
end)
|
699
935
|
|
936
|
+
api.add_operation(:list_audit_findings, Seahorse::Model::Operation.new.tap do |o|
|
937
|
+
o.name = "ListAuditFindings"
|
938
|
+
o.http_method = "POST"
|
939
|
+
o.http_request_uri = "/auditFindings"
|
940
|
+
o.input = Shapes::ShapeRef.new(shape: ListAuditFindingsInput)
|
941
|
+
o.output = Shapes::ShapeRef.new(shape: ListAuditFindingsOutput)
|
942
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
943
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
944
|
+
end)
|
945
|
+
|
946
|
+
api.add_operation(:list_grouping_attribute_definitions, Seahorse::Model::Operation.new.tap do |o|
|
947
|
+
o.name = "ListGroupingAttributeDefinitions"
|
948
|
+
o.http_method = "POST"
|
949
|
+
o.http_request_uri = "/grouping-attribute-definitions"
|
950
|
+
o.input = Shapes::ShapeRef.new(shape: ListGroupingAttributeDefinitionsInput)
|
951
|
+
o.output = Shapes::ShapeRef.new(shape: ListGroupingAttributeDefinitionsOutput)
|
952
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
953
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
954
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
955
|
+
end)
|
956
|
+
|
700
957
|
api.add_operation(:list_service_dependencies, Seahorse::Model::Operation.new.tap do |o|
|
701
958
|
o.name = "ListServiceDependencies"
|
702
959
|
o.http_method = "POST"
|
@@ -778,6 +1035,22 @@ module Aws::ApplicationSignals
|
|
778
1035
|
)
|
779
1036
|
end)
|
780
1037
|
|
1038
|
+
api.add_operation(:list_service_states, Seahorse::Model::Operation.new.tap do |o|
|
1039
|
+
o.name = "ListServiceStates"
|
1040
|
+
o.http_method = "POST"
|
1041
|
+
o.http_request_uri = "/service/states"
|
1042
|
+
o.input = Shapes::ShapeRef.new(shape: ListServiceStatesInput)
|
1043
|
+
o.output = Shapes::ShapeRef.new(shape: ListServiceStatesOutput)
|
1044
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1045
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1046
|
+
o[:pager] = Aws::Pager.new(
|
1047
|
+
limit_key: "max_results",
|
1048
|
+
tokens: {
|
1049
|
+
"next_token" => "next_token"
|
1050
|
+
}
|
1051
|
+
)
|
1052
|
+
end)
|
1053
|
+
|
781
1054
|
api.add_operation(:list_services, Seahorse::Model::Operation.new.tap do |o|
|
782
1055
|
o.name = "ListServices"
|
783
1056
|
o.http_method = "GET"
|
@@ -804,6 +1077,17 @@ module Aws::ApplicationSignals
|
|
804
1077
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
805
1078
|
end)
|
806
1079
|
|
1080
|
+
api.add_operation(:put_grouping_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1081
|
+
o.name = "PutGroupingConfiguration"
|
1082
|
+
o.http_method = "PUT"
|
1083
|
+
o.http_request_uri = "/grouping-configuration"
|
1084
|
+
o.input = Shapes::ShapeRef.new(shape: PutGroupingConfigurationInput)
|
1085
|
+
o.output = Shapes::ShapeRef.new(shape: PutGroupingConfigurationOutput)
|
1086
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1087
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1088
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1089
|
+
end)
|
1090
|
+
|
807
1091
|
api.add_operation(:start_discovery, Seahorse::Model::Operation.new.tap do |o|
|
808
1092
|
o.name = "StartDiscovery"
|
809
1093
|
o.http_method = "POST"
|