@pulumi/awsx 0.26.1-alpha.1616733280 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apigateway/swagger_json.d.ts +1 -1
- package/package.json +4 -4
- package/package.json.dev +4 -4
- package/s3/metrics.d.ts +50 -11
- package/s3/metrics.js.map +1 -1
|
@@ -119,7 +119,7 @@ export interface ApigatewayIntegration {
|
|
|
119
119
|
export interface ApigatewayAuth {
|
|
120
120
|
type: string;
|
|
121
121
|
}
|
|
122
|
-
export declare type Method = "ANY" | "GET" | "PUT" | "POST" | "DELETE" | "PATCH" | "OPTIONS";
|
|
122
|
+
export declare type Method = "ANY" | "GET" | "PUT" | "POST" | "DELETE" | "PATCH" | "OPTIONS" | "HEAD";
|
|
123
123
|
export declare type IntegrationConnectionType = "INTERNET" | "VPC_LINK";
|
|
124
124
|
export declare type IntegrationType = "aws" | "aws_proxy" | "http" | "http_proxy" | "mock";
|
|
125
125
|
export declare type IntegrationPassthroughBehavior = "when_no_match" | "when_no_templates" | "never";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/awsx",
|
|
3
|
-
"version": "v0.
|
|
3
|
+
"version": "v0.30.0",
|
|
4
4
|
"description": "Pulumi Amazon Web Services (AWS) infrastructure components.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"install-peers": "install-peers"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@pulumi/docker": "^
|
|
17
|
+
"@pulumi/docker": "^3.0.0",
|
|
18
18
|
"@types/aws-lambda": "^8.10.23",
|
|
19
19
|
"mime": "^2.0.0"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@pulumi/aws": "^
|
|
23
|
-
"@pulumi/pulumi": "^
|
|
22
|
+
"@pulumi/aws": "^4.0.0",
|
|
23
|
+
"@pulumi/pulumi": "^3.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/aws-sdk": "^2.7.0",
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/awsx",
|
|
3
|
-
"version": "v0.
|
|
3
|
+
"version": "v0.30.0",
|
|
4
4
|
"description": "Pulumi Amazon Web Services (AWS) infrastructure components.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"install-peers": "install-peers"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@pulumi/docker": "^
|
|
17
|
+
"@pulumi/docker": "^3.0.0",
|
|
18
18
|
"@types/aws-lambda": "^8.10.23",
|
|
19
19
|
"mime": "^2.0.0"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@pulumi/aws": "^
|
|
23
|
-
"@pulumi/pulumi": "^
|
|
22
|
+
"@pulumi/aws": "^4.0.0",
|
|
23
|
+
"@pulumi/pulumi": "^3.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/aws-sdk": "^2.7.0",
|
package/s3/metrics.d.ts
CHANGED
|
@@ -11,29 +11,68 @@ export declare namespace metrics {
|
|
|
11
11
|
* of storage:
|
|
12
12
|
*
|
|
13
13
|
* * StandardStorage - The number of bytes used for objects in the STANDARD storage class.
|
|
14
|
+
* * IntelligentTieringAAStorage - The number of bytes used for objects in the Archive
|
|
15
|
+
* Access tier of INTELLIGENT_TIERING storage class.
|
|
16
|
+
* * IntelligentTieringDAAStorage - The number of bytes used for objects in the Deep
|
|
17
|
+
* Archive Access tier of INTELLIGENT_TIERING storage class.
|
|
14
18
|
* * IntelligentTieringFAStorage - The number of bytes used for objects in the Frequent
|
|
15
19
|
* Access tier of INTELLIGENT_TIERING storage class.
|
|
16
20
|
* * IntelligentTieringIAStorage - The number of bytes used for objects in the Infrequent
|
|
17
21
|
* Access tier of INTELLIGENT_TIERING storage class.
|
|
18
|
-
* * StandardIAStorage - The number of bytes used for objects in the Standard
|
|
19
|
-
* Access (STANDARD_IA) storage class.
|
|
22
|
+
* * StandardIAStorage - The number of bytes used for objects in the Standard-Infrequent
|
|
23
|
+
* Access (STANDARD_IA) storage class. This extra data is necessary to identify and
|
|
24
|
+
* restore your object. You are charged GLACIER rates for this additional storage.
|
|
20
25
|
* * StandardIASizeOverhead - The number of bytes used for objects smaller than 128 KB in
|
|
21
26
|
* size in the STANDARD_IA storage class.
|
|
22
|
-
* *
|
|
27
|
+
* * IntAAObjectOverhead - For each object in INTELLIGENT_TIERING storage class in the
|
|
28
|
+
* Archive Access tier, GLACIER adds 32 KB of storage for index and related metadata.
|
|
29
|
+
* This extra data is necessary to identify and restore your object. You are charged
|
|
30
|
+
* GLACIER rates for this additional storage.
|
|
31
|
+
* * IntAAS3ObjectOverhead - For each object in INTELLIGENT_TIERING storage class in the
|
|
32
|
+
* Archive Access tier, Amazon S3 uses 8 KB of storage for the name of the object and
|
|
33
|
+
* other metadata. You are charged STANDARD rates for this additional storage.
|
|
34
|
+
* * IntDAAObjectOverhead - For each object in INTELLIGENT_TIERING storage class in the
|
|
35
|
+
* Deep Archive Access tier, GLACIER adds 32 KB of storage for index and related
|
|
36
|
+
* metadata. This extra data is necessary to identify and restore your object. You are
|
|
37
|
+
* charged S3 Glacier Deep Archive storage rates for this additional storage.
|
|
38
|
+
* * IntDAAS3ObjectOverhead - For each object in INTELLIGENT_TIERING storage class in the
|
|
39
|
+
* Deep Archive Access tier, Amazon S3 adds 8 KB of storage for index and related
|
|
40
|
+
* metadata. This extra data is necessary to identify and restore your object. You are
|
|
41
|
+
* charged STANDARD rates for this additional storage.
|
|
42
|
+
* * OneZoneIAStorage - The number of bytes used for objects in the OneZone-Infrequent
|
|
23
43
|
* Access (ONEZONE_IA) storage class.
|
|
24
44
|
* * OneZoneIASizeOverhead - The number of bytes used for objects smaller than 128 KB in
|
|
25
45
|
* size in the ONEZONE_IA storage class.
|
|
26
46
|
* * ReducedRedundancyStorage - The number of bytes used for objects in the Reduced
|
|
27
47
|
* Redundancy Storage (RRS) class.
|
|
28
|
-
* * GlacierStorage - The number of bytes used for objects in the
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
* storage
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
48
|
+
* * GlacierStorage - The number of bytes used for objects in the GLACIER storage class.
|
|
49
|
+
* * GlacierStagingStorage - The number of bytes used for parts of Multipart objects
|
|
50
|
+
* before the CompleteMultipartUpload request is completed on objects in the GLACIER
|
|
51
|
+
* storage class.
|
|
52
|
+
* * GlacierObjectOverhead - For each archived object, GLACIER adds 32 KB of storage for
|
|
53
|
+
* index and related metadata. This extra data is necessary to identify and restore
|
|
54
|
+
* your object. You are charged GLACIER rates for this additional storage.
|
|
55
|
+
* * GlacierS3ObjectOverhead - For each object archived to GLACIER , Amazon S3 uses 8 KB
|
|
56
|
+
* of storage for the name of the object and other metadata. You are charged STANDARD
|
|
57
|
+
* rates for this additional storage.
|
|
58
|
+
* * DeepArchiveStorage - The number of bytes used for objects in the S3 Glacier Deep
|
|
59
|
+
* Archive storage class.
|
|
60
|
+
* * DeepArchiveObjectOverhead - For each archived object, S3 Glacier Deep Archive adds
|
|
61
|
+
* 32 KB of storage for index and related metadata. This extra data is necessary to
|
|
62
|
+
* identify and restore your object. You are charged S3 Glacier Deep Archive rates
|
|
63
|
+
* for this additional storage.
|
|
64
|
+
* * DeepArchiveS3ObjectOverhead - For each object archived to S3 Glacier Deep Archive,
|
|
65
|
+
* Amazon S3 uses 8 KB of storage for the name of the object and other metadata. You
|
|
66
|
+
* are charged STANDARD rates for this additional storage.
|
|
67
|
+
* * DeepArchiveStagingStorage – The number of bytes used for parts of Multipart objects
|
|
68
|
+
* before the CompleteMultipartUpload request is completed on objects in the S3
|
|
69
|
+
* Glacier Deep Archive storage class.
|
|
70
|
+
* * AllStorageTypes - All available storage types, used by NumberOfObjects metric
|
|
71
|
+
*
|
|
72
|
+
* For more information, see
|
|
73
|
+
* [Metrics-and-dimensions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metrics-dimensions.html).
|
|
35
74
|
*/
|
|
36
|
-
storageType?: "StandardStorage" | "IntelligentTieringFAStorage" | "IntelligentTieringIAStorage" | "StandardIAStorage" | "
|
|
75
|
+
storageType?: "StandardStorage" | "IntelligentTieringAAStorage" | "IntelligentTieringDAAStorage" | "IntelligentTieringFAStorage" | "IntelligentTieringIAStorage" | "StandardIAStorage" | "StandardIASizeOverhead" | "IntAAObjectOverhead" | "IntAAS3ObjectOverhead" | "IntDAAObjectOverhead" | "IntDAAS3ObjectOverhead" | "OneZoneIAStorage" | "OneZoneIASizeOverhead" | "ReducedRedundancyStorage" | "GlacierStorage" | "GlacierStagingStorage" | "GlacierObjectOverhead" | "GlacierS3ObjectOverhead" | "DeepArchiveStorage" | "DeepArchiveObjectOverhead" | "DeepArchiveS3ObjectOverhead" | "DeepArchiveStagingStorage" | "AllStorageTypes";
|
|
37
76
|
/**
|
|
38
77
|
* This dimension filters metrics configurations that you specify for request metrics on a
|
|
39
78
|
* bucket, for example, a prefix or a tag. You specify a filter id when you create a metrics
|
package/s3/metrics.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metrics.js","sourceRoot":"","sources":["../../s3/metrics.ts"],"names":[],"mappings":";AAAA,2CAA2C;AAC3C,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;AAKjC,4CAA4C;AAE5C,IAAiB,OAAO,
|
|
1
|
+
{"version":3,"file":"metrics.js","sourceRoot":"","sources":["../../s3/metrics.ts"],"names":[],"mappings":"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"}
|