aws-sdk-observabilityadmin 1.12.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-observabilityadmin/client.rb +343 -1
- data/lib/aws-sdk-observabilityadmin/client_api.rb +243 -0
- data/lib/aws-sdk-observabilityadmin/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-observabilityadmin/types.rb +506 -0
- data/lib/aws-sdk-observabilityadmin.rb +2 -2
- data/sig/client.rbs +135 -0
- data/sig/types.rbs +136 -0
- metadata +1 -1
@@ -17,15 +17,33 @@ 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
|
+
AwsResourceExplorerManagedViewArn = Shapes::StringShape.new(name: 'AwsResourceExplorerManagedViewArn')
|
21
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
22
|
+
CentralizationFailureReason = Shapes::StringShape.new(name: 'CentralizationFailureReason')
|
23
|
+
CentralizationRule = Shapes::StructureShape.new(name: 'CentralizationRule')
|
24
|
+
CentralizationRuleDestination = Shapes::StructureShape.new(name: 'CentralizationRuleDestination')
|
25
|
+
CentralizationRuleSource = Shapes::StructureShape.new(name: 'CentralizationRuleSource')
|
26
|
+
CentralizationRuleSummaries = Shapes::ListShape.new(name: 'CentralizationRuleSummaries')
|
27
|
+
CentralizationRuleSummary = Shapes::StructureShape.new(name: 'CentralizationRuleSummary')
|
20
28
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
29
|
+
CreateCentralizationRuleForOrganizationInput = Shapes::StructureShape.new(name: 'CreateCentralizationRuleForOrganizationInput')
|
30
|
+
CreateCentralizationRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'CreateCentralizationRuleForOrganizationOutput')
|
21
31
|
CreateTelemetryRuleForOrganizationInput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleForOrganizationInput')
|
22
32
|
CreateTelemetryRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleForOrganizationOutput')
|
23
33
|
CreateTelemetryRuleInput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleInput')
|
24
34
|
CreateTelemetryRuleOutput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleOutput')
|
35
|
+
DeleteCentralizationRuleForOrganizationInput = Shapes::StructureShape.new(name: 'DeleteCentralizationRuleForOrganizationInput')
|
25
36
|
DeleteTelemetryRuleForOrganizationInput = Shapes::StructureShape.new(name: 'DeleteTelemetryRuleForOrganizationInput')
|
26
37
|
DeleteTelemetryRuleInput = Shapes::StructureShape.new(name: 'DeleteTelemetryRuleInput')
|
38
|
+
DestinationLogsConfiguration = Shapes::StructureShape.new(name: 'DestinationLogsConfiguration')
|
27
39
|
DestinationType = Shapes::StringShape.new(name: 'DestinationType')
|
40
|
+
EncryptedLogGroupStrategy = Shapes::StringShape.new(name: 'EncryptedLogGroupStrategy')
|
41
|
+
EncryptionConflictResolutionStrategy = Shapes::StringShape.new(name: 'EncryptionConflictResolutionStrategy')
|
42
|
+
EncryptionStrategy = Shapes::StringShape.new(name: 'EncryptionStrategy')
|
28
43
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
44
|
+
GetCentralizationRuleForOrganizationInput = Shapes::StructureShape.new(name: 'GetCentralizationRuleForOrganizationInput')
|
45
|
+
GetCentralizationRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'GetCentralizationRuleForOrganizationOutput')
|
46
|
+
GetTelemetryEnrichmentStatusOutput = Shapes::StructureShape.new(name: 'GetTelemetryEnrichmentStatusOutput')
|
29
47
|
GetTelemetryEvaluationStatusForOrganizationOutput = Shapes::StructureShape.new(name: 'GetTelemetryEvaluationStatusForOrganizationOutput')
|
30
48
|
GetTelemetryEvaluationStatusOutput = Shapes::StructureShape.new(name: 'GetTelemetryEvaluationStatusOutput')
|
31
49
|
GetTelemetryRuleForOrganizationInput = Shapes::StructureShape.new(name: 'GetTelemetryRuleForOrganizationInput')
|
@@ -34,6 +52,10 @@ module Aws::ObservabilityAdmin
|
|
34
52
|
GetTelemetryRuleOutput = Shapes::StructureShape.new(name: 'GetTelemetryRuleOutput')
|
35
53
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
36
54
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
55
|
+
ListCentralizationRulesForOrganizationInput = Shapes::StructureShape.new(name: 'ListCentralizationRulesForOrganizationInput')
|
56
|
+
ListCentralizationRulesForOrganizationInputRuleNamePrefixString = Shapes::StringShape.new(name: 'ListCentralizationRulesForOrganizationInputRuleNamePrefixString')
|
57
|
+
ListCentralizationRulesForOrganizationMaxResults = Shapes::IntegerShape.new(name: 'ListCentralizationRulesForOrganizationMaxResults')
|
58
|
+
ListCentralizationRulesForOrganizationOutput = Shapes::StructureShape.new(name: 'ListCentralizationRulesForOrganizationOutput')
|
37
59
|
ListResourceTelemetryForOrganizationInput = Shapes::StructureShape.new(name: 'ListResourceTelemetryForOrganizationInput')
|
38
60
|
ListResourceTelemetryForOrganizationMaxResults = Shapes::IntegerShape.new(name: 'ListResourceTelemetryForOrganizationMaxResults')
|
39
61
|
ListResourceTelemetryForOrganizationOutput = Shapes::StructureShape.new(name: 'ListResourceTelemetryForOrganizationOutput')
|
@@ -48,10 +70,15 @@ module Aws::ObservabilityAdmin
|
|
48
70
|
ListTelemetryRulesInput = Shapes::StructureShape.new(name: 'ListTelemetryRulesInput')
|
49
71
|
ListTelemetryRulesMaxResults = Shapes::IntegerShape.new(name: 'ListTelemetryRulesMaxResults')
|
50
72
|
ListTelemetryRulesOutput = Shapes::StructureShape.new(name: 'ListTelemetryRulesOutput')
|
73
|
+
LogsBackupConfiguration = Shapes::StructureShape.new(name: 'LogsBackupConfiguration')
|
74
|
+
LogsEncryptionConfiguration = Shapes::StructureShape.new(name: 'LogsEncryptionConfiguration')
|
75
|
+
LogsFilterString = Shapes::StringShape.new(name: 'LogsFilterString')
|
51
76
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
52
77
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
53
78
|
OrganizationUnitIdentifier = Shapes::StringShape.new(name: 'OrganizationUnitIdentifier')
|
54
79
|
OrganizationUnitIdentifiers = Shapes::ListShape.new(name: 'OrganizationUnitIdentifiers')
|
80
|
+
Region = Shapes::StringShape.new(name: 'Region')
|
81
|
+
Regions = Shapes::ListShape.new(name: 'Regions')
|
55
82
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
56
83
|
ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
|
57
84
|
ResourceIdentifierPrefix = Shapes::StringShape.new(name: 'ResourceIdentifierPrefix')
|
@@ -59,10 +86,15 @@ module Aws::ObservabilityAdmin
|
|
59
86
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
60
87
|
ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
|
61
88
|
RetentionPeriodInDays = Shapes::IntegerShape.new(name: 'RetentionPeriodInDays')
|
89
|
+
RuleHealth = Shapes::StringShape.new(name: 'RuleHealth')
|
62
90
|
RuleIdentifier = Shapes::StringShape.new(name: 'RuleIdentifier')
|
63
91
|
RuleName = Shapes::StringShape.new(name: 'RuleName')
|
64
92
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
93
|
+
SourceFilterString = Shapes::StringShape.new(name: 'SourceFilterString')
|
94
|
+
SourceLogsConfiguration = Shapes::StructureShape.new(name: 'SourceLogsConfiguration')
|
95
|
+
StartTelemetryEnrichmentOutput = Shapes::StructureShape.new(name: 'StartTelemetryEnrichmentOutput')
|
65
96
|
Status = Shapes::StringShape.new(name: 'Status')
|
97
|
+
StopTelemetryEnrichmentOutput = Shapes::StructureShape.new(name: 'StopTelemetryEnrichmentOutput')
|
66
98
|
String = Shapes::StringShape.new(name: 'String')
|
67
99
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
68
100
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -74,6 +106,7 @@ module Aws::ObservabilityAdmin
|
|
74
106
|
TelemetryConfigurationState = Shapes::MapShape.new(name: 'TelemetryConfigurationState')
|
75
107
|
TelemetryConfigurations = Shapes::ListShape.new(name: 'TelemetryConfigurations')
|
76
108
|
TelemetryDestinationConfiguration = Shapes::StructureShape.new(name: 'TelemetryDestinationConfiguration')
|
109
|
+
TelemetryEnrichmentStatus = Shapes::StringShape.new(name: 'TelemetryEnrichmentStatus')
|
77
110
|
TelemetryRule = Shapes::StructureShape.new(name: 'TelemetryRule')
|
78
111
|
TelemetryRuleSummaries = Shapes::ListShape.new(name: 'TelemetryRuleSummaries')
|
79
112
|
TelemetryRuleSummary = Shapes::StructureShape.new(name: 'TelemetryRuleSummary')
|
@@ -81,6 +114,8 @@ module Aws::ObservabilityAdmin
|
|
81
114
|
TelemetryType = Shapes::StringShape.new(name: 'TelemetryType')
|
82
115
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
83
116
|
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
117
|
+
UpdateCentralizationRuleForOrganizationInput = Shapes::StructureShape.new(name: 'UpdateCentralizationRuleForOrganizationInput')
|
118
|
+
UpdateCentralizationRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'UpdateCentralizationRuleForOrganizationOutput')
|
84
119
|
UpdateTelemetryRuleForOrganizationInput = Shapes::StructureShape.new(name: 'UpdateTelemetryRuleForOrganizationInput')
|
85
120
|
UpdateTelemetryRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'UpdateTelemetryRuleForOrganizationOutput')
|
86
121
|
UpdateTelemetryRuleInput = Shapes::StructureShape.new(name: 'UpdateTelemetryRuleInput')
|
@@ -94,9 +129,45 @@ module Aws::ObservabilityAdmin
|
|
94
129
|
|
95
130
|
AccountIdentifiers.member = Shapes::ShapeRef.new(shape: AccountIdentifier)
|
96
131
|
|
132
|
+
CentralizationRule.add_member(:source, Shapes::ShapeRef.new(shape: CentralizationRuleSource, required: true, location_name: "Source"))
|
133
|
+
CentralizationRule.add_member(:destination, Shapes::ShapeRef.new(shape: CentralizationRuleDestination, required: true, location_name: "Destination"))
|
134
|
+
CentralizationRule.struct_class = Types::CentralizationRule
|
135
|
+
|
136
|
+
CentralizationRuleDestination.add_member(:region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "Region"))
|
137
|
+
CentralizationRuleDestination.add_member(:account, Shapes::ShapeRef.new(shape: AccountIdentifier, location_name: "Account"))
|
138
|
+
CentralizationRuleDestination.add_member(:destination_logs_configuration, Shapes::ShapeRef.new(shape: DestinationLogsConfiguration, location_name: "DestinationLogsConfiguration"))
|
139
|
+
CentralizationRuleDestination.struct_class = Types::CentralizationRuleDestination
|
140
|
+
|
141
|
+
CentralizationRuleSource.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, required: true, location_name: "Regions"))
|
142
|
+
CentralizationRuleSource.add_member(:scope, Shapes::ShapeRef.new(shape: SourceFilterString, location_name: "Scope"))
|
143
|
+
CentralizationRuleSource.add_member(:source_logs_configuration, Shapes::ShapeRef.new(shape: SourceLogsConfiguration, location_name: "SourceLogsConfiguration"))
|
144
|
+
CentralizationRuleSource.struct_class = Types::CentralizationRuleSource
|
145
|
+
|
146
|
+
CentralizationRuleSummaries.member = Shapes::ShapeRef.new(shape: CentralizationRuleSummary)
|
147
|
+
|
148
|
+
CentralizationRuleSummary.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, location_name: "RuleName"))
|
149
|
+
CentralizationRuleSummary.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleArn"))
|
150
|
+
CentralizationRuleSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: String, location_name: "CreatorAccountId"))
|
151
|
+
CentralizationRuleSummary.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
|
152
|
+
CentralizationRuleSummary.add_member(:created_region, Shapes::ShapeRef.new(shape: Region, location_name: "CreatedRegion"))
|
153
|
+
CentralizationRuleSummary.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
|
154
|
+
CentralizationRuleSummary.add_member(:rule_health, Shapes::ShapeRef.new(shape: RuleHealth, location_name: "RuleHealth"))
|
155
|
+
CentralizationRuleSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: CentralizationFailureReason, location_name: "FailureReason"))
|
156
|
+
CentralizationRuleSummary.add_member(:destination_account_id, Shapes::ShapeRef.new(shape: String, location_name: "DestinationAccountId"))
|
157
|
+
CentralizationRuleSummary.add_member(:destination_region, Shapes::ShapeRef.new(shape: Region, location_name: "DestinationRegion"))
|
158
|
+
CentralizationRuleSummary.struct_class = Types::CentralizationRuleSummary
|
159
|
+
|
97
160
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
98
161
|
ConflictException.struct_class = Types::ConflictException
|
99
162
|
|
163
|
+
CreateCentralizationRuleForOrganizationInput.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "RuleName"))
|
164
|
+
CreateCentralizationRuleForOrganizationInput.add_member(:rule, Shapes::ShapeRef.new(shape: CentralizationRule, required: true, location_name: "Rule"))
|
165
|
+
CreateCentralizationRuleForOrganizationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMapInput, location_name: "Tags"))
|
166
|
+
CreateCentralizationRuleForOrganizationInput.struct_class = Types::CreateCentralizationRuleForOrganizationInput
|
167
|
+
|
168
|
+
CreateCentralizationRuleForOrganizationOutput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleArn"))
|
169
|
+
CreateCentralizationRuleForOrganizationOutput.struct_class = Types::CreateCentralizationRuleForOrganizationOutput
|
170
|
+
|
100
171
|
CreateTelemetryRuleForOrganizationInput.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "RuleName"))
|
101
172
|
CreateTelemetryRuleForOrganizationInput.add_member(:rule, Shapes::ShapeRef.new(shape: TelemetryRule, required: true, location_name: "Rule"))
|
102
173
|
CreateTelemetryRuleForOrganizationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMapInput, location_name: "Tags"))
|
@@ -113,12 +184,37 @@ module Aws::ObservabilityAdmin
|
|
113
184
|
CreateTelemetryRuleOutput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleArn"))
|
114
185
|
CreateTelemetryRuleOutput.struct_class = Types::CreateTelemetryRuleOutput
|
115
186
|
|
187
|
+
DeleteCentralizationRuleForOrganizationInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
188
|
+
DeleteCentralizationRuleForOrganizationInput.struct_class = Types::DeleteCentralizationRuleForOrganizationInput
|
189
|
+
|
116
190
|
DeleteTelemetryRuleForOrganizationInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
117
191
|
DeleteTelemetryRuleForOrganizationInput.struct_class = Types::DeleteTelemetryRuleForOrganizationInput
|
118
192
|
|
119
193
|
DeleteTelemetryRuleInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
120
194
|
DeleteTelemetryRuleInput.struct_class = Types::DeleteTelemetryRuleInput
|
121
195
|
|
196
|
+
DestinationLogsConfiguration.add_member(:logs_encryption_configuration, Shapes::ShapeRef.new(shape: LogsEncryptionConfiguration, location_name: "LogsEncryptionConfiguration"))
|
197
|
+
DestinationLogsConfiguration.add_member(:backup_configuration, Shapes::ShapeRef.new(shape: LogsBackupConfiguration, location_name: "BackupConfiguration"))
|
198
|
+
DestinationLogsConfiguration.struct_class = Types::DestinationLogsConfiguration
|
199
|
+
|
200
|
+
GetCentralizationRuleForOrganizationInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
201
|
+
GetCentralizationRuleForOrganizationInput.struct_class = Types::GetCentralizationRuleForOrganizationInput
|
202
|
+
|
203
|
+
GetCentralizationRuleForOrganizationOutput.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, location_name: "RuleName"))
|
204
|
+
GetCentralizationRuleForOrganizationOutput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleArn"))
|
205
|
+
GetCentralizationRuleForOrganizationOutput.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: String, location_name: "CreatorAccountId"))
|
206
|
+
GetCentralizationRuleForOrganizationOutput.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
|
207
|
+
GetCentralizationRuleForOrganizationOutput.add_member(:created_region, Shapes::ShapeRef.new(shape: Region, location_name: "CreatedRegion"))
|
208
|
+
GetCentralizationRuleForOrganizationOutput.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
|
209
|
+
GetCentralizationRuleForOrganizationOutput.add_member(:rule_health, Shapes::ShapeRef.new(shape: RuleHealth, location_name: "RuleHealth"))
|
210
|
+
GetCentralizationRuleForOrganizationOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: CentralizationFailureReason, location_name: "FailureReason"))
|
211
|
+
GetCentralizationRuleForOrganizationOutput.add_member(:centralization_rule, Shapes::ShapeRef.new(shape: CentralizationRule, location_name: "CentralizationRule"))
|
212
|
+
GetCentralizationRuleForOrganizationOutput.struct_class = Types::GetCentralizationRuleForOrganizationOutput
|
213
|
+
|
214
|
+
GetTelemetryEnrichmentStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: TelemetryEnrichmentStatus, location_name: "Status"))
|
215
|
+
GetTelemetryEnrichmentStatusOutput.add_member(:aws_resource_explorer_managed_view_arn, Shapes::ShapeRef.new(shape: AwsResourceExplorerManagedViewArn, location_name: "AwsResourceExplorerManagedViewArn"))
|
216
|
+
GetTelemetryEnrichmentStatusOutput.struct_class = Types::GetTelemetryEnrichmentStatusOutput
|
217
|
+
|
122
218
|
GetTelemetryEvaluationStatusForOrganizationOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
123
219
|
GetTelemetryEvaluationStatusForOrganizationOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
124
220
|
GetTelemetryEvaluationStatusForOrganizationOutput.struct_class = Types::GetTelemetryEvaluationStatusForOrganizationOutput
|
@@ -151,6 +247,16 @@ module Aws::ObservabilityAdmin
|
|
151
247
|
InternalServerException.add_member(:amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
|
152
248
|
InternalServerException.struct_class = Types::InternalServerException
|
153
249
|
|
250
|
+
ListCentralizationRulesForOrganizationInput.add_member(:rule_name_prefix, Shapes::ShapeRef.new(shape: ListCentralizationRulesForOrganizationInputRuleNamePrefixString, location_name: "RuleNamePrefix"))
|
251
|
+
ListCentralizationRulesForOrganizationInput.add_member(:all_regions, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllRegions"))
|
252
|
+
ListCentralizationRulesForOrganizationInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCentralizationRulesForOrganizationMaxResults, location_name: "MaxResults"))
|
253
|
+
ListCentralizationRulesForOrganizationInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
254
|
+
ListCentralizationRulesForOrganizationInput.struct_class = Types::ListCentralizationRulesForOrganizationInput
|
255
|
+
|
256
|
+
ListCentralizationRulesForOrganizationOutput.add_member(:centralization_rule_summaries, Shapes::ShapeRef.new(shape: CentralizationRuleSummaries, location_name: "CentralizationRuleSummaries"))
|
257
|
+
ListCentralizationRulesForOrganizationOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
258
|
+
ListCentralizationRulesForOrganizationOutput.struct_class = Types::ListCentralizationRulesForOrganizationOutput
|
259
|
+
|
154
260
|
ListResourceTelemetryForOrganizationInput.add_member(:account_identifiers, Shapes::ShapeRef.new(shape: AccountIdentifiers, location_name: "AccountIdentifiers"))
|
155
261
|
ListResourceTelemetryForOrganizationInput.add_member(:resource_identifier_prefix, Shapes::ShapeRef.new(shape: ResourceIdentifierPrefix, location_name: "ResourceIdentifierPrefix"))
|
156
262
|
ListResourceTelemetryForOrganizationInput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
|
@@ -202,8 +308,19 @@ module Aws::ObservabilityAdmin
|
|
202
308
|
ListTelemetryRulesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
203
309
|
ListTelemetryRulesOutput.struct_class = Types::ListTelemetryRulesOutput
|
204
310
|
|
311
|
+
LogsBackupConfiguration.add_member(:region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "Region"))
|
312
|
+
LogsBackupConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "KmsKeyArn"))
|
313
|
+
LogsBackupConfiguration.struct_class = Types::LogsBackupConfiguration
|
314
|
+
|
315
|
+
LogsEncryptionConfiguration.add_member(:encryption_strategy, Shapes::ShapeRef.new(shape: EncryptionStrategy, required: true, location_name: "EncryptionStrategy"))
|
316
|
+
LogsEncryptionConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "KmsKeyArn"))
|
317
|
+
LogsEncryptionConfiguration.add_member(:encryption_conflict_resolution_strategy, Shapes::ShapeRef.new(shape: EncryptionConflictResolutionStrategy, location_name: "EncryptionConflictResolutionStrategy"))
|
318
|
+
LogsEncryptionConfiguration.struct_class = Types::LogsEncryptionConfiguration
|
319
|
+
|
205
320
|
OrganizationUnitIdentifiers.member = Shapes::ShapeRef.new(shape: OrganizationUnitIdentifier)
|
206
321
|
|
322
|
+
Regions.member = Shapes::ShapeRef.new(shape: Region)
|
323
|
+
|
207
324
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
208
325
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
209
326
|
|
@@ -213,6 +330,17 @@ module Aws::ObservabilityAdmin
|
|
213
330
|
ServiceQuotaExceededException.add_member(:amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
|
214
331
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
215
332
|
|
333
|
+
SourceLogsConfiguration.add_member(:log_group_selection_criteria, Shapes::ShapeRef.new(shape: LogsFilterString, required: true, location_name: "LogGroupSelectionCriteria"))
|
334
|
+
SourceLogsConfiguration.add_member(:encrypted_log_group_strategy, Shapes::ShapeRef.new(shape: EncryptedLogGroupStrategy, required: true, location_name: "EncryptedLogGroupStrategy"))
|
335
|
+
SourceLogsConfiguration.struct_class = Types::SourceLogsConfiguration
|
336
|
+
|
337
|
+
StartTelemetryEnrichmentOutput.add_member(:status, Shapes::ShapeRef.new(shape: TelemetryEnrichmentStatus, location_name: "Status"))
|
338
|
+
StartTelemetryEnrichmentOutput.add_member(:aws_resource_explorer_managed_view_arn, Shapes::ShapeRef.new(shape: AwsResourceExplorerManagedViewArn, location_name: "AwsResourceExplorerManagedViewArn"))
|
339
|
+
StartTelemetryEnrichmentOutput.struct_class = Types::StartTelemetryEnrichmentOutput
|
340
|
+
|
341
|
+
StopTelemetryEnrichmentOutput.add_member(:status, Shapes::ShapeRef.new(shape: TelemetryEnrichmentStatus, location_name: "Status"))
|
342
|
+
StopTelemetryEnrichmentOutput.struct_class = Types::StopTelemetryEnrichmentOutput
|
343
|
+
|
216
344
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
217
345
|
|
218
346
|
TagMapInput.key = Shapes::ShapeRef.new(shape: TagKey)
|
@@ -268,6 +396,13 @@ module Aws::ObservabilityAdmin
|
|
268
396
|
UntagResourceInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
269
397
|
UntagResourceInput.struct_class = Types::UntagResourceInput
|
270
398
|
|
399
|
+
UpdateCentralizationRuleForOrganizationInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
400
|
+
UpdateCentralizationRuleForOrganizationInput.add_member(:rule, Shapes::ShapeRef.new(shape: CentralizationRule, required: true, location_name: "Rule"))
|
401
|
+
UpdateCentralizationRuleForOrganizationInput.struct_class = Types::UpdateCentralizationRuleForOrganizationInput
|
402
|
+
|
403
|
+
UpdateCentralizationRuleForOrganizationOutput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleArn"))
|
404
|
+
UpdateCentralizationRuleForOrganizationOutput.struct_class = Types::UpdateCentralizationRuleForOrganizationOutput
|
405
|
+
|
271
406
|
UpdateTelemetryRuleForOrganizationInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "RuleIdentifier"))
|
272
407
|
UpdateTelemetryRuleForOrganizationInput.add_member(:rule, Shapes::ShapeRef.new(shape: TelemetryRule, required: true, location_name: "Rule"))
|
273
408
|
UpdateTelemetryRuleForOrganizationInput.struct_class = Types::UpdateTelemetryRuleForOrganizationInput
|
@@ -309,6 +444,20 @@ module Aws::ObservabilityAdmin
|
|
309
444
|
"uid" => "observabilityadmin-2018-05-10",
|
310
445
|
}
|
311
446
|
|
447
|
+
api.add_operation(:create_centralization_rule_for_organization, Seahorse::Model::Operation.new.tap do |o|
|
448
|
+
o.name = "CreateCentralizationRuleForOrganization"
|
449
|
+
o.http_method = "POST"
|
450
|
+
o.http_request_uri = "/CreateCentralizationRuleForOrganization"
|
451
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCentralizationRuleForOrganizationInput)
|
452
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCentralizationRuleForOrganizationOutput)
|
453
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
454
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
455
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
456
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
457
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
458
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
459
|
+
end)
|
460
|
+
|
312
461
|
api.add_operation(:create_telemetry_rule, Seahorse::Model::Operation.new.tap do |o|
|
313
462
|
o.name = "CreateTelemetryRule"
|
314
463
|
o.http_method = "POST"
|
@@ -337,6 +486,19 @@ module Aws::ObservabilityAdmin
|
|
337
486
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
338
487
|
end)
|
339
488
|
|
489
|
+
api.add_operation(:delete_centralization_rule_for_organization, Seahorse::Model::Operation.new.tap do |o|
|
490
|
+
o.name = "DeleteCentralizationRuleForOrganization"
|
491
|
+
o.http_method = "POST"
|
492
|
+
o.http_request_uri = "/DeleteCentralizationRuleForOrganization"
|
493
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCentralizationRuleForOrganizationInput)
|
494
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
495
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
496
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
497
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
498
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
499
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
500
|
+
end)
|
501
|
+
|
340
502
|
api.add_operation(:delete_telemetry_rule, Seahorse::Model::Operation.new.tap do |o|
|
341
503
|
o.name = "DeleteTelemetryRule"
|
342
504
|
o.http_method = "POST"
|
@@ -363,6 +525,31 @@ module Aws::ObservabilityAdmin
|
|
363
525
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
364
526
|
end)
|
365
527
|
|
528
|
+
api.add_operation(:get_centralization_rule_for_organization, Seahorse::Model::Operation.new.tap do |o|
|
529
|
+
o.name = "GetCentralizationRuleForOrganization"
|
530
|
+
o.http_method = "POST"
|
531
|
+
o.http_request_uri = "/GetCentralizationRuleForOrganization"
|
532
|
+
o.input = Shapes::ShapeRef.new(shape: GetCentralizationRuleForOrganizationInput)
|
533
|
+
o.output = Shapes::ShapeRef.new(shape: GetCentralizationRuleForOrganizationOutput)
|
534
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
535
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
536
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
537
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
538
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
539
|
+
end)
|
540
|
+
|
541
|
+
api.add_operation(:get_telemetry_enrichment_status, Seahorse::Model::Operation.new.tap do |o|
|
542
|
+
o.name = "GetTelemetryEnrichmentStatus"
|
543
|
+
o.http_method = "POST"
|
544
|
+
o.http_request_uri = "/GetTelemetryEnrichmentStatus"
|
545
|
+
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
546
|
+
o.output = Shapes::ShapeRef.new(shape: GetTelemetryEnrichmentStatusOutput)
|
547
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
548
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
549
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
550
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
551
|
+
end)
|
552
|
+
|
366
553
|
api.add_operation(:get_telemetry_evaluation_status, Seahorse::Model::Operation.new.tap do |o|
|
367
554
|
o.name = "GetTelemetryEvaluationStatus"
|
368
555
|
o.http_method = "POST"
|
@@ -412,6 +599,24 @@ module Aws::ObservabilityAdmin
|
|
412
599
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
413
600
|
end)
|
414
601
|
|
602
|
+
api.add_operation(:list_centralization_rules_for_organization, Seahorse::Model::Operation.new.tap do |o|
|
603
|
+
o.name = "ListCentralizationRulesForOrganization"
|
604
|
+
o.http_method = "POST"
|
605
|
+
o.http_request_uri = "/ListCentralizationRulesForOrganization"
|
606
|
+
o.input = Shapes::ShapeRef.new(shape: ListCentralizationRulesForOrganizationInput)
|
607
|
+
o.output = Shapes::ShapeRef.new(shape: ListCentralizationRulesForOrganizationOutput)
|
608
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
609
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
610
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
611
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
612
|
+
o[:pager] = Aws::Pager.new(
|
613
|
+
limit_key: "max_results",
|
614
|
+
tokens: {
|
615
|
+
"next_token" => "next_token"
|
616
|
+
}
|
617
|
+
)
|
618
|
+
end)
|
619
|
+
|
415
620
|
api.add_operation(:list_resource_telemetry, Seahorse::Model::Operation.new.tap do |o|
|
416
621
|
o.name = "ListResourceTelemetry"
|
417
622
|
o.http_method = "POST"
|
@@ -497,6 +702,18 @@ module Aws::ObservabilityAdmin
|
|
497
702
|
)
|
498
703
|
end)
|
499
704
|
|
705
|
+
api.add_operation(:start_telemetry_enrichment, Seahorse::Model::Operation.new.tap do |o|
|
706
|
+
o.name = "StartTelemetryEnrichment"
|
707
|
+
o.http_method = "POST"
|
708
|
+
o.http_request_uri = "/StartTelemetryEnrichment"
|
709
|
+
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
710
|
+
o.output = Shapes::ShapeRef.new(shape: StartTelemetryEnrichmentOutput)
|
711
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
712
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
714
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
715
|
+
end)
|
716
|
+
|
500
717
|
api.add_operation(:start_telemetry_evaluation, Seahorse::Model::Operation.new.tap do |o|
|
501
718
|
o.name = "StartTelemetryEvaluation"
|
502
719
|
o.http_method = "POST"
|
@@ -521,6 +738,18 @@ module Aws::ObservabilityAdmin
|
|
521
738
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
522
739
|
end)
|
523
740
|
|
741
|
+
api.add_operation(:stop_telemetry_enrichment, Seahorse::Model::Operation.new.tap do |o|
|
742
|
+
o.name = "StopTelemetryEnrichment"
|
743
|
+
o.http_method = "POST"
|
744
|
+
o.http_request_uri = "/StopTelemetryEnrichment"
|
745
|
+
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
746
|
+
o.output = Shapes::ShapeRef.new(shape: StopTelemetryEnrichmentOutput)
|
747
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
748
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
749
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
750
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
751
|
+
end)
|
752
|
+
|
524
753
|
api.add_operation(:stop_telemetry_evaluation, Seahorse::Model::Operation.new.tap do |o|
|
525
754
|
o.name = "StopTelemetryEvaluation"
|
526
755
|
o.http_method = "POST"
|
@@ -572,6 +801,20 @@ module Aws::ObservabilityAdmin
|
|
572
801
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
573
802
|
end)
|
574
803
|
|
804
|
+
api.add_operation(:update_centralization_rule_for_organization, Seahorse::Model::Operation.new.tap do |o|
|
805
|
+
o.name = "UpdateCentralizationRuleForOrganization"
|
806
|
+
o.http_method = "POST"
|
807
|
+
o.http_request_uri = "/UpdateCentralizationRuleForOrganization"
|
808
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCentralizationRuleForOrganizationInput)
|
809
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCentralizationRuleForOrganizationOutput)
|
810
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
811
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
812
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
813
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
814
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
815
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
816
|
+
end)
|
817
|
+
|
575
818
|
api.add_operation(:update_telemetry_rule, Seahorse::Model::Operation.new.tap do |o|
|
576
819
|
o.name = "UpdateTelemetryRule"
|
577
820
|
o.http_method = "POST"
|
@@ -13,22 +13,22 @@ module Aws::ObservabilityAdmin
|
|
13
13
|
# @!attribute region
|
14
14
|
# The AWS region used to dispatch the request.
|
15
15
|
#
|
16
|
-
# @return [
|
16
|
+
# @return [string]
|
17
17
|
#
|
18
18
|
# @!attribute use_dual_stack
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
20
20
|
#
|
21
|
-
# @return [
|
21
|
+
# @return [boolean]
|
22
22
|
#
|
23
23
|
# @!attribute use_fips
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
25
25
|
#
|
26
|
-
# @return [
|
26
|
+
# @return [boolean]
|
27
27
|
#
|
28
28
|
# @!attribute endpoint
|
29
29
|
# Override the endpoint used to send this request
|
30
30
|
#
|
31
|
-
# @return [
|
31
|
+
# @return [string]
|
32
32
|
#
|
33
33
|
EndpointParameters = Struct.new(
|
34
34
|
:region,
|