@aws-sdk/client-observabilityadmin 3.1092.0 → 3.1094.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.
- package/dist-cjs/index.js +5 -1
- package/dist-es/models/enums.js +4 -0
- package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +2 -2
- package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/GetTelemetryRuleCommand.d.ts +2 -2
- package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/ListResourceTelemetryCommand.d.ts +2 -2
- package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/ListTelemetryRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +2 -2
- package/dist-types/models/enums.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +4 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1093.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -1715,6 +1715,9 @@ const OutputFormat = {
|
|
|
1715
1715
|
};
|
|
1716
1716
|
const LogType = {
|
|
1717
1717
|
ACCESS: "ACCESS_LOGS",
|
|
1718
|
+
ALB_ACCESS: "ALB_ACCESS_LOGS",
|
|
1719
|
+
ALB_CONNECTION: "ALB_CONNECTION_LOGS",
|
|
1720
|
+
ALB_HEALTH_CHECK: "ALB_HEALTH_CHECK_LOGS",
|
|
1718
1721
|
APPLICATION: "APPLICATION_LOGS",
|
|
1719
1722
|
CONNECTION: "CONNECTION_LOGS",
|
|
1720
1723
|
S3_SERVER_ACCESS: "S3_SERVER_ACCESS_LOGS",
|
|
@@ -1745,6 +1748,7 @@ const ResourceType = {
|
|
|
1745
1748
|
AWS_BEDROCK_AGENTCORE_MEMORY: "AWS::BedrockAgentCore::Memory",
|
|
1746
1749
|
AWS_BEDROCK_AGENTCORE_RUNTIME: "AWS::BedrockAgentCore::Runtime",
|
|
1747
1750
|
AWS_BEDROCK_AGENTCORE_WORKLOAD_IDENTITY: "AWS::BedrockAgentCore::WorkloadIdentity",
|
|
1751
|
+
AWS_BEDROCK_KNOWLEDGEBASE: "AWS::Bedrock::KnowledgeBase",
|
|
1748
1752
|
AWS_CLOUDFRONT_DISTRIBUTION: "AWS::CloudFront::Distribution",
|
|
1749
1753
|
AWS_CLOUDTRAIL: "AWS::CloudTrail",
|
|
1750
1754
|
AWS_EC2_INSTANCE: "AWS::EC2::Instance",
|
package/dist-es/models/enums.js
CHANGED
|
@@ -41,6 +41,9 @@ export const OutputFormat = {
|
|
|
41
41
|
};
|
|
42
42
|
export const LogType = {
|
|
43
43
|
ACCESS: "ACCESS_LOGS",
|
|
44
|
+
ALB_ACCESS: "ALB_ACCESS_LOGS",
|
|
45
|
+
ALB_CONNECTION: "ALB_CONNECTION_LOGS",
|
|
46
|
+
ALB_HEALTH_CHECK: "ALB_HEALTH_CHECK_LOGS",
|
|
44
47
|
APPLICATION: "APPLICATION_LOGS",
|
|
45
48
|
CONNECTION: "CONNECTION_LOGS",
|
|
46
49
|
S3_SERVER_ACCESS: "S3_SERVER_ACCESS_LOGS",
|
|
@@ -71,6 +74,7 @@ export const ResourceType = {
|
|
|
71
74
|
AWS_BEDROCK_AGENTCORE_MEMORY: "AWS::BedrockAgentCore::Memory",
|
|
72
75
|
AWS_BEDROCK_AGENTCORE_RUNTIME: "AWS::BedrockAgentCore::Runtime",
|
|
73
76
|
AWS_BEDROCK_AGENTCORE_WORKLOAD_IDENTITY: "AWS::BedrockAgentCore::WorkloadIdentity",
|
|
77
|
+
AWS_BEDROCK_KNOWLEDGEBASE: "AWS::Bedrock::KnowledgeBase",
|
|
74
78
|
AWS_CLOUDFRONT_DISTRIBUTION: "AWS::CloudFront::Distribution",
|
|
75
79
|
AWS_CLOUDTRAIL: "AWS::CloudTrail",
|
|
76
80
|
AWS_EC2_INSTANCE: "AWS::EC2::Instance",
|
|
@@ -36,7 +36,7 @@ declare const CreateTelemetryRuleCommand_base: {
|
|
|
36
36
|
* const input = { // CreateTelemetryRuleInput
|
|
37
37
|
* RuleName: "STRING_VALUE", // required
|
|
38
38
|
* Rule: { // TelemetryRule
|
|
39
|
-
* ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
39
|
+
* ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
40
40
|
* TelemetryType: "Logs" || "Metrics" || "Traces", // required
|
|
41
41
|
* TelemetrySourceTypes: [ // TelemetrySourceTypes
|
|
42
42
|
* "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
|
|
@@ -116,7 +116,7 @@ declare const CreateTelemetryRuleCommand_base: {
|
|
|
116
116
|
* },
|
|
117
117
|
* LogDeliveryParameters: { // LogDeliveryParameters
|
|
118
118
|
* LogTypes: [ // LogTypes
|
|
119
|
-
* "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS",
|
|
119
|
+
* "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS" || "ALB_ACCESS_LOGS" || "ALB_CONNECTION_LOGS" || "ALB_HEALTH_CHECK_LOGS",
|
|
120
120
|
* ],
|
|
121
121
|
* },
|
|
122
122
|
* MskMonitoringParameters: { // MskMonitoringParameters
|
|
@@ -36,7 +36,7 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
|
|
|
36
36
|
* const input = { // CreateTelemetryRuleForOrganizationInput
|
|
37
37
|
* RuleName: "STRING_VALUE", // required
|
|
38
38
|
* Rule: { // TelemetryRule
|
|
39
|
-
* ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
39
|
+
* ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
40
40
|
* TelemetryType: "Logs" || "Metrics" || "Traces", // required
|
|
41
41
|
* TelemetrySourceTypes: [ // TelemetrySourceTypes
|
|
42
42
|
* "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
|
|
@@ -116,7 +116,7 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
|
|
|
116
116
|
* },
|
|
117
117
|
* LogDeliveryParameters: { // LogDeliveryParameters
|
|
118
118
|
* LogTypes: [ // LogTypes
|
|
119
|
-
* "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS",
|
|
119
|
+
* "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS" || "ALB_ACCESS_LOGS" || "ALB_CONNECTION_LOGS" || "ALB_HEALTH_CHECK_LOGS",
|
|
120
120
|
* ],
|
|
121
121
|
* },
|
|
122
122
|
* MskMonitoringParameters: { // MskMonitoringParameters
|
|
@@ -44,7 +44,7 @@ declare const GetTelemetryRuleCommand_base: {
|
|
|
44
44
|
* // CreatedTimeStamp: Number("long"),
|
|
45
45
|
* // LastUpdateTimeStamp: Number("long"),
|
|
46
46
|
* // TelemetryRule: { // TelemetryRule
|
|
47
|
-
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
47
|
+
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
48
48
|
* // TelemetryType: "Logs" || "Metrics" || "Traces", // required
|
|
49
49
|
* // TelemetrySourceTypes: [ // TelemetrySourceTypes
|
|
50
50
|
* // "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
|
|
@@ -124,7 +124,7 @@ declare const GetTelemetryRuleCommand_base: {
|
|
|
124
124
|
* // },
|
|
125
125
|
* // LogDeliveryParameters: { // LogDeliveryParameters
|
|
126
126
|
* // LogTypes: [ // LogTypes
|
|
127
|
-
* // "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS",
|
|
127
|
+
* // "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS" || "ALB_ACCESS_LOGS" || "ALB_CONNECTION_LOGS" || "ALB_HEALTH_CHECK_LOGS",
|
|
128
128
|
* // ],
|
|
129
129
|
* // },
|
|
130
130
|
* // MskMonitoringParameters: { // MskMonitoringParameters
|
|
@@ -44,7 +44,7 @@ declare const GetTelemetryRuleForOrganizationCommand_base: {
|
|
|
44
44
|
* // CreatedTimeStamp: Number("long"),
|
|
45
45
|
* // LastUpdateTimeStamp: Number("long"),
|
|
46
46
|
* // TelemetryRule: { // TelemetryRule
|
|
47
|
-
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
47
|
+
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
48
48
|
* // TelemetryType: "Logs" || "Metrics" || "Traces", // required
|
|
49
49
|
* // TelemetrySourceTypes: [ // TelemetrySourceTypes
|
|
50
50
|
* // "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
|
|
@@ -124,7 +124,7 @@ declare const GetTelemetryRuleForOrganizationCommand_base: {
|
|
|
124
124
|
* // },
|
|
125
125
|
* // LogDeliveryParameters: { // LogDeliveryParameters
|
|
126
126
|
* // LogTypes: [ // LogTypes
|
|
127
|
-
* // "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS",
|
|
127
|
+
* // "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS" || "ALB_ACCESS_LOGS" || "ALB_CONNECTION_LOGS" || "ALB_HEALTH_CHECK_LOGS",
|
|
128
128
|
* // ],
|
|
129
129
|
* // },
|
|
130
130
|
* // MskMonitoringParameters: { // MskMonitoringParameters
|
|
@@ -36,7 +36,7 @@ declare const ListResourceTelemetryCommand_base: {
|
|
|
36
36
|
* const input = { // ListResourceTelemetryInput
|
|
37
37
|
* ResourceIdentifierPrefix: "STRING_VALUE",
|
|
38
38
|
* ResourceTypes: [ // ResourceTypes
|
|
39
|
-
* "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
39
|
+
* "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
40
40
|
* ],
|
|
41
41
|
* TelemetryConfigurationState: { // TelemetryConfigurationState
|
|
42
42
|
* "<keys>": "Enabled" || "Disabled" || "NotApplicable",
|
|
@@ -56,7 +56,7 @@ declare const ListResourceTelemetryCommand_base: {
|
|
|
56
56
|
* // TelemetryConfigurationState: { // TelemetryConfigurationState
|
|
57
57
|
* // "<keys>": "Enabled" || "Disabled" || "NotApplicable",
|
|
58
58
|
* // },
|
|
59
|
-
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
59
|
+
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
60
60
|
* // ResourceIdentifier: "STRING_VALUE",
|
|
61
61
|
* // ResourceTags: { // TagMapOutput
|
|
62
62
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -39,7 +39,7 @@ declare const ListResourceTelemetryForOrganizationCommand_base: {
|
|
|
39
39
|
* ],
|
|
40
40
|
* ResourceIdentifierPrefix: "STRING_VALUE",
|
|
41
41
|
* ResourceTypes: [ // ResourceTypes
|
|
42
|
-
* "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
42
|
+
* "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
43
43
|
* ],
|
|
44
44
|
* TelemetryConfigurationState: { // TelemetryConfigurationState
|
|
45
45
|
* "<keys>": "Enabled" || "Disabled" || "NotApplicable",
|
|
@@ -59,7 +59,7 @@ declare const ListResourceTelemetryForOrganizationCommand_base: {
|
|
|
59
59
|
* // TelemetryConfigurationState: { // TelemetryConfigurationState
|
|
60
60
|
* // "<keys>": "Enabled" || "Disabled" || "NotApplicable",
|
|
61
61
|
* // },
|
|
62
|
-
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
62
|
+
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
63
63
|
* // ResourceIdentifier: "STRING_VALUE",
|
|
64
64
|
* // ResourceTags: { // TagMapOutput
|
|
65
65
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -47,7 +47,7 @@ declare const ListTelemetryRulesCommand_base: {
|
|
|
47
47
|
* // RuleArn: "STRING_VALUE",
|
|
48
48
|
* // CreatedTimeStamp: Number("long"),
|
|
49
49
|
* // LastUpdateTimeStamp: Number("long"),
|
|
50
|
-
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
50
|
+
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
51
51
|
* // TelemetryType: "Logs" || "Metrics" || "Traces",
|
|
52
52
|
* // TelemetrySourceTypes: [ // TelemetrySourceTypes
|
|
53
53
|
* // "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
|
|
@@ -53,7 +53,7 @@ declare const ListTelemetryRulesForOrganizationCommand_base: {
|
|
|
53
53
|
* // RuleArn: "STRING_VALUE",
|
|
54
54
|
* // CreatedTimeStamp: Number("long"),
|
|
55
55
|
* // LastUpdateTimeStamp: Number("long"),
|
|
56
|
-
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
56
|
+
* // ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
57
57
|
* // TelemetryType: "Logs" || "Metrics" || "Traces",
|
|
58
58
|
* // TelemetrySourceTypes: [ // TelemetrySourceTypes
|
|
59
59
|
* // "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
|
|
@@ -36,7 +36,7 @@ declare const UpdateTelemetryRuleCommand_base: {
|
|
|
36
36
|
* const input = { // UpdateTelemetryRuleInput
|
|
37
37
|
* RuleIdentifier: "STRING_VALUE", // required
|
|
38
38
|
* Rule: { // TelemetryRule
|
|
39
|
-
* ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
39
|
+
* ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
40
40
|
* TelemetryType: "Logs" || "Metrics" || "Traces", // required
|
|
41
41
|
* TelemetrySourceTypes: [ // TelemetrySourceTypes
|
|
42
42
|
* "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
|
|
@@ -116,7 +116,7 @@ declare const UpdateTelemetryRuleCommand_base: {
|
|
|
116
116
|
* },
|
|
117
117
|
* LogDeliveryParameters: { // LogDeliveryParameters
|
|
118
118
|
* LogTypes: [ // LogTypes
|
|
119
|
-
* "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS",
|
|
119
|
+
* "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS" || "ALB_ACCESS_LOGS" || "ALB_CONNECTION_LOGS" || "ALB_HEALTH_CHECK_LOGS",
|
|
120
120
|
* ],
|
|
121
121
|
* },
|
|
122
122
|
* MskMonitoringParameters: { // MskMonitoringParameters
|
|
@@ -36,7 +36,7 @@ declare const UpdateTelemetryRuleForOrganizationCommand_base: {
|
|
|
36
36
|
* const input = { // UpdateTelemetryRuleForOrganizationInput
|
|
37
37
|
* RuleIdentifier: "STRING_VALUE", // required
|
|
38
38
|
* Rule: { // TelemetryRule
|
|
39
|
-
* ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
|
|
39
|
+
* ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket" || "AWS::Bedrock::KnowledgeBase",
|
|
40
40
|
* TelemetryType: "Logs" || "Metrics" || "Traces", // required
|
|
41
41
|
* TelemetrySourceTypes: [ // TelemetrySourceTypes
|
|
42
42
|
* "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
|
|
@@ -116,7 +116,7 @@ declare const UpdateTelemetryRuleForOrganizationCommand_base: {
|
|
|
116
116
|
* },
|
|
117
117
|
* LogDeliveryParameters: { // LogDeliveryParameters
|
|
118
118
|
* LogTypes: [ // LogTypes
|
|
119
|
-
* "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS",
|
|
119
|
+
* "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS" || "ALB_ACCESS_LOGS" || "ALB_CONNECTION_LOGS" || "ALB_HEALTH_CHECK_LOGS",
|
|
120
120
|
* ],
|
|
121
121
|
* },
|
|
122
122
|
* MskMonitoringParameters: { // MskMonitoringParameters
|
|
@@ -117,6 +117,9 @@ export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
|
|
|
117
117
|
*/
|
|
118
118
|
export declare const LogType: {
|
|
119
119
|
readonly ACCESS: "ACCESS_LOGS";
|
|
120
|
+
readonly ALB_ACCESS: "ALB_ACCESS_LOGS";
|
|
121
|
+
readonly ALB_CONNECTION: "ALB_CONNECTION_LOGS";
|
|
122
|
+
readonly ALB_HEALTH_CHECK: "ALB_HEALTH_CHECK_LOGS";
|
|
120
123
|
readonly APPLICATION: "APPLICATION_LOGS";
|
|
121
124
|
readonly CONNECTION: "CONNECTION_LOGS";
|
|
122
125
|
readonly S3_SERVER_ACCESS: "S3_SERVER_ACCESS_LOGS";
|
|
@@ -187,6 +190,7 @@ export declare const ResourceType: {
|
|
|
187
190
|
readonly AWS_BEDROCK_AGENTCORE_MEMORY: "AWS::BedrockAgentCore::Memory";
|
|
188
191
|
readonly AWS_BEDROCK_AGENTCORE_RUNTIME: "AWS::BedrockAgentCore::Runtime";
|
|
189
192
|
readonly AWS_BEDROCK_AGENTCORE_WORKLOAD_IDENTITY: "AWS::BedrockAgentCore::WorkloadIdentity";
|
|
193
|
+
readonly AWS_BEDROCK_KNOWLEDGEBASE: "AWS::Bedrock::KnowledgeBase";
|
|
190
194
|
readonly AWS_CLOUDFRONT_DISTRIBUTION: "AWS::CloudFront::Distribution";
|
|
191
195
|
readonly AWS_CLOUDTRAIL: "AWS::CloudTrail";
|
|
192
196
|
readonly AWS_EC2_INSTANCE: "AWS::EC2::Instance";
|
|
@@ -53,6 +53,9 @@ export declare const OutputFormat: {
|
|
|
53
53
|
export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
|
|
54
54
|
export declare const LogType: {
|
|
55
55
|
readonly ACCESS: "ACCESS_LOGS";
|
|
56
|
+
readonly ALB_ACCESS: "ALB_ACCESS_LOGS";
|
|
57
|
+
readonly ALB_CONNECTION: "ALB_CONNECTION_LOGS";
|
|
58
|
+
readonly ALB_HEALTH_CHECK: "ALB_HEALTH_CHECK_LOGS";
|
|
56
59
|
readonly APPLICATION: "APPLICATION_LOGS";
|
|
57
60
|
readonly CONNECTION: "CONNECTION_LOGS";
|
|
58
61
|
readonly S3_SERVER_ACCESS: "S3_SERVER_ACCESS_LOGS";
|
|
@@ -89,6 +92,7 @@ export declare const ResourceType: {
|
|
|
89
92
|
readonly AWS_BEDROCK_AGENTCORE_MEMORY: "AWS::BedrockAgentCore::Memory";
|
|
90
93
|
readonly AWS_BEDROCK_AGENTCORE_RUNTIME: "AWS::BedrockAgentCore::Runtime";
|
|
91
94
|
readonly AWS_BEDROCK_AGENTCORE_WORKLOAD_IDENTITY: "AWS::BedrockAgentCore::WorkloadIdentity";
|
|
95
|
+
readonly AWS_BEDROCK_KNOWLEDGEBASE: "AWS::Bedrock::KnowledgeBase";
|
|
92
96
|
readonly AWS_CLOUDFRONT_DISTRIBUTION: "AWS::CloudFront::Distribution";
|
|
93
97
|
readonly AWS_CLOUDTRAIL: "AWS::CloudTrail";
|
|
94
98
|
readonly AWS_EC2_INSTANCE: "AWS::EC2::Instance";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-observabilityadmin",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1094.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Observabilityadmin Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-observabilityadmin",
|
|
6
6
|
"license": "Apache-2.0",
|