@awboost/cfntypes 1.0.0-beta.66 → 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-AppConfig.d.ts +11 -2
- package/lib/resources.generated/AWS-AppConfig.js +1 -1
- package/lib/resources.generated/AWS-AppRunner.d.ts +1 -0
- package/lib/resources.generated/AWS-AppStream.d.ts +1 -0
- package/lib/resources.generated/AWS-CodeBuild.d.ts +10 -2
- package/lib/resources.generated/AWS-DLM.d.ts +14 -0
- package/lib/resources.generated/AWS-EC2.d.ts +18 -7
- package/lib/resources.generated/AWS-EC2.js +2 -2
- package/lib/resources.generated/AWS-ECS.d.ts +3 -3
- package/lib/resources.generated/AWS-EMRServerless.d.ts +43 -4
- package/lib/resources.generated/AWS-EntityResolution.d.ts +1 -0
- package/lib/resources.generated/AWS-EntityResolution.js +1 -1
- package/lib/resources.generated/AWS-GameLift.d.ts +29 -0
- package/lib/resources.generated/AWS-IAM.d.ts +11 -11
- package/lib/resources.generated/AWS-IAM.js +1 -1
- 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/lib/resources.generated/AWS-S3.d.ts +18 -0
- package/lib/resources.generated/AWS-ServiceCatalogAppRegistry.d.ts +0 -2
- package/lib/resources.generated/AWS-ServiceCatalogAppRegistry.js +2 -2
- package/lib/resources.generated/AWS-Transfer.d.ts +112 -0
- package/lib/resources.generated/AWS-Transfer.js +13 -0
- package/package.json +2 -2
- package/lib/resources.generated/Dev-Transfer.d.ts +0 -123
- package/lib/resources.generated/Dev-Transfer.js +0 -14
@@ -1,123 +0,0 @@
|
|
1
|
-
import { ResourceBase } from "../util.js";
|
2
|
-
import { ResourceOptions } from "../template.js";
|
3
|
-
import { Tag } from "./core.js";
|
4
|
-
/**
|
5
|
-
* Type definition for Dev::Transfer::Server.As2Transport
|
6
|
-
*
|
7
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-as2transport.html | Dev::Transfer::Server.As2Transport}
|
8
|
-
*/
|
9
|
-
export type DevTransferServerAs2Transport = string;
|
10
|
-
/**
|
11
|
-
* Type definition for Dev::Transfer::Server.EndpointDetails
|
12
|
-
*
|
13
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html | Dev::Transfer::Server.EndpointDetails}
|
14
|
-
*/
|
15
|
-
export interface DevTransferServerEndpointDetails {
|
16
|
-
AddressAllocationIds?: any[];
|
17
|
-
VpcId?: string;
|
18
|
-
VpcEndpointId?: string;
|
19
|
-
SecurityGroupIds?: any[];
|
20
|
-
SubnetIds?: any[];
|
21
|
-
}
|
22
|
-
/**
|
23
|
-
* Type definition for Dev::Transfer::Server.IdentityProviderDetails
|
24
|
-
*
|
25
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html | Dev::Transfer::Server.IdentityProviderDetails}
|
26
|
-
*/
|
27
|
-
export interface DevTransferServerIdentityProviderDetails {
|
28
|
-
Function?: string;
|
29
|
-
DirectoryId?: string;
|
30
|
-
InvocationRole?: string;
|
31
|
-
Url?: string;
|
32
|
-
SftpAuthenticationMethods?: string;
|
33
|
-
}
|
34
|
-
/**
|
35
|
-
* Type definition for Dev::Transfer::Server.Protocol
|
36
|
-
*
|
37
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocol.html | Dev::Transfer::Server.Protocol}
|
38
|
-
*/
|
39
|
-
export type DevTransferServerProtocol = string;
|
40
|
-
/**
|
41
|
-
* Type definition for Dev::Transfer::Server.ProtocolDetails
|
42
|
-
*
|
43
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocoldetails.html | Dev::Transfer::Server.ProtocolDetails}
|
44
|
-
*/
|
45
|
-
export interface DevTransferServerProtocolDetails {
|
46
|
-
As2Transports?: any[];
|
47
|
-
PassiveIp?: string;
|
48
|
-
SetStatOption?: string;
|
49
|
-
TlsSessionResumptionMode?: string;
|
50
|
-
}
|
51
|
-
/**
|
52
|
-
* Type definition for Dev::Transfer::Server.S3StorageOptions
|
53
|
-
*
|
54
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-s3storageoptions.html | Dev::Transfer::Server.S3StorageOptions}
|
55
|
-
*/
|
56
|
-
export interface DevTransferServerS3StorageOptions {
|
57
|
-
DirectoryListingOptimization?: string;
|
58
|
-
}
|
59
|
-
/**
|
60
|
-
* Type definition for Dev::Transfer::Server.StructuredLogDestination
|
61
|
-
*
|
62
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-structuredlogdestination.html | Dev::Transfer::Server.StructuredLogDestination}
|
63
|
-
*/
|
64
|
-
export type DevTransferServerStructuredLogDestination = string;
|
65
|
-
/**
|
66
|
-
* Type definition for Dev::Transfer::Server.WorkflowDetail
|
67
|
-
*
|
68
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetail.html | Dev::Transfer::Server.WorkflowDetail}
|
69
|
-
*/
|
70
|
-
export interface DevTransferServerWorkflowDetail {
|
71
|
-
WorkflowId: string;
|
72
|
-
ExecutionRole: string;
|
73
|
-
}
|
74
|
-
/**
|
75
|
-
* Type definition for Dev::Transfer::Server.WorkflowDetails
|
76
|
-
*
|
77
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetails.html | Dev::Transfer::Server.WorkflowDetails}
|
78
|
-
*/
|
79
|
-
export interface DevTransferServerWorkflowDetails {
|
80
|
-
OnUpload?: any[];
|
81
|
-
OnPartialUpload?: any[];
|
82
|
-
}
|
83
|
-
/**
|
84
|
-
* Type definition for Dev::Transfer::Server
|
85
|
-
*
|
86
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
|
87
|
-
*/
|
88
|
-
export interface DevTransferServerProps {
|
89
|
-
LoggingRole?: string;
|
90
|
-
Protocols?: any[];
|
91
|
-
IdentityProviderDetails?: DevTransferServerIdentityProviderDetails;
|
92
|
-
EndpointDetails?: DevTransferServerEndpointDetails;
|
93
|
-
StructuredLogDestinations?: any[];
|
94
|
-
PreAuthenticationLoginBanner?: string;
|
95
|
-
PostAuthenticationLoginBanner?: string;
|
96
|
-
EndpointType?: string;
|
97
|
-
SecurityPolicyName?: string;
|
98
|
-
ProtocolDetails?: DevTransferServerProtocolDetails;
|
99
|
-
WorkflowDetails?: DevTransferServerWorkflowDetails;
|
100
|
-
Domain?: string;
|
101
|
-
IdentityProviderType?: string;
|
102
|
-
Tags?: Tag[];
|
103
|
-
Certificate?: string;
|
104
|
-
}
|
105
|
-
/**
|
106
|
-
* Attributes type definition for Dev::Transfer::Server
|
107
|
-
*
|
108
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
|
109
|
-
*/
|
110
|
-
export interface DevTransferServerAttribs {
|
111
|
-
ServerId?: string;
|
112
|
-
Arn?: string;
|
113
|
-
}
|
114
|
-
/**
|
115
|
-
* Resource class for Dev::Transfer::Server
|
116
|
-
*
|
117
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
|
118
|
-
*/
|
119
|
-
export declare class DevTransferServer extends ResourceBase<"Dev::Transfer::Server", DevTransferServerProps, DevTransferServerAttribs> {
|
120
|
-
static readonly Type = "Dev::Transfer::Server";
|
121
|
-
static readonly AttributeNames: readonly (keyof DevTransferServerAttribs)[];
|
122
|
-
constructor(logicalId: string, properties: DevTransferServerProps, options?: ResourceOptions);
|
123
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { ResourceBase } from "../util.js";
|
2
|
-
/**
|
3
|
-
* Resource class for Dev::Transfer::Server
|
4
|
-
*
|
5
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
|
6
|
-
*/
|
7
|
-
class DevTransferServer extends ResourceBase {
|
8
|
-
constructor(logicalId, properties, options) {
|
9
|
-
super(DevTransferServer.Type, DevTransferServer.AttributeNames, logicalId, properties, options);
|
10
|
-
}
|
11
|
-
}
|
12
|
-
DevTransferServer.Type = "Dev::Transfer::Server";
|
13
|
-
DevTransferServer.AttributeNames = ["ServerId", "Arn"];
|
14
|
-
export { DevTransferServer };
|