@awboost/cfntypes 1.0.0-beta.67 → 1.0.0-beta.68
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/lib/resources.generated/AWS-AutoScaling.d.ts +66 -78
- package/lib/resources.generated/AWS-AutoScaling.js +2 -8
- package/lib/resources.generated/AWS-ECS.d.ts +3 -3
- package/lib/resources.generated/AWS-GameLift.d.ts +29 -0
- package/lib/resources.generated/AWS-MediaLive.d.ts +163 -0
- package/lib/resources.generated/AWS-MediaLive.js +26 -0
- package/lib/resources.generated/AWS-MediaPackageV2.d.ts +13 -0
- package/lib/resources.generated/AWS-QuickSight.d.ts +74 -4
- package/lib/resources.generated/AWS-QuickSight.js +6 -0
- package/lib/resources.generated/AWS-RDS.d.ts +2 -0
- package/lib/resources.generated/AWS-Redshift.d.ts +22 -21
- package/lib/resources.generated/AWS-ResourceExplorer2.d.ts +9 -9
- package/package.json +2 -2
@@ -7,8 +7,8 @@ import { Tag } from "./core.js";
|
|
7
7
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-acceleratorcountrequest.html | AWS::AutoScaling::AutoScalingGroup.AcceleratorCountRequest}
|
8
8
|
*/
|
9
9
|
export interface AutoScalingAutoScalingGroupAcceleratorCountRequest {
|
10
|
-
Max?: number;
|
11
10
|
Min?: number;
|
11
|
+
Max?: number;
|
12
12
|
}
|
13
13
|
/**
|
14
14
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.AcceleratorTotalMemoryMiBRequest
|
@@ -16,8 +16,8 @@ export interface AutoScalingAutoScalingGroupAcceleratorCountRequest {
|
|
16
16
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-acceleratortotalmemorymibrequest.html | AWS::AutoScaling::AutoScalingGroup.AcceleratorTotalMemoryMiBRequest}
|
17
17
|
*/
|
18
18
|
export interface AutoScalingAutoScalingGroupAcceleratorTotalMemoryMiBRequest {
|
19
|
-
Max?: number;
|
20
19
|
Min?: number;
|
20
|
+
Max?: number;
|
21
21
|
}
|
22
22
|
/**
|
23
23
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.BaselineEbsBandwidthMbpsRequest
|
@@ -25,56 +25,56 @@ export interface AutoScalingAutoScalingGroupAcceleratorTotalMemoryMiBRequest {
|
|
25
25
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-baselineebsbandwidthmbpsrequest.html | AWS::AutoScaling::AutoScalingGroup.BaselineEbsBandwidthMbpsRequest}
|
26
26
|
*/
|
27
27
|
export interface AutoScalingAutoScalingGroupBaselineEbsBandwidthMbpsRequest {
|
28
|
-
Max?: number;
|
29
28
|
Min?: number;
|
29
|
+
Max?: number;
|
30
30
|
}
|
31
31
|
/**
|
32
32
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.InstanceRequirements
|
33
33
|
*
|
34
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
34
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-instancerequirements.html | AWS::AutoScaling::AutoScalingGroup.InstanceRequirements}
|
35
35
|
*/
|
36
36
|
export interface AutoScalingAutoScalingGroupInstanceRequirements {
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
AcceleratorTotalMemoryMiB?: AutoScalingAutoScalingGroupAcceleratorTotalMemoryMiBRequest;
|
37
|
+
LocalStorageTypes?: any[];
|
38
|
+
InstanceGenerations?: any[];
|
39
|
+
NetworkInterfaceCount?: AutoScalingAutoScalingGroupNetworkInterfaceCountRequest;
|
41
40
|
AcceleratorTypes?: any[];
|
42
|
-
|
43
|
-
|
44
|
-
BaselineEbsBandwidthMbps?: AutoScalingAutoScalingGroupBaselineEbsBandwidthMbpsRequest;
|
45
|
-
BurstablePerformance?: string;
|
46
|
-
CpuManufacturers?: any[];
|
41
|
+
MemoryGiBPerVCpu?: AutoScalingAutoScalingGroupMemoryGiBPerVCpuRequest;
|
42
|
+
AcceleratorManufacturers?: any[];
|
47
43
|
ExcludedInstanceTypes?: any[];
|
48
|
-
|
44
|
+
VCpuCount?: AutoScalingAutoScalingGroupVCpuCountRequest;
|
45
|
+
AllowedInstanceTypes?: any[];
|
49
46
|
LocalStorage?: string;
|
50
|
-
|
51
|
-
|
52
|
-
MemoryMiB?: AutoScalingAutoScalingGroupMemoryMiBRequest;
|
47
|
+
CpuManufacturers?: any[];
|
48
|
+
AcceleratorCount?: AutoScalingAutoScalingGroupAcceleratorCountRequest;
|
53
49
|
NetworkBandwidthGbps?: AutoScalingAutoScalingGroupNetworkBandwidthGbpsRequest;
|
54
|
-
|
55
|
-
OnDemandMaxPricePercentageOverLowestPrice?: number;
|
50
|
+
BareMetal?: string;
|
56
51
|
RequireHibernateSupport?: boolean;
|
52
|
+
BaselineEbsBandwidthMbps?: AutoScalingAutoScalingGroupBaselineEbsBandwidthMbpsRequest;
|
57
53
|
SpotMaxPricePercentageOverLowestPrice?: number;
|
54
|
+
AcceleratorNames?: any[];
|
55
|
+
AcceleratorTotalMemoryMiB?: AutoScalingAutoScalingGroupAcceleratorTotalMemoryMiBRequest;
|
56
|
+
OnDemandMaxPricePercentageOverLowestPrice?: number;
|
57
|
+
BurstablePerformance?: string;
|
58
|
+
MemoryMiB?: AutoScalingAutoScalingGroupMemoryMiBRequest;
|
58
59
|
TotalLocalStorageGB?: AutoScalingAutoScalingGroupTotalLocalStorageGBRequest;
|
59
|
-
VCpuCount?: AutoScalingAutoScalingGroupVCpuCountRequest;
|
60
60
|
}
|
61
61
|
/**
|
62
62
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.InstancesDistribution
|
63
63
|
*
|
64
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
64
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-instancesdistribution.html | AWS::AutoScaling::AutoScalingGroup.InstancesDistribution}
|
65
65
|
*/
|
66
66
|
export interface AutoScalingAutoScalingGroupInstancesDistribution {
|
67
67
|
OnDemandAllocationStrategy?: string;
|
68
68
|
OnDemandBaseCapacity?: number;
|
69
69
|
OnDemandPercentageAboveBaseCapacity?: number;
|
70
|
-
SpotAllocationStrategy?: string;
|
71
70
|
SpotInstancePools?: number;
|
71
|
+
SpotAllocationStrategy?: string;
|
72
72
|
SpotMaxPrice?: string;
|
73
73
|
}
|
74
74
|
/**
|
75
75
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.LaunchTemplate
|
76
76
|
*
|
77
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
77
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html | AWS::AutoScaling::AutoScalingGroup.LaunchTemplate}
|
78
78
|
*/
|
79
79
|
export interface AutoScalingAutoScalingGroupLaunchTemplate {
|
80
80
|
LaunchTemplateSpecification: AutoScalingAutoScalingGroupLaunchTemplateSpecification;
|
@@ -83,13 +83,13 @@ export interface AutoScalingAutoScalingGroupLaunchTemplate {
|
|
83
83
|
/**
|
84
84
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.LaunchTemplateOverrides
|
85
85
|
*
|
86
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
86
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplateoverrides.html | AWS::AutoScaling::AutoScalingGroup.LaunchTemplateOverrides}
|
87
87
|
*/
|
88
88
|
export interface AutoScalingAutoScalingGroupLaunchTemplateOverrides {
|
89
|
-
InstanceRequirements?: AutoScalingAutoScalingGroupInstanceRequirements;
|
90
|
-
InstanceType?: string;
|
91
89
|
LaunchTemplateSpecification?: AutoScalingAutoScalingGroupLaunchTemplateSpecification;
|
92
90
|
WeightedCapacity?: string;
|
91
|
+
InstanceRequirements?: AutoScalingAutoScalingGroupInstanceRequirements;
|
92
|
+
InstanceType?: string;
|
93
93
|
}
|
94
94
|
/**
|
95
95
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.LaunchTemplateSpecification
|
@@ -97,9 +97,9 @@ export interface AutoScalingAutoScalingGroupLaunchTemplateOverrides {
|
|
97
97
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html | AWS::AutoScaling::AutoScalingGroup.LaunchTemplateSpecification}
|
98
98
|
*/
|
99
99
|
export interface AutoScalingAutoScalingGroupLaunchTemplateSpecification {
|
100
|
-
LaunchTemplateId?: string;
|
101
100
|
LaunchTemplateName?: string;
|
102
101
|
Version: string;
|
102
|
+
LaunchTemplateId?: string;
|
103
103
|
}
|
104
104
|
/**
|
105
105
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.LifecycleHookSpecification
|
@@ -107,11 +107,11 @@ export interface AutoScalingAutoScalingGroupLaunchTemplateSpecification {
|
|
107
107
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-lifecyclehookspecification.html | AWS::AutoScaling::AutoScalingGroup.LifecycleHookSpecification}
|
108
108
|
*/
|
109
109
|
export interface AutoScalingAutoScalingGroupLifecycleHookSpecification {
|
110
|
-
DefaultResult?: string;
|
111
|
-
HeartbeatTimeout?: number;
|
112
110
|
LifecycleHookName: string;
|
113
111
|
LifecycleTransition: string;
|
112
|
+
HeartbeatTimeout?: number;
|
114
113
|
NotificationMetadata?: string;
|
114
|
+
DefaultResult?: string;
|
115
115
|
NotificationTargetARN?: string;
|
116
116
|
RoleARN?: string;
|
117
117
|
}
|
@@ -121,8 +121,8 @@ export interface AutoScalingAutoScalingGroupLifecycleHookSpecification {
|
|
121
121
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-memorygibpervcpurequest.html | AWS::AutoScaling::AutoScalingGroup.MemoryGiBPerVCpuRequest}
|
122
122
|
*/
|
123
123
|
export interface AutoScalingAutoScalingGroupMemoryGiBPerVCpuRequest {
|
124
|
-
Max?: number;
|
125
124
|
Min?: number;
|
125
|
+
Max?: number;
|
126
126
|
}
|
127
127
|
/**
|
128
128
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.MemoryMiBRequest
|
@@ -130,22 +130,22 @@ export interface AutoScalingAutoScalingGroupMemoryGiBPerVCpuRequest {
|
|
130
130
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-memorymibrequest.html | AWS::AutoScaling::AutoScalingGroup.MemoryMiBRequest}
|
131
131
|
*/
|
132
132
|
export interface AutoScalingAutoScalingGroupMemoryMiBRequest {
|
133
|
-
Max?: number;
|
134
133
|
Min?: number;
|
134
|
+
Max?: number;
|
135
135
|
}
|
136
136
|
/**
|
137
137
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.MetricsCollection
|
138
138
|
*
|
139
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
139
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-metricscollection.html | AWS::AutoScaling::AutoScalingGroup.MetricsCollection}
|
140
140
|
*/
|
141
141
|
export interface AutoScalingAutoScalingGroupMetricsCollection {
|
142
|
-
Granularity: string;
|
143
142
|
Metrics?: any[];
|
143
|
+
Granularity: string;
|
144
144
|
}
|
145
145
|
/**
|
146
146
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.MixedInstancesPolicy
|
147
147
|
*
|
148
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
148
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-mixedinstancespolicy.html | AWS::AutoScaling::AutoScalingGroup.MixedInstancesPolicy}
|
149
149
|
*/
|
150
150
|
export interface AutoScalingAutoScalingGroupMixedInstancesPolicy {
|
151
151
|
InstancesDistribution?: AutoScalingAutoScalingGroupInstancesDistribution;
|
@@ -157,8 +157,8 @@ export interface AutoScalingAutoScalingGroupMixedInstancesPolicy {
|
|
157
157
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-networkbandwidthgbpsrequest.html | AWS::AutoScaling::AutoScalingGroup.NetworkBandwidthGbpsRequest}
|
158
158
|
*/
|
159
159
|
export interface AutoScalingAutoScalingGroupNetworkBandwidthGbpsRequest {
|
160
|
-
Max?: number;
|
161
160
|
Min?: number;
|
161
|
+
Max?: number;
|
162
162
|
}
|
163
163
|
/**
|
164
164
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.NetworkInterfaceCountRequest
|
@@ -166,27 +166,27 @@ export interface AutoScalingAutoScalingGroupNetworkBandwidthGbpsRequest {
|
|
166
166
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-networkinterfacecountrequest.html | AWS::AutoScaling::AutoScalingGroup.NetworkInterfaceCountRequest}
|
167
167
|
*/
|
168
168
|
export interface AutoScalingAutoScalingGroupNetworkInterfaceCountRequest {
|
169
|
-
Max?: number;
|
170
169
|
Min?: number;
|
170
|
+
Max?: number;
|
171
171
|
}
|
172
172
|
/**
|
173
173
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.NotificationConfiguration
|
174
174
|
*
|
175
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
175
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-notificationconfiguration.html | AWS::AutoScaling::AutoScalingGroup.NotificationConfiguration}
|
176
176
|
*/
|
177
177
|
export interface AutoScalingAutoScalingGroupNotificationConfiguration {
|
178
|
+
TopicARN: any[];
|
178
179
|
NotificationTypes?: any[];
|
179
|
-
TopicARN: string;
|
180
180
|
}
|
181
181
|
/**
|
182
182
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.TagProperty
|
183
183
|
*
|
184
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
184
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-tagproperty.html | AWS::AutoScaling::AutoScalingGroup.TagProperty}
|
185
185
|
*/
|
186
186
|
export interface AutoScalingAutoScalingGroupTagProperty {
|
187
|
+
Value: string;
|
187
188
|
Key: string;
|
188
189
|
PropagateAtLaunch: boolean;
|
189
|
-
Value: string;
|
190
190
|
}
|
191
191
|
/**
|
192
192
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.TotalLocalStorageGBRequest
|
@@ -194,8 +194,8 @@ export interface AutoScalingAutoScalingGroupTagProperty {
|
|
194
194
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-totallocalstoragegbrequest.html | AWS::AutoScaling::AutoScalingGroup.TotalLocalStorageGBRequest}
|
195
195
|
*/
|
196
196
|
export interface AutoScalingAutoScalingGroupTotalLocalStorageGBRequest {
|
197
|
-
Max?: number;
|
198
197
|
Min?: number;
|
198
|
+
Max?: number;
|
199
199
|
}
|
200
200
|
/**
|
201
201
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.VCpuCountRequest
|
@@ -203,8 +203,8 @@ export interface AutoScalingAutoScalingGroupTotalLocalStorageGBRequest {
|
|
203
203
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-vcpucountrequest.html | AWS::AutoScaling::AutoScalingGroup.VCpuCountRequest}
|
204
204
|
*/
|
205
205
|
export interface AutoScalingAutoScalingGroupVCpuCountRequest {
|
206
|
-
Max?: number;
|
207
206
|
Min?: number;
|
207
|
+
Max?: number;
|
208
208
|
}
|
209
209
|
/**
|
210
210
|
* Type definition for AWS::AutoScaling::LaunchConfiguration.BlockDevice
|
@@ -412,58 +412,46 @@ export interface AutoScalingWarmPoolInstanceReusePolicy {
|
|
412
412
|
/**
|
413
413
|
* Type definition for AWS::AutoScaling::AutoScalingGroup
|
414
414
|
*
|
415
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
415
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html | AWS::AutoScaling::AutoScalingGroup}
|
416
416
|
*/
|
417
417
|
export interface AutoScalingAutoScalingGroupProps {
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
418
|
+
LifecycleHookSpecificationList?: any[];
|
419
|
+
LoadBalancerNames?: any[];
|
420
|
+
LaunchConfigurationName?: string;
|
421
|
+
ServiceLinkedRoleARN?: string;
|
422
|
+
TargetGroupARNs?: any[];
|
422
423
|
Cooldown?: string;
|
423
|
-
|
424
|
+
NotificationConfigurations?: any[];
|
424
425
|
DesiredCapacity?: string;
|
425
|
-
DesiredCapacityType?: string;
|
426
426
|
HealthCheckGracePeriod?: number;
|
427
|
-
|
428
|
-
|
429
|
-
LaunchConfigurationName?: string;
|
427
|
+
DefaultInstanceWarmup?: number;
|
428
|
+
NewInstancesProtectedFromScaleIn?: boolean;
|
430
429
|
LaunchTemplate?: AutoScalingAutoScalingGroupLaunchTemplateSpecification;
|
431
|
-
LifecycleHookSpecificationList?: any[];
|
432
|
-
LoadBalancerNames?: any[];
|
433
|
-
MaxInstanceLifetime?: number;
|
434
|
-
MaxSize: string;
|
435
|
-
MetricsCollection?: any[];
|
436
|
-
MinSize: string;
|
437
430
|
MixedInstancesPolicy?: AutoScalingAutoScalingGroupMixedInstancesPolicy;
|
438
|
-
|
439
|
-
NotificationConfigurations?: any[];
|
440
|
-
PlacementGroup?: string;
|
441
|
-
ServiceLinkedRoleARN?: string;
|
431
|
+
VPCZoneIdentifier?: any[];
|
442
432
|
Tags?: Tag[];
|
443
|
-
|
433
|
+
Context?: string;
|
434
|
+
CapacityRebalance?: boolean;
|
435
|
+
InstanceId?: string;
|
436
|
+
AvailabilityZones?: any[];
|
437
|
+
MetricsCollection?: any[];
|
438
|
+
MaxSize: string;
|
439
|
+
MinSize: string;
|
444
440
|
TerminationPolicies?: any[];
|
445
|
-
|
446
|
-
|
447
|
-
/**
|
448
|
-
* Attributes type definition for AWS::AutoScaling::AutoScalingGroup
|
449
|
-
*
|
450
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html | AWS::AutoScaling::AutoScalingGroup}
|
451
|
-
*/
|
452
|
-
export interface AutoScalingAutoScalingGroupAttribs {
|
453
|
-
LaunchConfigurationName?: string;
|
454
|
-
LaunchTemplateSpecification?: string;
|
455
|
-
MixedInstancesPolicy?: string;
|
441
|
+
AutoScalingGroupName?: string;
|
442
|
+
DesiredCapacityType?: string;
|
456
443
|
PlacementGroup?: string;
|
457
|
-
|
444
|
+
HealthCheckType?: string;
|
445
|
+
MaxInstanceLifetime?: number;
|
458
446
|
}
|
459
447
|
/**
|
460
448
|
* Resource class for AWS::AutoScaling::AutoScalingGroup
|
461
449
|
*
|
462
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
450
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html | AWS::AutoScaling::AutoScalingGroup}
|
463
451
|
*/
|
464
|
-
export declare class AutoScalingAutoScalingGroup extends ResourceBase<"AWS::AutoScaling::AutoScalingGroup", AutoScalingAutoScalingGroupProps,
|
452
|
+
export declare class AutoScalingAutoScalingGroup extends ResourceBase<"AWS::AutoScaling::AutoScalingGroup", AutoScalingAutoScalingGroupProps, Record<string, never>> {
|
465
453
|
static readonly Type = "AWS::AutoScaling::AutoScalingGroup";
|
466
|
-
static readonly AttributeNames:
|
454
|
+
static readonly AttributeNames: never[];
|
467
455
|
constructor(logicalId: string, properties: AutoScalingAutoScalingGroupProps, options?: ResourceOptions);
|
468
456
|
}
|
469
457
|
/**
|
@@ -2,7 +2,7 @@ import { ResourceBase } from "../util.js";
|
|
2
2
|
/**
|
3
3
|
* Resource class for AWS::AutoScaling::AutoScalingGroup
|
4
4
|
*
|
5
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
5
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html | AWS::AutoScaling::AutoScalingGroup}
|
6
6
|
*/
|
7
7
|
class AutoScalingAutoScalingGroup extends ResourceBase {
|
8
8
|
constructor(logicalId, properties, options) {
|
@@ -10,13 +10,7 @@ class AutoScalingAutoScalingGroup extends ResourceBase {
|
|
10
10
|
}
|
11
11
|
}
|
12
12
|
AutoScalingAutoScalingGroup.Type = "AWS::AutoScaling::AutoScalingGroup";
|
13
|
-
AutoScalingAutoScalingGroup.AttributeNames = [
|
14
|
-
"LaunchConfigurationName",
|
15
|
-
"LaunchTemplateSpecification",
|
16
|
-
"MixedInstancesPolicy",
|
17
|
-
"PlacementGroup",
|
18
|
-
"VPCZoneIdentifier",
|
19
|
-
];
|
13
|
+
AutoScalingAutoScalingGroup.AttributeNames = [];
|
20
14
|
export { AutoScalingAutoScalingGroup };
|
21
15
|
/**
|
22
16
|
* Resource class for AWS::AutoScaling::LaunchConfiguration
|
@@ -725,14 +725,14 @@ export interface ECSServiceProps {
|
|
725
725
|
PlatformVersion?: string;
|
726
726
|
HealthCheckGracePeriodSeconds?: number;
|
727
727
|
EnableECSManagedTags?: boolean;
|
728
|
+
PropagateTags?: string;
|
728
729
|
EnableExecuteCommand?: boolean;
|
729
730
|
PlacementConstraints?: any[];
|
730
|
-
PropagateTags?: string;
|
731
731
|
Cluster?: string;
|
732
732
|
LoadBalancers?: any[];
|
733
733
|
ServiceConnectConfiguration?: ECSServiceServiceConnectConfiguration;
|
734
|
-
DesiredCount?: number;
|
735
734
|
PlacementStrategies?: any[];
|
735
|
+
DesiredCount?: number;
|
736
736
|
DeploymentController?: ECSServiceDeploymentController;
|
737
737
|
ServiceRegistries?: any[];
|
738
738
|
CapacityProviderStrategy?: any[];
|
@@ -742,8 +742,8 @@ export interface ECSServiceProps {
|
|
742
742
|
TaskDefinition?: string;
|
743
743
|
ServiceName?: string;
|
744
744
|
NetworkConfiguration?: ECSServiceNetworkConfiguration;
|
745
|
-
DeploymentConfiguration?: ECSServiceDeploymentConfiguration;
|
746
745
|
Tags?: Tag[];
|
746
|
+
DeploymentConfiguration?: ECSServiceDeploymentConfiguration;
|
747
747
|
}
|
748
748
|
/**
|
749
749
|
* Attributes type definition for AWS::ECS::Service
|
@@ -87,6 +87,25 @@ export interface GameLiftFleetRuntimeConfiguration {
|
|
87
87
|
MaxConcurrentGameSessionActivations?: number;
|
88
88
|
GameSessionActivationTimeoutSeconds?: number;
|
89
89
|
}
|
90
|
+
/**
|
91
|
+
* Type definition for AWS::GameLift::Fleet.ScalingPolicy
|
92
|
+
*
|
93
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-scalingpolicy.html | AWS::GameLift::Fleet.ScalingPolicy}
|
94
|
+
*/
|
95
|
+
export interface GameLiftFleetScalingPolicy {
|
96
|
+
Status?: string;
|
97
|
+
MetricName: string;
|
98
|
+
PolicyType?: string;
|
99
|
+
ComparisonOperator?: string;
|
100
|
+
TargetConfiguration?: GameLiftFleetTargetConfiguration;
|
101
|
+
UpdateStatus?: string;
|
102
|
+
ScalingAdjustment?: number;
|
103
|
+
EvaluationPeriods?: number;
|
104
|
+
Location?: string;
|
105
|
+
Name: string;
|
106
|
+
ScalingAdjustmentType?: string;
|
107
|
+
Threshold?: number;
|
108
|
+
}
|
90
109
|
/**
|
91
110
|
* Type definition for AWS::GameLift::Fleet.ServerProcess
|
92
111
|
*
|
@@ -97,6 +116,14 @@ export interface GameLiftFleetServerProcess {
|
|
97
116
|
Parameters?: string;
|
98
117
|
LaunchPath: string;
|
99
118
|
}
|
119
|
+
/**
|
120
|
+
* Type definition for AWS::GameLift::Fleet.TargetConfiguration
|
121
|
+
*
|
122
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-targetconfiguration.html | AWS::GameLift::Fleet.TargetConfiguration}
|
123
|
+
*/
|
124
|
+
export interface GameLiftFleetTargetConfiguration {
|
125
|
+
TargetValue: number;
|
126
|
+
}
|
100
127
|
/**
|
101
128
|
* Type definition for AWS::GameLift::GameServerGroup.AutoScalingPolicy
|
102
129
|
*
|
@@ -251,8 +278,10 @@ export declare class GameLiftBuild extends ResourceBase<"AWS::GameLift::Build",
|
|
251
278
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html | AWS::GameLift::Fleet}
|
252
279
|
*/
|
253
280
|
export interface GameLiftFleetProps {
|
281
|
+
ScalingPolicies?: any[];
|
254
282
|
Description?: string;
|
255
283
|
PeerVpcId?: string;
|
284
|
+
ApplyCapacity?: string;
|
256
285
|
FleetType?: string;
|
257
286
|
EC2InboundPermissions?: any[];
|
258
287
|
Locations?: any[];
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { ResourceBase } from "../util.js";
|
2
2
|
import { ResourceOptions } from "../template.js";
|
3
|
+
import { Tag } from "./core.js";
|
3
4
|
/**
|
4
5
|
* Type definition for AWS::MediaLive::Channel.AacSettings
|
5
6
|
*
|
@@ -1855,6 +1856,110 @@ export interface MediaLiveInputMediaConnectFlowRequest {
|
|
1855
1856
|
export interface MediaLiveInputSecurityGroupInputWhitelistRuleCidr {
|
1856
1857
|
Cidr?: string;
|
1857
1858
|
}
|
1859
|
+
/**
|
1860
|
+
* Type definition for AWS::MediaLive::Multiplex.MultiplexMediaConnectOutputDestinationSettings
|
1861
|
+
*
|
1862
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings.html | AWS::MediaLive::Multiplex.MultiplexMediaConnectOutputDestinationSettings}
|
1863
|
+
*/
|
1864
|
+
export interface MediaLiveMultiplexMultiplexMediaConnectOutputDestinationSettings {
|
1865
|
+
EntitlementArn?: string;
|
1866
|
+
}
|
1867
|
+
/**
|
1868
|
+
* Type definition for AWS::MediaLive::Multiplex.MultiplexOutputDestination
|
1869
|
+
*
|
1870
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexoutputdestination.html | AWS::MediaLive::Multiplex.MultiplexOutputDestination}
|
1871
|
+
*/
|
1872
|
+
export interface MediaLiveMultiplexMultiplexOutputDestination {
|
1873
|
+
MultiplexMediaConnectOutputDestinationSettings?: MediaLiveMultiplexMultiplexMediaConnectOutputDestinationSettings;
|
1874
|
+
}
|
1875
|
+
/**
|
1876
|
+
* Type definition for AWS::MediaLive::Multiplex.MultiplexSettings
|
1877
|
+
*
|
1878
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-multiplexsettings.html | AWS::MediaLive::Multiplex.MultiplexSettings}
|
1879
|
+
*/
|
1880
|
+
export interface MediaLiveMultiplexMultiplexSettings {
|
1881
|
+
TransportStreamBitrate: number;
|
1882
|
+
MaximumVideoBufferDelayMilliseconds?: number;
|
1883
|
+
TransportStreamId: number;
|
1884
|
+
TransportStreamReservedBitrate?: number;
|
1885
|
+
}
|
1886
|
+
/**
|
1887
|
+
* Type definition for AWS::MediaLive::Multiplex.Tags
|
1888
|
+
*
|
1889
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplex-tags.html | AWS::MediaLive::Multiplex.Tags}
|
1890
|
+
*/
|
1891
|
+
export interface MediaLiveMultiplexTags {
|
1892
|
+
Value?: string;
|
1893
|
+
Key?: string;
|
1894
|
+
}
|
1895
|
+
/**
|
1896
|
+
* Type definition for AWS::MediaLive::Multiplexprogram.MultiplexProgramPacketIdentifiersMap
|
1897
|
+
*
|
1898
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.html | AWS::MediaLive::Multiplexprogram.MultiplexProgramPacketIdentifiersMap}
|
1899
|
+
*/
|
1900
|
+
export interface MediaLiveMultiplexprogramMultiplexProgramPacketIdentifiersMap {
|
1901
|
+
EtvPlatformPid?: number;
|
1902
|
+
DvbTeletextPid?: number;
|
1903
|
+
KlvDataPids?: any[];
|
1904
|
+
PcrPid?: number;
|
1905
|
+
VideoPid?: number;
|
1906
|
+
PmtPid?: number;
|
1907
|
+
Scte27Pids?: any[];
|
1908
|
+
DvbSubPids?: any[];
|
1909
|
+
Scte35Pid?: number;
|
1910
|
+
EtvSignalPid?: number;
|
1911
|
+
PrivateMetadataPid?: number;
|
1912
|
+
TimedMetadataPid?: number;
|
1913
|
+
AudioPids?: any[];
|
1914
|
+
}
|
1915
|
+
/**
|
1916
|
+
* Type definition for AWS::MediaLive::Multiplexprogram.MultiplexProgramPipelineDetail
|
1917
|
+
*
|
1918
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogrampipelinedetail.html | AWS::MediaLive::Multiplexprogram.MultiplexProgramPipelineDetail}
|
1919
|
+
*/
|
1920
|
+
export interface MediaLiveMultiplexprogramMultiplexProgramPipelineDetail {
|
1921
|
+
ActiveChannelPipeline?: string;
|
1922
|
+
PipelineId?: string;
|
1923
|
+
}
|
1924
|
+
/**
|
1925
|
+
* Type definition for AWS::MediaLive::Multiplexprogram.MultiplexProgramServiceDescriptor
|
1926
|
+
*
|
1927
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogramservicedescriptor.html | AWS::MediaLive::Multiplexprogram.MultiplexProgramServiceDescriptor}
|
1928
|
+
*/
|
1929
|
+
export interface MediaLiveMultiplexprogramMultiplexProgramServiceDescriptor {
|
1930
|
+
ProviderName: string;
|
1931
|
+
ServiceName: string;
|
1932
|
+
}
|
1933
|
+
/**
|
1934
|
+
* Type definition for AWS::MediaLive::Multiplexprogram.MultiplexProgramSettings
|
1935
|
+
*
|
1936
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogramsettings.html | AWS::MediaLive::Multiplexprogram.MultiplexProgramSettings}
|
1937
|
+
*/
|
1938
|
+
export interface MediaLiveMultiplexprogramMultiplexProgramSettings {
|
1939
|
+
PreferredChannelPipeline?: string;
|
1940
|
+
ServiceDescriptor?: MediaLiveMultiplexprogramMultiplexProgramServiceDescriptor;
|
1941
|
+
VideoSettings?: MediaLiveMultiplexprogramMultiplexVideoSettings;
|
1942
|
+
ProgramNumber: number;
|
1943
|
+
}
|
1944
|
+
/**
|
1945
|
+
* Type definition for AWS::MediaLive::Multiplexprogram.MultiplexStatmuxVideoSettings
|
1946
|
+
*
|
1947
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexstatmuxvideosettings.html | AWS::MediaLive::Multiplexprogram.MultiplexStatmuxVideoSettings}
|
1948
|
+
*/
|
1949
|
+
export interface MediaLiveMultiplexprogramMultiplexStatmuxVideoSettings {
|
1950
|
+
Priority?: number;
|
1951
|
+
MaximumBitrate?: number;
|
1952
|
+
MinimumBitrate?: number;
|
1953
|
+
}
|
1954
|
+
/**
|
1955
|
+
* Type definition for AWS::MediaLive::Multiplexprogram.MultiplexVideoSettings
|
1956
|
+
*
|
1957
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexvideosettings.html | AWS::MediaLive::Multiplexprogram.MultiplexVideoSettings}
|
1958
|
+
*/
|
1959
|
+
export interface MediaLiveMultiplexprogramMultiplexVideoSettings {
|
1960
|
+
StatmuxSettings?: MediaLiveMultiplexprogramMultiplexStatmuxVideoSettings;
|
1961
|
+
ConstantBitrate?: number;
|
1962
|
+
}
|
1858
1963
|
/**
|
1859
1964
|
* Type definition for AWS::MediaLive::Channel
|
1860
1965
|
*
|
@@ -1957,3 +2062,61 @@ export declare class MediaLiveInputSecurityGroup extends ResourceBase<"AWS::Medi
|
|
1957
2062
|
static readonly AttributeNames: readonly (keyof MediaLiveInputSecurityGroupAttribs)[];
|
1958
2063
|
constructor(logicalId: string, properties: MediaLiveInputSecurityGroupProps, options?: ResourceOptions);
|
1959
2064
|
}
|
2065
|
+
/**
|
2066
|
+
* Type definition for AWS::MediaLive::Multiplex
|
2067
|
+
*
|
2068
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplex.html | AWS::MediaLive::Multiplex}
|
2069
|
+
*/
|
2070
|
+
export interface MediaLiveMultiplexProps {
|
2071
|
+
MultiplexSettings: MediaLiveMultiplexMultiplexSettings;
|
2072
|
+
AvailabilityZones: any[];
|
2073
|
+
Destinations?: any[];
|
2074
|
+
Tags?: Tag[];
|
2075
|
+
Name: string;
|
2076
|
+
}
|
2077
|
+
/**
|
2078
|
+
* Attributes type definition for AWS::MediaLive::Multiplex
|
2079
|
+
*
|
2080
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplex.html | AWS::MediaLive::Multiplex}
|
2081
|
+
*/
|
2082
|
+
export interface MediaLiveMultiplexAttribs {
|
2083
|
+
State?: string;
|
2084
|
+
ProgramCount?: number;
|
2085
|
+
PipelinesRunningCount?: number;
|
2086
|
+
Id?: string;
|
2087
|
+
Arn?: string;
|
2088
|
+
}
|
2089
|
+
/**
|
2090
|
+
* Resource class for AWS::MediaLive::Multiplex
|
2091
|
+
*
|
2092
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplex.html | AWS::MediaLive::Multiplex}
|
2093
|
+
*/
|
2094
|
+
export declare class MediaLiveMultiplex extends ResourceBase<"AWS::MediaLive::Multiplex", MediaLiveMultiplexProps, MediaLiveMultiplexAttribs> {
|
2095
|
+
static readonly Type = "AWS::MediaLive::Multiplex";
|
2096
|
+
static readonly AttributeNames: readonly (keyof MediaLiveMultiplexAttribs)[];
|
2097
|
+
constructor(logicalId: string, properties: MediaLiveMultiplexProps, options?: ResourceOptions);
|
2098
|
+
}
|
2099
|
+
/**
|
2100
|
+
* Type definition for AWS::MediaLive::Multiplexprogram
|
2101
|
+
*
|
2102
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html | AWS::MediaLive::Multiplexprogram}
|
2103
|
+
*/
|
2104
|
+
export interface MediaLiveMultiplexprogramProps {
|
2105
|
+
MultiplexId?: string;
|
2106
|
+
PreferredChannelPipeline?: string;
|
2107
|
+
PacketIdentifiersMap?: MediaLiveMultiplexprogramMultiplexProgramPacketIdentifiersMap;
|
2108
|
+
ChannelId?: string;
|
2109
|
+
PipelineDetails?: any[];
|
2110
|
+
MultiplexProgramSettings?: MediaLiveMultiplexprogramMultiplexProgramSettings;
|
2111
|
+
ProgramName?: string;
|
2112
|
+
}
|
2113
|
+
/**
|
2114
|
+
* Resource class for AWS::MediaLive::Multiplexprogram
|
2115
|
+
*
|
2116
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html | AWS::MediaLive::Multiplexprogram}
|
2117
|
+
*/
|
2118
|
+
export declare class MediaLiveMultiplexprogram extends ResourceBase<"AWS::MediaLive::Multiplexprogram", MediaLiveMultiplexprogramProps, Record<string, never>> {
|
2119
|
+
static readonly Type = "AWS::MediaLive::Multiplexprogram";
|
2120
|
+
static readonly AttributeNames: never[];
|
2121
|
+
constructor(logicalId: string, properties: MediaLiveMultiplexprogramProps, options?: ResourceOptions);
|
2122
|
+
}
|
@@ -38,3 +38,29 @@ class MediaLiveInputSecurityGroup extends ResourceBase {
|
|
38
38
|
MediaLiveInputSecurityGroup.Type = "AWS::MediaLive::InputSecurityGroup";
|
39
39
|
MediaLiveInputSecurityGroup.AttributeNames = ["Arn"];
|
40
40
|
export { MediaLiveInputSecurityGroup };
|
41
|
+
/**
|
42
|
+
* Resource class for AWS::MediaLive::Multiplex
|
43
|
+
*
|
44
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplex.html | AWS::MediaLive::Multiplex}
|
45
|
+
*/
|
46
|
+
class MediaLiveMultiplex extends ResourceBase {
|
47
|
+
constructor(logicalId, properties, options) {
|
48
|
+
super(MediaLiveMultiplex.Type, MediaLiveMultiplex.AttributeNames, logicalId, properties, options);
|
49
|
+
}
|
50
|
+
}
|
51
|
+
MediaLiveMultiplex.Type = "AWS::MediaLive::Multiplex";
|
52
|
+
MediaLiveMultiplex.AttributeNames = ["State", "ProgramCount", "PipelinesRunningCount", "Id", "Arn"];
|
53
|
+
export { MediaLiveMultiplex };
|
54
|
+
/**
|
55
|
+
* Resource class for AWS::MediaLive::Multiplexprogram
|
56
|
+
*
|
57
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html | AWS::MediaLive::Multiplexprogram}
|
58
|
+
*/
|
59
|
+
class MediaLiveMultiplexprogram extends ResourceBase {
|
60
|
+
constructor(logicalId, properties, options) {
|
61
|
+
super(MediaLiveMultiplexprogram.Type, MediaLiveMultiplexprogram.AttributeNames, logicalId, properties, options);
|
62
|
+
}
|
63
|
+
}
|
64
|
+
MediaLiveMultiplexprogram.Type = "AWS::MediaLive::Multiplexprogram";
|
65
|
+
MediaLiveMultiplexprogram.AttributeNames = [];
|
66
|
+
export { MediaLiveMultiplexprogram };
|
@@ -39,6 +39,17 @@ export interface MediaPackageV2OriginEndpointEncryptionMethod {
|
|
39
39
|
CmafEncryptionMethod?: string;
|
40
40
|
TsEncryptionMethod?: string;
|
41
41
|
}
|
42
|
+
/**
|
43
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint.FilterConfiguration
|
44
|
+
*
|
45
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-filterconfiguration.html | AWS::MediaPackageV2::OriginEndpoint.FilterConfiguration}
|
46
|
+
*/
|
47
|
+
export interface MediaPackageV2OriginEndpointFilterConfiguration {
|
48
|
+
Start?: string;
|
49
|
+
End?: string;
|
50
|
+
TimeDelaySeconds?: number;
|
51
|
+
ManifestFilter?: string;
|
52
|
+
}
|
42
53
|
/**
|
43
54
|
* Type definition for AWS::MediaPackageV2::OriginEndpoint.HlsManifestConfiguration
|
44
55
|
*
|
@@ -50,6 +61,7 @@ export interface MediaPackageV2OriginEndpointHlsManifestConfiguration {
|
|
50
61
|
ProgramDateTimeIntervalSeconds?: number;
|
51
62
|
ChildManifestName?: string;
|
52
63
|
ScteHls?: MediaPackageV2OriginEndpointScteHls;
|
64
|
+
FilterConfiguration?: MediaPackageV2OriginEndpointFilterConfiguration;
|
53
65
|
Url?: string;
|
54
66
|
}
|
55
67
|
/**
|
@@ -63,6 +75,7 @@ export interface MediaPackageV2OriginEndpointLowLatencyHlsManifestConfiguration
|
|
63
75
|
ProgramDateTimeIntervalSeconds?: number;
|
64
76
|
ChildManifestName?: string;
|
65
77
|
ScteHls?: MediaPackageV2OriginEndpointScteHls;
|
78
|
+
FilterConfiguration?: MediaPackageV2OriginEndpointFilterConfiguration;
|
66
79
|
Url?: string;
|
67
80
|
}
|
68
81
|
/**
|
@@ -36,6 +36,7 @@ export interface QuickSightAnalysisAnalysisDefaults {
|
|
36
36
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-analysisdefinition.html | AWS::QuickSight::Analysis.AnalysisDefinition}
|
37
37
|
*/
|
38
38
|
export interface QuickSightAnalysisAnalysisDefinition {
|
39
|
+
Options?: QuickSightAnalysisAssetOptions;
|
39
40
|
FilterGroups?: any[];
|
40
41
|
CalculatedFields?: any[];
|
41
42
|
DataSetIdentifierDeclarations: any[];
|
@@ -115,6 +116,15 @@ export interface QuickSightAnalysisArcConfiguration {
|
|
115
116
|
export interface QuickSightAnalysisArcOptions {
|
116
117
|
ArcThickness?: string;
|
117
118
|
}
|
119
|
+
/**
|
120
|
+
* Type definition for AWS::QuickSight::Analysis.AssetOptions
|
121
|
+
*
|
122
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-assetoptions.html | AWS::QuickSight::Analysis.AssetOptions}
|
123
|
+
*/
|
124
|
+
export interface QuickSightAnalysisAssetOptions {
|
125
|
+
Timezone?: string;
|
126
|
+
WeekStart?: string;
|
127
|
+
}
|
118
128
|
/**
|
119
129
|
* Type definition for AWS::QuickSight::Analysis.AttributeAggregationFunction
|
120
130
|
*
|
@@ -4921,6 +4931,15 @@ export interface QuickSightDashboardArcConfiguration {
|
|
4921
4931
|
export interface QuickSightDashboardArcOptions {
|
4922
4932
|
ArcThickness?: string;
|
4923
4933
|
}
|
4934
|
+
/**
|
4935
|
+
* Type definition for AWS::QuickSight::Dashboard.AssetOptions
|
4936
|
+
*
|
4937
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.html | AWS::QuickSight::Dashboard.AssetOptions}
|
4938
|
+
*/
|
4939
|
+
export interface QuickSightDashboardAssetOptions {
|
4940
|
+
Timezone?: string;
|
4941
|
+
WeekStart?: string;
|
4942
|
+
}
|
4924
4943
|
/**
|
4925
4944
|
* Type definition for AWS::QuickSight::Dashboard.AttributeAggregationFunction
|
4926
4945
|
*
|
@@ -5754,6 +5773,7 @@ export interface QuickSightDashboardDashboardSourceTemplate {
|
|
5754
5773
|
export interface QuickSightDashboardDashboardVersion {
|
5755
5774
|
Status?: string;
|
5756
5775
|
Errors?: any[];
|
5776
|
+
Options?: QuickSightDashboardAssetOptions;
|
5757
5777
|
CreatedTime?: string;
|
5758
5778
|
Description?: string;
|
5759
5779
|
DataSetArns?: any[];
|
@@ -5769,6 +5789,7 @@ export interface QuickSightDashboardDashboardVersion {
|
|
5769
5789
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardversiondefinition.html | AWS::QuickSight::Dashboard.DashboardVersionDefinition}
|
5770
5790
|
*/
|
5771
5791
|
export interface QuickSightDashboardDashboardVersionDefinition {
|
5792
|
+
Options?: QuickSightDashboardAssetOptions;
|
5772
5793
|
FilterGroups?: any[];
|
5773
5794
|
CalculatedFields?: any[];
|
5774
5795
|
DataSetIdentifierDeclarations: any[];
|
@@ -7537,6 +7558,14 @@ export interface QuickSightDashboardLineSeriesAxisDisplayOptions {
|
|
7537
7558
|
MissingDataConfigurations?: any[];
|
7538
7559
|
AxisOptions?: QuickSightDashboardAxisDisplayOptions;
|
7539
7560
|
}
|
7561
|
+
/**
|
7562
|
+
* Type definition for AWS::QuickSight::Dashboard.LinkSharingConfiguration
|
7563
|
+
*
|
7564
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-linksharingconfiguration.html | AWS::QuickSight::Dashboard.LinkSharingConfiguration}
|
7565
|
+
*/
|
7566
|
+
export interface QuickSightDashboardLinkSharingConfiguration {
|
7567
|
+
Permissions?: any[];
|
7568
|
+
}
|
7540
7569
|
/**
|
7541
7570
|
* Type definition for AWS::QuickSight::Dashboard.ListControlDisplayOptions
|
7542
7571
|
*
|
@@ -10345,6 +10374,7 @@ export interface QuickSightDataSourceDataSourceParameters {
|
|
10345
10374
|
MariaDbParameters?: QuickSightDataSourceMariaDbParameters;
|
10346
10375
|
OracleParameters?: QuickSightDataSourceOracleParameters;
|
10347
10376
|
PrestoParameters?: QuickSightDataSourcePrestoParameters;
|
10377
|
+
StarburstParameters?: QuickSightDataSourceStarburstParameters;
|
10348
10378
|
RedshiftParameters?: QuickSightDataSourceRedshiftParameters;
|
10349
10379
|
MySqlParameters?: QuickSightDataSourceMySqlParameters;
|
10350
10380
|
SqlServerParameters?: QuickSightDataSourceSqlServerParameters;
|
@@ -10354,6 +10384,7 @@ export interface QuickSightDataSourceDataSourceParameters {
|
|
10354
10384
|
PostgreSqlParameters?: QuickSightDataSourcePostgreSqlParameters;
|
10355
10385
|
AuroraParameters?: QuickSightDataSourceAuroraParameters;
|
10356
10386
|
S3Parameters?: QuickSightDataSourceS3Parameters;
|
10387
|
+
TrinoParameters?: QuickSightDataSourceTrinoParameters;
|
10357
10388
|
DatabricksParameters?: QuickSightDataSourceDatabricksParameters;
|
10358
10389
|
}
|
10359
10390
|
/**
|
@@ -10500,6 +10531,17 @@ export interface QuickSightDataSourceSqlServerParameters {
|
|
10500
10531
|
export interface QuickSightDataSourceSslProperties {
|
10501
10532
|
DisableSsl?: boolean;
|
10502
10533
|
}
|
10534
|
+
/**
|
10535
|
+
* Type definition for AWS::QuickSight::DataSource.StarburstParameters
|
10536
|
+
*
|
10537
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-starburstparameters.html | AWS::QuickSight::DataSource.StarburstParameters}
|
10538
|
+
*/
|
10539
|
+
export interface QuickSightDataSourceStarburstParameters {
|
10540
|
+
Port: number;
|
10541
|
+
ProductType?: string;
|
10542
|
+
Host: string;
|
10543
|
+
Catalog: string;
|
10544
|
+
}
|
10503
10545
|
/**
|
10504
10546
|
* Type definition for AWS::QuickSight::DataSource.TeradataParameters
|
10505
10547
|
*
|
@@ -10510,6 +10552,16 @@ export interface QuickSightDataSourceTeradataParameters {
|
|
10510
10552
|
Database: string;
|
10511
10553
|
Host: string;
|
10512
10554
|
}
|
10555
|
+
/**
|
10556
|
+
* Type definition for AWS::QuickSight::DataSource.TrinoParameters
|
10557
|
+
*
|
10558
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-trinoparameters.html | AWS::QuickSight::DataSource.TrinoParameters}
|
10559
|
+
*/
|
10560
|
+
export interface QuickSightDataSourceTrinoParameters {
|
10561
|
+
Port: number;
|
10562
|
+
Host: string;
|
10563
|
+
Catalog: string;
|
10564
|
+
}
|
10513
10565
|
/**
|
10514
10566
|
* Type definition for AWS::QuickSight::DataSource.VpcConnectionProperties
|
10515
10567
|
*
|
@@ -10622,6 +10674,15 @@ export interface QuickSightTemplateArcConfiguration {
|
|
10622
10674
|
export interface QuickSightTemplateArcOptions {
|
10623
10675
|
ArcThickness?: string;
|
10624
10676
|
}
|
10677
|
+
/**
|
10678
|
+
* Type definition for AWS::QuickSight::Template.AssetOptions
|
10679
|
+
*
|
10680
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-assetoptions.html | AWS::QuickSight::Template.AssetOptions}
|
10681
|
+
*/
|
10682
|
+
export interface QuickSightTemplateAssetOptions {
|
10683
|
+
Timezone?: string;
|
10684
|
+
WeekStart?: string;
|
10685
|
+
}
|
10625
10686
|
/**
|
10626
10687
|
* Type definition for AWS::QuickSight::Template.AttributeAggregationFunction
|
10627
10688
|
*
|
@@ -14843,6 +14904,7 @@ export interface QuickSightTemplateTemplateSourceTemplate {
|
|
14843
14904
|
export interface QuickSightTemplateTemplateVersion {
|
14844
14905
|
Status?: string;
|
14845
14906
|
Errors?: any[];
|
14907
|
+
Options?: QuickSightTemplateAssetOptions;
|
14846
14908
|
CreatedTime?: string;
|
14847
14909
|
Description?: string;
|
14848
14910
|
ThemeArn?: string;
|
@@ -14857,6 +14919,7 @@ export interface QuickSightTemplateTemplateVersion {
|
|
14857
14919
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-templateversiondefinition.html | AWS::QuickSight::Template.TemplateVersionDefinition}
|
14858
14920
|
*/
|
14859
14921
|
export interface QuickSightTemplateTemplateVersionDefinition {
|
14922
|
+
Options?: QuickSightTemplateAssetOptions;
|
14860
14923
|
FilterGroups?: any[];
|
14861
14924
|
CalculatedFields?: any[];
|
14862
14925
|
DataSetConfigurations: any[];
|
@@ -15900,18 +15963,19 @@ export declare class QuickSightAnalysis extends ResourceBase<"AWS::QuickSight::A
|
|
15900
15963
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dashboard.html | AWS::QuickSight::Dashboard}
|
15901
15964
|
*/
|
15902
15965
|
export interface QuickSightDashboardProps {
|
15903
|
-
DashboardPublishOptions?: QuickSightDashboardDashboardPublishOptions;
|
15904
15966
|
Parameters?: QuickSightDashboardParameters;
|
15905
15967
|
VersionDescription?: string;
|
15906
15968
|
SourceEntity?: QuickSightDashboardDashboardSourceEntity;
|
15907
15969
|
ThemeArn?: string;
|
15908
15970
|
Definition?: QuickSightDashboardDashboardVersionDefinition;
|
15909
|
-
AwsAccountId: string;
|
15910
|
-
Permissions?: any[];
|
15911
15971
|
ValidationStrategy?: QuickSightDashboardValidationStrategy;
|
15912
15972
|
DashboardId: string;
|
15913
|
-
|
15973
|
+
LinkSharingConfiguration?: QuickSightDashboardLinkSharingConfiguration;
|
15914
15974
|
Name: string;
|
15975
|
+
DashboardPublishOptions?: QuickSightDashboardDashboardPublishOptions;
|
15976
|
+
AwsAccountId: string;
|
15977
|
+
Permissions?: any[];
|
15978
|
+
Tags?: Tag[];
|
15915
15979
|
}
|
15916
15980
|
/**
|
15917
15981
|
* Attributes type definition for AWS::QuickSight::Dashboard
|
@@ -15919,6 +15983,7 @@ export interface QuickSightDashboardProps {
|
|
15919
15983
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dashboard.html | AWS::QuickSight::Dashboard}
|
15920
15984
|
*/
|
15921
15985
|
export interface QuickSightDashboardAttribs {
|
15986
|
+
"Version.Options.Timezone"?: string;
|
15922
15987
|
"Version.Status"?: string;
|
15923
15988
|
CreatedTime?: string;
|
15924
15989
|
LastUpdatedTime?: string;
|
@@ -15931,8 +15996,10 @@ export interface QuickSightDashboardAttribs {
|
|
15931
15996
|
"Version.Description"?: string;
|
15932
15997
|
LastPublishedTime?: string;
|
15933
15998
|
Version?: QuickSightDashboardDashboardVersion;
|
15999
|
+
"Version.Options"?: QuickSightDashboardAssetOptions;
|
15934
16000
|
"Version.DataSetArns"?: any[];
|
15935
16001
|
Arn?: string;
|
16002
|
+
"Version.Options.WeekStart"?: string;
|
15936
16003
|
"Version.SourceEntityArn"?: string;
|
15937
16004
|
}
|
15938
16005
|
/**
|
@@ -16081,6 +16148,7 @@ export interface QuickSightTemplateProps {
|
|
16081
16148
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-template.html | AWS::QuickSight::Template}
|
16082
16149
|
*/
|
16083
16150
|
export interface QuickSightTemplateAttribs {
|
16151
|
+
"Version.Options.Timezone"?: string;
|
16084
16152
|
"Version.Status"?: string;
|
16085
16153
|
CreatedTime?: string;
|
16086
16154
|
"Version.DataSetConfigurations"?: any[];
|
@@ -16092,7 +16160,9 @@ export interface QuickSightTemplateAttribs {
|
|
16092
16160
|
"Version.CreatedTime"?: string;
|
16093
16161
|
"Version.Description"?: string;
|
16094
16162
|
Version?: QuickSightTemplateTemplateVersion;
|
16163
|
+
"Version.Options"?: QuickSightTemplateAssetOptions;
|
16095
16164
|
Arn?: string;
|
16165
|
+
"Version.Options.WeekStart"?: string;
|
16096
16166
|
"Version.SourceEntityArn"?: string;
|
16097
16167
|
}
|
16098
16168
|
/**
|
@@ -31,6 +31,7 @@ class QuickSightDashboard extends ResourceBase {
|
|
31
31
|
}
|
32
32
|
QuickSightDashboard.Type = "AWS::QuickSight::Dashboard";
|
33
33
|
QuickSightDashboard.AttributeNames = [
|
34
|
+
"Version.Options.Timezone",
|
34
35
|
"Version.Status",
|
35
36
|
"CreatedTime",
|
36
37
|
"LastUpdatedTime",
|
@@ -43,8 +44,10 @@ QuickSightDashboard.AttributeNames = [
|
|
43
44
|
"Version.Description",
|
44
45
|
"LastPublishedTime",
|
45
46
|
"Version",
|
47
|
+
"Version.Options",
|
46
48
|
"Version.DataSetArns",
|
47
49
|
"Arn",
|
50
|
+
"Version.Options.WeekStart",
|
48
51
|
"Version.SourceEntityArn",
|
49
52
|
];
|
50
53
|
export { QuickSightDashboard };
|
@@ -105,6 +108,7 @@ class QuickSightTemplate extends ResourceBase {
|
|
105
108
|
}
|
106
109
|
QuickSightTemplate.Type = "AWS::QuickSight::Template";
|
107
110
|
QuickSightTemplate.AttributeNames = [
|
111
|
+
"Version.Options.Timezone",
|
108
112
|
"Version.Status",
|
109
113
|
"CreatedTime",
|
110
114
|
"Version.DataSetConfigurations",
|
@@ -116,7 +120,9 @@ QuickSightTemplate.AttributeNames = [
|
|
116
120
|
"Version.CreatedTime",
|
117
121
|
"Version.Description",
|
118
122
|
"Version",
|
123
|
+
"Version.Options",
|
119
124
|
"Arn",
|
125
|
+
"Version.Options.WeekStart",
|
120
126
|
"Version.SourceEntityArn",
|
121
127
|
];
|
122
128
|
export { QuickSightTemplate };
|
@@ -249,6 +249,7 @@ export interface RDSDBClusterProps {
|
|
249
249
|
Domain?: string;
|
250
250
|
BacktrackWindow?: number;
|
251
251
|
DBInstanceParameterGroupName?: string;
|
252
|
+
EnableGlobalWriteForwarding?: boolean;
|
252
253
|
MonitoringRoleArn?: string;
|
253
254
|
AssociatedRoles?: any[];
|
254
255
|
EnableHttpEndpoint?: boolean;
|
@@ -375,6 +376,7 @@ export interface RDSDBInstanceProps {
|
|
375
376
|
RestoreTime?: string;
|
376
377
|
CertificateRotationRestart?: boolean;
|
377
378
|
NetworkType?: string;
|
379
|
+
DedicatedLogVolume?: boolean;
|
378
380
|
CopyTagsToSnapshot?: boolean;
|
379
381
|
DomainIAMRoleName?: string;
|
380
382
|
ReplicaMode?: string;
|
@@ -102,54 +102,55 @@ export interface RedshiftScheduledActionScheduledActionType {
|
|
102
102
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html | AWS::Redshift::Cluster}
|
103
103
|
*/
|
104
104
|
export interface RedshiftClusterProps {
|
105
|
-
HsmClientCertificateIdentifier?: string;
|
106
105
|
RevisionTarget?: string;
|
107
|
-
ElasticIp?: string;
|
108
106
|
AutomatedSnapshotRetentionPeriod?: number;
|
109
|
-
AvailabilityZoneRelocationStatus?: string;
|
110
|
-
AquaConfigurationStatus?: string;
|
111
107
|
Encrypted?: boolean;
|
112
|
-
SnapshotIdentifier?: string;
|
113
|
-
AvailabilityZoneRelocation?: boolean;
|
114
108
|
Port?: number;
|
115
109
|
NumberOfNodes?: number;
|
116
|
-
SnapshotCopyGrantName?: string;
|
117
110
|
DestinationRegion?: string;
|
118
|
-
EnhancedVpcRouting?: boolean;
|
119
|
-
ClusterParameterGroupName?: string;
|
120
|
-
DeferMaintenanceEndTime?: string;
|
121
111
|
AllowVersionUpgrade?: boolean;
|
122
112
|
Endpoint?: RedshiftClusterEndpoint;
|
123
|
-
RotateEncryptionKey?: boolean;
|
124
|
-
VpcSecurityGroupIds?: any[];
|
125
113
|
MaintenanceTrackName?: string;
|
126
114
|
OwnerAccount?: string;
|
115
|
+
MultiAZ?: boolean;
|
127
116
|
Tags?: Tag[];
|
128
117
|
SnapshotClusterIdentifier?: string;
|
129
118
|
IamRoles?: any[];
|
130
119
|
KmsKeyId?: string;
|
131
120
|
SnapshotCopyManual?: boolean;
|
132
|
-
ClusterVersion?: string;
|
133
|
-
HsmConfigurationIdentifier?: string;
|
134
121
|
AvailabilityZone?: string;
|
135
|
-
PreferredMaintenanceWindow?: string;
|
136
|
-
DeferMaintenanceStartTime?: string;
|
137
122
|
ClusterSecurityGroups?: any[];
|
138
|
-
ClusterType: string;
|
139
|
-
Classic?: boolean;
|
140
123
|
ClusterIdentifier?: string;
|
141
124
|
MasterUserPassword: string;
|
142
125
|
ClusterSubnetGroupName?: string;
|
143
126
|
LoggingProperties?: RedshiftClusterLoggingProperties;
|
144
127
|
DeferMaintenance?: boolean;
|
145
|
-
DeferMaintenanceDuration?: number;
|
146
128
|
NodeType: string;
|
147
129
|
MasterUsername: string;
|
148
|
-
DBName: string;
|
149
130
|
PubliclyAccessible?: boolean;
|
150
131
|
ManualSnapshotRetentionPeriod?: number;
|
151
|
-
SnapshotCopyRetentionPeriod?: number;
|
152
132
|
ResourceAction?: string;
|
133
|
+
HsmClientCertificateIdentifier?: string;
|
134
|
+
ElasticIp?: string;
|
135
|
+
AvailabilityZoneRelocationStatus?: string;
|
136
|
+
AquaConfigurationStatus?: string;
|
137
|
+
SnapshotIdentifier?: string;
|
138
|
+
AvailabilityZoneRelocation?: boolean;
|
139
|
+
SnapshotCopyGrantName?: string;
|
140
|
+
EnhancedVpcRouting?: boolean;
|
141
|
+
ClusterParameterGroupName?: string;
|
142
|
+
DeferMaintenanceEndTime?: string;
|
143
|
+
RotateEncryptionKey?: boolean;
|
144
|
+
VpcSecurityGroupIds?: any[];
|
145
|
+
ClusterVersion?: string;
|
146
|
+
HsmConfigurationIdentifier?: string;
|
147
|
+
PreferredMaintenanceWindow?: string;
|
148
|
+
DeferMaintenanceStartTime?: string;
|
149
|
+
ClusterType: string;
|
150
|
+
Classic?: boolean;
|
151
|
+
DeferMaintenanceDuration?: number;
|
152
|
+
DBName: string;
|
153
|
+
SnapshotCopyRetentionPeriod?: number;
|
153
154
|
}
|
154
155
|
/**
|
155
156
|
* Attributes type definition for AWS::Redshift::Cluster
|
@@ -1,14 +1,6 @@
|
|
1
1
|
import { ResourceBase } from "../util.js";
|
2
2
|
import { ResourceOptions } from "../template.js";
|
3
3
|
import { Tag } from "./core.js";
|
4
|
-
/**
|
5
|
-
* Type definition for AWS::ResourceExplorer2::View.Filters
|
6
|
-
*
|
7
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-filters.html | AWS::ResourceExplorer2::View.Filters}
|
8
|
-
*/
|
9
|
-
export interface ResourceExplorer2ViewFilters {
|
10
|
-
FilterString: string;
|
11
|
-
}
|
12
4
|
/**
|
13
5
|
* Type definition for AWS::ResourceExplorer2::View.IncludedProperty
|
14
6
|
*
|
@@ -17,6 +9,14 @@ export interface ResourceExplorer2ViewFilters {
|
|
17
9
|
export interface ResourceExplorer2ViewIncludedProperty {
|
18
10
|
Name: string;
|
19
11
|
}
|
12
|
+
/**
|
13
|
+
* Type definition for AWS::ResourceExplorer2::View.SearchFilter
|
14
|
+
*
|
15
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-searchfilter.html | AWS::ResourceExplorer2::View.SearchFilter}
|
16
|
+
*/
|
17
|
+
export interface ResourceExplorer2ViewSearchFilter {
|
18
|
+
FilterString: string;
|
19
|
+
}
|
20
20
|
/**
|
21
21
|
* Type definition for AWS::ResourceExplorer2::DefaultViewAssociation
|
22
22
|
*
|
@@ -77,7 +77,7 @@ export declare class ResourceExplorer2Index extends ResourceBase<"AWS::ResourceE
|
|
77
77
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html | AWS::ResourceExplorer2::View}
|
78
78
|
*/
|
79
79
|
export interface ResourceExplorer2ViewProps {
|
80
|
-
Filters?:
|
80
|
+
Filters?: ResourceExplorer2ViewSearchFilter;
|
81
81
|
IncludedProperties?: any[];
|
82
82
|
Tags?: Record<string, Tag>;
|
83
83
|
ViewName: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@awboost/cfntypes",
|
3
|
-
"version": "1.0.0-beta.
|
3
|
+
"version": "1.0.0-beta.68",
|
4
4
|
"private": false,
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -43,5 +43,5 @@
|
|
43
43
|
"scripts": {
|
44
44
|
"lint": "eslint src/ --ext=ts"
|
45
45
|
},
|
46
|
-
"awsResourceSpecificationVersion": "
|
46
|
+
"awsResourceSpecificationVersion": "148.0.0"
|
47
47
|
}
|