aws-sdk-applicationsignals 1.44.0 → 1.45.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationsignals/client.rb +643 -1
- data/lib/aws-sdk-applicationsignals/client_api.rb +436 -0
- data/lib/aws-sdk-applicationsignals/types.rb +1146 -22
- data/lib/aws-sdk-applicationsignals.rb +2 -2
- data/sig/client.rbs +175 -0
- data/sig/params.rbs +14 -0
- data/sig/types.rbs +294 -0
- metadata +1 -1
|
@@ -37,6 +37,20 @@ module Aws::ApplicationSignals
|
|
|
37
37
|
AuditorResults = Shapes::ListShape.new(name: 'AuditorResults')
|
|
38
38
|
Auditors = Shapes::ListShape.new(name: 'Auditors')
|
|
39
39
|
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
|
40
|
+
BatchDeleteByResourceArns = Shapes::StructureShape.new(name: 'BatchDeleteByResourceArns')
|
|
41
|
+
BatchDeleteByResourceArnsResourceArnsList = Shapes::ListShape.new(name: 'BatchDeleteByResourceArnsResourceArnsList')
|
|
42
|
+
BatchDeleteByResourceArnsResourceArnsListMemberString = Shapes::StringShape.new(name: 'BatchDeleteByResourceArnsResourceArnsListMemberString')
|
|
43
|
+
BatchDeleteDeletionTarget = Shapes::UnionShape.new(name: 'BatchDeleteDeletionTarget')
|
|
44
|
+
BatchDeleteError = Shapes::StructureShape.new(name: 'BatchDeleteError')
|
|
45
|
+
BatchDeleteErrorCode = Shapes::StringShape.new(name: 'BatchDeleteErrorCode')
|
|
46
|
+
BatchDeleteErrorList = Shapes::ListShape.new(name: 'BatchDeleteErrorList')
|
|
47
|
+
BatchDeleteInstrumentationConfigurationsRequest = Shapes::StructureShape.new(name: 'BatchDeleteInstrumentationConfigurationsRequest')
|
|
48
|
+
BatchDeleteInstrumentationConfigurationsResponse = Shapes::StructureShape.new(name: 'BatchDeleteInstrumentationConfigurationsResponse')
|
|
49
|
+
BatchDeleteScope = Shapes::StructureShape.new(name: 'BatchDeleteScope')
|
|
50
|
+
BatchDeleteScopeEnvironmentString = Shapes::StringShape.new(name: 'BatchDeleteScopeEnvironmentString')
|
|
51
|
+
BatchDeleteScopeServiceString = Shapes::StringShape.new(name: 'BatchDeleteScopeServiceString')
|
|
52
|
+
BatchDeleteSuccessfulDeletion = Shapes::StructureShape.new(name: 'BatchDeleteSuccessfulDeletion')
|
|
53
|
+
BatchDeleteSuccessfulDeletionList = Shapes::ListShape.new(name: 'BatchDeleteSuccessfulDeletionList')
|
|
40
54
|
BatchGetServiceLevelObjectiveBudgetReportInput = Shapes::StructureShape.new(name: 'BatchGetServiceLevelObjectiveBudgetReportInput')
|
|
41
55
|
BatchGetServiceLevelObjectiveBudgetReportOutput = Shapes::StructureShape.new(name: 'BatchGetServiceLevelObjectiveBudgetReportOutput')
|
|
42
56
|
BatchUpdateExclusionWindowsError = Shapes::StructureShape.new(name: 'BatchUpdateExclusionWindowsError')
|
|
@@ -52,18 +66,51 @@ module Aws::ApplicationSignals
|
|
|
52
66
|
CalendarInterval = Shapes::StructureShape.new(name: 'CalendarInterval')
|
|
53
67
|
CalendarIntervalDuration = Shapes::IntegerShape.new(name: 'CalendarIntervalDuration')
|
|
54
68
|
CanaryEntity = Shapes::StructureShape.new(name: 'CanaryEntity')
|
|
69
|
+
CaptureConfiguration = Shapes::UnionShape.new(name: 'CaptureConfiguration')
|
|
70
|
+
CaptureLimitsConfig = Shapes::StructureShape.new(name: 'CaptureLimitsConfig')
|
|
71
|
+
CaptureLimitsConfigMaxCollectionDepthInteger = Shapes::IntegerShape.new(name: 'CaptureLimitsConfigMaxCollectionDepthInteger')
|
|
72
|
+
CaptureLimitsConfigMaxCollectionWidthInteger = Shapes::IntegerShape.new(name: 'CaptureLimitsConfigMaxCollectionWidthInteger')
|
|
73
|
+
CaptureLimitsConfigMaxFieldsPerObjectInteger = Shapes::IntegerShape.new(name: 'CaptureLimitsConfigMaxFieldsPerObjectInteger')
|
|
74
|
+
CaptureLimitsConfigMaxHitsInteger = Shapes::IntegerShape.new(name: 'CaptureLimitsConfigMaxHitsInteger')
|
|
75
|
+
CaptureLimitsConfigMaxObjectDepthInteger = Shapes::IntegerShape.new(name: 'CaptureLimitsConfigMaxObjectDepthInteger')
|
|
76
|
+
CaptureLimitsConfigMaxStackFramesInteger = Shapes::IntegerShape.new(name: 'CaptureLimitsConfigMaxStackFramesInteger')
|
|
77
|
+
CaptureLimitsConfigMaxStackTraceSizeInteger = Shapes::IntegerShape.new(name: 'CaptureLimitsConfigMaxStackTraceSizeInteger')
|
|
78
|
+
CaptureLimitsConfigMaxStringLengthInteger = Shapes::IntegerShape.new(name: 'CaptureLimitsConfigMaxStringLengthInteger')
|
|
55
79
|
ChangeEvent = Shapes::StructureShape.new(name: 'ChangeEvent')
|
|
56
80
|
ChangeEventType = Shapes::StringShape.new(name: 'ChangeEventType')
|
|
57
81
|
ChangeEvents = Shapes::ListShape.new(name: 'ChangeEvents')
|
|
82
|
+
CodeCaptureConfiguration = Shapes::StructureShape.new(name: 'CodeCaptureConfiguration')
|
|
83
|
+
CodeCaptureConfigurationCaptureArgumentsList = Shapes::ListShape.new(name: 'CodeCaptureConfigurationCaptureArgumentsList')
|
|
84
|
+
CodeCaptureConfigurationCaptureArgumentsListMemberString = Shapes::StringShape.new(name: 'CodeCaptureConfigurationCaptureArgumentsListMemberString')
|
|
85
|
+
CodeCaptureConfigurationCaptureLocalsList = Shapes::ListShape.new(name: 'CodeCaptureConfigurationCaptureLocalsList')
|
|
86
|
+
CodeCaptureConfigurationCaptureLocalsListMemberString = Shapes::StringShape.new(name: 'CodeCaptureConfigurationCaptureLocalsListMemberString')
|
|
87
|
+
CodeLocation = Shapes::StructureShape.new(name: 'CodeLocation')
|
|
88
|
+
CodeLocationClassNameString = Shapes::StringShape.new(name: 'CodeLocationClassNameString')
|
|
89
|
+
CodeLocationCodeUnitString = Shapes::StringShape.new(name: 'CodeLocationCodeUnitString')
|
|
90
|
+
CodeLocationFilePathString = Shapes::StringShape.new(name: 'CodeLocationFilePathString')
|
|
91
|
+
CodeLocationLineNumberInteger = Shapes::IntegerShape.new(name: 'CodeLocationLineNumberInteger')
|
|
92
|
+
CodeLocationMethodNameString = Shapes::StringShape.new(name: 'CodeLocationMethodNameString')
|
|
58
93
|
CompositeSliComponent = Shapes::UnionShape.new(name: 'CompositeSliComponent')
|
|
59
94
|
CompositeSliComponents = Shapes::ListShape.new(name: 'CompositeSliComponents')
|
|
60
95
|
CompositeSliConfig = Shapes::StructureShape.new(name: 'CompositeSliConfig')
|
|
61
96
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
62
97
|
ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
|
|
98
|
+
CreateInstrumentationConfigurationRequest = Shapes::StructureShape.new(name: 'CreateInstrumentationConfigurationRequest')
|
|
99
|
+
CreateInstrumentationConfigurationRequestDescriptionString = Shapes::StringShape.new(name: 'CreateInstrumentationConfigurationRequestDescriptionString')
|
|
100
|
+
CreateInstrumentationConfigurationRequestEnvironmentString = Shapes::StringShape.new(name: 'CreateInstrumentationConfigurationRequestEnvironmentString')
|
|
101
|
+
CreateInstrumentationConfigurationRequestServiceString = Shapes::StringShape.new(name: 'CreateInstrumentationConfigurationRequestServiceString')
|
|
102
|
+
CreateInstrumentationConfigurationResponse = Shapes::StructureShape.new(name: 'CreateInstrumentationConfigurationResponse')
|
|
103
|
+
CreateInstrumentationConfigurationResponseEnvironmentString = Shapes::StringShape.new(name: 'CreateInstrumentationConfigurationResponseEnvironmentString')
|
|
104
|
+
CreateInstrumentationConfigurationResponseLocationHashString = Shapes::StringShape.new(name: 'CreateInstrumentationConfigurationResponseLocationHashString')
|
|
105
|
+
CreateInstrumentationConfigurationResponseServiceString = Shapes::StringShape.new(name: 'CreateInstrumentationConfigurationResponseServiceString')
|
|
63
106
|
CreateServiceLevelObjectiveInput = Shapes::StructureShape.new(name: 'CreateServiceLevelObjectiveInput')
|
|
64
107
|
CreateServiceLevelObjectiveOutput = Shapes::StructureShape.new(name: 'CreateServiceLevelObjectiveOutput')
|
|
65
108
|
DataMap = Shapes::MapShape.new(name: 'DataMap')
|
|
66
109
|
DeleteGroupingConfigurationOutput = Shapes::StructureShape.new(name: 'DeleteGroupingConfigurationOutput')
|
|
110
|
+
DeleteInstrumentationConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteInstrumentationConfigurationRequest')
|
|
111
|
+
DeleteInstrumentationConfigurationRequestEnvironmentString = Shapes::StringShape.new(name: 'DeleteInstrumentationConfigurationRequestEnvironmentString')
|
|
112
|
+
DeleteInstrumentationConfigurationRequestServiceString = Shapes::StringShape.new(name: 'DeleteInstrumentationConfigurationRequestServiceString')
|
|
113
|
+
DeleteInstrumentationConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteInstrumentationConfigurationResponse')
|
|
67
114
|
DeleteServiceLevelObjectiveInput = Shapes::StructureShape.new(name: 'DeleteServiceLevelObjectiveInput')
|
|
68
115
|
DeleteServiceLevelObjectiveOutput = Shapes::StructureShape.new(name: 'DeleteServiceLevelObjectiveOutput')
|
|
69
116
|
DependencyConfig = Shapes::StructureShape.new(name: 'DependencyConfig')
|
|
@@ -75,6 +122,12 @@ module Aws::ApplicationSignals
|
|
|
75
122
|
Dimensions = Shapes::ListShape.new(name: 'Dimensions')
|
|
76
123
|
Double = Shapes::FloatShape.new(name: 'Double')
|
|
77
124
|
DurationUnit = Shapes::StringShape.new(name: 'DurationUnit')
|
|
125
|
+
DynamicInstrumentationAttributeFilterGroup = Shapes::MapShape.new(name: 'DynamicInstrumentationAttributeFilterGroup')
|
|
126
|
+
DynamicInstrumentationAttributeFilterGroupKeyString = Shapes::StringShape.new(name: 'DynamicInstrumentationAttributeFilterGroupKeyString')
|
|
127
|
+
DynamicInstrumentationAttributeFilterGroupValueString = Shapes::StringShape.new(name: 'DynamicInstrumentationAttributeFilterGroupValueString')
|
|
128
|
+
DynamicInstrumentationAttributeFilters = Shapes::ListShape.new(name: 'DynamicInstrumentationAttributeFilters')
|
|
129
|
+
DynamicInstrumentationDeletionStatus = Shapes::StringShape.new(name: 'DynamicInstrumentationDeletionStatus')
|
|
130
|
+
DynamicInstrumentationSignalType = Shapes::StringShape.new(name: 'DynamicInstrumentationSignalType')
|
|
78
131
|
Edge = Shapes::StructureShape.new(name: 'Edge')
|
|
79
132
|
Edges = Shapes::ListShape.new(name: 'Edges')
|
|
80
133
|
EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
|
|
@@ -86,6 +139,17 @@ module Aws::ApplicationSignals
|
|
|
86
139
|
ExclusionWindows = Shapes::ListShape.new(name: 'ExclusionWindows')
|
|
87
140
|
Expression = Shapes::StringShape.new(name: 'Expression')
|
|
88
141
|
FaultDescription = Shapes::StringShape.new(name: 'FaultDescription')
|
|
142
|
+
GetInstrumentationConfigurationRequest = Shapes::StructureShape.new(name: 'GetInstrumentationConfigurationRequest')
|
|
143
|
+
GetInstrumentationConfigurationRequestEnvironmentString = Shapes::StringShape.new(name: 'GetInstrumentationConfigurationRequestEnvironmentString')
|
|
144
|
+
GetInstrumentationConfigurationRequestServiceString = Shapes::StringShape.new(name: 'GetInstrumentationConfigurationRequestServiceString')
|
|
145
|
+
GetInstrumentationConfigurationResponse = Shapes::StructureShape.new(name: 'GetInstrumentationConfigurationResponse')
|
|
146
|
+
GetInstrumentationConfigurationStatusRequest = Shapes::StructureShape.new(name: 'GetInstrumentationConfigurationStatusRequest')
|
|
147
|
+
GetInstrumentationConfigurationStatusRequestEnvironmentString = Shapes::StringShape.new(name: 'GetInstrumentationConfigurationStatusRequestEnvironmentString')
|
|
148
|
+
GetInstrumentationConfigurationStatusRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'GetInstrumentationConfigurationStatusRequestMaxResultsInteger')
|
|
149
|
+
GetInstrumentationConfigurationStatusRequestServiceString = Shapes::StringShape.new(name: 'GetInstrumentationConfigurationStatusRequestServiceString')
|
|
150
|
+
GetInstrumentationConfigurationStatusResponse = Shapes::StructureShape.new(name: 'GetInstrumentationConfigurationStatusResponse')
|
|
151
|
+
GetInstrumentationConfigurationStatusResponseEnvironmentString = Shapes::StringShape.new(name: 'GetInstrumentationConfigurationStatusResponseEnvironmentString')
|
|
152
|
+
GetInstrumentationConfigurationStatusResponseServiceString = Shapes::StringShape.new(name: 'GetInstrumentationConfigurationStatusResponseServiceString')
|
|
89
153
|
GetServiceInput = Shapes::StructureShape.new(name: 'GetServiceInput')
|
|
90
154
|
GetServiceLevelObjectiveInput = Shapes::StructureShape.new(name: 'GetServiceLevelObjectiveInput')
|
|
91
155
|
GetServiceLevelObjectiveOutput = Shapes::StructureShape.new(name: 'GetServiceLevelObjectiveOutput')
|
|
@@ -100,6 +164,28 @@ module Aws::ApplicationSignals
|
|
|
100
164
|
GroupingConfiguration = Shapes::StructureShape.new(name: 'GroupingConfiguration')
|
|
101
165
|
GroupingSourceKeyStringList = Shapes::ListShape.new(name: 'GroupingSourceKeyStringList')
|
|
102
166
|
GroupingString = Shapes::StringShape.new(name: 'GroupingString')
|
|
167
|
+
InstrumentationConfiguration = Shapes::StructureShape.new(name: 'InstrumentationConfiguration')
|
|
168
|
+
InstrumentationConfigurationArn = Shapes::StringShape.new(name: 'InstrumentationConfigurationArn')
|
|
169
|
+
InstrumentationConfigurationDescriptionString = Shapes::StringShape.new(name: 'InstrumentationConfigurationDescriptionString')
|
|
170
|
+
InstrumentationConfigurationEnvironmentString = Shapes::StringShape.new(name: 'InstrumentationConfigurationEnvironmentString')
|
|
171
|
+
InstrumentationConfigurationLocationHashString = Shapes::StringShape.new(name: 'InstrumentationConfigurationLocationHashString')
|
|
172
|
+
InstrumentationConfigurationServiceString = Shapes::StringShape.new(name: 'InstrumentationConfigurationServiceString')
|
|
173
|
+
InstrumentationConfigurationStatus = Shapes::StringShape.new(name: 'InstrumentationConfigurationStatus')
|
|
174
|
+
InstrumentationConfigurationStatusReport = Shapes::StructureShape.new(name: 'InstrumentationConfigurationStatusReport')
|
|
175
|
+
InstrumentationConfigurationStatusReportLocationHashString = Shapes::StringShape.new(name: 'InstrumentationConfigurationStatusReportLocationHashString')
|
|
176
|
+
InstrumentationConfigurationWithoutServiceEnv = Shapes::StructureShape.new(name: 'InstrumentationConfigurationWithoutServiceEnv')
|
|
177
|
+
InstrumentationConfigurationWithoutServiceEnvDescriptionString = Shapes::StringShape.new(name: 'InstrumentationConfigurationWithoutServiceEnvDescriptionString')
|
|
178
|
+
InstrumentationConfigurationWithoutServiceEnvLocationHashString = Shapes::StringShape.new(name: 'InstrumentationConfigurationWithoutServiceEnvLocationHashString')
|
|
179
|
+
InstrumentationConfigurationsPage = Shapes::StructureShape.new(name: 'InstrumentationConfigurationsPage')
|
|
180
|
+
InstrumentationConfigurationsPageEnvironmentString = Shapes::StringShape.new(name: 'InstrumentationConfigurationsPageEnvironmentString')
|
|
181
|
+
InstrumentationConfigurationsPageServiceString = Shapes::StringShape.new(name: 'InstrumentationConfigurationsPageServiceString')
|
|
182
|
+
InstrumentationConfigurationsPageSyncIntervalInteger = Shapes::IntegerShape.new(name: 'InstrumentationConfigurationsPageSyncIntervalInteger')
|
|
183
|
+
InstrumentationConfigurationsWithoutServiceEnv = Shapes::ListShape.new(name: 'InstrumentationConfigurationsWithoutServiceEnv')
|
|
184
|
+
InstrumentationErrorCause = Shapes::StringShape.new(name: 'InstrumentationErrorCause')
|
|
185
|
+
InstrumentationStatusEvent = Shapes::StructureShape.new(name: 'InstrumentationStatusEvent')
|
|
186
|
+
InstrumentationStatusEventList = Shapes::ListShape.new(name: 'InstrumentationStatusEventList')
|
|
187
|
+
InstrumentationType = Shapes::StringShape.new(name: 'InstrumentationType')
|
|
188
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
103
189
|
Interval = Shapes::UnionShape.new(name: 'Interval')
|
|
104
190
|
KeyAttributeName = Shapes::StringShape.new(name: 'KeyAttributeName')
|
|
105
191
|
KeyAttributeValue = Shapes::StringShape.new(name: 'KeyAttributeValue')
|
|
@@ -112,6 +198,10 @@ module Aws::ApplicationSignals
|
|
|
112
198
|
ListEntityEventsOutput = Shapes::StructureShape.new(name: 'ListEntityEventsOutput')
|
|
113
199
|
ListGroupingAttributeDefinitionsInput = Shapes::StructureShape.new(name: 'ListGroupingAttributeDefinitionsInput')
|
|
114
200
|
ListGroupingAttributeDefinitionsOutput = Shapes::StructureShape.new(name: 'ListGroupingAttributeDefinitionsOutput')
|
|
201
|
+
ListInstrumentationConfigurationsRequest = Shapes::StructureShape.new(name: 'ListInstrumentationConfigurationsRequest')
|
|
202
|
+
ListInstrumentationConfigurationsRequestEnvironmentString = Shapes::StringShape.new(name: 'ListInstrumentationConfigurationsRequestEnvironmentString')
|
|
203
|
+
ListInstrumentationConfigurationsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListInstrumentationConfigurationsRequestMaxResultsInteger')
|
|
204
|
+
ListInstrumentationConfigurationsRequestServiceString = Shapes::StringShape.new(name: 'ListInstrumentationConfigurationsRequestServiceString')
|
|
115
205
|
ListServiceDependenciesInput = Shapes::StructureShape.new(name: 'ListServiceDependenciesInput')
|
|
116
206
|
ListServiceDependenciesMaxResults = Shapes::IntegerShape.new(name: 'ListServiceDependenciesMaxResults')
|
|
117
207
|
ListServiceDependenciesOutput = Shapes::StructureShape.new(name: 'ListServiceDependenciesOutput')
|
|
@@ -135,6 +225,9 @@ module Aws::ApplicationSignals
|
|
|
135
225
|
ListServicesOutput = Shapes::StructureShape.new(name: 'ListServicesOutput')
|
|
136
226
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
137
227
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
228
|
+
Location = Shapes::UnionShape.new(name: 'Location')
|
|
229
|
+
LocationIdentifier = Shapes::UnionShape.new(name: 'LocationIdentifier')
|
|
230
|
+
LocationIdentifierLocationHashString = Shapes::StringShape.new(name: 'LocationIdentifierLocationHashString')
|
|
138
231
|
LogGroupReferences = Shapes::ListShape.new(name: 'LogGroupReferences')
|
|
139
232
|
Metric = Shapes::StructureShape.new(name: 'Metric')
|
|
140
233
|
MetricDataQueries = Shapes::ListShape.new(name: 'MetricDataQueries')
|
|
@@ -158,9 +251,17 @@ module Aws::ApplicationSignals
|
|
|
158
251
|
Nodes = Shapes::ListShape.new(name: 'Nodes')
|
|
159
252
|
OperationName = Shapes::StringShape.new(name: 'OperationName')
|
|
160
253
|
Period = Shapes::IntegerShape.new(name: 'Period')
|
|
254
|
+
ProgrammingLanguage = Shapes::StringShape.new(name: 'ProgrammingLanguage')
|
|
161
255
|
PutGroupingConfigurationInput = Shapes::StructureShape.new(name: 'PutGroupingConfigurationInput')
|
|
162
256
|
PutGroupingConfigurationOutput = Shapes::StructureShape.new(name: 'PutGroupingConfigurationOutput')
|
|
163
257
|
RecurrenceRule = Shapes::StructureShape.new(name: 'RecurrenceRule')
|
|
258
|
+
ReportInstrumentationConfigurationStatusRequest = Shapes::StructureShape.new(name: 'ReportInstrumentationConfigurationStatusRequest')
|
|
259
|
+
ReportInstrumentationConfigurationStatusRequestConfigurationsList = Shapes::ListShape.new(name: 'ReportInstrumentationConfigurationStatusRequestConfigurationsList')
|
|
260
|
+
ReportInstrumentationConfigurationStatusRequestEnvironmentString = Shapes::StringShape.new(name: 'ReportInstrumentationConfigurationStatusRequestEnvironmentString')
|
|
261
|
+
ReportInstrumentationConfigurationStatusRequestServiceString = Shapes::StringShape.new(name: 'ReportInstrumentationConfigurationStatusRequestServiceString')
|
|
262
|
+
ReportInstrumentationConfigurationStatusResponse = Shapes::StructureShape.new(name: 'ReportInstrumentationConfigurationStatusResponse')
|
|
263
|
+
ReportInstrumentationConfigurationStatusResponseEnvironmentString = Shapes::StringShape.new(name: 'ReportInstrumentationConfigurationStatusResponseEnvironmentString')
|
|
264
|
+
ReportInstrumentationConfigurationStatusResponseServiceString = Shapes::StringShape.new(name: 'ReportInstrumentationConfigurationStatusResponseServiceString')
|
|
164
265
|
RequestBasedServiceLevelIndicator = Shapes::StructureShape.new(name: 'RequestBasedServiceLevelIndicator')
|
|
165
266
|
RequestBasedServiceLevelIndicatorConfig = Shapes::StructureShape.new(name: 'RequestBasedServiceLevelIndicatorConfig')
|
|
166
267
|
RequestBasedServiceLevelIndicatorMetric = Shapes::StructureShape.new(name: 'RequestBasedServiceLevelIndicatorMetric')
|
|
@@ -233,6 +334,10 @@ module Aws::ApplicationSignals
|
|
|
233
334
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
234
335
|
TotalBudgetRequests = Shapes::IntegerShape.new(name: 'TotalBudgetRequests')
|
|
235
336
|
TotalBudgetSeconds = Shapes::IntegerShape.new(name: 'TotalBudgetSeconds')
|
|
337
|
+
UnprocessedStatusEvent = Shapes::StructureShape.new(name: 'UnprocessedStatusEvent')
|
|
338
|
+
UnprocessedStatusEventFailureReason = Shapes::StringShape.new(name: 'UnprocessedStatusEventFailureReason')
|
|
339
|
+
UnprocessedStatusEventList = Shapes::ListShape.new(name: 'UnprocessedStatusEventList')
|
|
340
|
+
UnprocessedStatusEventLocationHashString = Shapes::StringShape.new(name: 'UnprocessedStatusEventLocationHashString')
|
|
236
341
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
237
342
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
238
343
|
UpdateServiceLevelObjectiveInput = Shapes::StructureShape.new(name: 'UpdateServiceLevelObjectiveInput')
|
|
@@ -299,6 +404,47 @@ module Aws::ApplicationSignals
|
|
|
299
404
|
|
|
300
405
|
Auditors.member = Shapes::ShapeRef.new(shape: String)
|
|
301
406
|
|
|
407
|
+
BatchDeleteByResourceArns.add_member(:resource_arns, Shapes::ShapeRef.new(shape: BatchDeleteByResourceArnsResourceArnsList, required: true, location_name: "ResourceArns"))
|
|
408
|
+
BatchDeleteByResourceArns.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
409
|
+
BatchDeleteByResourceArns.struct_class = Types::BatchDeleteByResourceArns
|
|
410
|
+
|
|
411
|
+
BatchDeleteByResourceArnsResourceArnsList.member = Shapes::ShapeRef.new(shape: BatchDeleteByResourceArnsResourceArnsListMemberString)
|
|
412
|
+
|
|
413
|
+
BatchDeleteDeletionTarget.add_member(:scope, Shapes::ShapeRef.new(shape: BatchDeleteScope, location_name: "Scope"))
|
|
414
|
+
BatchDeleteDeletionTarget.add_member(:resource_arns, Shapes::ShapeRef.new(shape: BatchDeleteByResourceArns, location_name: "ResourceArns"))
|
|
415
|
+
BatchDeleteDeletionTarget.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
416
|
+
BatchDeleteDeletionTarget.add_member_subclass(:scope, Types::BatchDeleteDeletionTarget::Scope)
|
|
417
|
+
BatchDeleteDeletionTarget.add_member_subclass(:resource_arns, Types::BatchDeleteDeletionTarget::ResourceArns)
|
|
418
|
+
BatchDeleteDeletionTarget.add_member_subclass(:unknown, Types::BatchDeleteDeletionTarget::Unknown)
|
|
419
|
+
BatchDeleteDeletionTarget.struct_class = Types::BatchDeleteDeletionTarget
|
|
420
|
+
|
|
421
|
+
BatchDeleteError.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
|
|
422
|
+
BatchDeleteError.add_member(:code, Shapes::ShapeRef.new(shape: BatchDeleteErrorCode, required: true, location_name: "Code"))
|
|
423
|
+
BatchDeleteError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
424
|
+
BatchDeleteError.struct_class = Types::BatchDeleteError
|
|
425
|
+
|
|
426
|
+
BatchDeleteErrorList.member = Shapes::ShapeRef.new(shape: BatchDeleteError)
|
|
427
|
+
|
|
428
|
+
BatchDeleteInstrumentationConfigurationsRequest.add_member(:deletion_target, Shapes::ShapeRef.new(shape: BatchDeleteDeletionTarget, required: true, location_name: "DeletionTarget"))
|
|
429
|
+
BatchDeleteInstrumentationConfigurationsRequest.struct_class = Types::BatchDeleteInstrumentationConfigurationsRequest
|
|
430
|
+
|
|
431
|
+
BatchDeleteInstrumentationConfigurationsResponse.add_member(:deleted_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "DeletedCount"))
|
|
432
|
+
BatchDeleteInstrumentationConfigurationsResponse.add_member(:successful_deletions, Shapes::ShapeRef.new(shape: BatchDeleteSuccessfulDeletionList, required: true, location_name: "SuccessfulDeletions"))
|
|
433
|
+
BatchDeleteInstrumentationConfigurationsResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchDeleteErrorList, required: true, location_name: "Errors"))
|
|
434
|
+
BatchDeleteInstrumentationConfigurationsResponse.struct_class = Types::BatchDeleteInstrumentationConfigurationsResponse
|
|
435
|
+
|
|
436
|
+
BatchDeleteScope.add_member(:service, Shapes::ShapeRef.new(shape: BatchDeleteScopeServiceString, required: true, location_name: "Service"))
|
|
437
|
+
BatchDeleteScope.add_member(:environment, Shapes::ShapeRef.new(shape: BatchDeleteScopeEnvironmentString, required: true, location_name: "Environment"))
|
|
438
|
+
BatchDeleteScope.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
439
|
+
BatchDeleteScope.struct_class = Types::BatchDeleteScope
|
|
440
|
+
|
|
441
|
+
BatchDeleteSuccessfulDeletion.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
|
|
442
|
+
BatchDeleteSuccessfulDeletion.add_member(:signal_type, Shapes::ShapeRef.new(shape: String, location_name: "SignalType"))
|
|
443
|
+
BatchDeleteSuccessfulDeletion.add_member(:location_hash, Shapes::ShapeRef.new(shape: String, location_name: "LocationHash"))
|
|
444
|
+
BatchDeleteSuccessfulDeletion.struct_class = Types::BatchDeleteSuccessfulDeletion
|
|
445
|
+
|
|
446
|
+
BatchDeleteSuccessfulDeletionList.member = Shapes::ShapeRef.new(shape: BatchDeleteSuccessfulDeletion)
|
|
447
|
+
|
|
302
448
|
BatchGetServiceLevelObjectiveBudgetReportInput.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
|
|
303
449
|
BatchGetServiceLevelObjectiveBudgetReportInput.add_member(:slo_ids, Shapes::ShapeRef.new(shape: ServiceLevelObjectiveIds, required: true, location_name: "SloIds"))
|
|
304
450
|
BatchGetServiceLevelObjectiveBudgetReportInput.struct_class = Types::BatchGetServiceLevelObjectiveBudgetReportInput
|
|
@@ -337,6 +483,22 @@ module Aws::ApplicationSignals
|
|
|
337
483
|
CanaryEntity.add_member(:canary_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CanaryName"))
|
|
338
484
|
CanaryEntity.struct_class = Types::CanaryEntity
|
|
339
485
|
|
|
486
|
+
CaptureConfiguration.add_member(:code_capture, Shapes::ShapeRef.new(shape: CodeCaptureConfiguration, location_name: "CodeCapture"))
|
|
487
|
+
CaptureConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
488
|
+
CaptureConfiguration.add_member_subclass(:code_capture, Types::CaptureConfiguration::CodeCapture)
|
|
489
|
+
CaptureConfiguration.add_member_subclass(:unknown, Types::CaptureConfiguration::Unknown)
|
|
490
|
+
CaptureConfiguration.struct_class = Types::CaptureConfiguration
|
|
491
|
+
|
|
492
|
+
CaptureLimitsConfig.add_member(:max_hits, Shapes::ShapeRef.new(shape: CaptureLimitsConfigMaxHitsInteger, location_name: "MaxHits"))
|
|
493
|
+
CaptureLimitsConfig.add_member(:max_string_length, Shapes::ShapeRef.new(shape: CaptureLimitsConfigMaxStringLengthInteger, location_name: "MaxStringLength"))
|
|
494
|
+
CaptureLimitsConfig.add_member(:max_collection_width, Shapes::ShapeRef.new(shape: CaptureLimitsConfigMaxCollectionWidthInteger, location_name: "MaxCollectionWidth"))
|
|
495
|
+
CaptureLimitsConfig.add_member(:max_collection_depth, Shapes::ShapeRef.new(shape: CaptureLimitsConfigMaxCollectionDepthInteger, location_name: "MaxCollectionDepth"))
|
|
496
|
+
CaptureLimitsConfig.add_member(:max_stack_frames, Shapes::ShapeRef.new(shape: CaptureLimitsConfigMaxStackFramesInteger, location_name: "MaxStackFrames"))
|
|
497
|
+
CaptureLimitsConfig.add_member(:max_stack_trace_size, Shapes::ShapeRef.new(shape: CaptureLimitsConfigMaxStackTraceSizeInteger, location_name: "MaxStackTraceSize"))
|
|
498
|
+
CaptureLimitsConfig.add_member(:max_object_depth, Shapes::ShapeRef.new(shape: CaptureLimitsConfigMaxObjectDepthInteger, location_name: "MaxObjectDepth"))
|
|
499
|
+
CaptureLimitsConfig.add_member(:max_fields_per_object, Shapes::ShapeRef.new(shape: CaptureLimitsConfigMaxFieldsPerObjectInteger, location_name: "MaxFieldsPerObject"))
|
|
500
|
+
CaptureLimitsConfig.struct_class = Types::CaptureLimitsConfig
|
|
501
|
+
|
|
340
502
|
ChangeEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
|
|
341
503
|
ChangeEvent.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "AccountId"))
|
|
342
504
|
ChangeEvent.add_member(:region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Region"))
|
|
@@ -349,6 +511,25 @@ module Aws::ApplicationSignals
|
|
|
349
511
|
|
|
350
512
|
ChangeEvents.member = Shapes::ShapeRef.new(shape: ChangeEvent)
|
|
351
513
|
|
|
514
|
+
CodeCaptureConfiguration.add_member(:capture_arguments, Shapes::ShapeRef.new(shape: CodeCaptureConfigurationCaptureArgumentsList, location_name: "CaptureArguments"))
|
|
515
|
+
CodeCaptureConfiguration.add_member(:capture_return, Shapes::ShapeRef.new(shape: Boolean, location_name: "CaptureReturn"))
|
|
516
|
+
CodeCaptureConfiguration.add_member(:capture_stack_trace, Shapes::ShapeRef.new(shape: Boolean, location_name: "CaptureStackTrace"))
|
|
517
|
+
CodeCaptureConfiguration.add_member(:capture_locals, Shapes::ShapeRef.new(shape: CodeCaptureConfigurationCaptureLocalsList, location_name: "CaptureLocals"))
|
|
518
|
+
CodeCaptureConfiguration.add_member(:capture_limits, Shapes::ShapeRef.new(shape: CaptureLimitsConfig, required: true, location_name: "CaptureLimits"))
|
|
519
|
+
CodeCaptureConfiguration.struct_class = Types::CodeCaptureConfiguration
|
|
520
|
+
|
|
521
|
+
CodeCaptureConfigurationCaptureArgumentsList.member = Shapes::ShapeRef.new(shape: CodeCaptureConfigurationCaptureArgumentsListMemberString)
|
|
522
|
+
|
|
523
|
+
CodeCaptureConfigurationCaptureLocalsList.member = Shapes::ShapeRef.new(shape: CodeCaptureConfigurationCaptureLocalsListMemberString)
|
|
524
|
+
|
|
525
|
+
CodeLocation.add_member(:language, Shapes::ShapeRef.new(shape: ProgrammingLanguage, required: true, location_name: "Language"))
|
|
526
|
+
CodeLocation.add_member(:code_unit, Shapes::ShapeRef.new(shape: CodeLocationCodeUnitString, location_name: "CodeUnit"))
|
|
527
|
+
CodeLocation.add_member(:class_name, Shapes::ShapeRef.new(shape: CodeLocationClassNameString, location_name: "ClassName"))
|
|
528
|
+
CodeLocation.add_member(:method_name, Shapes::ShapeRef.new(shape: CodeLocationMethodNameString, location_name: "MethodName"))
|
|
529
|
+
CodeLocation.add_member(:file_path, Shapes::ShapeRef.new(shape: CodeLocationFilePathString, required: true, location_name: "FilePath"))
|
|
530
|
+
CodeLocation.add_member(:line_number, Shapes::ShapeRef.new(shape: CodeLocationLineNumberInteger, location_name: "LineNumber"))
|
|
531
|
+
CodeLocation.struct_class = Types::CodeLocation
|
|
532
|
+
|
|
352
533
|
CompositeSliComponent.add_member(:operation_name, Shapes::ShapeRef.new(shape: OperationName, location_name: "OperationName"))
|
|
353
534
|
CompositeSliComponent.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
354
535
|
CompositeSliComponent.add_member_subclass(:operation_name, Types::CompositeSliComponent::OperationName)
|
|
@@ -364,6 +545,32 @@ module Aws::ApplicationSignals
|
|
|
364
545
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
365
546
|
ConflictException.struct_class = Types::ConflictException
|
|
366
547
|
|
|
548
|
+
CreateInstrumentationConfigurationRequest.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
549
|
+
CreateInstrumentationConfigurationRequest.add_member(:service, Shapes::ShapeRef.new(shape: CreateInstrumentationConfigurationRequestServiceString, required: true, location_name: "Service"))
|
|
550
|
+
CreateInstrumentationConfigurationRequest.add_member(:environment, Shapes::ShapeRef.new(shape: CreateInstrumentationConfigurationRequestEnvironmentString, required: true, location_name: "Environment"))
|
|
551
|
+
CreateInstrumentationConfigurationRequest.add_member(:signal_type, Shapes::ShapeRef.new(shape: DynamicInstrumentationSignalType, required: true, location_name: "SignalType"))
|
|
552
|
+
CreateInstrumentationConfigurationRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "Location"))
|
|
553
|
+
CreateInstrumentationConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: CreateInstrumentationConfigurationRequestDescriptionString, location_name: "Description"))
|
|
554
|
+
CreateInstrumentationConfigurationRequest.add_member(:expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpiresAt"))
|
|
555
|
+
CreateInstrumentationConfigurationRequest.add_member(:attribute_filters, Shapes::ShapeRef.new(shape: DynamicInstrumentationAttributeFilters, location_name: "AttributeFilters"))
|
|
556
|
+
CreateInstrumentationConfigurationRequest.add_member(:capture_configuration, Shapes::ShapeRef.new(shape: CaptureConfiguration, required: true, location_name: "CaptureConfiguration"))
|
|
557
|
+
CreateInstrumentationConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
558
|
+
CreateInstrumentationConfigurationRequest.struct_class = Types::CreateInstrumentationConfigurationRequest
|
|
559
|
+
|
|
560
|
+
CreateInstrumentationConfigurationResponse.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
561
|
+
CreateInstrumentationConfigurationResponse.add_member(:service, Shapes::ShapeRef.new(shape: CreateInstrumentationConfigurationResponseServiceString, required: true, location_name: "Service"))
|
|
562
|
+
CreateInstrumentationConfigurationResponse.add_member(:environment, Shapes::ShapeRef.new(shape: CreateInstrumentationConfigurationResponseEnvironmentString, required: true, location_name: "Environment"))
|
|
563
|
+
CreateInstrumentationConfigurationResponse.add_member(:signal_type, Shapes::ShapeRef.new(shape: DynamicInstrumentationSignalType, required: true, location_name: "SignalType"))
|
|
564
|
+
CreateInstrumentationConfigurationResponse.add_member(:location, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "Location"))
|
|
565
|
+
CreateInstrumentationConfigurationResponse.add_member(:location_hash, Shapes::ShapeRef.new(shape: CreateInstrumentationConfigurationResponseLocationHashString, required: true, location_name: "LocationHash"))
|
|
566
|
+
CreateInstrumentationConfigurationResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
567
|
+
CreateInstrumentationConfigurationResponse.add_member(:expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpiresAt"))
|
|
568
|
+
CreateInstrumentationConfigurationResponse.add_member(:attribute_filters, Shapes::ShapeRef.new(shape: DynamicInstrumentationAttributeFilters, location_name: "AttributeFilters"))
|
|
569
|
+
CreateInstrumentationConfigurationResponse.add_member(:capture_configuration, Shapes::ShapeRef.new(shape: CaptureConfiguration, required: true, location_name: "CaptureConfiguration"))
|
|
570
|
+
CreateInstrumentationConfigurationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
|
571
|
+
CreateInstrumentationConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: InstrumentationConfigurationArn, required: true, location_name: "ARN"))
|
|
572
|
+
CreateInstrumentationConfigurationResponse.struct_class = Types::CreateInstrumentationConfigurationResponse
|
|
573
|
+
|
|
367
574
|
CreateServiceLevelObjectiveInput.add_member(:name, Shapes::ShapeRef.new(shape: ServiceLevelObjectiveName, required: true, location_name: "Name"))
|
|
368
575
|
CreateServiceLevelObjectiveInput.add_member(:description, Shapes::ShapeRef.new(shape: ServiceLevelObjectiveDescription, location_name: "Description"))
|
|
369
576
|
CreateServiceLevelObjectiveInput.add_member(:sli_config, Shapes::ShapeRef.new(shape: ServiceLevelIndicatorConfig, location_name: "SliConfig"))
|
|
@@ -383,6 +590,16 @@ module Aws::ApplicationSignals
|
|
|
383
590
|
|
|
384
591
|
DeleteGroupingConfigurationOutput.struct_class = Types::DeleteGroupingConfigurationOutput
|
|
385
592
|
|
|
593
|
+
DeleteInstrumentationConfigurationRequest.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
594
|
+
DeleteInstrumentationConfigurationRequest.add_member(:service, Shapes::ShapeRef.new(shape: DeleteInstrumentationConfigurationRequestServiceString, required: true, location_name: "Service"))
|
|
595
|
+
DeleteInstrumentationConfigurationRequest.add_member(:environment, Shapes::ShapeRef.new(shape: DeleteInstrumentationConfigurationRequestEnvironmentString, required: true, location_name: "Environment"))
|
|
596
|
+
DeleteInstrumentationConfigurationRequest.add_member(:signal_type, Shapes::ShapeRef.new(shape: DynamicInstrumentationSignalType, required: true, location_name: "SignalType"))
|
|
597
|
+
DeleteInstrumentationConfigurationRequest.add_member(:location_identifier, Shapes::ShapeRef.new(shape: LocationIdentifier, required: true, location_name: "LocationIdentifier"))
|
|
598
|
+
DeleteInstrumentationConfigurationRequest.struct_class = Types::DeleteInstrumentationConfigurationRequest
|
|
599
|
+
|
|
600
|
+
DeleteInstrumentationConfigurationResponse.add_member(:deletion_status, Shapes::ShapeRef.new(shape: DynamicInstrumentationDeletionStatus, required: true, location_name: "DeletionStatus"))
|
|
601
|
+
DeleteInstrumentationConfigurationResponse.struct_class = Types::DeleteInstrumentationConfigurationResponse
|
|
602
|
+
|
|
386
603
|
DeleteServiceLevelObjectiveInput.add_member(:id, Shapes::ShapeRef.new(shape: ServiceLevelObjectiveId, required: true, location: "uri", location_name: "Id"))
|
|
387
604
|
DeleteServiceLevelObjectiveInput.struct_class = Types::DeleteServiceLevelObjectiveInput
|
|
388
605
|
|
|
@@ -402,6 +619,11 @@ module Aws::ApplicationSignals
|
|
|
402
619
|
|
|
403
620
|
Dimensions.member = Shapes::ShapeRef.new(shape: Dimension)
|
|
404
621
|
|
|
622
|
+
DynamicInstrumentationAttributeFilterGroup.key = Shapes::ShapeRef.new(shape: DynamicInstrumentationAttributeFilterGroupKeyString)
|
|
623
|
+
DynamicInstrumentationAttributeFilterGroup.value = Shapes::ShapeRef.new(shape: DynamicInstrumentationAttributeFilterGroupValueString)
|
|
624
|
+
|
|
625
|
+
DynamicInstrumentationAttributeFilters.member = Shapes::ShapeRef.new(shape: DynamicInstrumentationAttributeFilterGroup)
|
|
626
|
+
|
|
405
627
|
Edge.add_member(:source_node_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceNodeId"))
|
|
406
628
|
Edge.add_member(:destination_node_id, Shapes::ShapeRef.new(shape: String, location_name: "DestinationNodeId"))
|
|
407
629
|
Edge.add_member(:duration, Shapes::ShapeRef.new(shape: Double, location_name: "Duration"))
|
|
@@ -418,6 +640,37 @@ module Aws::ApplicationSignals
|
|
|
418
640
|
|
|
419
641
|
ExclusionWindows.member = Shapes::ShapeRef.new(shape: ExclusionWindow)
|
|
420
642
|
|
|
643
|
+
GetInstrumentationConfigurationRequest.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
644
|
+
GetInstrumentationConfigurationRequest.add_member(:service, Shapes::ShapeRef.new(shape: GetInstrumentationConfigurationRequestServiceString, required: true, location_name: "Service"))
|
|
645
|
+
GetInstrumentationConfigurationRequest.add_member(:environment, Shapes::ShapeRef.new(shape: GetInstrumentationConfigurationRequestEnvironmentString, required: true, location_name: "Environment"))
|
|
646
|
+
GetInstrumentationConfigurationRequest.add_member(:signal_type, Shapes::ShapeRef.new(shape: DynamicInstrumentationSignalType, required: true, location_name: "SignalType"))
|
|
647
|
+
GetInstrumentationConfigurationRequest.add_member(:location_identifier, Shapes::ShapeRef.new(shape: LocationIdentifier, required: true, location_name: "LocationIdentifier"))
|
|
648
|
+
GetInstrumentationConfigurationRequest.struct_class = Types::GetInstrumentationConfigurationRequest
|
|
649
|
+
|
|
650
|
+
GetInstrumentationConfigurationResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: InstrumentationConfiguration, required: true, location_name: "Configuration"))
|
|
651
|
+
GetInstrumentationConfigurationResponse.struct_class = Types::GetInstrumentationConfigurationResponse
|
|
652
|
+
|
|
653
|
+
GetInstrumentationConfigurationStatusRequest.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
654
|
+
GetInstrumentationConfigurationStatusRequest.add_member(:service, Shapes::ShapeRef.new(shape: GetInstrumentationConfigurationStatusRequestServiceString, required: true, location_name: "Service"))
|
|
655
|
+
GetInstrumentationConfigurationStatusRequest.add_member(:environment, Shapes::ShapeRef.new(shape: GetInstrumentationConfigurationStatusRequestEnvironmentString, required: true, location_name: "Environment"))
|
|
656
|
+
GetInstrumentationConfigurationStatusRequest.add_member(:signal_type, Shapes::ShapeRef.new(shape: DynamicInstrumentationSignalType, required: true, location_name: "SignalType"))
|
|
657
|
+
GetInstrumentationConfigurationStatusRequest.add_member(:location_identifier, Shapes::ShapeRef.new(shape: LocationIdentifier, required: true, location_name: "LocationIdentifier"))
|
|
658
|
+
GetInstrumentationConfigurationStatusRequest.add_member(:status, Shapes::ShapeRef.new(shape: InstrumentationConfigurationStatus, location_name: "Status"))
|
|
659
|
+
GetInstrumentationConfigurationStatusRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
|
660
|
+
GetInstrumentationConfigurationStatusRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
|
661
|
+
GetInstrumentationConfigurationStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetInstrumentationConfigurationStatusRequestMaxResultsInteger, location_name: "MaxResults"))
|
|
662
|
+
GetInstrumentationConfigurationStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
663
|
+
GetInstrumentationConfigurationStatusRequest.struct_class = Types::GetInstrumentationConfigurationStatusRequest
|
|
664
|
+
|
|
665
|
+
GetInstrumentationConfigurationStatusResponse.add_member(:service, Shapes::ShapeRef.new(shape: GetInstrumentationConfigurationStatusResponseServiceString, required: true, location_name: "Service"))
|
|
666
|
+
GetInstrumentationConfigurationStatusResponse.add_member(:environment, Shapes::ShapeRef.new(shape: GetInstrumentationConfigurationStatusResponseEnvironmentString, required: true, location_name: "Environment"))
|
|
667
|
+
GetInstrumentationConfigurationStatusResponse.add_member(:signal_type, Shapes::ShapeRef.new(shape: DynamicInstrumentationSignalType, required: true, location_name: "SignalType"))
|
|
668
|
+
GetInstrumentationConfigurationStatusResponse.add_member(:location, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "Location"))
|
|
669
|
+
GetInstrumentationConfigurationStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: InstrumentationConfigurationStatus, required: true, location_name: "Status"))
|
|
670
|
+
GetInstrumentationConfigurationStatusResponse.add_member(:events, Shapes::ShapeRef.new(shape: InstrumentationStatusEventList, required: true, location_name: "Events"))
|
|
671
|
+
GetInstrumentationConfigurationStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
672
|
+
GetInstrumentationConfigurationStatusResponse.struct_class = Types::GetInstrumentationConfigurationStatusResponse
|
|
673
|
+
|
|
421
674
|
GetServiceInput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "StartTime"))
|
|
422
675
|
GetServiceInput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "EndTime"))
|
|
423
676
|
GetServiceInput.add_member(:key_attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "KeyAttributes"))
|
|
@@ -453,6 +706,57 @@ module Aws::ApplicationSignals
|
|
|
453
706
|
|
|
454
707
|
GroupingSourceKeyStringList.member = Shapes::ShapeRef.new(shape: GroupingString)
|
|
455
708
|
|
|
709
|
+
InstrumentationConfiguration.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
710
|
+
InstrumentationConfiguration.add_member(:service, Shapes::ShapeRef.new(shape: InstrumentationConfigurationServiceString, required: true, location_name: "Service"))
|
|
711
|
+
InstrumentationConfiguration.add_member(:environment, Shapes::ShapeRef.new(shape: InstrumentationConfigurationEnvironmentString, required: true, location_name: "Environment"))
|
|
712
|
+
InstrumentationConfiguration.add_member(:signal_type, Shapes::ShapeRef.new(shape: DynamicInstrumentationSignalType, required: true, location_name: "SignalType"))
|
|
713
|
+
InstrumentationConfiguration.add_member(:location, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "Location"))
|
|
714
|
+
InstrumentationConfiguration.add_member(:location_hash, Shapes::ShapeRef.new(shape: InstrumentationConfigurationLocationHashString, required: true, location_name: "LocationHash"))
|
|
715
|
+
InstrumentationConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: InstrumentationConfigurationDescriptionString, location_name: "Description"))
|
|
716
|
+
InstrumentationConfiguration.add_member(:expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpiresAt"))
|
|
717
|
+
InstrumentationConfiguration.add_member(:attribute_filters, Shapes::ShapeRef.new(shape: DynamicInstrumentationAttributeFilters, location_name: "AttributeFilters"))
|
|
718
|
+
InstrumentationConfiguration.add_member(:capture_configuration, Shapes::ShapeRef.new(shape: CaptureConfiguration, required: true, location_name: "CaptureConfiguration"))
|
|
719
|
+
InstrumentationConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
|
720
|
+
InstrumentationConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: InstrumentationConfigurationArn, required: true, location_name: "ARN"))
|
|
721
|
+
InstrumentationConfiguration.struct_class = Types::InstrumentationConfiguration
|
|
722
|
+
|
|
723
|
+
InstrumentationConfigurationStatusReport.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
724
|
+
InstrumentationConfigurationStatusReport.add_member(:signal_type, Shapes::ShapeRef.new(shape: DynamicInstrumentationSignalType, required: true, location_name: "SignalType"))
|
|
725
|
+
InstrumentationConfigurationStatusReport.add_member(:location_hash, Shapes::ShapeRef.new(shape: InstrumentationConfigurationStatusReportLocationHashString, required: true, location_name: "LocationHash"))
|
|
726
|
+
InstrumentationConfigurationStatusReport.add_member(:status, Shapes::ShapeRef.new(shape: InstrumentationConfigurationStatus, required: true, location_name: "Status"))
|
|
727
|
+
InstrumentationConfigurationStatusReport.add_member(:time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Time"))
|
|
728
|
+
InstrumentationConfigurationStatusReport.add_member(:error_cause, Shapes::ShapeRef.new(shape: InstrumentationErrorCause, location_name: "ErrorCause"))
|
|
729
|
+
InstrumentationConfigurationStatusReport.struct_class = Types::InstrumentationConfigurationStatusReport
|
|
730
|
+
|
|
731
|
+
InstrumentationConfigurationWithoutServiceEnv.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
732
|
+
InstrumentationConfigurationWithoutServiceEnv.add_member(:signal_type, Shapes::ShapeRef.new(shape: DynamicInstrumentationSignalType, required: true, location_name: "SignalType"))
|
|
733
|
+
InstrumentationConfigurationWithoutServiceEnv.add_member(:location, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "Location"))
|
|
734
|
+
InstrumentationConfigurationWithoutServiceEnv.add_member(:location_hash, Shapes::ShapeRef.new(shape: InstrumentationConfigurationWithoutServiceEnvLocationHashString, required: true, location_name: "LocationHash"))
|
|
735
|
+
InstrumentationConfigurationWithoutServiceEnv.add_member(:description, Shapes::ShapeRef.new(shape: InstrumentationConfigurationWithoutServiceEnvDescriptionString, location_name: "Description"))
|
|
736
|
+
InstrumentationConfigurationWithoutServiceEnv.add_member(:expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpiresAt"))
|
|
737
|
+
InstrumentationConfigurationWithoutServiceEnv.add_member(:attribute_filters, Shapes::ShapeRef.new(shape: DynamicInstrumentationAttributeFilters, location_name: "AttributeFilters"))
|
|
738
|
+
InstrumentationConfigurationWithoutServiceEnv.add_member(:capture_configuration, Shapes::ShapeRef.new(shape: CaptureConfiguration, required: true, location_name: "CaptureConfiguration"))
|
|
739
|
+
InstrumentationConfigurationWithoutServiceEnv.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
|
740
|
+
InstrumentationConfigurationWithoutServiceEnv.add_member(:arn, Shapes::ShapeRef.new(shape: InstrumentationConfigurationArn, required: true, location_name: "ARN"))
|
|
741
|
+
InstrumentationConfigurationWithoutServiceEnv.struct_class = Types::InstrumentationConfigurationWithoutServiceEnv
|
|
742
|
+
|
|
743
|
+
InstrumentationConfigurationsPage.add_member(:service, Shapes::ShapeRef.new(shape: InstrumentationConfigurationsPageServiceString, required: true, location_name: "Service"))
|
|
744
|
+
InstrumentationConfigurationsPage.add_member(:environment, Shapes::ShapeRef.new(shape: InstrumentationConfigurationsPageEnvironmentString, required: true, location_name: "Environment"))
|
|
745
|
+
InstrumentationConfigurationsPage.add_member(:changed, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Changed"))
|
|
746
|
+
InstrumentationConfigurationsPage.add_member(:latest_configurations, Shapes::ShapeRef.new(shape: InstrumentationConfigurationsWithoutServiceEnv, location_name: "LatestConfigurations"))
|
|
747
|
+
InstrumentationConfigurationsPage.add_member(:synced_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "SyncedAt"))
|
|
748
|
+
InstrumentationConfigurationsPage.add_member(:sync_interval, Shapes::ShapeRef.new(shape: InstrumentationConfigurationsPageSyncIntervalInteger, required: true, location_name: "SyncInterval"))
|
|
749
|
+
InstrumentationConfigurationsPage.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
750
|
+
InstrumentationConfigurationsPage.struct_class = Types::InstrumentationConfigurationsPage
|
|
751
|
+
|
|
752
|
+
InstrumentationConfigurationsWithoutServiceEnv.member = Shapes::ShapeRef.new(shape: InstrumentationConfigurationWithoutServiceEnv)
|
|
753
|
+
|
|
754
|
+
InstrumentationStatusEvent.add_member(:time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Time"))
|
|
755
|
+
InstrumentationStatusEvent.add_member(:error_cause, Shapes::ShapeRef.new(shape: InstrumentationErrorCause, location_name: "ErrorCause"))
|
|
756
|
+
InstrumentationStatusEvent.struct_class = Types::InstrumentationStatusEvent
|
|
757
|
+
|
|
758
|
+
InstrumentationStatusEventList.member = Shapes::ShapeRef.new(shape: InstrumentationStatusEvent)
|
|
759
|
+
|
|
456
760
|
Interval.add_member(:rolling_interval, Shapes::ShapeRef.new(shape: RollingInterval, location_name: "RollingInterval"))
|
|
457
761
|
Interval.add_member(:calendar_interval, Shapes::ShapeRef.new(shape: CalendarInterval, location_name: "CalendarInterval"))
|
|
458
762
|
Interval.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
@@ -501,6 +805,14 @@ module Aws::ApplicationSignals
|
|
|
501
805
|
ListGroupingAttributeDefinitionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
502
806
|
ListGroupingAttributeDefinitionsOutput.struct_class = Types::ListGroupingAttributeDefinitionsOutput
|
|
503
807
|
|
|
808
|
+
ListInstrumentationConfigurationsRequest.add_member(:service, Shapes::ShapeRef.new(shape: ListInstrumentationConfigurationsRequestServiceString, required: true, location_name: "Service"))
|
|
809
|
+
ListInstrumentationConfigurationsRequest.add_member(:environment, Shapes::ShapeRef.new(shape: ListInstrumentationConfigurationsRequestEnvironmentString, required: true, location_name: "Environment"))
|
|
810
|
+
ListInstrumentationConfigurationsRequest.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
811
|
+
ListInstrumentationConfigurationsRequest.add_member(:synced_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "SyncedAt"))
|
|
812
|
+
ListInstrumentationConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListInstrumentationConfigurationsRequestMaxResultsInteger, location_name: "MaxResults"))
|
|
813
|
+
ListInstrumentationConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
814
|
+
ListInstrumentationConfigurationsRequest.struct_class = Types::ListInstrumentationConfigurationsRequest
|
|
815
|
+
|
|
504
816
|
ListServiceDependenciesInput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "StartTime"))
|
|
505
817
|
ListServiceDependenciesInput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "EndTime"))
|
|
506
818
|
ListServiceDependenciesInput.add_member(:key_attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "KeyAttributes"))
|
|
@@ -599,6 +911,20 @@ module Aws::ApplicationSignals
|
|
|
599
911
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
600
912
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
|
601
913
|
|
|
914
|
+
Location.add_member(:code_location, Shapes::ShapeRef.new(shape: CodeLocation, location_name: "CodeLocation"))
|
|
915
|
+
Location.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
916
|
+
Location.add_member_subclass(:code_location, Types::Location::CodeLocation)
|
|
917
|
+
Location.add_member_subclass(:unknown, Types::Location::Unknown)
|
|
918
|
+
Location.struct_class = Types::Location
|
|
919
|
+
|
|
920
|
+
LocationIdentifier.add_member(:code_location, Shapes::ShapeRef.new(shape: CodeLocation, location_name: "CodeLocation"))
|
|
921
|
+
LocationIdentifier.add_member(:location_hash, Shapes::ShapeRef.new(shape: LocationIdentifierLocationHashString, location_name: "LocationHash"))
|
|
922
|
+
LocationIdentifier.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
923
|
+
LocationIdentifier.add_member_subclass(:code_location, Types::LocationIdentifier::CodeLocation)
|
|
924
|
+
LocationIdentifier.add_member_subclass(:location_hash, Types::LocationIdentifier::LocationHash)
|
|
925
|
+
LocationIdentifier.add_member_subclass(:unknown, Types::LocationIdentifier::Unknown)
|
|
926
|
+
LocationIdentifier.struct_class = Types::LocationIdentifier
|
|
927
|
+
|
|
602
928
|
LogGroupReferences.member = Shapes::ShapeRef.new(shape: Attributes)
|
|
603
929
|
|
|
604
930
|
Metric.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
|
|
@@ -671,6 +997,18 @@ module Aws::ApplicationSignals
|
|
|
671
997
|
RecurrenceRule.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
|
|
672
998
|
RecurrenceRule.struct_class = Types::RecurrenceRule
|
|
673
999
|
|
|
1000
|
+
ReportInstrumentationConfigurationStatusRequest.add_member(:service, Shapes::ShapeRef.new(shape: ReportInstrumentationConfigurationStatusRequestServiceString, required: true, location_name: "Service"))
|
|
1001
|
+
ReportInstrumentationConfigurationStatusRequest.add_member(:environment, Shapes::ShapeRef.new(shape: ReportInstrumentationConfigurationStatusRequestEnvironmentString, required: true, location_name: "Environment"))
|
|
1002
|
+
ReportInstrumentationConfigurationStatusRequest.add_member(:configurations, Shapes::ShapeRef.new(shape: ReportInstrumentationConfigurationStatusRequestConfigurationsList, required: true, location_name: "Configurations"))
|
|
1003
|
+
ReportInstrumentationConfigurationStatusRequest.struct_class = Types::ReportInstrumentationConfigurationStatusRequest
|
|
1004
|
+
|
|
1005
|
+
ReportInstrumentationConfigurationStatusRequestConfigurationsList.member = Shapes::ShapeRef.new(shape: InstrumentationConfigurationStatusReport)
|
|
1006
|
+
|
|
1007
|
+
ReportInstrumentationConfigurationStatusResponse.add_member(:service, Shapes::ShapeRef.new(shape: ReportInstrumentationConfigurationStatusResponseServiceString, required: true, location_name: "Service"))
|
|
1008
|
+
ReportInstrumentationConfigurationStatusResponse.add_member(:environment, Shapes::ShapeRef.new(shape: ReportInstrumentationConfigurationStatusResponseEnvironmentString, required: true, location_name: "Environment"))
|
|
1009
|
+
ReportInstrumentationConfigurationStatusResponse.add_member(:unprocessed_status_events, Shapes::ShapeRef.new(shape: UnprocessedStatusEventList, required: true, location_name: "UnprocessedStatusEvents"))
|
|
1010
|
+
ReportInstrumentationConfigurationStatusResponse.struct_class = Types::ReportInstrumentationConfigurationStatusResponse
|
|
1011
|
+
|
|
674
1012
|
RequestBasedServiceLevelIndicator.add_member(:request_based_sli_metric, Shapes::ShapeRef.new(shape: RequestBasedServiceLevelIndicatorMetric, required: true, location_name: "RequestBasedSliMetric"))
|
|
675
1013
|
RequestBasedServiceLevelIndicator.add_member(:metric_threshold, Shapes::ShapeRef.new(shape: ServiceLevelIndicatorMetricThreshold, location_name: "MetricThreshold"))
|
|
676
1014
|
RequestBasedServiceLevelIndicator.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ServiceLevelIndicatorComparisonOperator, location_name: "ComparisonOperator"))
|
|
@@ -891,6 +1229,16 @@ module Aws::ApplicationSignals
|
|
|
891
1229
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
892
1230
|
ThrottlingException.struct_class = Types::ThrottlingException
|
|
893
1231
|
|
|
1232
|
+
UnprocessedStatusEvent.add_member(:instrumentation_type, Shapes::ShapeRef.new(shape: InstrumentationType, required: true, location_name: "InstrumentationType"))
|
|
1233
|
+
UnprocessedStatusEvent.add_member(:signal_type, Shapes::ShapeRef.new(shape: DynamicInstrumentationSignalType, required: true, location_name: "SignalType"))
|
|
1234
|
+
UnprocessedStatusEvent.add_member(:location_hash, Shapes::ShapeRef.new(shape: UnprocessedStatusEventLocationHashString, required: true, location_name: "LocationHash"))
|
|
1235
|
+
UnprocessedStatusEvent.add_member(:status, Shapes::ShapeRef.new(shape: InstrumentationConfigurationStatus, required: true, location_name: "Status"))
|
|
1236
|
+
UnprocessedStatusEvent.add_member(:time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Time"))
|
|
1237
|
+
UnprocessedStatusEvent.add_member(:failed_reason, Shapes::ShapeRef.new(shape: UnprocessedStatusEventFailureReason, required: true, location_name: "FailedReason"))
|
|
1238
|
+
UnprocessedStatusEvent.struct_class = Types::UnprocessedStatusEvent
|
|
1239
|
+
|
|
1240
|
+
UnprocessedStatusEventList.member = Shapes::ShapeRef.new(shape: UnprocessedStatusEvent)
|
|
1241
|
+
|
|
894
1242
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
|
|
895
1243
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
|
896
1244
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
@@ -935,6 +1283,16 @@ module Aws::ApplicationSignals
|
|
|
935
1283
|
"uid" => "application-signals-2024-04-15",
|
|
936
1284
|
}
|
|
937
1285
|
|
|
1286
|
+
api.add_operation(:batch_delete_instrumentation_configurations, Seahorse::Model::Operation.new.tap do |o|
|
|
1287
|
+
o.name = "BatchDeleteInstrumentationConfigurations"
|
|
1288
|
+
o.http_method = "POST"
|
|
1289
|
+
o.http_request_uri = "/batch-delete-instrumentation-configurations"
|
|
1290
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDeleteInstrumentationConfigurationsRequest)
|
|
1291
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDeleteInstrumentationConfigurationsResponse)
|
|
1292
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1293
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1294
|
+
end)
|
|
1295
|
+
|
|
938
1296
|
api.add_operation(:batch_get_service_level_objective_budget_report, Seahorse::Model::Operation.new.tap do |o|
|
|
939
1297
|
o.name = "BatchGetServiceLevelObjectiveBudgetReport"
|
|
940
1298
|
o.http_method = "POST"
|
|
@@ -956,6 +1314,18 @@ module Aws::ApplicationSignals
|
|
|
956
1314
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
957
1315
|
end)
|
|
958
1316
|
|
|
1317
|
+
api.add_operation(:create_instrumentation_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1318
|
+
o.name = "CreateInstrumentationConfiguration"
|
|
1319
|
+
o.http_method = "POST"
|
|
1320
|
+
o.http_request_uri = "/create-instrumentation-configuration"
|
|
1321
|
+
o.input = Shapes::ShapeRef.new(shape: CreateInstrumentationConfigurationRequest)
|
|
1322
|
+
o.output = Shapes::ShapeRef.new(shape: CreateInstrumentationConfigurationResponse)
|
|
1323
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1324
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1326
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1327
|
+
end)
|
|
1328
|
+
|
|
959
1329
|
api.add_operation(:create_service_level_objective, Seahorse::Model::Operation.new.tap do |o|
|
|
960
1330
|
o.name = "CreateServiceLevelObjective"
|
|
961
1331
|
o.http_method = "POST"
|
|
@@ -980,6 +1350,17 @@ module Aws::ApplicationSignals
|
|
|
980
1350
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
981
1351
|
end)
|
|
982
1352
|
|
|
1353
|
+
api.add_operation(:delete_instrumentation_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1354
|
+
o.name = "DeleteInstrumentationConfiguration"
|
|
1355
|
+
o.http_method = "POST"
|
|
1356
|
+
o.http_request_uri = "/delete-instrumentation-configuration"
|
|
1357
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteInstrumentationConfigurationRequest)
|
|
1358
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteInstrumentationConfigurationResponse)
|
|
1359
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1360
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1361
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1362
|
+
end)
|
|
1363
|
+
|
|
983
1364
|
api.add_operation(:delete_service_level_objective, Seahorse::Model::Operation.new.tap do |o|
|
|
984
1365
|
o.name = "DeleteServiceLevelObjective"
|
|
985
1366
|
o.http_method = "DELETE"
|
|
@@ -991,6 +1372,34 @@ module Aws::ApplicationSignals
|
|
|
991
1372
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
992
1373
|
end)
|
|
993
1374
|
|
|
1375
|
+
api.add_operation(:get_instrumentation_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1376
|
+
o.name = "GetInstrumentationConfiguration"
|
|
1377
|
+
o.http_method = "POST"
|
|
1378
|
+
o.http_request_uri = "/get-instrumentation-configuration"
|
|
1379
|
+
o.input = Shapes::ShapeRef.new(shape: GetInstrumentationConfigurationRequest)
|
|
1380
|
+
o.output = Shapes::ShapeRef.new(shape: GetInstrumentationConfigurationResponse)
|
|
1381
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1382
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1383
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1384
|
+
end)
|
|
1385
|
+
|
|
1386
|
+
api.add_operation(:get_instrumentation_configuration_status, Seahorse::Model::Operation.new.tap do |o|
|
|
1387
|
+
o.name = "GetInstrumentationConfigurationStatus"
|
|
1388
|
+
o.http_method = "POST"
|
|
1389
|
+
o.http_request_uri = "/get-instrumentation-configuration-status"
|
|
1390
|
+
o.input = Shapes::ShapeRef.new(shape: GetInstrumentationConfigurationStatusRequest)
|
|
1391
|
+
o.output = Shapes::ShapeRef.new(shape: GetInstrumentationConfigurationStatusResponse)
|
|
1392
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1393
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1394
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1395
|
+
o[:pager] = Aws::Pager.new(
|
|
1396
|
+
limit_key: "max_results",
|
|
1397
|
+
tokens: {
|
|
1398
|
+
"next_token" => "next_token"
|
|
1399
|
+
}
|
|
1400
|
+
)
|
|
1401
|
+
end)
|
|
1402
|
+
|
|
994
1403
|
api.add_operation(:get_service, Seahorse::Model::Operation.new.tap do |o|
|
|
995
1404
|
o.name = "GetService"
|
|
996
1405
|
o.http_method = "POST"
|
|
@@ -1049,6 +1458,23 @@ module Aws::ApplicationSignals
|
|
|
1049
1458
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1050
1459
|
end)
|
|
1051
1460
|
|
|
1461
|
+
api.add_operation(:list_instrumentation_configurations, Seahorse::Model::Operation.new.tap do |o|
|
|
1462
|
+
o.name = "ListInstrumentationConfigurations"
|
|
1463
|
+
o.http_method = "POST"
|
|
1464
|
+
o.http_request_uri = "/list-instrumentation-configurations"
|
|
1465
|
+
o.input = Shapes::ShapeRef.new(shape: ListInstrumentationConfigurationsRequest)
|
|
1466
|
+
o.output = Shapes::ShapeRef.new(shape: InstrumentationConfigurationsPage)
|
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1468
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1469
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1470
|
+
o[:pager] = Aws::Pager.new(
|
|
1471
|
+
limit_key: "max_results",
|
|
1472
|
+
tokens: {
|
|
1473
|
+
"next_token" => "next_token"
|
|
1474
|
+
}
|
|
1475
|
+
)
|
|
1476
|
+
end)
|
|
1477
|
+
|
|
1052
1478
|
api.add_operation(:list_service_dependencies, Seahorse::Model::Operation.new.tap do |o|
|
|
1053
1479
|
o.name = "ListServiceDependencies"
|
|
1054
1480
|
o.http_method = "POST"
|
|
@@ -1183,6 +1609,16 @@ module Aws::ApplicationSignals
|
|
|
1183
1609
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1184
1610
|
end)
|
|
1185
1611
|
|
|
1612
|
+
api.add_operation(:report_instrumentation_configuration_status, Seahorse::Model::Operation.new.tap do |o|
|
|
1613
|
+
o.name = "ReportInstrumentationConfigurationStatus"
|
|
1614
|
+
o.http_method = "POST"
|
|
1615
|
+
o.http_request_uri = "/report-instrumentation-configuration-status"
|
|
1616
|
+
o.input = Shapes::ShapeRef.new(shape: ReportInstrumentationConfigurationStatusRequest)
|
|
1617
|
+
o.output = Shapes::ShapeRef.new(shape: ReportInstrumentationConfigurationStatusResponse)
|
|
1618
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1619
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1620
|
+
end)
|
|
1621
|
+
|
|
1186
1622
|
api.add_operation(:start_discovery, Seahorse::Model::Operation.new.tap do |o|
|
|
1187
1623
|
o.name = "StartDiscovery"
|
|
1188
1624
|
o.http_method = "POST"
|