aws-sdk-observabilityadmin 1.16.0 → 1.17.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-observabilityadmin/client.rb +836 -20
- data/lib/aws-sdk-observabilityadmin/client_api.rb +491 -0
- data/lib/aws-sdk-observabilityadmin/errors.rb +66 -0
- data/lib/aws-sdk-observabilityadmin/types.rb +1095 -21
- data/lib/aws-sdk-observabilityadmin.rb +1 -1
- data/sig/client.rbs +373 -6
- data/sig/errors.rbs +13 -0
- data/sig/types.rbs +313 -5
- metadata +1 -1
|
@@ -17,6 +17,11 @@ module Aws::ObservabilityAdmin
|
|
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
18
18
|
AccountIdentifier = Shapes::StringShape.new(name: 'AccountIdentifier')
|
|
19
19
|
AccountIdentifiers = Shapes::ListShape.new(name: 'AccountIdentifiers')
|
|
20
|
+
Action = Shapes::StringShape.new(name: 'Action')
|
|
21
|
+
ActionCondition = Shapes::StructureShape.new(name: 'ActionCondition')
|
|
22
|
+
AdvancedEventSelector = Shapes::StructureShape.new(name: 'AdvancedEventSelector')
|
|
23
|
+
AdvancedEventSelectors = Shapes::ListShape.new(name: 'AdvancedEventSelectors')
|
|
24
|
+
AdvancedFieldSelector = Shapes::StructureShape.new(name: 'AdvancedFieldSelector')
|
|
20
25
|
AwsResourceExplorerManagedViewArn = Shapes::StringShape.new(name: 'AwsResourceExplorerManagedViewArn')
|
|
21
26
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
22
27
|
CentralizationFailureReason = Shapes::StringShape.new(name: 'CentralizationFailureReason')
|
|
@@ -25,33 +30,65 @@ module Aws::ObservabilityAdmin
|
|
|
25
30
|
CentralizationRuleSource = Shapes::StructureShape.new(name: 'CentralizationRuleSource')
|
|
26
31
|
CentralizationRuleSummaries = Shapes::ListShape.new(name: 'CentralizationRuleSummaries')
|
|
27
32
|
CentralizationRuleSummary = Shapes::StructureShape.new(name: 'CentralizationRuleSummary')
|
|
33
|
+
CloudtrailParameters = Shapes::StructureShape.new(name: 'CloudtrailParameters')
|
|
34
|
+
Condition = Shapes::StructureShape.new(name: 'Condition')
|
|
35
|
+
Conditions = Shapes::ListShape.new(name: 'Conditions')
|
|
36
|
+
ConfigurationSummary = Shapes::StructureShape.new(name: 'ConfigurationSummary')
|
|
28
37
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
29
38
|
CreateCentralizationRuleForOrganizationInput = Shapes::StructureShape.new(name: 'CreateCentralizationRuleForOrganizationInput')
|
|
30
39
|
CreateCentralizationRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'CreateCentralizationRuleForOrganizationOutput')
|
|
40
|
+
CreateS3TableIntegrationInput = Shapes::StructureShape.new(name: 'CreateS3TableIntegrationInput')
|
|
41
|
+
CreateS3TableIntegrationOutput = Shapes::StructureShape.new(name: 'CreateS3TableIntegrationOutput')
|
|
42
|
+
CreateTelemetryPipelineInput = Shapes::StructureShape.new(name: 'CreateTelemetryPipelineInput')
|
|
43
|
+
CreateTelemetryPipelineOutput = Shapes::StructureShape.new(name: 'CreateTelemetryPipelineOutput')
|
|
31
44
|
CreateTelemetryRuleForOrganizationInput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleForOrganizationInput')
|
|
32
45
|
CreateTelemetryRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleForOrganizationOutput')
|
|
33
46
|
CreateTelemetryRuleInput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleInput')
|
|
34
47
|
CreateTelemetryRuleOutput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleOutput')
|
|
48
|
+
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
|
49
|
+
DataSources = Shapes::ListShape.new(name: 'DataSources')
|
|
35
50
|
DeleteCentralizationRuleForOrganizationInput = Shapes::StructureShape.new(name: 'DeleteCentralizationRuleForOrganizationInput')
|
|
51
|
+
DeleteS3TableIntegrationInput = Shapes::StructureShape.new(name: 'DeleteS3TableIntegrationInput')
|
|
52
|
+
DeleteTelemetryPipelineInput = Shapes::StructureShape.new(name: 'DeleteTelemetryPipelineInput')
|
|
53
|
+
DeleteTelemetryPipelineOutput = Shapes::StructureShape.new(name: 'DeleteTelemetryPipelineOutput')
|
|
36
54
|
DeleteTelemetryRuleForOrganizationInput = Shapes::StructureShape.new(name: 'DeleteTelemetryRuleForOrganizationInput')
|
|
37
55
|
DeleteTelemetryRuleInput = Shapes::StructureShape.new(name: 'DeleteTelemetryRuleInput')
|
|
38
56
|
DestinationLogsConfiguration = Shapes::StructureShape.new(name: 'DestinationLogsConfiguration')
|
|
39
57
|
DestinationType = Shapes::StringShape.new(name: 'DestinationType')
|
|
58
|
+
ELBLoadBalancerLoggingParameters = Shapes::StructureShape.new(name: 'ELBLoadBalancerLoggingParameters')
|
|
40
59
|
EncryptedLogGroupStrategy = Shapes::StringShape.new(name: 'EncryptedLogGroupStrategy')
|
|
60
|
+
Encryption = Shapes::StructureShape.new(name: 'Encryption')
|
|
41
61
|
EncryptionConflictResolutionStrategy = Shapes::StringShape.new(name: 'EncryptionConflictResolutionStrategy')
|
|
42
62
|
EncryptionStrategy = Shapes::StringShape.new(name: 'EncryptionStrategy')
|
|
43
63
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
|
64
|
+
FieldMap = Shapes::MapShape.new(name: 'FieldMap')
|
|
65
|
+
FieldSelectors = Shapes::ListShape.new(name: 'FieldSelectors')
|
|
66
|
+
FieldToMatch = Shapes::StructureShape.new(name: 'FieldToMatch')
|
|
67
|
+
Filter = Shapes::StructureShape.new(name: 'Filter')
|
|
68
|
+
FilterBehavior = Shapes::StringShape.new(name: 'FilterBehavior')
|
|
69
|
+
FilterRequirement = Shapes::StringShape.new(name: 'FilterRequirement')
|
|
70
|
+
Filters = Shapes::ListShape.new(name: 'Filters')
|
|
44
71
|
GetCentralizationRuleForOrganizationInput = Shapes::StructureShape.new(name: 'GetCentralizationRuleForOrganizationInput')
|
|
45
72
|
GetCentralizationRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'GetCentralizationRuleForOrganizationOutput')
|
|
73
|
+
GetS3TableIntegrationInput = Shapes::StructureShape.new(name: 'GetS3TableIntegrationInput')
|
|
74
|
+
GetS3TableIntegrationOutput = Shapes::StructureShape.new(name: 'GetS3TableIntegrationOutput')
|
|
46
75
|
GetTelemetryEnrichmentStatusOutput = Shapes::StructureShape.new(name: 'GetTelemetryEnrichmentStatusOutput')
|
|
47
76
|
GetTelemetryEvaluationStatusForOrganizationOutput = Shapes::StructureShape.new(name: 'GetTelemetryEvaluationStatusForOrganizationOutput')
|
|
48
77
|
GetTelemetryEvaluationStatusOutput = Shapes::StructureShape.new(name: 'GetTelemetryEvaluationStatusOutput')
|
|
78
|
+
GetTelemetryPipelineInput = Shapes::StructureShape.new(name: 'GetTelemetryPipelineInput')
|
|
79
|
+
GetTelemetryPipelineOutput = Shapes::StructureShape.new(name: 'GetTelemetryPipelineOutput')
|
|
49
80
|
GetTelemetryRuleForOrganizationInput = Shapes::StructureShape.new(name: 'GetTelemetryRuleForOrganizationInput')
|
|
50
81
|
GetTelemetryRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'GetTelemetryRuleForOrganizationOutput')
|
|
51
82
|
GetTelemetryRuleInput = Shapes::StructureShape.new(name: 'GetTelemetryRuleInput')
|
|
52
83
|
GetTelemetryRuleOutput = Shapes::StructureShape.new(name: 'GetTelemetryRuleOutput')
|
|
53
84
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
85
|
+
IntegrationStatus = Shapes::StringShape.new(name: 'IntegrationStatus')
|
|
86
|
+
IntegrationSummaries = Shapes::ListShape.new(name: 'IntegrationSummaries')
|
|
87
|
+
IntegrationSummary = Shapes::StructureShape.new(name: 'IntegrationSummary')
|
|
54
88
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
89
|
+
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
|
90
|
+
LabelNameCondition = Shapes::StructureShape.new(name: 'LabelNameCondition')
|
|
91
|
+
LabelNameConditionLabelNameString = Shapes::StringShape.new(name: 'LabelNameConditionLabelNameString')
|
|
55
92
|
ListCentralizationRulesForOrganizationInput = Shapes::StructureShape.new(name: 'ListCentralizationRulesForOrganizationInput')
|
|
56
93
|
ListCentralizationRulesForOrganizationInputRuleNamePrefixString = Shapes::StringShape.new(name: 'ListCentralizationRulesForOrganizationInputRuleNamePrefixString')
|
|
57
94
|
ListCentralizationRulesForOrganizationMaxResults = Shapes::IntegerShape.new(name: 'ListCentralizationRulesForOrganizationMaxResults')
|
|
@@ -62,14 +99,24 @@ module Aws::ObservabilityAdmin
|
|
|
62
99
|
ListResourceTelemetryInput = Shapes::StructureShape.new(name: 'ListResourceTelemetryInput')
|
|
63
100
|
ListResourceTelemetryMaxResults = Shapes::IntegerShape.new(name: 'ListResourceTelemetryMaxResults')
|
|
64
101
|
ListResourceTelemetryOutput = Shapes::StructureShape.new(name: 'ListResourceTelemetryOutput')
|
|
102
|
+
ListS3TableIntegrationsInput = Shapes::StructureShape.new(name: 'ListS3TableIntegrationsInput')
|
|
103
|
+
ListS3TableIntegrationsMaxResults = Shapes::IntegerShape.new(name: 'ListS3TableIntegrationsMaxResults')
|
|
104
|
+
ListS3TableIntegrationsOutput = Shapes::StructureShape.new(name: 'ListS3TableIntegrationsOutput')
|
|
65
105
|
ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
|
|
66
106
|
ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
|
|
107
|
+
ListTelemetryPipelinesInput = Shapes::StructureShape.new(name: 'ListTelemetryPipelinesInput')
|
|
108
|
+
ListTelemetryPipelinesMaxResults = Shapes::IntegerShape.new(name: 'ListTelemetryPipelinesMaxResults')
|
|
109
|
+
ListTelemetryPipelinesOutput = Shapes::StructureShape.new(name: 'ListTelemetryPipelinesOutput')
|
|
67
110
|
ListTelemetryRulesForOrganizationInput = Shapes::StructureShape.new(name: 'ListTelemetryRulesForOrganizationInput')
|
|
68
111
|
ListTelemetryRulesForOrganizationMaxResults = Shapes::IntegerShape.new(name: 'ListTelemetryRulesForOrganizationMaxResults')
|
|
69
112
|
ListTelemetryRulesForOrganizationOutput = Shapes::StructureShape.new(name: 'ListTelemetryRulesForOrganizationOutput')
|
|
70
113
|
ListTelemetryRulesInput = Shapes::StructureShape.new(name: 'ListTelemetryRulesInput')
|
|
71
114
|
ListTelemetryRulesMaxResults = Shapes::IntegerShape.new(name: 'ListTelemetryRulesMaxResults')
|
|
72
115
|
ListTelemetryRulesOutput = Shapes::StructureShape.new(name: 'ListTelemetryRulesOutput')
|
|
116
|
+
LogDeliveryParameters = Shapes::StructureShape.new(name: 'LogDeliveryParameters')
|
|
117
|
+
LogType = Shapes::StringShape.new(name: 'LogType')
|
|
118
|
+
LogTypes = Shapes::ListShape.new(name: 'LogTypes')
|
|
119
|
+
LoggingFilter = Shapes::StructureShape.new(name: 'LoggingFilter')
|
|
73
120
|
LogsBackupConfiguration = Shapes::StructureShape.new(name: 'LogsBackupConfiguration')
|
|
74
121
|
LogsEncryptionConfiguration = Shapes::StructureShape.new(name: 'LogsEncryptionConfiguration')
|
|
75
122
|
LogsFilterString = Shapes::StringShape.new(name: 'LogsFilterString')
|
|
@@ -77,6 +124,15 @@ module Aws::ObservabilityAdmin
|
|
|
77
124
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
78
125
|
OrganizationUnitIdentifier = Shapes::StringShape.new(name: 'OrganizationUnitIdentifier')
|
|
79
126
|
OrganizationUnitIdentifiers = Shapes::ListShape.new(name: 'OrganizationUnitIdentifiers')
|
|
127
|
+
OutputFormat = Shapes::StringShape.new(name: 'OutputFormat')
|
|
128
|
+
PipelineOutput = Shapes::StructureShape.new(name: 'PipelineOutput')
|
|
129
|
+
PipelineOutputError = Shapes::StructureShape.new(name: 'PipelineOutputError')
|
|
130
|
+
PipelineOutputs = Shapes::ListShape.new(name: 'PipelineOutputs')
|
|
131
|
+
Processors = Shapes::ListShape.new(name: 'Processors')
|
|
132
|
+
Record = Shapes::StructureShape.new(name: 'Record')
|
|
133
|
+
RecordFormat = Shapes::StringShape.new(name: 'RecordFormat')
|
|
134
|
+
Records = Shapes::ListShape.new(name: 'Records')
|
|
135
|
+
RedactedFields = Shapes::ListShape.new(name: 'RedactedFields')
|
|
80
136
|
Region = Shapes::StringShape.new(name: 'Region')
|
|
81
137
|
Regions = Shapes::ListShape.new(name: 'Regions')
|
|
82
138
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
@@ -89,13 +145,20 @@ module Aws::ObservabilityAdmin
|
|
|
89
145
|
RuleHealth = Shapes::StringShape.new(name: 'RuleHealth')
|
|
90
146
|
RuleIdentifier = Shapes::StringShape.new(name: 'RuleIdentifier')
|
|
91
147
|
RuleName = Shapes::StringShape.new(name: 'RuleName')
|
|
148
|
+
SSEAlgorithm = Shapes::StringShape.new(name: 'SSEAlgorithm')
|
|
92
149
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
150
|
+
SingleHeader = Shapes::StructureShape.new(name: 'SingleHeader')
|
|
151
|
+
SingleHeaderNameString = Shapes::StringShape.new(name: 'SingleHeaderNameString')
|
|
152
|
+
Sinks = Shapes::ListShape.new(name: 'Sinks')
|
|
153
|
+
Source = Shapes::StructureShape.new(name: 'Source')
|
|
93
154
|
SourceFilterString = Shapes::StringShape.new(name: 'SourceFilterString')
|
|
94
155
|
SourceLogsConfiguration = Shapes::StructureShape.new(name: 'SourceLogsConfiguration')
|
|
156
|
+
Sources = Shapes::ListShape.new(name: 'Sources')
|
|
95
157
|
StartTelemetryEnrichmentOutput = Shapes::StructureShape.new(name: 'StartTelemetryEnrichmentOutput')
|
|
96
158
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
97
159
|
StopTelemetryEnrichmentOutput = Shapes::StructureShape.new(name: 'StopTelemetryEnrichmentOutput')
|
|
98
160
|
String = Shapes::StringShape.new(name: 'String')
|
|
161
|
+
StringList = Shapes::ListShape.new(name: 'StringList')
|
|
99
162
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
100
163
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
101
164
|
TagMapInput = Shapes::MapShape.new(name: 'TagMapInput')
|
|
@@ -107,21 +170,42 @@ module Aws::ObservabilityAdmin
|
|
|
107
170
|
TelemetryConfigurations = Shapes::ListShape.new(name: 'TelemetryConfigurations')
|
|
108
171
|
TelemetryDestinationConfiguration = Shapes::StructureShape.new(name: 'TelemetryDestinationConfiguration')
|
|
109
172
|
TelemetryEnrichmentStatus = Shapes::StringShape.new(name: 'TelemetryEnrichmentStatus')
|
|
173
|
+
TelemetryPipeline = Shapes::StructureShape.new(name: 'TelemetryPipeline')
|
|
174
|
+
TelemetryPipelineConfiguration = Shapes::StructureShape.new(name: 'TelemetryPipelineConfiguration')
|
|
175
|
+
TelemetryPipelineConfigurationBody = Shapes::StringShape.new(name: 'TelemetryPipelineConfigurationBody')
|
|
176
|
+
TelemetryPipelineIdentifier = Shapes::StringShape.new(name: 'TelemetryPipelineIdentifier')
|
|
177
|
+
TelemetryPipelineName = Shapes::StringShape.new(name: 'TelemetryPipelineName')
|
|
178
|
+
TelemetryPipelineStatus = Shapes::StringShape.new(name: 'TelemetryPipelineStatus')
|
|
179
|
+
TelemetryPipelineStatusReason = Shapes::StructureShape.new(name: 'TelemetryPipelineStatusReason')
|
|
180
|
+
TelemetryPipelineSummaries = Shapes::ListShape.new(name: 'TelemetryPipelineSummaries')
|
|
181
|
+
TelemetryPipelineSummary = Shapes::StructureShape.new(name: 'TelemetryPipelineSummary')
|
|
110
182
|
TelemetryRule = Shapes::StructureShape.new(name: 'TelemetryRule')
|
|
111
183
|
TelemetryRuleSummaries = Shapes::ListShape.new(name: 'TelemetryRuleSummaries')
|
|
112
184
|
TelemetryRuleSummary = Shapes::StructureShape.new(name: 'TelemetryRuleSummary')
|
|
185
|
+
TelemetrySourceType = Shapes::StringShape.new(name: 'TelemetrySourceType')
|
|
186
|
+
TelemetrySourceTypes = Shapes::ListShape.new(name: 'TelemetrySourceTypes')
|
|
113
187
|
TelemetryState = Shapes::StringShape.new(name: 'TelemetryState')
|
|
114
188
|
TelemetryType = Shapes::StringShape.new(name: 'TelemetryType')
|
|
189
|
+
TestTelemetryPipelineInput = Shapes::StructureShape.new(name: 'TestTelemetryPipelineInput')
|
|
190
|
+
TestTelemetryPipelineOutput = Shapes::StructureShape.new(name: 'TestTelemetryPipelineOutput')
|
|
115
191
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
|
116
192
|
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
|
117
193
|
UpdateCentralizationRuleForOrganizationInput = Shapes::StructureShape.new(name: 'UpdateCentralizationRuleForOrganizationInput')
|
|
118
194
|
UpdateCentralizationRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'UpdateCentralizationRuleForOrganizationOutput')
|
|
195
|
+
UpdateTelemetryPipelineInput = Shapes::StructureShape.new(name: 'UpdateTelemetryPipelineInput')
|
|
196
|
+
UpdateTelemetryPipelineOutput = Shapes::StructureShape.new(name: 'UpdateTelemetryPipelineOutput')
|
|
119
197
|
UpdateTelemetryRuleForOrganizationInput = Shapes::StructureShape.new(name: 'UpdateTelemetryRuleForOrganizationInput')
|
|
120
198
|
UpdateTelemetryRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'UpdateTelemetryRuleForOrganizationOutput')
|
|
121
199
|
UpdateTelemetryRuleInput = Shapes::StructureShape.new(name: 'UpdateTelemetryRuleInput')
|
|
122
200
|
UpdateTelemetryRuleOutput = Shapes::StructureShape.new(name: 'UpdateTelemetryRuleOutput')
|
|
123
201
|
VPCFlowLogParameters = Shapes::StructureShape.new(name: 'VPCFlowLogParameters')
|
|
202
|
+
ValidateTelemetryPipelineConfigurationInput = Shapes::StructureShape.new(name: 'ValidateTelemetryPipelineConfigurationInput')
|
|
203
|
+
ValidateTelemetryPipelineConfigurationOutput = Shapes::StructureShape.new(name: 'ValidateTelemetryPipelineConfigurationOutput')
|
|
204
|
+
ValidationError = Shapes::StructureShape.new(name: 'ValidationError')
|
|
205
|
+
ValidationErrors = Shapes::ListShape.new(name: 'ValidationErrors')
|
|
124
206
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
207
|
+
WAFLogType = Shapes::StringShape.new(name: 'WAFLogType')
|
|
208
|
+
WAFLoggingParameters = Shapes::StructureShape.new(name: 'WAFLoggingParameters')
|
|
125
209
|
|
|
126
210
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
127
211
|
AccessDeniedException.add_member(:amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
|
|
@@ -129,6 +213,24 @@ module Aws::ObservabilityAdmin
|
|
|
129
213
|
|
|
130
214
|
AccountIdentifiers.member = Shapes::ShapeRef.new(shape: AccountIdentifier)
|
|
131
215
|
|
|
216
|
+
ActionCondition.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "Action"))
|
|
217
|
+
ActionCondition.struct_class = Types::ActionCondition
|
|
218
|
+
|
|
219
|
+
AdvancedEventSelector.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
220
|
+
AdvancedEventSelector.add_member(:field_selectors, Shapes::ShapeRef.new(shape: FieldSelectors, required: true, location_name: "FieldSelectors"))
|
|
221
|
+
AdvancedEventSelector.struct_class = Types::AdvancedEventSelector
|
|
222
|
+
|
|
223
|
+
AdvancedEventSelectors.member = Shapes::ShapeRef.new(shape: AdvancedEventSelector)
|
|
224
|
+
|
|
225
|
+
AdvancedFieldSelector.add_member(:field, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Field"))
|
|
226
|
+
AdvancedFieldSelector.add_member(:equals, Shapes::ShapeRef.new(shape: StringList, location_name: "Equals"))
|
|
227
|
+
AdvancedFieldSelector.add_member(:starts_with, Shapes::ShapeRef.new(shape: StringList, location_name: "StartsWith"))
|
|
228
|
+
AdvancedFieldSelector.add_member(:ends_with, Shapes::ShapeRef.new(shape: StringList, location_name: "EndsWith"))
|
|
229
|
+
AdvancedFieldSelector.add_member(:not_equals, Shapes::ShapeRef.new(shape: StringList, location_name: "NotEquals"))
|
|
230
|
+
AdvancedFieldSelector.add_member(:not_starts_with, Shapes::ShapeRef.new(shape: StringList, location_name: "NotStartsWith"))
|
|
231
|
+
AdvancedFieldSelector.add_member(:not_ends_with, Shapes::ShapeRef.new(shape: StringList, location_name: "NotEndsWith"))
|
|
232
|
+
AdvancedFieldSelector.struct_class = Types::AdvancedFieldSelector
|
|
233
|
+
|
|
132
234
|
CentralizationRule.add_member(:source, Shapes::ShapeRef.new(shape: CentralizationRuleSource, required: true, location_name: "Source"))
|
|
133
235
|
CentralizationRule.add_member(:destination, Shapes::ShapeRef.new(shape: CentralizationRuleDestination, required: true, location_name: "Destination"))
|
|
134
236
|
CentralizationRule.struct_class = Types::CentralizationRule
|
|
@@ -157,7 +259,25 @@ module Aws::ObservabilityAdmin
|
|
|
157
259
|
CentralizationRuleSummary.add_member(:destination_region, Shapes::ShapeRef.new(shape: Region, location_name: "DestinationRegion"))
|
|
158
260
|
CentralizationRuleSummary.struct_class = Types::CentralizationRuleSummary
|
|
159
261
|
|
|
262
|
+
CloudtrailParameters.add_member(:advanced_event_selectors, Shapes::ShapeRef.new(shape: AdvancedEventSelectors, required: true, location_name: "AdvancedEventSelectors"))
|
|
263
|
+
CloudtrailParameters.struct_class = Types::CloudtrailParameters
|
|
264
|
+
|
|
265
|
+
Condition.add_member(:action_condition, Shapes::ShapeRef.new(shape: ActionCondition, location_name: "ActionCondition"))
|
|
266
|
+
Condition.add_member(:label_name_condition, Shapes::ShapeRef.new(shape: LabelNameCondition, location_name: "LabelNameCondition"))
|
|
267
|
+
Condition.struct_class = Types::Condition
|
|
268
|
+
|
|
269
|
+
Conditions.member = Shapes::ShapeRef.new(shape: Condition)
|
|
270
|
+
|
|
271
|
+
ConfigurationSummary.add_member(:sources, Shapes::ShapeRef.new(shape: Sources, location_name: "Sources"))
|
|
272
|
+
ConfigurationSummary.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSources, location_name: "DataSources"))
|
|
273
|
+
ConfigurationSummary.add_member(:processors, Shapes::ShapeRef.new(shape: Processors, location_name: "Processors"))
|
|
274
|
+
ConfigurationSummary.add_member(:processor_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ProcessorCount"))
|
|
275
|
+
ConfigurationSummary.add_member(:sinks, Shapes::ShapeRef.new(shape: Sinks, location_name: "Sinks"))
|
|
276
|
+
ConfigurationSummary.struct_class = Types::ConfigurationSummary
|
|
277
|
+
|
|
160
278
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
279
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
|
|
280
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
|
161
281
|
ConflictException.struct_class = Types::ConflictException
|
|
162
282
|
|
|
163
283
|
CreateCentralizationRuleForOrganizationInput.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "RuleName"))
|
|
@@ -168,6 +288,22 @@ module Aws::ObservabilityAdmin
|
|
|
168
288
|
CreateCentralizationRuleForOrganizationOutput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleArn"))
|
|
169
289
|
CreateCentralizationRuleForOrganizationOutput.struct_class = Types::CreateCentralizationRuleForOrganizationOutput
|
|
170
290
|
|
|
291
|
+
CreateS3TableIntegrationInput.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, required: true, location_name: "Encryption"))
|
|
292
|
+
CreateS3TableIntegrationInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "RoleArn"))
|
|
293
|
+
CreateS3TableIntegrationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMapInput, location_name: "Tags"))
|
|
294
|
+
CreateS3TableIntegrationInput.struct_class = Types::CreateS3TableIntegrationInput
|
|
295
|
+
|
|
296
|
+
CreateS3TableIntegrationOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
|
297
|
+
CreateS3TableIntegrationOutput.struct_class = Types::CreateS3TableIntegrationOutput
|
|
298
|
+
|
|
299
|
+
CreateTelemetryPipelineInput.add_member(:name, Shapes::ShapeRef.new(shape: TelemetryPipelineName, required: true, location_name: "Name"))
|
|
300
|
+
CreateTelemetryPipelineInput.add_member(:configuration, Shapes::ShapeRef.new(shape: TelemetryPipelineConfiguration, required: true, location_name: "Configuration"))
|
|
301
|
+
CreateTelemetryPipelineInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMapInput, location_name: "Tags"))
|
|
302
|
+
CreateTelemetryPipelineInput.struct_class = Types::CreateTelemetryPipelineInput
|
|
303
|
+
|
|
304
|
+
CreateTelemetryPipelineOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
|
305
|
+
CreateTelemetryPipelineOutput.struct_class = Types::CreateTelemetryPipelineOutput
|
|
306
|
+
|
|
171
307
|
CreateTelemetryRuleForOrganizationInput.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "RuleName"))
|
|
172
308
|
CreateTelemetryRuleForOrganizationInput.add_member(:rule, Shapes::ShapeRef.new(shape: TelemetryRule, required: true, location_name: "Rule"))
|
|
173
309
|
CreateTelemetryRuleForOrganizationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMapInput, location_name: "Tags"))
|
|
@@ -184,9 +320,23 @@ module Aws::ObservabilityAdmin
|
|
|
184
320
|
CreateTelemetryRuleOutput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleArn"))
|
|
185
321
|
CreateTelemetryRuleOutput.struct_class = Types::CreateTelemetryRuleOutput
|
|
186
322
|
|
|
323
|
+
DataSource.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
324
|
+
DataSource.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
325
|
+
DataSource.struct_class = Types::DataSource
|
|
326
|
+
|
|
327
|
+
DataSources.member = Shapes::ShapeRef.new(shape: DataSource)
|
|
328
|
+
|
|
187
329
|
DeleteCentralizationRuleForOrganizationInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
|
188
330
|
DeleteCentralizationRuleForOrganizationInput.struct_class = Types::DeleteCentralizationRuleForOrganizationInput
|
|
189
331
|
|
|
332
|
+
DeleteS3TableIntegrationInput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "Arn"))
|
|
333
|
+
DeleteS3TableIntegrationInput.struct_class = Types::DeleteS3TableIntegrationInput
|
|
334
|
+
|
|
335
|
+
DeleteTelemetryPipelineInput.add_member(:pipeline_identifier, Shapes::ShapeRef.new(shape: TelemetryPipelineIdentifier, required: true, location_name: "PipelineIdentifier"))
|
|
336
|
+
DeleteTelemetryPipelineInput.struct_class = Types::DeleteTelemetryPipelineInput
|
|
337
|
+
|
|
338
|
+
DeleteTelemetryPipelineOutput.struct_class = Types::DeleteTelemetryPipelineOutput
|
|
339
|
+
|
|
190
340
|
DeleteTelemetryRuleForOrganizationInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
|
191
341
|
DeleteTelemetryRuleForOrganizationInput.struct_class = Types::DeleteTelemetryRuleForOrganizationInput
|
|
192
342
|
|
|
@@ -197,6 +347,32 @@ module Aws::ObservabilityAdmin
|
|
|
197
347
|
DestinationLogsConfiguration.add_member(:backup_configuration, Shapes::ShapeRef.new(shape: LogsBackupConfiguration, location_name: "BackupConfiguration"))
|
|
198
348
|
DestinationLogsConfiguration.struct_class = Types::DestinationLogsConfiguration
|
|
199
349
|
|
|
350
|
+
ELBLoadBalancerLoggingParameters.add_member(:output_format, Shapes::ShapeRef.new(shape: OutputFormat, location_name: "OutputFormat"))
|
|
351
|
+
ELBLoadBalancerLoggingParameters.add_member(:field_delimiter, Shapes::ShapeRef.new(shape: String, location_name: "FieldDelimiter"))
|
|
352
|
+
ELBLoadBalancerLoggingParameters.struct_class = Types::ELBLoadBalancerLoggingParameters
|
|
353
|
+
|
|
354
|
+
Encryption.add_member(:sse_algorithm, Shapes::ShapeRef.new(shape: SSEAlgorithm, required: true, location_name: "SseAlgorithm"))
|
|
355
|
+
Encryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "KmsKeyArn"))
|
|
356
|
+
Encryption.struct_class = Types::Encryption
|
|
357
|
+
|
|
358
|
+
FieldMap.key = Shapes::ShapeRef.new(shape: String)
|
|
359
|
+
FieldMap.value = Shapes::ShapeRef.new(shape: String)
|
|
360
|
+
|
|
361
|
+
FieldSelectors.member = Shapes::ShapeRef.new(shape: AdvancedFieldSelector)
|
|
362
|
+
|
|
363
|
+
FieldToMatch.add_member(:single_header, Shapes::ShapeRef.new(shape: SingleHeader, location_name: "SingleHeader"))
|
|
364
|
+
FieldToMatch.add_member(:uri_path, Shapes::ShapeRef.new(shape: String, location_name: "UriPath"))
|
|
365
|
+
FieldToMatch.add_member(:query_string, Shapes::ShapeRef.new(shape: String, location_name: "QueryString"))
|
|
366
|
+
FieldToMatch.add_member(:method, Shapes::ShapeRef.new(shape: String, location_name: "Method"))
|
|
367
|
+
FieldToMatch.struct_class = Types::FieldToMatch
|
|
368
|
+
|
|
369
|
+
Filter.add_member(:behavior, Shapes::ShapeRef.new(shape: FilterBehavior, location_name: "Behavior"))
|
|
370
|
+
Filter.add_member(:requirement, Shapes::ShapeRef.new(shape: FilterRequirement, location_name: "Requirement"))
|
|
371
|
+
Filter.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "Conditions"))
|
|
372
|
+
Filter.struct_class = Types::Filter
|
|
373
|
+
|
|
374
|
+
Filters.member = Shapes::ShapeRef.new(shape: Filter)
|
|
375
|
+
|
|
200
376
|
GetCentralizationRuleForOrganizationInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
|
201
377
|
GetCentralizationRuleForOrganizationInput.struct_class = Types::GetCentralizationRuleForOrganizationInput
|
|
202
378
|
|
|
@@ -211,6 +387,17 @@ module Aws::ObservabilityAdmin
|
|
|
211
387
|
GetCentralizationRuleForOrganizationOutput.add_member(:centralization_rule, Shapes::ShapeRef.new(shape: CentralizationRule, location_name: "CentralizationRule"))
|
|
212
388
|
GetCentralizationRuleForOrganizationOutput.struct_class = Types::GetCentralizationRuleForOrganizationOutput
|
|
213
389
|
|
|
390
|
+
GetS3TableIntegrationInput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "Arn"))
|
|
391
|
+
GetS3TableIntegrationInput.struct_class = Types::GetS3TableIntegrationInput
|
|
392
|
+
|
|
393
|
+
GetS3TableIntegrationOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
|
394
|
+
GetS3TableIntegrationOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RoleArn"))
|
|
395
|
+
GetS3TableIntegrationOutput.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, location_name: "Status"))
|
|
396
|
+
GetS3TableIntegrationOutput.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
|
|
397
|
+
GetS3TableIntegrationOutput.add_member(:destination_table_bucket_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "DestinationTableBucketArn"))
|
|
398
|
+
GetS3TableIntegrationOutput.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
|
|
399
|
+
GetS3TableIntegrationOutput.struct_class = Types::GetS3TableIntegrationOutput
|
|
400
|
+
|
|
214
401
|
GetTelemetryEnrichmentStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: TelemetryEnrichmentStatus, location_name: "Status"))
|
|
215
402
|
GetTelemetryEnrichmentStatusOutput.add_member(:aws_resource_explorer_managed_view_arn, Shapes::ShapeRef.new(shape: AwsResourceExplorerManagedViewArn, location_name: "AwsResourceExplorerManagedViewArn"))
|
|
216
403
|
GetTelemetryEnrichmentStatusOutput.struct_class = Types::GetTelemetryEnrichmentStatusOutput
|
|
@@ -223,6 +410,12 @@ module Aws::ObservabilityAdmin
|
|
|
223
410
|
GetTelemetryEvaluationStatusOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
|
224
411
|
GetTelemetryEvaluationStatusOutput.struct_class = Types::GetTelemetryEvaluationStatusOutput
|
|
225
412
|
|
|
413
|
+
GetTelemetryPipelineInput.add_member(:pipeline_identifier, Shapes::ShapeRef.new(shape: TelemetryPipelineIdentifier, required: true, location_name: "PipelineIdentifier"))
|
|
414
|
+
GetTelemetryPipelineInput.struct_class = Types::GetTelemetryPipelineInput
|
|
415
|
+
|
|
416
|
+
GetTelemetryPipelineOutput.add_member(:pipeline, Shapes::ShapeRef.new(shape: TelemetryPipeline, location_name: "Pipeline"))
|
|
417
|
+
GetTelemetryPipelineOutput.struct_class = Types::GetTelemetryPipelineOutput
|
|
418
|
+
|
|
226
419
|
GetTelemetryRuleForOrganizationInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
|
227
420
|
GetTelemetryRuleForOrganizationInput.struct_class = Types::GetTelemetryRuleForOrganizationInput
|
|
228
421
|
|
|
@@ -243,10 +436,23 @@ module Aws::ObservabilityAdmin
|
|
|
243
436
|
GetTelemetryRuleOutput.add_member(:telemetry_rule, Shapes::ShapeRef.new(shape: TelemetryRule, location_name: "TelemetryRule"))
|
|
244
437
|
GetTelemetryRuleOutput.struct_class = Types::GetTelemetryRuleOutput
|
|
245
438
|
|
|
439
|
+
IntegrationSummaries.member = Shapes::ShapeRef.new(shape: IntegrationSummary)
|
|
440
|
+
|
|
441
|
+
IntegrationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
|
442
|
+
IntegrationSummary.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, location_name: "Status"))
|
|
443
|
+
IntegrationSummary.struct_class = Types::IntegrationSummary
|
|
444
|
+
|
|
246
445
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
247
446
|
InternalServerException.add_member(:amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
|
|
447
|
+
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
|
|
248
448
|
InternalServerException.struct_class = Types::InternalServerException
|
|
249
449
|
|
|
450
|
+
InvalidStateException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
451
|
+
InvalidStateException.struct_class = Types::InvalidStateException
|
|
452
|
+
|
|
453
|
+
LabelNameCondition.add_member(:label_name, Shapes::ShapeRef.new(shape: LabelNameConditionLabelNameString, location_name: "LabelName"))
|
|
454
|
+
LabelNameCondition.struct_class = Types::LabelNameCondition
|
|
455
|
+
|
|
250
456
|
ListCentralizationRulesForOrganizationInput.add_member(:rule_name_prefix, Shapes::ShapeRef.new(shape: ListCentralizationRulesForOrganizationInputRuleNamePrefixString, location_name: "RuleNamePrefix"))
|
|
251
457
|
ListCentralizationRulesForOrganizationInput.add_member(:all_regions, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllRegions"))
|
|
252
458
|
ListCentralizationRulesForOrganizationInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCentralizationRulesForOrganizationMaxResults, location_name: "MaxResults"))
|
|
@@ -282,12 +488,28 @@ module Aws::ObservabilityAdmin
|
|
|
282
488
|
ListResourceTelemetryOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
283
489
|
ListResourceTelemetryOutput.struct_class = Types::ListResourceTelemetryOutput
|
|
284
490
|
|
|
491
|
+
ListS3TableIntegrationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListS3TableIntegrationsMaxResults, location_name: "MaxResults"))
|
|
492
|
+
ListS3TableIntegrationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
493
|
+
ListS3TableIntegrationsInput.struct_class = Types::ListS3TableIntegrationsInput
|
|
494
|
+
|
|
495
|
+
ListS3TableIntegrationsOutput.add_member(:integration_summaries, Shapes::ShapeRef.new(shape: IntegrationSummaries, location_name: "IntegrationSummaries"))
|
|
496
|
+
ListS3TableIntegrationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
497
|
+
ListS3TableIntegrationsOutput.struct_class = Types::ListS3TableIntegrationsOutput
|
|
498
|
+
|
|
285
499
|
ListTagsForResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceARN"))
|
|
286
500
|
ListTagsForResourceInput.struct_class = Types::ListTagsForResourceInput
|
|
287
501
|
|
|
288
502
|
ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMapOutput, required: true, location_name: "Tags"))
|
|
289
503
|
ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
|
|
290
504
|
|
|
505
|
+
ListTelemetryPipelinesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListTelemetryPipelinesMaxResults, location_name: "MaxResults"))
|
|
506
|
+
ListTelemetryPipelinesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
507
|
+
ListTelemetryPipelinesInput.struct_class = Types::ListTelemetryPipelinesInput
|
|
508
|
+
|
|
509
|
+
ListTelemetryPipelinesOutput.add_member(:pipeline_summaries, Shapes::ShapeRef.new(shape: TelemetryPipelineSummaries, location_name: "PipelineSummaries"))
|
|
510
|
+
ListTelemetryPipelinesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
511
|
+
ListTelemetryPipelinesOutput.struct_class = Types::ListTelemetryPipelinesOutput
|
|
512
|
+
|
|
291
513
|
ListTelemetryRulesForOrganizationInput.add_member(:rule_name_prefix, Shapes::ShapeRef.new(shape: String, location_name: "RuleNamePrefix"))
|
|
292
514
|
ListTelemetryRulesForOrganizationInput.add_member(:source_account_ids, Shapes::ShapeRef.new(shape: AccountIdentifiers, location_name: "SourceAccountIds"))
|
|
293
515
|
ListTelemetryRulesForOrganizationInput.add_member(:source_organization_unit_ids, Shapes::ShapeRef.new(shape: OrganizationUnitIdentifiers, location_name: "SourceOrganizationUnitIds"))
|
|
@@ -308,6 +530,15 @@ module Aws::ObservabilityAdmin
|
|
|
308
530
|
ListTelemetryRulesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
309
531
|
ListTelemetryRulesOutput.struct_class = Types::ListTelemetryRulesOutput
|
|
310
532
|
|
|
533
|
+
LogDeliveryParameters.add_member(:log_types, Shapes::ShapeRef.new(shape: LogTypes, location_name: "LogTypes"))
|
|
534
|
+
LogDeliveryParameters.struct_class = Types::LogDeliveryParameters
|
|
535
|
+
|
|
536
|
+
LogTypes.member = Shapes::ShapeRef.new(shape: LogType)
|
|
537
|
+
|
|
538
|
+
LoggingFilter.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
|
539
|
+
LoggingFilter.add_member(:default_behavior, Shapes::ShapeRef.new(shape: FilterBehavior, location_name: "DefaultBehavior"))
|
|
540
|
+
LoggingFilter.struct_class = Types::LoggingFilter
|
|
541
|
+
|
|
311
542
|
LogsBackupConfiguration.add_member(:region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "Region"))
|
|
312
543
|
LogsBackupConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "KmsKeyArn"))
|
|
313
544
|
LogsBackupConfiguration.struct_class = Types::LogsBackupConfiguration
|
|
@@ -319,21 +550,56 @@ module Aws::ObservabilityAdmin
|
|
|
319
550
|
|
|
320
551
|
OrganizationUnitIdentifiers.member = Shapes::ShapeRef.new(shape: OrganizationUnitIdentifier)
|
|
321
552
|
|
|
553
|
+
PipelineOutput.add_member(:record, Shapes::ShapeRef.new(shape: Record, location_name: "Record"))
|
|
554
|
+
PipelineOutput.add_member(:error, Shapes::ShapeRef.new(shape: PipelineOutputError, location_name: "Error"))
|
|
555
|
+
PipelineOutput.struct_class = Types::PipelineOutput
|
|
556
|
+
|
|
557
|
+
PipelineOutputError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
558
|
+
PipelineOutputError.struct_class = Types::PipelineOutputError
|
|
559
|
+
|
|
560
|
+
PipelineOutputs.member = Shapes::ShapeRef.new(shape: PipelineOutput)
|
|
561
|
+
|
|
562
|
+
Processors.member = Shapes::ShapeRef.new(shape: String)
|
|
563
|
+
|
|
564
|
+
Record.add_member(:data, Shapes::ShapeRef.new(shape: String, location_name: "Data"))
|
|
565
|
+
Record.add_member(:type, Shapes::ShapeRef.new(shape: RecordFormat, location_name: "Type"))
|
|
566
|
+
Record.struct_class = Types::Record
|
|
567
|
+
|
|
568
|
+
Records.member = Shapes::ShapeRef.new(shape: Record)
|
|
569
|
+
|
|
570
|
+
RedactedFields.member = Shapes::ShapeRef.new(shape: FieldToMatch)
|
|
571
|
+
|
|
322
572
|
Regions.member = Shapes::ShapeRef.new(shape: Region)
|
|
323
573
|
|
|
324
574
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
575
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
|
|
576
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
|
325
577
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
326
578
|
|
|
327
579
|
ResourceTypes.member = Shapes::ShapeRef.new(shape: ResourceType)
|
|
328
580
|
|
|
329
581
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
582
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
|
|
583
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
|
584
|
+
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "ServiceCode"))
|
|
585
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "QuotaCode"))
|
|
330
586
|
ServiceQuotaExceededException.add_member(:amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
|
|
331
587
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
332
588
|
|
|
589
|
+
SingleHeader.add_member(:name, Shapes::ShapeRef.new(shape: SingleHeaderNameString, location_name: "Name"))
|
|
590
|
+
SingleHeader.struct_class = Types::SingleHeader
|
|
591
|
+
|
|
592
|
+
Sinks.member = Shapes::ShapeRef.new(shape: String)
|
|
593
|
+
|
|
594
|
+
Source.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
595
|
+
Source.struct_class = Types::Source
|
|
596
|
+
|
|
333
597
|
SourceLogsConfiguration.add_member(:log_group_selection_criteria, Shapes::ShapeRef.new(shape: LogsFilterString, required: true, location_name: "LogGroupSelectionCriteria"))
|
|
334
598
|
SourceLogsConfiguration.add_member(:encrypted_log_group_strategy, Shapes::ShapeRef.new(shape: EncryptedLogGroupStrategy, required: true, location_name: "EncryptedLogGroupStrategy"))
|
|
335
599
|
SourceLogsConfiguration.struct_class = Types::SourceLogsConfiguration
|
|
336
600
|
|
|
601
|
+
Sources.member = Shapes::ShapeRef.new(shape: Source)
|
|
602
|
+
|
|
337
603
|
StartTelemetryEnrichmentOutput.add_member(:status, Shapes::ShapeRef.new(shape: TelemetryEnrichmentStatus, location_name: "Status"))
|
|
338
604
|
StartTelemetryEnrichmentOutput.add_member(:aws_resource_explorer_managed_view_arn, Shapes::ShapeRef.new(shape: AwsResourceExplorerManagedViewArn, location_name: "AwsResourceExplorerManagedViewArn"))
|
|
339
605
|
StartTelemetryEnrichmentOutput.struct_class = Types::StartTelemetryEnrichmentOutput
|
|
@@ -341,6 +607,8 @@ module Aws::ObservabilityAdmin
|
|
|
341
607
|
StopTelemetryEnrichmentOutput.add_member(:status, Shapes::ShapeRef.new(shape: TelemetryEnrichmentStatus, location_name: "Status"))
|
|
342
608
|
StopTelemetryEnrichmentOutput.struct_class = Types::StopTelemetryEnrichmentOutput
|
|
343
609
|
|
|
610
|
+
StringList.member = Shapes::ShapeRef.new(shape: String)
|
|
611
|
+
|
|
344
612
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
345
613
|
|
|
346
614
|
TagMapInput.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -370,10 +638,42 @@ module Aws::ObservabilityAdmin
|
|
|
370
638
|
TelemetryDestinationConfiguration.add_member(:destination_pattern, Shapes::ShapeRef.new(shape: String, location_name: "DestinationPattern"))
|
|
371
639
|
TelemetryDestinationConfiguration.add_member(:retention_in_days, Shapes::ShapeRef.new(shape: RetentionPeriodInDays, location_name: "RetentionInDays"))
|
|
372
640
|
TelemetryDestinationConfiguration.add_member(:vpc_flow_log_parameters, Shapes::ShapeRef.new(shape: VPCFlowLogParameters, location_name: "VPCFlowLogParameters"))
|
|
641
|
+
TelemetryDestinationConfiguration.add_member(:cloudtrail_parameters, Shapes::ShapeRef.new(shape: CloudtrailParameters, location_name: "CloudtrailParameters"))
|
|
642
|
+
TelemetryDestinationConfiguration.add_member(:elb_load_balancer_logging_parameters, Shapes::ShapeRef.new(shape: ELBLoadBalancerLoggingParameters, location_name: "ELBLoadBalancerLoggingParameters"))
|
|
643
|
+
TelemetryDestinationConfiguration.add_member(:waf_logging_parameters, Shapes::ShapeRef.new(shape: WAFLoggingParameters, location_name: "WAFLoggingParameters"))
|
|
644
|
+
TelemetryDestinationConfiguration.add_member(:log_delivery_parameters, Shapes::ShapeRef.new(shape: LogDeliveryParameters, location_name: "LogDeliveryParameters"))
|
|
373
645
|
TelemetryDestinationConfiguration.struct_class = Types::TelemetryDestinationConfiguration
|
|
374
646
|
|
|
647
|
+
TelemetryPipeline.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
|
|
648
|
+
TelemetryPipeline.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
|
|
649
|
+
TelemetryPipeline.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
|
650
|
+
TelemetryPipeline.add_member(:name, Shapes::ShapeRef.new(shape: TelemetryPipelineName, location_name: "Name"))
|
|
651
|
+
TelemetryPipeline.add_member(:configuration, Shapes::ShapeRef.new(shape: TelemetryPipelineConfiguration, location_name: "Configuration"))
|
|
652
|
+
TelemetryPipeline.add_member(:status, Shapes::ShapeRef.new(shape: TelemetryPipelineStatus, location_name: "Status"))
|
|
653
|
+
TelemetryPipeline.add_member(:status_reason, Shapes::ShapeRef.new(shape: TelemetryPipelineStatusReason, location_name: "StatusReason"))
|
|
654
|
+
TelemetryPipeline.add_member(:tags, Shapes::ShapeRef.new(shape: TagMapOutput, location_name: "Tags"))
|
|
655
|
+
TelemetryPipeline.struct_class = Types::TelemetryPipeline
|
|
656
|
+
|
|
657
|
+
TelemetryPipelineConfiguration.add_member(:body, Shapes::ShapeRef.new(shape: TelemetryPipelineConfigurationBody, required: true, location_name: "Body"))
|
|
658
|
+
TelemetryPipelineConfiguration.struct_class = Types::TelemetryPipelineConfiguration
|
|
659
|
+
|
|
660
|
+
TelemetryPipelineStatusReason.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
661
|
+
TelemetryPipelineStatusReason.struct_class = Types::TelemetryPipelineStatusReason
|
|
662
|
+
|
|
663
|
+
TelemetryPipelineSummaries.member = Shapes::ShapeRef.new(shape: TelemetryPipelineSummary)
|
|
664
|
+
|
|
665
|
+
TelemetryPipelineSummary.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
|
|
666
|
+
TelemetryPipelineSummary.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
|
|
667
|
+
TelemetryPipelineSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
|
668
|
+
TelemetryPipelineSummary.add_member(:name, Shapes::ShapeRef.new(shape: TelemetryPipelineName, location_name: "Name"))
|
|
669
|
+
TelemetryPipelineSummary.add_member(:status, Shapes::ShapeRef.new(shape: TelemetryPipelineStatus, location_name: "Status"))
|
|
670
|
+
TelemetryPipelineSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMapOutput, location_name: "Tags"))
|
|
671
|
+
TelemetryPipelineSummary.add_member(:configuration_summary, Shapes::ShapeRef.new(shape: ConfigurationSummary, location_name: "ConfigurationSummary"))
|
|
672
|
+
TelemetryPipelineSummary.struct_class = Types::TelemetryPipelineSummary
|
|
673
|
+
|
|
375
674
|
TelemetryRule.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
376
675
|
TelemetryRule.add_member(:telemetry_type, Shapes::ShapeRef.new(shape: TelemetryType, required: true, location_name: "TelemetryType"))
|
|
676
|
+
TelemetryRule.add_member(:telemetry_source_types, Shapes::ShapeRef.new(shape: TelemetrySourceTypes, location_name: "TelemetrySourceTypes"))
|
|
377
677
|
TelemetryRule.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: TelemetryDestinationConfiguration, location_name: "DestinationConfiguration"))
|
|
378
678
|
TelemetryRule.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "Scope"))
|
|
379
679
|
TelemetryRule.add_member(:selection_criteria, Shapes::ShapeRef.new(shape: String, location_name: "SelectionCriteria"))
|
|
@@ -387,8 +687,18 @@ module Aws::ObservabilityAdmin
|
|
|
387
687
|
TelemetryRuleSummary.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
|
|
388
688
|
TelemetryRuleSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
389
689
|
TelemetryRuleSummary.add_member(:telemetry_type, Shapes::ShapeRef.new(shape: TelemetryType, location_name: "TelemetryType"))
|
|
690
|
+
TelemetryRuleSummary.add_member(:telemetry_source_types, Shapes::ShapeRef.new(shape: TelemetrySourceTypes, location_name: "TelemetrySourceTypes"))
|
|
390
691
|
TelemetryRuleSummary.struct_class = Types::TelemetryRuleSummary
|
|
391
692
|
|
|
693
|
+
TelemetrySourceTypes.member = Shapes::ShapeRef.new(shape: TelemetrySourceType)
|
|
694
|
+
|
|
695
|
+
TestTelemetryPipelineInput.add_member(:records, Shapes::ShapeRef.new(shape: Records, required: true, location_name: "Records"))
|
|
696
|
+
TestTelemetryPipelineInput.add_member(:configuration, Shapes::ShapeRef.new(shape: TelemetryPipelineConfiguration, required: true, location_name: "Configuration"))
|
|
697
|
+
TestTelemetryPipelineInput.struct_class = Types::TestTelemetryPipelineInput
|
|
698
|
+
|
|
699
|
+
TestTelemetryPipelineOutput.add_member(:results, Shapes::ShapeRef.new(shape: PipelineOutputs, location_name: "Results"))
|
|
700
|
+
TestTelemetryPipelineOutput.struct_class = Types::TestTelemetryPipelineOutput
|
|
701
|
+
|
|
392
702
|
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
393
703
|
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
|
394
704
|
|
|
@@ -403,6 +713,12 @@ module Aws::ObservabilityAdmin
|
|
|
403
713
|
UpdateCentralizationRuleForOrganizationOutput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleArn"))
|
|
404
714
|
UpdateCentralizationRuleForOrganizationOutput.struct_class = Types::UpdateCentralizationRuleForOrganizationOutput
|
|
405
715
|
|
|
716
|
+
UpdateTelemetryPipelineInput.add_member(:pipeline_identifier, Shapes::ShapeRef.new(shape: TelemetryPipelineIdentifier, required: true, location_name: "PipelineIdentifier"))
|
|
717
|
+
UpdateTelemetryPipelineInput.add_member(:configuration, Shapes::ShapeRef.new(shape: TelemetryPipelineConfiguration, required: true, location_name: "Configuration"))
|
|
718
|
+
UpdateTelemetryPipelineInput.struct_class = Types::UpdateTelemetryPipelineInput
|
|
719
|
+
|
|
720
|
+
UpdateTelemetryPipelineOutput.struct_class = Types::UpdateTelemetryPipelineOutput
|
|
721
|
+
|
|
406
722
|
UpdateTelemetryRuleForOrganizationInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
|
407
723
|
UpdateTelemetryRuleForOrganizationInput.add_member(:rule, Shapes::ShapeRef.new(shape: TelemetryRule, required: true, location_name: "Rule"))
|
|
408
724
|
UpdateTelemetryRuleForOrganizationInput.struct_class = Types::UpdateTelemetryRuleForOrganizationInput
|
|
@@ -422,9 +738,28 @@ module Aws::ObservabilityAdmin
|
|
|
422
738
|
VPCFlowLogParameters.add_member(:max_aggregation_interval, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxAggregationInterval"))
|
|
423
739
|
VPCFlowLogParameters.struct_class = Types::VPCFlowLogParameters
|
|
424
740
|
|
|
741
|
+
ValidateTelemetryPipelineConfigurationInput.add_member(:configuration, Shapes::ShapeRef.new(shape: TelemetryPipelineConfiguration, required: true, location_name: "Configuration"))
|
|
742
|
+
ValidateTelemetryPipelineConfigurationInput.struct_class = Types::ValidateTelemetryPipelineConfigurationInput
|
|
743
|
+
|
|
744
|
+
ValidateTelemetryPipelineConfigurationOutput.add_member(:errors, Shapes::ShapeRef.new(shape: ValidationErrors, location_name: "Errors"))
|
|
745
|
+
ValidateTelemetryPipelineConfigurationOutput.struct_class = Types::ValidateTelemetryPipelineConfigurationOutput
|
|
746
|
+
|
|
747
|
+
ValidationError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
748
|
+
ValidationError.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "Reason"))
|
|
749
|
+
ValidationError.add_member(:field_map, Shapes::ShapeRef.new(shape: FieldMap, location_name: "FieldMap"))
|
|
750
|
+
ValidationError.struct_class = Types::ValidationError
|
|
751
|
+
|
|
752
|
+
ValidationErrors.member = Shapes::ShapeRef.new(shape: ValidationError)
|
|
753
|
+
|
|
425
754
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
755
|
+
ValidationException.add_member(:errors, Shapes::ShapeRef.new(shape: ValidationErrors, location_name: "Errors"))
|
|
426
756
|
ValidationException.struct_class = Types::ValidationException
|
|
427
757
|
|
|
758
|
+
WAFLoggingParameters.add_member(:redacted_fields, Shapes::ShapeRef.new(shape: RedactedFields, location_name: "RedactedFields"))
|
|
759
|
+
WAFLoggingParameters.add_member(:logging_filter, Shapes::ShapeRef.new(shape: LoggingFilter, location_name: "LoggingFilter"))
|
|
760
|
+
WAFLoggingParameters.add_member(:log_type, Shapes::ShapeRef.new(shape: WAFLogType, location_name: "LogType"))
|
|
761
|
+
WAFLoggingParameters.struct_class = Types::WAFLoggingParameters
|
|
762
|
+
|
|
428
763
|
|
|
429
764
|
# @api private
|
|
430
765
|
API = Seahorse::Model::Api.new.tap do |api|
|
|
@@ -458,6 +793,34 @@ module Aws::ObservabilityAdmin
|
|
|
458
793
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
459
794
|
end)
|
|
460
795
|
|
|
796
|
+
api.add_operation(:create_s3_table_integration, Seahorse::Model::Operation.new.tap do |o|
|
|
797
|
+
o.name = "CreateS3TableIntegration"
|
|
798
|
+
o.http_method = "POST"
|
|
799
|
+
o.http_request_uri = "/CreateS3TableIntegration"
|
|
800
|
+
o.input = Shapes::ShapeRef.new(shape: CreateS3TableIntegrationInput)
|
|
801
|
+
o.output = Shapes::ShapeRef.new(shape: CreateS3TableIntegrationOutput)
|
|
802
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
803
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
804
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
805
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
806
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
807
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
808
|
+
end)
|
|
809
|
+
|
|
810
|
+
api.add_operation(:create_telemetry_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
|
811
|
+
o.name = "CreateTelemetryPipeline"
|
|
812
|
+
o.http_method = "POST"
|
|
813
|
+
o.http_request_uri = "/CreateTelemetryPipeline"
|
|
814
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTelemetryPipelineInput)
|
|
815
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTelemetryPipelineOutput)
|
|
816
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
817
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
821
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
822
|
+
end)
|
|
823
|
+
|
|
461
824
|
api.add_operation(:create_telemetry_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
462
825
|
o.name = "CreateTelemetryRule"
|
|
463
826
|
o.http_method = "POST"
|
|
@@ -499,6 +862,34 @@ module Aws::ObservabilityAdmin
|
|
|
499
862
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
500
863
|
end)
|
|
501
864
|
|
|
865
|
+
api.add_operation(:delete_s3_table_integration, Seahorse::Model::Operation.new.tap do |o|
|
|
866
|
+
o.name = "DeleteS3TableIntegration"
|
|
867
|
+
o.http_method = "POST"
|
|
868
|
+
o.http_request_uri = "/DeleteS3TableIntegration"
|
|
869
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteS3TableIntegrationInput)
|
|
870
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
871
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
872
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
873
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
874
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
|
875
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
876
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
877
|
+
end)
|
|
878
|
+
|
|
879
|
+
api.add_operation(:delete_telemetry_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
|
880
|
+
o.name = "DeleteTelemetryPipeline"
|
|
881
|
+
o.http_method = "POST"
|
|
882
|
+
o.http_request_uri = "/DeleteTelemetryPipeline"
|
|
883
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTelemetryPipelineInput)
|
|
884
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTelemetryPipelineOutput)
|
|
885
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
886
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
887
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
888
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
891
|
+
end)
|
|
892
|
+
|
|
502
893
|
api.add_operation(:delete_telemetry_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
503
894
|
o.name = "DeleteTelemetryRule"
|
|
504
895
|
o.http_method = "POST"
|
|
@@ -538,6 +929,19 @@ module Aws::ObservabilityAdmin
|
|
|
538
929
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
539
930
|
end)
|
|
540
931
|
|
|
932
|
+
api.add_operation(:get_s3_table_integration, Seahorse::Model::Operation.new.tap do |o|
|
|
933
|
+
o.name = "GetS3TableIntegration"
|
|
934
|
+
o.http_method = "POST"
|
|
935
|
+
o.http_request_uri = "/GetS3TableIntegration"
|
|
936
|
+
o.input = Shapes::ShapeRef.new(shape: GetS3TableIntegrationInput)
|
|
937
|
+
o.output = Shapes::ShapeRef.new(shape: GetS3TableIntegrationOutput)
|
|
938
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
940
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
941
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
942
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
943
|
+
end)
|
|
944
|
+
|
|
541
945
|
api.add_operation(:get_telemetry_enrichment_status, Seahorse::Model::Operation.new.tap do |o|
|
|
542
946
|
o.name = "GetTelemetryEnrichmentStatus"
|
|
543
947
|
o.http_method = "POST"
|
|
@@ -573,6 +977,19 @@ module Aws::ObservabilityAdmin
|
|
|
573
977
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
574
978
|
end)
|
|
575
979
|
|
|
980
|
+
api.add_operation(:get_telemetry_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
|
981
|
+
o.name = "GetTelemetryPipeline"
|
|
982
|
+
o.http_method = "POST"
|
|
983
|
+
o.http_request_uri = "/GetTelemetryPipeline"
|
|
984
|
+
o.input = Shapes::ShapeRef.new(shape: GetTelemetryPipelineInput)
|
|
985
|
+
o.output = Shapes::ShapeRef.new(shape: GetTelemetryPipelineOutput)
|
|
986
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
987
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
990
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
991
|
+
end)
|
|
992
|
+
|
|
576
993
|
api.add_operation(:get_telemetry_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
577
994
|
o.name = "GetTelemetryRule"
|
|
578
995
|
o.http_method = "POST"
|
|
@@ -653,6 +1070,24 @@ module Aws::ObservabilityAdmin
|
|
|
653
1070
|
)
|
|
654
1071
|
end)
|
|
655
1072
|
|
|
1073
|
+
api.add_operation(:list_s3_table_integrations, Seahorse::Model::Operation.new.tap do |o|
|
|
1074
|
+
o.name = "ListS3TableIntegrations"
|
|
1075
|
+
o.http_method = "POST"
|
|
1076
|
+
o.http_request_uri = "/ListS3TableIntegrations"
|
|
1077
|
+
o.input = Shapes::ShapeRef.new(shape: ListS3TableIntegrationsInput)
|
|
1078
|
+
o.output = Shapes::ShapeRef.new(shape: ListS3TableIntegrationsOutput)
|
|
1079
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1080
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1081
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1082
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1083
|
+
o[:pager] = Aws::Pager.new(
|
|
1084
|
+
limit_key: "max_results",
|
|
1085
|
+
tokens: {
|
|
1086
|
+
"next_token" => "next_token"
|
|
1087
|
+
}
|
|
1088
|
+
)
|
|
1089
|
+
end)
|
|
1090
|
+
|
|
656
1091
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
657
1092
|
o.name = "ListTagsForResource"
|
|
658
1093
|
o.http_method = "POST"
|
|
@@ -666,6 +1101,24 @@ module Aws::ObservabilityAdmin
|
|
|
666
1101
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
667
1102
|
end)
|
|
668
1103
|
|
|
1104
|
+
api.add_operation(:list_telemetry_pipelines, Seahorse::Model::Operation.new.tap do |o|
|
|
1105
|
+
o.name = "ListTelemetryPipelines"
|
|
1106
|
+
o.http_method = "POST"
|
|
1107
|
+
o.http_request_uri = "/ListTelemetryPipelines"
|
|
1108
|
+
o.input = Shapes::ShapeRef.new(shape: ListTelemetryPipelinesInput)
|
|
1109
|
+
o.output = Shapes::ShapeRef.new(shape: ListTelemetryPipelinesOutput)
|
|
1110
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1111
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1112
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1113
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1114
|
+
o[:pager] = Aws::Pager.new(
|
|
1115
|
+
limit_key: "max_results",
|
|
1116
|
+
tokens: {
|
|
1117
|
+
"next_token" => "next_token"
|
|
1118
|
+
}
|
|
1119
|
+
)
|
|
1120
|
+
end)
|
|
1121
|
+
|
|
669
1122
|
api.add_operation(:list_telemetry_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
670
1123
|
o.name = "ListTelemetryRules"
|
|
671
1124
|
o.http_method = "POST"
|
|
@@ -788,6 +1241,18 @@ module Aws::ObservabilityAdmin
|
|
|
788
1241
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
789
1242
|
end)
|
|
790
1243
|
|
|
1244
|
+
api.add_operation(:test_telemetry_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
|
1245
|
+
o.name = "TestTelemetryPipeline"
|
|
1246
|
+
o.http_method = "POST"
|
|
1247
|
+
o.http_request_uri = "/TestTelemetryPipeline"
|
|
1248
|
+
o.input = Shapes::ShapeRef.new(shape: TestTelemetryPipelineInput)
|
|
1249
|
+
o.output = Shapes::ShapeRef.new(shape: TestTelemetryPipelineOutput)
|
|
1250
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1251
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1252
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1253
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1254
|
+
end)
|
|
1255
|
+
|
|
791
1256
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
792
1257
|
o.name = "UntagResource"
|
|
793
1258
|
o.http_method = "POST"
|
|
@@ -815,6 +1280,19 @@ module Aws::ObservabilityAdmin
|
|
|
815
1280
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
816
1281
|
end)
|
|
817
1282
|
|
|
1283
|
+
api.add_operation(:update_telemetry_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
|
1284
|
+
o.name = "UpdateTelemetryPipeline"
|
|
1285
|
+
o.http_method = "POST"
|
|
1286
|
+
o.http_request_uri = "/UpdateTelemetryPipeline"
|
|
1287
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTelemetryPipelineInput)
|
|
1288
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTelemetryPipelineOutput)
|
|
1289
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1290
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1291
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1292
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1293
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1294
|
+
end)
|
|
1295
|
+
|
|
818
1296
|
api.add_operation(:update_telemetry_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
819
1297
|
o.name = "UpdateTelemetryRule"
|
|
820
1298
|
o.http_method = "POST"
|
|
@@ -823,6 +1301,7 @@ module Aws::ObservabilityAdmin
|
|
|
823
1301
|
o.output = Shapes::ShapeRef.new(shape: UpdateTelemetryRuleOutput)
|
|
824
1302
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
825
1303
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1304
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
826
1305
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
827
1306
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
828
1307
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
@@ -842,6 +1321,18 @@ module Aws::ObservabilityAdmin
|
|
|
842
1321
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
843
1322
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
844
1323
|
end)
|
|
1324
|
+
|
|
1325
|
+
api.add_operation(:validate_telemetry_pipeline_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1326
|
+
o.name = "ValidateTelemetryPipelineConfiguration"
|
|
1327
|
+
o.http_method = "POST"
|
|
1328
|
+
o.http_request_uri = "/ValidateTelemetryPipelineConfiguration"
|
|
1329
|
+
o.input = Shapes::ShapeRef.new(shape: ValidateTelemetryPipelineConfigurationInput)
|
|
1330
|
+
o.output = Shapes::ShapeRef.new(shape: ValidateTelemetryPipelineConfigurationOutput)
|
|
1331
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1332
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1333
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1334
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1335
|
+
end)
|
|
845
1336
|
end
|
|
846
1337
|
|
|
847
1338
|
end
|