Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update AWS Service Spec #28407

Merged
merged 1 commit into from
Dec 18, 2023
Merged

feat: update AWS Service Spec #28407

merged 1 commit into from
Dec 18, 2023

Conversation

aws-cdk-automation
Copy link
Collaborator

Update AWS Service Spec packages to latest versions

@aws-cdk/aws-service-spec changes:

├[~] service aws-applicationautoscaling
│ └ resources
│    └[~] resource AWS::ApplicationAutoScaling::ScalingPolicy
│      ├ attributes
│      │  └ Arn: (documentation changed)
│      └ types
│         ├[~] type TargetTrackingMetric
│         │ ├  - documentation: Represents a specific metric.
│         │ │  + documentation: Represents a specific metric for a target tracking scaling policy for Application Auto Scaling.
│         │ │  Metric is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingMetricStat](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingmetricstat.html) property type.
│         │ └ properties
│         │    ├ Dimensions: (documentation changed)
│         │    └ Namespace: (documentation changed)
│         ├[~] type TargetTrackingMetricDataQuery
│         │ ├  - documentation: The metric data to return. Also defines whether this call is returning data for one metric only, or whether it is performing a math expression on the values of returned metric statistics to create a new time series. A time series is a series of data points, each of which is associated with a timestamp.
│         │ │  + documentation: The metric data to return. Also defines whether this call is returning data for one metric only, or whether it is performing a math expression on the values of returned metric statistics to create a new time series. A time series is a series of data points, each of which is associated with a timestamp.
│         │ │  You can call for a single metric or perform math expressions on multiple metrics. Any expressions used in a metric specification must eventually return a single time series.
│         │ │  For more information and examples, see [Create a target tracking scaling policy for Application Auto Scaling using metric math](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking-metric-math.html) in the *Application Auto Scaling User Guide* .
│         │ │  `TargetTrackingMetricDataQuery` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy CustomizedMetricSpecification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html) property type.
│         │ └ properties
│         │    ├ Expression: (documentation changed)
│         │    ├ Id: (documentation changed)
│         │    ├ MetricStat: (documentation changed)
│         │    └ ReturnData: (documentation changed)
│         ├[~] type TargetTrackingMetricDimension
│         │ └  - documentation: Describes the dimension of a metric.
│         │    + documentation: `TargetTrackingMetricDimension` specifies a name/value pair that is part of the identity of a CloudWatch metric for the `Dimensions` property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingMetric](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingmetric.html) property type. Duplicate dimensions are not allowed.
│         └[~] type TargetTrackingMetricStat
│           ├  - documentation: This structure defines the CloudWatch metric to return, along with the statistic, period, and unit.
│           │  + documentation: This structure defines the CloudWatch metric to return, along with the statistic, period, and unit.
│           │  `TargetTrackingMetricStat` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingMetricDataQuery](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingmetricdataquery.html) property type.
│           │  For more information about the CloudWatch terminology below, see [Amazon CloudWatch concepts](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html) in the *Amazon CloudWatch User Guide* .
│           └ properties
│              ├ Metric: (documentation changed)
│              ├ Stat: (documentation changed)
│              └ Unit: (documentation changed)
├[~] service aws-appsync
│ └ resources
│    ├[~] resource AWS::AppSync::DataSource
│    │ └ attributes
│    │    └ Id: (documentation changed)
│    ├[~] resource AWS::AppSync::GraphQLApi
│    │ └ attributes
│    │    ├[+] GraphQLEndpointArn: string
│    │    └ Id: (documentation changed)
│    └[~] resource AWS::AppSync::GraphQLSchema
│      └ attributes
│         └ Id: (documentation changed)
├[+] service aws-b2bi
│ ├  capitalized: B2BI
│ │  cloudFormationNamespace: AWS::B2BI
│ │  name: aws-b2bi
│ │  shortName: b2bi
│ └ resources
│    ├resource AWS::B2BI::Capability
│    │├  name: Capability
│    ││  cloudFormationType: AWS::B2BI::Capability
│    ││  documentation: Definition of AWS::B2BI::Capability Resource Type
│    ││  tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│    │├ properties
│    ││  ├Configuration: CapabilityConfiguration (required)
│    ││  ├InstructionsDocuments: Array<S3Location>
│    ││  ├Name: string (required)
│    ││  ├Tags: Array<tag>
│    ││  └Type: string (required, immutable)
│    │├ attributes
│    ││  ├CapabilityArn: string
│    ││  ├CapabilityId: string
│    ││  ├CreatedAt: string
│    ││  └ModifiedAt: string
│    │└ types
│    │   ├type CapabilityConfiguration
│    │   │├  name: CapabilityConfiguration
│    │   │└ properties
│    │   │   └Edi: EdiConfiguration (required)
│    │   ├type EdiConfiguration
│    │   │├  name: EdiConfiguration
│    │   │└ properties
│    │   │   ├Type: EdiType (required)
│    │   │   ├InputLocation: S3Location (required)
│    │   │   ├OutputLocation: S3Location (required)
│    │   │   └TransformerId: string (required)
│    │   ├type EdiType
│    │   │├  name: EdiType
│    │   │└ properties
│    │   │   └X12Details: X12Details (required)
│    │   ├type X12Details
│    │   │├  name: X12Details
│    │   │└ properties
│    │   │   ├TransactionSet: string
│    │   │   └Version: string
│    │   └type S3Location
│    │    ├  name: S3Location
│    │    └ properties
│    │       ├BucketName: string
│    │       └Key: string
│    ├resource AWS::B2BI::Partnership
│    │├  name: Partnership
│    ││  cloudFormationType: AWS::B2BI::Partnership
│    ││  documentation: Definition of AWS::B2BI::Partnership Resource Type
│    ││  tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│    │├ properties
│    ││  ├Capabilities: Array<string>
│    ││  ├Email: string (required, immutable)
│    ││  ├Name: string (required)
│    ││  ├Phone: string (immutable)
│    ││  ├ProfileId: string (required, immutable)
│    ││  └Tags: Array<tag>
│    │└ attributes
│    │   ├CreatedAt: string
│    │   ├ModifiedAt: string
│    │   ├PartnershipArn: string
│    │   ├PartnershipId: string
│    │   └TradingPartnerId: string
│    ├resource AWS::B2BI::Profile
│    │├  name: Profile
│    ││  cloudFormationType: AWS::B2BI::Profile
│    ││  documentation: Definition of AWS::B2BI::Profile Resource Type
│    ││  tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│    │├ properties
│    ││  ├BusinessName: string (required)
│    ││  ├Email: string
│    ││  ├Logging: string (required, immutable)
│    ││  ├Name: string (required)
│    ││  ├Phone: string (required)
│    ││  └Tags: Array<tag>
│    │└ attributes
│    │   ├CreatedAt: string
│    │   ├LogGroupName: string
│    │   ├ModifiedAt: string
│    │   ├ProfileArn: string
│    │   └ProfileId: string
│    └resource AWS::B2BI::Transformer
│     ├  name: Transformer
│     │  cloudFormationType: AWS::B2BI::Transformer
│     │  documentation: Definition of AWS::B2BI::Transformer Resource Type
│     │  tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│     ├ properties
│     │  ├EdiType: EdiType (required)
│     │  ├FileFormat: string (required)
│     │  ├MappingTemplate: string (required)
│     │  ├ModifiedAt: string
│     │  ├Name: string (required)
│     │  ├SampleDocument: string
│     │  ├Status: string (required)
│     │  └Tags: Array<tag>
│     ├ attributes
│     │  ├CreatedAt: string
│     │  ├TransformerArn: string
│     │  └TransformerId: string
│     └ types
│        ├type EdiType
│        │├  name: EdiType
│        │└ properties
│        │   └X12Details: X12Details (required)
│        └type X12Details
│         ├  name: X12Details
│         └ properties
│            ├TransactionSet: string
│            └Version: string
├[~] service aws-cloud9
│ └ resources
│    └[~] resource AWS::Cloud9::EnvironmentEC2
│      └ properties
│         └ ImageId: - string (immutable)
│                    + string (required, immutable)
├[~] service aws-cloudfront
│ └ resources
│    └[+] resource AWS::CloudFront::KeyValueStore
│      ├  name: KeyValueStore
│      │  cloudFormationType: AWS::CloudFront::KeyValueStore
│      │  documentation: The Key Value Store. Use this to separate data from function code, allowing you to update data without having to publish a new version of a function. The Key Value Store holds keys and their corresponding values.
│      ├ properties
│      │  ├Name: string (required, immutable)
│      │  ├Comment: string
│      │  └ImportSource: ImportSource
│      ├ attributes
│      │  ├Arn: string
│      │  ├Id: string
│      │  └Status: string
│      └ types
│         └type ImportSource
│          ├  documentation: The import source for the Key Value Store.
│          │  name: ImportSource
│          └ properties
│             ├SourceType: string (required)
│             └SourceArn: string (required)
├[~] service aws-cloudtrail
│ └ resources
│    ├[~] resource AWS::CloudTrail::EventDataStore
│    │ ├ properties
│    │ │  ├ FederationEnabled: (documentation changed)
│    │ │  └ FederationRoleArn: (documentation changed)
│    │ └ types
│    │    └[~] type AdvancedFieldSelector
│    │      └ properties
│    │         └ Field: (documentation changed)
│    └[~] resource AWS::CloudTrail::Trail
│      └ types
│         ├[~] type AdvancedFieldSelector
│         │ └ properties
│         │    └ Field: (documentation changed)
│         └[~] type DataResource
│           └ properties
│              └ Type: (documentation changed)
├[~] service aws-cloudwatch
│ └ resources
│    └[~] resource AWS::CloudWatch::MetricStream
│      └ properties
│         ├ OutputFormat: (documentation changed)
│         └ StatisticsConfigurations: (documentation changed)
├[~] service aws-codedeploy
│ └ resources
│    ├[~] resource AWS::CodeDeploy::DeploymentConfig
│    │ ├ properties
│    │ │  └ ZonalConfig: (documentation changed)
│    │ └ types
│    │    ├[~] type MinimumHealthyHostsPerZone
│    │    │ ├  - documentation: undefined
│    │    │ │  + documentation: Information about the minimum number of healthy instances per Availability Zone.
│    │    │ └ properties
│    │    │    ├ Type: (documentation changed)
│    │    │    └ Value: (documentation changed)
│    │    └[~] type ZonalConfig
│    │      ├  - documentation: undefined
│    │      │  + documentation: Configure the `ZonalConfig` object if you want AWS CodeDeploy to deploy your application to one [Availability Zone](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-availability-zones) at a time, within an AWS Region. By deploying to one Availability Zone at a time, you can expose your deployment to a progressively larger audience as confidence in the deployment's performance and viability grows. If you don't configure the `ZonalConfig` object, CodeDeploy deploys your application to a random selection of hosts across a Region.
│    │      │  For more information about the zonal configuration feature, see [zonal configuration](https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations-create.html#zonal-config) in the *CodeDeploy User Guide* .
│    │      └ properties
│    │         ├ FirstZoneMonitorDurationInSeconds: (documentation changed)
│    │         ├ MinimumHealthyHostsPerZone: (documentation changed)
│    │         └ MonitorDurationInSeconds: (documentation changed)
│    └[~] resource AWS::CodeDeploy::DeploymentGroup
│      └ properties
│         └[+] TerminationHookEnabled: boolean
├[~] service aws-codepipeline
│ └ resources
│    └[~] resource AWS::CodePipeline::Pipeline
│      ├ properties
│      │  ├[+] PipelineType: string
│      │  ├[+] Triggers: Array<PipelineTriggerDeclaration>
│      │  └[+] Variables: Array<VariableDeclaration>
│      └ types
│         ├[+] type GitConfiguration
│         │ ├  documentation: A type of trigger configuration for Git-based source actions.
│         │ │  > You can specify the Git configuration trigger type for all third-party Git-based source actions that are supported by the `CodeStarSourceConnection` action type.
│         │ │  name: GitConfiguration
│         │ └ properties
│         │    ├Push: Array<GitPushFilter>
│         │    └SourceActionName: string (required)
│         ├[+] type GitPushFilter
│         │ ├  documentation: The event criteria that specify when a specified repository event will start the pipeline for the specified trigger configuration, such as the lists of Git tags to include and exclude.
│         │ │  name: GitPushFilter
│         │ └ properties
│         │    └Tags: GitTagFilterCriteria
│         ├[+] type GitTagFilterCriteria
│         │ ├  documentation: The Git tags specified as filter criteria for whether a Git tag repository event will start the pipeline.
│         │ │  name: GitTagFilterCriteria
│         │ └ properties
│         │    ├Includes: Array<string>
│         │    └Excludes: Array<string>
│         ├[+] type PipelineTriggerDeclaration
│         │ ├  documentation: Represents information about the specified trigger configuration, such as the filter criteria and the source stage for the action that contains the trigger.
│         │ │  > This is only supported for the `CodeStarSourceConnection` action type. > When a trigger configuration is specified, default change detection for repository and branch commits is disabled.
│         │ │  name: PipelineTriggerDeclaration
│         │ └ properties
│         │    ├GitConfiguration: GitConfiguration
│         │    └ProviderType: string (required)
│         └[+] type VariableDeclaration
│           ├  documentation: A variable declared at the pipeline level.
│           │  name: VariableDeclaration
│           └ properties
│              ├DefaultValue: string
│              ├Description: string
│              └Name: string (required)
├[~] service aws-cognito
│ └ resources
│    ├[~] resource AWS::Cognito::UserPool
│    │ └ attributes
│    │    └ UserPoolId: (documentation changed)
│    ├[~] resource AWS::Cognito::UserPoolClient
│    │ └ properties
│    │    └ AllowedOAuthFlows: (documentation changed)
│    ├[~] resource AWS::Cognito::UserPoolGroup
│    │ └  - documentation: Specifies a new group in the identified user pool.
│    │    Calling this action requires developer credentials.
│    │    > If you don't specify a value for a parameter, Amazon Cognito sets it to a default value.
│    │    + documentation: A user pool group that you can add a user to.
│    └[~] resource AWS::Cognito::UserPoolUser
│      └ properties
│         └ UserAttributes: (documentation changed)
├[~] service aws-config
│ └ resources
│    └[~] resource AWS::Config::ConfigurationRecorder
│      ├ properties
│      │  └[+] RecordingMode: RecordingMode
│      └ types
│         ├[+] type RecordingMode
│         │ ├  documentation: Specifies the default recording frequency that AWS Config uses to record configuration changes. AWS Config supports *Continuous recording* and *Daily recording* .
│         │ │  - Continuous recording allows you to record configuration changes continuously whenever a change occurs.
│         │ │  - Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded.
│         │ │  > AWS Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous. 
│         │ │  You can also override the recording frequency for specific resource types.
│         │ │  name: RecordingMode
│         │ └ properties
│         │    ├RecordingModeOverrides: Array<RecordingModeOverride>
│         │    └RecordingFrequency: string (required)
│         └[+] type RecordingModeOverride
│           ├  documentation: An object for you to specify your overrides for the recording mode.
│           │  name: RecordingModeOverride
│           └ properties
│              ├ResourceTypes: Array<string> (required)
│              ├RecordingFrequency: string (required)
│              └Description: string
├[~] service aws-connect
│ └ resources
│    ├[~] resource AWS::Connect::Instance
│    │ └ properties
│    │    └ Tags: (documentation changed)
│    ├[~] resource AWS::Connect::InstanceStorageConfig
│    │ └ types
│    │    └[~] type KinesisVideoStreamConfig
│    │      └ properties
│    │         └ EncryptionConfig: - EncryptionConfig
│    │                             + EncryptionConfig (required)
│    └[~] resource AWS::Connect::Rule
│      └ types
│         ├[~] type Actions
│         │ └ properties
│         │    ├[+] CreateCaseActions: Array<CreateCaseAction>
│         │    ├[+] EndAssociatedTaskActions: Array<json>
│         │    └[+] UpdateCaseActions: Array<UpdateCaseAction>
│         ├[+] type CreateCaseAction
│         │ ├  documentation: The definition for create case action.
│         │ │  name: CreateCaseAction
│         │ └ properties
│         │    ├Fields: Array<Field> (required)
│         │    └TemplateId: string (required)
│         ├[+] type Field
│         │ ├  documentation: The field of the case.
│         │ │  name: Field
│         │ └ properties
│         │    ├Id: string (required)
│         │    └Value: FieldValue (required)
│         ├[+] type FieldValue
│         │ ├  documentation: The value of the field.
│         │ │  name: FieldValue
│         │ └ properties
│         │    ├StringValue: string
│         │    ├BooleanValue: boolean
│         │    ├DoubleValue: number
│         │    └EmptyValue: json
│         └[+] type UpdateCaseAction
│           ├  documentation: The definition for update case action.
│           │  name: UpdateCaseAction
│           └ properties
│              └Fields: Array<Field> (required)
├[~] service aws-controltower
│ └ resources
│    └[~] resource AWS::ControlTower::LandingZone
│      └ properties
│         └ Manifest: (documentation changed)
├[~] service aws-datasync
│ └ resources
│    └[~] resource AWS::DataSync::Task
│      └ types
│         └[~] type Options
│           └ properties
│              └ OverwriteMode: (documentation changed)
├[~] service aws-dms
│ └ resources
│    ├[~] resource AWS::DMS::DataProvider
│    │ ├  - documentation: Resource schema for AWS::DMS::DataProvider
│    │ │  + documentation: Provides information that defines a data provider.
│    │ ├ properties
│    │ │  ├ DataProviderIdentifier: (documentation changed)
│    │ │  ├ DataProviderName: (documentation changed)
│    │ │  ├ Description: (documentation changed)
│    │ │  ├ Engine: (documentation changed)
│    │ │  └ Settings: (documentation changed)
│    │ ├ attributes
│    │ │  ├ DataProviderArn: (documentation changed)
│    │ │  └ DataProviderCreationTime: (documentation changed)
│    │ └ types
│    │    └[~] type PostgreSqlSettings
│    │      ├  - documentation: undefined
│    │      │  + documentation: Provides information that defines a PostgreSQL endpoint.
│    │      └ properties
│    │         ├ DatabaseName: (documentation changed)
│    │         ├ Port: (documentation changed)
│    │         └ ServerName: (documentation changed)
│    ├[~] resource AWS::DMS::Endpoint
│    │ └ types
│    │    └[~] type IbmDb2Settings
│    │      └ properties
│    │         ├[+] KeepCsvFiles: boolean
│    │         ├[+] LoadTimeout: integer
│    │         ├[+] MaxFileSize: integer
│    │         └[+] WriteBufferSize: integer
│    ├[~] resource AWS::DMS::InstanceProfile
│    │ ├  - documentation: Resource schema for AWS::DMS::InstanceProfile.
│    │ │  + documentation: Provides information that defines an instance profile.
│    │ ├ properties
│    │ │  ├ AvailabilityZone: (documentation changed)
│    │ │  ├ Description: (documentation changed)
│    │ │  ├ InstanceProfileIdentifier: (documentation changed)
│    │ │  ├ InstanceProfileName: (documentation changed)
│    │ │  ├ KmsKeyArn: (documentation changed)
│    │ │  ├ NetworkType: (documentation changed)
│    │ │  ├ PubliclyAccessible: (documentation changed)
│    │ │  ├ SubnetGroupIdentifier: (documentation changed)
│    │ │  └ VpcSecurityGroups: (documentation changed)
│    │ └ attributes
│    │    ├ InstanceProfileArn: (documentation changed)
│    │    └ InstanceProfileCreationTime: (documentation changed)
│    └[~] resource AWS::DMS::MigrationProject
│      ├  - documentation: Resource schema for AWS::DMS::MigrationProject
│      │  + documentation: Provides information that defines a migration project.
│      ├ properties
│      │  ├ Description: (documentation changed)
│      │  ├ InstanceProfileArn: (documentation changed)
│      │  ├ InstanceProfileIdentifier: (documentation changed)
│      │  ├ InstanceProfileName: (documentation changed)
│      │  ├ MigrationProjectIdentifier: (documentation changed)
│      │  ├ MigrationProjectName: (documentation changed)
│      │  ├ SchemaConversionApplicationAttributes: (documentation changed)
│      │  ├ SourceDataProviderDescriptors: (documentation changed)
│      │  ├ TargetDataProviderDescriptors: (documentation changed)
│      │  └ TransformationRules: (documentation changed)
│      ├ attributes
│      │  └ MigrationProjectArn: (documentation changed)
│      └ types
│         └[~] type DataProviderDescriptor
│           ├  - documentation: It is an object that describes Source and Target DataProviders and credentials for connecting to databases that are used in MigrationProject
│           │  + documentation: Information about a data provider.
│           └ properties
│              ├ DataProviderArn: (documentation changed)
│              ├ DataProviderName: (documentation changed)
│              ├ SecretsManagerAccessRoleArn: (documentation changed)
│              └ SecretsManagerSecretId: (documentation changed)
├[~] service aws-ec2
│ └ resources
│    ├[~] resource AWS::EC2::EC2Fleet
│    │ └ types
│    │    └[~] type TargetCapacitySpecificationRequest
│    │      └ properties
│    │         ├ DefaultTargetCapacityType: (documentation changed)
│    │         ├ TargetCapacityUnitType: (documentation changed)
│    │         └ TotalTargetCapacity: (documentation changed)
│    ├[~] resource AWS::EC2::Instance
│    │ ├ properties
│    │ │  ├ SsmAssociations: (documentation changed)
│    │ │  └ UserData: (documentation changed)
│    │ ├ attributes
│    │ │  └[+] InstanceId: string
│    │ └ types
│    │    └[~] type NetworkInterface
│    │      └ properties
│    │         └ AssociatePublicIpAddress: (documentation changed)
│    ├[~] resource AWS::EC2::LaunchTemplate
│    │ └ types
│    │    ├[~] type MetadataOptions
│    │    │ └ properties
│    │    │    └ HttpTokens: (documentation changed)
│    │    └[~] type NetworkInterface
│    │      └ properties
│    │         └ AssociatePublicIpAddress: (documentation changed)
│    ├[~] resource AWS::EC2::Route
│    │ └ properties
│    │    └[+] CoreNetworkArn: string
│    ├[~] resource AWS::EC2::SecurityGroupEgress
│    │ └ attributes
│    │    └ Id: (documentation changed)
│    ├[+] resource AWS::EC2::SnapshotBlockPublicAccess
│    │ ├  name: SnapshotBlockPublicAccess
│    │ │  cloudFormationType: AWS::EC2::SnapshotBlockPublicAccess
│    │ │  documentation: Specifies the state of the *block public access for snapshots* setting for the Region. For more information, see [Block public access for snapshots](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-public-access-snapshots.html) .
│    │ ├ properties
│    │ │  └State: string (required)
│    │ └ attributes
│    │    └AccountId: string
│    ├[~] resource AWS::EC2::SpotFleet
│    │ └ types
│    │    ├[~] type InstanceNetworkInterfaceSpecification
│    │    │ └ properties
│    │    │    └ AssociatePublicIpAddress: (documentation changed)
│    │    └[~] type SpotFleetRequestConfigData
│    │      └ properties
│    │         └ TargetCapacityUnitType: (documentation changed)
│    └[~] resource AWS::EC2::Subnet
│      └ properties
│         └ MapPublicIpOnLaunch: (documentation changed)
├[~] service aws-elasticache
│ └ resources
│    └[~] resource AWS::ElastiCache::ServerlessCache
│      ├ properties
│      │  ├[+] Endpoint: Endpoint
│      │  └[+] ReaderEndpoint: Endpoint
│      └ attributes
│         ├[-] Endpoint: Endpoint
│         ├[+] Endpoint.Address: string
│         ├[+] Endpoint.Port: integer
│         ├[-] ReaderEndpoint: Endpoint
│         ├[+] ReaderEndpoint.Address: string
│         └[+] ReaderEndpoint.Port: integer
├[~] service aws-emr
│ └ resources
│    ├[~] resource AWS::EMR::Cluster
│    │ ├ properties
│    │ │  ├[+] EbsRootVolumeIops: integer (immutable)
│    │ │  ├[+] EbsRootVolumeThroughput: integer (immutable)
│    │ │  └[+] PlacementGroupConfigs: Array<PlacementGroupConfig> (immutable)
│    │ └ types
│    │    └[+] type PlacementGroupConfig
│    │      ├  name: PlacementGroupConfig
│    │      └ properties
│    │         ├InstanceRole: string (required)
│    │         └PlacementStrategy: string
│    └[~] resource AWS::EMR::Studio
│      └ properties
│         ├ EncryptionKeyArn: (documentation changed)
│         ├ IdcInstanceArn: (documentation changed)
│         ├ IdcUserAssignment: (documentation changed)
│         └ TrustedIdentityPropagationEnabled: (documentation changed)
├[~] service aws-eventschemas
│ └ resources
│    ├[~] resource AWS::EventSchemas::Registry
│    │ └ attributes
│    │    └[-] Id: string
│    └[~] resource AWS::EventSchemas::Schema
│      └ attributes
│         ├[-] Id: string
│         ├[+] LastModified: string
│         └[+] VersionCreatedDate: string
├[~] service aws-fis
│ └ resources
│    ├[~] resource AWS::FIS::ExperimentTemplate
│    │ ├  - documentation: Describes an experiment template.
│    │ │  + documentation: Specifies an experiment template.
│    │ │  An experiment template includes the following components:
│    │ │  - *Targets* : A target can be a specific resource in your AWS environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags.
│    │ │  - *Actions* : The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment.
│    │ │  - *Stop conditions* : If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm.
│    │ │  For more information, see [Experiment templates](https://docs.aws.amazon.com/fis/latest/userguide/experiment-templates.html) in the *AWS Fault Injection Service User Guide* .
│    │ └ types
│    │    ├[~] type ExperimentTemplateAction
│    │    │ └  - documentation: Describes an action for an experiment template.
│    │    │    + documentation: Specifies an action for an experiment template.
│    │    │    For more information, see [Actions](https://docs.aws.amazon.com/fis/latest/userguide/actions.html) in the *AWS Fault Injection Service User Guide* .
│    │    ├[~] type ExperimentTemplateLogConfiguration
│    │    │ ├  - documentation: Describes the configuration for experiment logging.
│    │    │ │  + documentation: Specifies the configuration for experiment logging.
│    │    │ │  For more information, see [Experiment logging](https://docs.aws.amazon.com/fis/latest/userguide/monitoring-logging.html) in the *AWS Fault Injection Service User Guide* .
│    │    │ └ properties
│    │    │    ├ CloudWatchLogsConfiguration: (documentation changed)
│    │    │    └ S3Configuration: (documentation changed)
│    │    ├[~] type ExperimentTemplateStopCondition
│    │    │ └  - documentation: Describes a stop condition for an experiment template.
│    │    │    + documentation: Specifies a stop condition for an experiment template.
│    │    │    For more information, see [Stop conditions](https://docs.aws.amazon.com/fis/latest/userguide/stop-conditions.html) in the *AWS Fault Injection Service User Guide* .
│    │    ├[~] type ExperimentTemplateTarget
│    │    │ ├  - documentation: Describes a target for an experiment template.
│    │    │ │  + documentation: Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both ARNs and tags.
│    │    │ │  For more information, see [Targets](https://docs.aws.amazon.com/fis/latest/userguide/targets.html) in the *AWS Fault Injection Service User Guide* .
│    │    │ └ properties
│    │    │    └ Parameters: (documentation changed)
│    │    └[~] type ExperimentTemplateTargetFilter
│    │      └  - documentation: Describes a filter used for the target resources in an experiment template.
│    │         + documentation: Specifies a filter used for the target resource input in an experiment template.
│    │         For more information, see [Resource filters](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#target-filters) in the *AWS Fault Injection Service User Guide* .
│    └[~] resource AWS::FIS::TargetAccountConfiguration
│      └  - documentation: Creates a target account configuration for the experiment template. A target account configuration is required when `accountTargeting` of `experimentOptions` is set to `multi-account` . For more information, see [experiment options](https://docs.aws.amazon.com/fis/latest/userguide/experiment-options.html) in the *AWS Fault Injection Simulator User Guide* .
│         + documentation: Creates a target account configuration for the experiment template. A target account configuration is required when `accountTargeting` of `experimentOptions` is set to `multi-account` . For more information, see [experiment options](https://docs.aws.amazon.com/fis/latest/userguide/experiment-options.html) in the *AWS Fault Injection Service User Guide* .
├[~] service aws-gamelift
│ └ resources
│    └[~] resource AWS::GameLift::Fleet
│      └ properties
│         └[+] ApplyCapacity: string (immutable)
├[~] service aws-identitystore
│ └ resources
│    └[~] resource AWS::IdentityStore::GroupMembership
│      └ properties
│         ├ GroupId: - string (required)
│         │          + string (required, immutable)
│         └ MemberId: - MemberId (required)
│                     + MemberId (required, immutable)
├[~] service aws-imagebuilder
│ └ resources
│    ├[~] resource AWS::ImageBuilder::Component
│    │ └ properties
│    │    └ ChangeDescription: (documentation changed)
│    ├[~] resource AWS::ImageBuilder::ImagePipeline
│    │ ├ properties
│    │ │  ├[+] ExecutionRole: string
│    │ │  └[+] Workflows: Array<WorkflowConfiguration>
│    │ └ types
│    │    ├[~] type Schedule
│    │    │ └  - documentation: A schedule configures how often and when a pipeline will automatically create a new image.
│    │    │    + documentation: A schedule configures when and how often a pipeline will automatically create a new image.
│    │    ├[+] type WorkflowConfiguration
│    │    │ ├  documentation: The workflow configuration of the image
│    │    │ │  name: WorkflowConfiguration
│    │    │ └ properties
│    │    │    ├WorkflowArn: string
│    │    │    ├Parameters: Array<WorkflowParameter>
│    │    │    ├ParallelGroup: string
│    │    │    └OnFailure: string
│    │    └[+] type WorkflowParameter
│    │      ├  documentation: A parameter associated with the workflow
│    │      │  name: WorkflowParameter
│    │      └ properties
│    │         ├Name: string
│    │         └Value: Array<string>
│    ├[~] resource AWS::ImageBuilder::LifecyclePolicy
│    │ └ properties
│    │    └ ExecutionRole: (documentation changed)
│    └[+] resource AWS::ImageBuilder::Workflow
│      ├  name: Workflow
│      │  cloudFormationType: AWS::ImageBuilder::Workflow
│      │  documentation: Resource schema for AWS::ImageBuilder::Workflow
│      ├ properties
│      │  ├Name: string (required, immutable)
│      │  ├Version: string (required, immutable)
│      │  ├Description: string (immutable)
│      │  ├ChangeDescription: string (immutable)
│      │  ├Type: string (required, immutable)
│      │  ├Data: string (immutable)
│      │  ├Uri: string (immutable)
│      │  ├KmsKeyId: string (immutable)
│      │  └Tags: Map<string, string> (immutable)
│      └ attributes
│         └Arn: string
├[~] service aws-internetmonitor
│ └ resources
│    └[~] resource AWS::InternetMonitor::Monitor
│      └ types
│         ├[~] type InternetMeasurementsLogDelivery
│         │ └ properties
│         │    └ S3Config: (documentation changed)
│         └[~] type S3Config
│           ├  - documentation: The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3. The configuration includes the bucket name and (optionally) prefix for the S3 bucket to store the measurements, and the delivery status. The delivery status is `ENABLED` or `DISABLED` , depending on whether you choose to deliver internet measurements to S3 logs.
│           │  + documentation: The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3. The configuration includes the bucket name and (optionally) bucket prefix for the S3 bucket to store the measurements, and the delivery status. The delivery status is `ENABLED` if you choose to deliver internet measurements to S3 logs, and `DISABLED` otherwise.
│           │  The measurements are also published to Amazon CloudWatch Logs.
│           └ properties
│              ├ BucketName: (documentation changed)
│              ├ BucketPrefix: (documentation changed)
│              └ LogDeliveryStatus: (documentation changed)
├[~] service aws-iot
│ └ resources
│    ├[~] resource AWS::IoT::SoftwarePackage
│    │ └ properties
│    │    ├ Description: (documentation changed)
│    │    ├ PackageName: (documentation changed)
│    │    └ Tags: (documentation changed)
│    └[~] resource AWS::IoT::SoftwarePackageVersion
│      └ properties
│         ├ Attributes: (documentation changed)
│         ├ Description: (documentation changed)
│         ├ PackageName: (documentation changed)
│         ├ Tags: (documentation changed)
│         └ VersionName: (documentation changed)
├[~] service aws-iottwinmaker
│ └ resources
│    ├[~] resource AWS::IoTTwinMaker::ComponentType
│    │ ├ properties
│    │ │  └ CompositeComponentTypes: (documentation changed)
│    │ └ types
│    │    ├[~] type CompositeComponentType
│    │    │ ├  - documentation: An object that sets information about a composite component type.
│    │    │ │  + documentation: Specifies the ID of the composite component type.
│    │    │ └ properties
│    │    │    └ ComponentTypeId: (documentation changed)
│    │    └[~] type PropertyDefinition
│    │      └ properties
│    │         └ IsExternalId: (documentation changed)
│    └[~] resource AWS::IoTTwinMaker::Entity
│      ├ properties
│      │  ├ CompositeComponents: (documentation changed)
│      │  └ WorkspaceId: (documentation changed)
│      └ types
│         └[~] type CompositeComponent
│           ├  - documentation: undefined
│           │  + documentation: Information about a composite component.
│           └ properties
│              ├ ComponentPath: (documentation changed)
│              ├ ComponentTypeId: (documentation changed)
│              ├ Description: (documentation changed)
│              ├ Properties: (documentation changed)
│              ├ PropertyGroups: (documentation changed)
│              └ Status: (documentation changed)
├[~] service aws-lambda
│ └ resources
│    └[~] resource AWS::Lambda::EventInvokeConfig
│      └ attributes
│         └[-] Id: string
├[~] service aws-logs
│ └ resources
│    ├[~] resource AWS::Logs::DeliveryDestination
│    │ └  - documentation: This structure contains information about one *delivery destination* in your account. A delivery destination is an AWS resource that represents an AWS service that logs can be sent to. CloudWatch Logs, Amazon S3, are supported as Kinesis Data Firehose delivery destinations.
│    │    To configure logs delivery between a supported AWS service and a destination, you must do the following:
│    │    - Create a delivery source, which is a logical object that represents the resource that is actually sending the logs. For more information, see [PutDeliverySource](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliverySource.html) .
│    │    - Create a *delivery destination* , which is a logical object that represents the actual delivery destination.
│    │    - If you are delivering logs cross-account, you must use [PutDeliveryDestinationPolicy](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationolicy.html) in the destination account to assign an IAM policy to the destination. This policy allows delivery to that destination.
│    │    - Create a *delivery* by pairing exactly one delivery source and one delivery destination. For more information, see [CreateDelivery](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateDelivery.html) .
│    │    You can configure a single delivery source to send logs to multiple destinations by creating multiple deliveries. You can also create multiple deliveries to configure multiple delivery sources to send logs to the same delivery destination.
│    │    + documentation: This structure contains information about one *delivery destination* in your account. A delivery destination is an AWS resource that represents an AWS service that logs can be sent to. CloudWatch Logs, Amazon S3, are supported as Kinesis Data Firehose delivery destinations.
│    │    To configure logs delivery between a supported AWS service and a destination, you must do the following:
│    │    - Create a delivery source, which is a logical object that represents the resource that is actually sending the logs. For more information, see [PutDeliverySource](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliverySource.html) .
│    │    - Create a *delivery destination* , which is a logical object that represents the actual delivery destination.
│    │    - If you are delivering logs cross-account, you must use [PutDeliveryDestinationPolicy](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationPolicy.html) in the destination account to assign an IAM policy to the destination. This policy allows delivery to that destination.
│    │    - Create a *delivery* by pairing exactly one delivery source and one delivery destination. For more information, see [CreateDelivery](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateDelivery.html) .
│    │    You can configure a single delivery source to send logs to multiple destinations by creating multiple deliveries. You can also create multiple deliveries to configure multiple delivery sources to send logs to the same delivery destination.
│    └[~] resource AWS::Logs::DeliverySource
│      ├  - documentation: This structure contains information about one *delivery source* in your account. A delivery source is an AWS resource that sends logs to an AWS destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
│      │  Only some AWS services support being configured as a delivery source. These services are listed as *Supported [V2 Permissions]* in the table at [Enabling logging from AWS services.](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html)
│      │  To configure logs delivery between a supported AWS service and a destination, you must do the following:
│      │  - Create a delivery source, which is a logical object that represents the resource that is actually sending the logs. For more information, see [PutDeliverySource](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliverySource.html) .
│      │  - Create a *delivery destination* , which is a logical object that represents the actual delivery destination. For more information, see [PutDeliveryDestination](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestination.html) .
│      │  - If you are delivering logs cross-account, you must use [PutDeliveryDestinationPolicy](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationolicy.html) in the destination account to assign an IAM policy to the destination. This policy allows delivery to that destination.
│      │  - Create a *delivery* by pairing exactly one delivery source and one delivery destination. For more information, see [CreateDelivery](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateDelivery.html) .
│      │  You can configure a single delivery source to send logs to multiple destinations by creating multiple deliveries. You can also create multiple deliveries to configure multiple delivery sources to send logs to the same delivery destination.
│      │  + documentation: This structure contains information about one *delivery source* in your account. A delivery source is an AWS resource that sends logs to an AWS destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
│      │  Only some AWS services support being configured as a delivery source. These services are listed as *Supported [V2 Permissions]* in the table at [Enabling logging from AWS services.](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html)
│      │  To configure logs delivery between a supported AWS service and a destination, you must do the following:
│      │  - Create a delivery source, which is a logical object that represents the resource that is actually sending the logs. For more information, see [PutDeliverySource](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliverySource.html) .
│      │  - Create a *delivery destination* , which is a logical object that represents the actual delivery destination. For more information, see [PutDeliveryDestination](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestination.html) .
│      │  - If you are delivering logs cross-account, you must use [PutDeliveryDestinationPolicy](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationPolicy.html) in the destination account to assign an IAM policy to the destination. This policy allows delivery to that destination.
│      │  - Create a *delivery* by pairing exactly one delivery source and one delivery destination. For more information, see [CreateDelivery](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateDelivery.html) .
│      │  You can configure a single delivery source to send logs to multiple destinations by creating multiple deliveries. You can also create multiple deliveries to configure multiple delivery sources to send logs to the same delivery destination.
│      └ properties
│         └ ResourceArn: (documentation changed)
├[~] service aws-opensearchservice
│ └ resources
│    └[~] resource AWS::OpenSearchService::Domain
│      └ properties
│         └ IPAddressType: (documentation changed)
├[~] service aws-organizations
│ └ resources
│    └[~] resource AWS::Organizations::Policy
│      └ properties
│         └ Content: (documentation changed)
├[~] service aws-osis
│ └ resources
│    └[~] resource AWS::OSIS::Pipeline
│      ├ properties
│      │  ├ BufferOptions: (documentation changed)
│      │  └ EncryptionAtRestOptions: (documentation changed)
│      └ types
│         ├[~] type BufferOptions
│         │ └  - documentation: Key-value pairs to configure buffering.
│         │    + documentation: Options that specify the configuration of a persistent buffer. To configure how OpenSearch Ingestion encrypts this data, set the EncryptionAtRestOptions.
│         └[~] type EncryptionAtRestOptions
│           ├  - documentation: Key-value pairs to configure encryption at rest.
│           │  + documentation: Options to control how OpenSearch encrypts all data-at-rest.
│           └ properties
│              └ KmsKeyArn: (documentation changed)
├[~] service aws-route53resolver
│ └ resources
│    └[~] resource AWS::Route53Resolver::ResolverConfig
├[~] service aws-s3
│ └ resources
│    └[~] resource AWS::S3::Bucket
│      └ types
│         ├[~] type FilterRule
│         │ └  - documentation: Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.
│         │    + documentation: Specifies the Amazon S3 object key name to filter on. An object key name is the name assigned to an object in your Amazon S3 bucket. You can also specify whether to filter on the suffix or prefix of the object key name. A prefix is a specific string of characters at the beginning of an object key name, which you can use to organize objects. For example, you can start the key names of related objects with a prefix, such as `2023-` or `engineering/` . Then, you can use `FilterRule` to find objects in a bucket with key names that have the same prefix. A suffix is similar to a prefix, but it is at the end of the object key name instead of at the beginning.
│         └[~] type ReplicationConfiguration
│           └  - documentation: A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.
│              + documentation: A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB. The latest version of the replication configuration XML is V2. For more information about XML V2 replication configurations, see [Replication configuration](https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication-add-config.html) in the *Amazon S3 User Guide* .
├[~] service aws-s3outposts
│ └ resources
│    ├[~] resource AWS::S3Outposts::Bucket
│    │ └ properties
│    │    └ OutpostId: (documentation changed)
│    └[~] resource AWS::S3Outposts::Endpoint
│      └ properties
│         └ OutpostId: (documentation changed)
├[~] service aws-sagemaker
│ └ resources
│    ├[~] resource AWS::SageMaker::Domain
│    │ ├ attributes
│    │ │  └[+] SingleSignOnApplicationArn: string
│    │ └ types
│    │    └[~] type CodeEditorAppSettings
│    │      └ properties
│    │         └[-] CustomImages: Array<CustomImage>
│    ├[~] resource AWS::SageMaker::FeatureGroup
│    │ └ types
│    │    └[~] type OnlineStoreConfig
│    │      └ properties
│    │         └ StorageType: (documentation changed)
│    └[~] resource AWS::SageMaker::UserProfile
│      └ types
│         └[~] type CodeEditorAppSettings
│           └ properties
│              └[-] CustomImages: Array<CustomImage>
├[~] service aws-securityhub
│ └ resources
│    └[~] resource AWS::SecurityHub::Hub
│      ├ properties
│      │  └ Tags: - json
│      │          + Map<string, string> ⇐ json
│      └ attributes
│         ├[+] ARN: string
│         └[+] SubscribedAt: string
├[~] service aws-servicecatalogappregistry
│ └ resources
│    └[~] resource AWS::ServiceCatalogAppRegistry::Application
│      └ attributes
│         ├[+] ApplicationName: string
│         ├[+] ApplicationTagKey: string
│         └[+] ApplicationTagValue: string
├[~] service aws-sns
│ └ resources
│    ├[~] resource AWS::SNS::Subscription
│    │ └ properties
│    │    └[+] ReplayPolicy: json
│    └[~] resource AWS::SNS::Topic
│      ├ properties
│      │  └ DeliveryStatusLogging: (documentation changed)
│      └ types
│         └[~] type LoggingConfig
│           ├  - documentation: undefined
│           │  + documentation: The `LoggingConfig` property type specifies the `Delivery` status logging configuration for an [`AWS::SNS::Topic`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html) .
│           └ properties
│              ├ FailureFeedbackRoleArn: (documentation changed)
│              ├ Protocol: (documentation changed)
│              ├ SuccessFeedbackRoleArn: (documentation changed)
│              └ SuccessFeedbackSampleRate: (documentation changed)
├[~] service aws-ssm
│ └ resources
│    └[~] resource AWS::SSM::Parameter
│      └ properties
│         └ Type: (documentation changed)
└[~] service aws-transfer
  └ resources
     ├[~] resource AWS::Transfer::Server
     │ ├ properties
     │ │  └ S3StorageOptions: (documentation changed)
     │ └ types
     │    ├[~] type EndpointDetails
     │    │ └ properties
     │    │    └ AddressAllocationIds: (documentation changed)
     │    └[~] type S3StorageOptions
     │      ├  - documentation: undefined
     │      │  + documentation: The Amazon S3 storage options that are configured for your server.
     │      └ properties
     │         └ DirectoryListingOptimization: (documentation changed)
     └[~] resource AWS::Transfer::User
       └ types
          └[~] type HomeDirectoryMapEntry
            └ properties
               └ Type: (documentation changed)

Update AWS Service Spec packages to latest versions
@aws-cdk-automation aws-cdk-automation added auto-approve contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes pr-linter/exempt-integ-test The PR linter will not require integ test changes labels Dec 18, 2023
@aws-cdk-automation aws-cdk-automation requested review from a team December 18, 2023 13:41
@github-actions github-actions bot added the p2 label Dec 18, 2023
@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: a8afa07
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Copy link
Contributor

mergify bot commented Dec 18, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit fcb701c into main Dec 18, 2023
38 checks passed
@mergify mergify bot deleted the automation/spec-update branch December 18, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-approve contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. p2 pr-linter/exempt-integ-test The PR linter will not require integ test changes pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant