@aws-sdk/client-observabilityadmin 3.1020.0 → 3.1021.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 CHANGED
@@ -704,7 +704,10 @@ const OutputFormat = {
704
704
  PLAIN: "plain",
705
705
  };
706
706
  const LogType = {
707
+ ACCESS: "ACCESS_LOGS",
707
708
  APPLICATION: "APPLICATION_LOGS",
709
+ CONNECTION: "CONNECTION_LOGS",
710
+ SECURITY_FINDING: "SECURITY_FINDING_LOGS",
708
711
  USAGE: "USAGE_LOGS",
709
712
  };
710
713
  const FilterBehavior = {
@@ -721,7 +724,10 @@ const WAFLogType = {
721
724
  const ResourceType = {
722
725
  AWS_BEDROCK_AGENTCORE_BROWSER: "AWS::BedrockAgentCore::Browser",
723
726
  AWS_BEDROCK_AGENTCORE_CODE_INTERPRETER: "AWS::BedrockAgentCore::CodeInterpreter",
727
+ AWS_BEDROCK_AGENTCORE_GATEWAY: "AWS::BedrockAgentCore::Gateway",
728
+ AWS_BEDROCK_AGENTCORE_MEMORY: "AWS::BedrockAgentCore::Memory",
724
729
  AWS_BEDROCK_AGENTCORE_RUNTIME: "AWS::BedrockAgentCore::Runtime",
730
+ AWS_CLOUDFRONT_DISTRIBUTION: "AWS::CloudFront::Distribution",
725
731
  AWS_CLOUDTRAIL: "AWS::CloudTrail",
726
732
  AWS_EC2_INSTANCE: "AWS::EC2::Instance",
727
733
  AWS_EC2_VPC: "AWS::EC2::VPC",
@@ -729,6 +735,7 @@ const ResourceType = {
729
735
  AWS_ELB_LOADBALANCER: "AWS::ElasticLoadBalancingV2::LoadBalancer",
730
736
  AWS_LAMDBA_FUNCTION: "AWS::Lambda::Function",
731
737
  AWS_ROUTE53_RESOLVER_RESOLVER_ENDPOINT: "AWS::Route53Resolver::ResolverEndpoint",
738
+ AWS_SECURITY_HUB: "AWS::SecurityHub::Hub",
732
739
  AWS_WAF_V2_WEB_ACL: "AWS::WAFv2::WebACL",
733
740
  };
734
741
  const TelemetrySourceType = {
@@ -40,7 +40,10 @@ export const OutputFormat = {
40
40
  PLAIN: "plain",
41
41
  };
42
42
  export const LogType = {
43
+ ACCESS: "ACCESS_LOGS",
43
44
  APPLICATION: "APPLICATION_LOGS",
45
+ CONNECTION: "CONNECTION_LOGS",
46
+ SECURITY_FINDING: "SECURITY_FINDING_LOGS",
44
47
  USAGE: "USAGE_LOGS",
45
48
  };
46
49
  export const FilterBehavior = {
@@ -57,7 +60,10 @@ export const WAFLogType = {
57
60
  export const ResourceType = {
58
61
  AWS_BEDROCK_AGENTCORE_BROWSER: "AWS::BedrockAgentCore::Browser",
59
62
  AWS_BEDROCK_AGENTCORE_CODE_INTERPRETER: "AWS::BedrockAgentCore::CodeInterpreter",
63
+ AWS_BEDROCK_AGENTCORE_GATEWAY: "AWS::BedrockAgentCore::Gateway",
64
+ AWS_BEDROCK_AGENTCORE_MEMORY: "AWS::BedrockAgentCore::Memory",
60
65
  AWS_BEDROCK_AGENTCORE_RUNTIME: "AWS::BedrockAgentCore::Runtime",
66
+ AWS_CLOUDFRONT_DISTRIBUTION: "AWS::CloudFront::Distribution",
61
67
  AWS_CLOUDTRAIL: "AWS::CloudTrail",
62
68
  AWS_EC2_INSTANCE: "AWS::EC2::Instance",
63
69
  AWS_EC2_VPC: "AWS::EC2::VPC",
@@ -65,6 +71,7 @@ export const ResourceType = {
65
71
  AWS_ELB_LOADBALANCER: "AWS::ElasticLoadBalancingV2::LoadBalancer",
66
72
  AWS_LAMDBA_FUNCTION: "AWS::Lambda::Function",
67
73
  AWS_ROUTE53_RESOLVER_RESOLVER_ENDPOINT: "AWS::Route53Resolver::ResolverEndpoint",
74
+ AWS_SECURITY_HUB: "AWS::SecurityHub::Hub",
68
75
  AWS_WAF_V2_WEB_ACL: "AWS::WAFv2::WebACL",
69
76
  };
70
77
  export const TelemetrySourceType = {
@@ -39,7 +39,7 @@ declare const CreateTelemetryRuleCommand_base: {
39
39
  * const input = { // CreateTelemetryRuleInput
40
40
  * RuleName: "STRING_VALUE", // required
41
41
  * Rule: { // TelemetryRule
42
- * 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",
42
+ * 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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
43
43
  * TelemetryType: "Logs" || "Metrics" || "Traces", // required
44
44
  * TelemetrySourceTypes: [ // TelemetrySourceTypes
45
45
  * "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
@@ -119,7 +119,7 @@ declare const CreateTelemetryRuleCommand_base: {
119
119
  * },
120
120
  * LogDeliveryParameters: { // LogDeliveryParameters
121
121
  * LogTypes: [ // LogTypes
122
- * "APPLICATION_LOGS" || "USAGE_LOGS",
122
+ * "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS",
123
123
  * ],
124
124
  * },
125
125
  * },
@@ -39,7 +39,7 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
39
39
  * const input = { // CreateTelemetryRuleForOrganizationInput
40
40
  * RuleName: "STRING_VALUE", // required
41
41
  * Rule: { // TelemetryRule
42
- * 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",
42
+ * 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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
43
43
  * TelemetryType: "Logs" || "Metrics" || "Traces", // required
44
44
  * TelemetrySourceTypes: [ // TelemetrySourceTypes
45
45
  * "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
@@ -119,7 +119,7 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
119
119
  * },
120
120
  * LogDeliveryParameters: { // LogDeliveryParameters
121
121
  * LogTypes: [ // LogTypes
122
- * "APPLICATION_LOGS" || "USAGE_LOGS",
122
+ * "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS",
123
123
  * ],
124
124
  * },
125
125
  * },
@@ -47,7 +47,7 @@ declare const GetTelemetryRuleCommand_base: {
47
47
  * // CreatedTimeStamp: Number("long"),
48
48
  * // LastUpdateTimeStamp: Number("long"),
49
49
  * // TelemetryRule: { // TelemetryRule
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",
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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
51
51
  * // TelemetryType: "Logs" || "Metrics" || "Traces", // required
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",
@@ -127,7 +127,7 @@ declare const GetTelemetryRuleCommand_base: {
127
127
  * // },
128
128
  * // LogDeliveryParameters: { // LogDeliveryParameters
129
129
  * // LogTypes: [ // LogTypes
130
- * // "APPLICATION_LOGS" || "USAGE_LOGS",
130
+ * // "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS",
131
131
  * // ],
132
132
  * // },
133
133
  * // },
@@ -47,7 +47,7 @@ declare const GetTelemetryRuleForOrganizationCommand_base: {
47
47
  * // CreatedTimeStamp: Number("long"),
48
48
  * // LastUpdateTimeStamp: Number("long"),
49
49
  * // TelemetryRule: { // TelemetryRule
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",
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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
51
51
  * // TelemetryType: "Logs" || "Metrics" || "Traces", // required
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",
@@ -127,7 +127,7 @@ declare const GetTelemetryRuleForOrganizationCommand_base: {
127
127
  * // },
128
128
  * // LogDeliveryParameters: { // LogDeliveryParameters
129
129
  * // LogTypes: [ // LogTypes
130
- * // "APPLICATION_LOGS" || "USAGE_LOGS",
130
+ * // "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS",
131
131
  * // ],
132
132
  * // },
133
133
  * // },
@@ -39,7 +39,7 @@ declare const ListResourceTelemetryCommand_base: {
39
39
  * const input = { // ListResourceTelemetryInput
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",
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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
43
43
  * ],
44
44
  * TelemetryConfigurationState: { // TelemetryConfigurationState
45
45
  * "<keys>": "Enabled" || "Disabled" || "NotApplicable",
@@ -59,7 +59,7 @@ declare const ListResourceTelemetryCommand_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",
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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
63
63
  * // ResourceIdentifier: "STRING_VALUE",
64
64
  * // ResourceTags: { // TagMapOutput
65
65
  * // "<keys>": "STRING_VALUE",
@@ -42,7 +42,7 @@ declare const ListResourceTelemetryForOrganizationCommand_base: {
42
42
  * ],
43
43
  * ResourceIdentifierPrefix: "STRING_VALUE",
44
44
  * ResourceTypes: [ // ResourceTypes
45
- * "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",
45
+ * "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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
46
46
  * ],
47
47
  * TelemetryConfigurationState: { // TelemetryConfigurationState
48
48
  * "<keys>": "Enabled" || "Disabled" || "NotApplicable",
@@ -62,7 +62,7 @@ declare const ListResourceTelemetryForOrganizationCommand_base: {
62
62
  * // TelemetryConfigurationState: { // TelemetryConfigurationState
63
63
  * // "<keys>": "Enabled" || "Disabled" || "NotApplicable",
64
64
  * // },
65
- * // 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",
65
+ * // 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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
66
66
  * // ResourceIdentifier: "STRING_VALUE",
67
67
  * // ResourceTags: { // TagMapOutput
68
68
  * // "<keys>": "STRING_VALUE",
@@ -50,7 +50,7 @@ declare const ListTelemetryRulesCommand_base: {
50
50
  * // RuleArn: "STRING_VALUE",
51
51
  * // CreatedTimeStamp: Number("long"),
52
52
  * // LastUpdateTimeStamp: Number("long"),
53
- * // 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",
53
+ * // 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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
54
54
  * // TelemetryType: "Logs" || "Metrics" || "Traces",
55
55
  * // TelemetrySourceTypes: [ // TelemetrySourceTypes
56
56
  * // "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
@@ -56,7 +56,7 @@ declare const ListTelemetryRulesForOrganizationCommand_base: {
56
56
  * // RuleArn: "STRING_VALUE",
57
57
  * // CreatedTimeStamp: Number("long"),
58
58
  * // LastUpdateTimeStamp: Number("long"),
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",
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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
60
60
  * // TelemetryType: "Logs" || "Metrics" || "Traces",
61
61
  * // TelemetrySourceTypes: [ // TelemetrySourceTypes
62
62
  * // "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
@@ -39,7 +39,7 @@ declare const UpdateTelemetryRuleCommand_base: {
39
39
  * const input = { // UpdateTelemetryRuleInput
40
40
  * RuleIdentifier: "STRING_VALUE", // required
41
41
  * Rule: { // TelemetryRule
42
- * 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",
42
+ * 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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
43
43
  * TelemetryType: "Logs" || "Metrics" || "Traces", // required
44
44
  * TelemetrySourceTypes: [ // TelemetrySourceTypes
45
45
  * "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
@@ -119,7 +119,7 @@ declare const UpdateTelemetryRuleCommand_base: {
119
119
  * },
120
120
  * LogDeliveryParameters: { // LogDeliveryParameters
121
121
  * LogTypes: [ // LogTypes
122
- * "APPLICATION_LOGS" || "USAGE_LOGS",
122
+ * "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS",
123
123
  * ],
124
124
  * },
125
125
  * },
@@ -39,7 +39,7 @@ declare const UpdateTelemetryRuleForOrganizationCommand_base: {
39
39
  * const input = { // UpdateTelemetryRuleForOrganizationInput
40
40
  * RuleIdentifier: "STRING_VALUE", // required
41
41
  * Rule: { // TelemetryRule
42
- * 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",
42
+ * 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::SecurityHub::Hub" || "AWS::CloudFront::Distribution",
43
43
  * TelemetryType: "Logs" || "Metrics" || "Traces", // required
44
44
  * TelemetrySourceTypes: [ // TelemetrySourceTypes
45
45
  * "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
@@ -119,7 +119,7 @@ declare const UpdateTelemetryRuleForOrganizationCommand_base: {
119
119
  * },
120
120
  * LogDeliveryParameters: { // LogDeliveryParameters
121
121
  * LogTypes: [ // LogTypes
122
- * "APPLICATION_LOGS" || "USAGE_LOGS",
122
+ * "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS",
123
123
  * ],
124
124
  * },
125
125
  * },
@@ -116,7 +116,10 @@ export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
116
116
  * @enum
117
117
  */
118
118
  export declare const LogType: {
119
+ readonly ACCESS: "ACCESS_LOGS";
119
120
  readonly APPLICATION: "APPLICATION_LOGS";
121
+ readonly CONNECTION: "CONNECTION_LOGS";
122
+ readonly SECURITY_FINDING: "SECURITY_FINDING_LOGS";
120
123
  readonly USAGE: "USAGE_LOGS";
121
124
  };
122
125
  /**
@@ -165,7 +168,10 @@ export type WAFLogType = (typeof WAFLogType)[keyof typeof WAFLogType];
165
168
  export declare const ResourceType: {
166
169
  readonly AWS_BEDROCK_AGENTCORE_BROWSER: "AWS::BedrockAgentCore::Browser";
167
170
  readonly AWS_BEDROCK_AGENTCORE_CODE_INTERPRETER: "AWS::BedrockAgentCore::CodeInterpreter";
171
+ readonly AWS_BEDROCK_AGENTCORE_GATEWAY: "AWS::BedrockAgentCore::Gateway";
172
+ readonly AWS_BEDROCK_AGENTCORE_MEMORY: "AWS::BedrockAgentCore::Memory";
168
173
  readonly AWS_BEDROCK_AGENTCORE_RUNTIME: "AWS::BedrockAgentCore::Runtime";
174
+ readonly AWS_CLOUDFRONT_DISTRIBUTION: "AWS::CloudFront::Distribution";
169
175
  readonly AWS_CLOUDTRAIL: "AWS::CloudTrail";
170
176
  readonly AWS_EC2_INSTANCE: "AWS::EC2::Instance";
171
177
  readonly AWS_EC2_VPC: "AWS::EC2::VPC";
@@ -173,6 +179,7 @@ export declare const ResourceType: {
173
179
  readonly AWS_ELB_LOADBALANCER: "AWS::ElasticLoadBalancingV2::LoadBalancer";
174
180
  readonly AWS_LAMDBA_FUNCTION: "AWS::Lambda::Function";
175
181
  readonly AWS_ROUTE53_RESOLVER_RESOLVER_ENDPOINT: "AWS::Route53Resolver::ResolverEndpoint";
182
+ readonly AWS_SECURITY_HUB: "AWS::SecurityHub::Hub";
176
183
  readonly AWS_WAF_V2_WEB_ACL: "AWS::WAFv2::WebACL";
177
184
  };
178
185
  /**
@@ -54,7 +54,10 @@ export declare const OutputFormat: {
54
54
  };
55
55
  export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
56
56
  export declare const LogType: {
57
+ readonly ACCESS: "ACCESS_LOGS";
57
58
  readonly APPLICATION: "APPLICATION_LOGS";
59
+ readonly CONNECTION: "CONNECTION_LOGS";
60
+ readonly SECURITY_FINDING: "SECURITY_FINDING_LOGS";
58
61
  readonly USAGE: "USAGE_LOGS";
59
62
  };
60
63
  export type LogType = (typeof LogType)[keyof typeof LogType];
@@ -77,7 +80,10 @@ export type WAFLogType = (typeof WAFLogType)[keyof typeof WAFLogType];
77
80
  export declare const ResourceType: {
78
81
  readonly AWS_BEDROCK_AGENTCORE_BROWSER: "AWS::BedrockAgentCore::Browser";
79
82
  readonly AWS_BEDROCK_AGENTCORE_CODE_INTERPRETER: "AWS::BedrockAgentCore::CodeInterpreter";
83
+ readonly AWS_BEDROCK_AGENTCORE_GATEWAY: "AWS::BedrockAgentCore::Gateway";
84
+ readonly AWS_BEDROCK_AGENTCORE_MEMORY: "AWS::BedrockAgentCore::Memory";
80
85
  readonly AWS_BEDROCK_AGENTCORE_RUNTIME: "AWS::BedrockAgentCore::Runtime";
86
+ readonly AWS_CLOUDFRONT_DISTRIBUTION: "AWS::CloudFront::Distribution";
81
87
  readonly AWS_CLOUDTRAIL: "AWS::CloudTrail";
82
88
  readonly AWS_EC2_INSTANCE: "AWS::EC2::Instance";
83
89
  readonly AWS_EC2_VPC: "AWS::EC2::VPC";
@@ -85,6 +91,7 @@ export declare const ResourceType: {
85
91
  readonly AWS_ELB_LOADBALANCER: "AWS::ElasticLoadBalancingV2::LoadBalancer";
86
92
  readonly AWS_LAMDBA_FUNCTION: "AWS::Lambda::Function";
87
93
  readonly AWS_ROUTE53_RESOLVER_RESOLVER_ENDPOINT: "AWS::Route53Resolver::ResolverEndpoint";
94
+ readonly AWS_SECURITY_HUB: "AWS::SecurityHub::Hub";
88
95
  readonly AWS_WAF_V2_WEB_ACL: "AWS::WAFv2::WebACL";
89
96
  };
90
97
  export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-observabilityadmin",
3
3
  "description": "AWS SDK for JavaScript Observabilityadmin Client for Node.js, Browser and React Native",
4
- "version": "3.1020.0",
4
+ "version": "3.1021.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-observabilityadmin",
@@ -22,16 +22,16 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "^3.973.26",
25
- "@aws-sdk/credential-provider-node": "^3.972.28",
25
+ "@aws-sdk/credential-provider-node": "^3.972.29",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.27",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.13",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
36
  "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -39,7 +39,7 @@
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
41
  "@smithy/middleware-endpoint": "^4.4.28",
42
- "@smithy/middleware-retry": "^4.4.45",
42
+ "@smithy/middleware-retry": "^4.4.46",
43
43
  "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
@@ -55,7 +55,7 @@
55
55
  "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
- "@smithy/util-retry": "^4.2.12",
58
+ "@smithy/util-retry": "^4.2.13",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },