aws-sdk 2.925.0 → 2.929.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/CHANGELOG.md +30 -1
- package/README.md +1 -1
- package/apis/appmesh-2019-01-25.min.json +322 -189
- package/apis/chime-2018-05-01.min.json +2 -1
- package/apis/cognito-idp-2016-04-18.min.json +41 -5
- package/apis/connect-2017-08-08.min.json +229 -124
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +728 -669
- package/apis/greengrassv2-2020-11-30.min.json +166 -28
- package/apis/greengrassv2-2020-11-30.paginators.json +6 -0
- package/apis/iotanalytics-2017-11-27.min.json +68 -27
- package/apis/managedblockchain-2018-09-24.min.json +35 -32
- package/apis/mediaconnect-2018-11-14.min.json +49 -27
- package/apis/medialive-2017-10-14.min.json +172 -163
- package/apis/models.lex.v2-2020-08-07.min.json +60 -37
- package/apis/ram-2018-01-04.min.json +22 -11
- package/apis/ram-2018-01-04.paginators.json +15 -0
- package/apis/redshift-data-2019-12-20.min.json +26 -3
- package/apis/runtime.lex.v2-2020-08-07.min.json +49 -35
- package/apis/sagemaker-2017-07-24.min.json +479 -459
- package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +97 -6
- package/clients/appflow.d.ts +8 -2
- package/clients/appmesh.d.ts +216 -15
- package/clients/chime.d.ts +13 -9
- package/clients/cognitoidentityserviceprovider.d.ts +40 -4
- package/clients/connect.d.ts +184 -94
- package/clients/ec2.d.ts +81 -12
- package/clients/greengrassv2.d.ts +138 -2
- package/clients/iotanalytics.d.ts +51 -4
- package/clients/lexmodelsv2.d.ts +30 -4
- package/clients/lexruntimev2.d.ts +46 -36
- package/clients/lookoutmetrics.d.ts +4 -4
- package/clients/managedblockchain.d.ts +17 -5
- package/clients/mediaconnect.d.ts +23 -0
- package/clients/medialive.d.ts +18 -1
- package/clients/ram.d.ts +28 -8
- package/clients/redshiftdata.d.ts +25 -0
- package/clients/sagemaker.d.ts +42 -0
- package/clients/sagemakerfeaturestoreruntime.d.ts +80 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +20 -20
- package/dist/aws-sdk.js +1124 -863
- package/dist/aws-sdk.min.js +71 -71
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -12,6 +12,77 @@
|
|
|
12
12
|
"uid": "sagemaker-featurestore-runtime-2020-07-01"
|
|
13
13
|
},
|
|
14
14
|
"operations": {
|
|
15
|
+
"BatchGetRecord": {
|
|
16
|
+
"http": {
|
|
17
|
+
"requestUri": "/BatchGetRecord"
|
|
18
|
+
},
|
|
19
|
+
"input": {
|
|
20
|
+
"type": "structure",
|
|
21
|
+
"required": [
|
|
22
|
+
"Identifiers"
|
|
23
|
+
],
|
|
24
|
+
"members": {
|
|
25
|
+
"Identifiers": {
|
|
26
|
+
"type": "list",
|
|
27
|
+
"member": {
|
|
28
|
+
"shape": "S3"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"output": {
|
|
34
|
+
"type": "structure",
|
|
35
|
+
"required": [
|
|
36
|
+
"Records",
|
|
37
|
+
"Errors",
|
|
38
|
+
"UnprocessedIdentifiers"
|
|
39
|
+
],
|
|
40
|
+
"members": {
|
|
41
|
+
"Records": {
|
|
42
|
+
"type": "list",
|
|
43
|
+
"member": {
|
|
44
|
+
"type": "structure",
|
|
45
|
+
"required": [
|
|
46
|
+
"FeatureGroupName",
|
|
47
|
+
"RecordIdentifierValueAsString",
|
|
48
|
+
"Record"
|
|
49
|
+
],
|
|
50
|
+
"members": {
|
|
51
|
+
"FeatureGroupName": {},
|
|
52
|
+
"RecordIdentifierValueAsString": {},
|
|
53
|
+
"Record": {
|
|
54
|
+
"shape": "Sc"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"Errors": {
|
|
60
|
+
"type": "list",
|
|
61
|
+
"member": {
|
|
62
|
+
"type": "structure",
|
|
63
|
+
"required": [
|
|
64
|
+
"FeatureGroupName",
|
|
65
|
+
"RecordIdentifierValueAsString",
|
|
66
|
+
"ErrorCode",
|
|
67
|
+
"ErrorMessage"
|
|
68
|
+
],
|
|
69
|
+
"members": {
|
|
70
|
+
"FeatureGroupName": {},
|
|
71
|
+
"RecordIdentifierValueAsString": {},
|
|
72
|
+
"ErrorCode": {},
|
|
73
|
+
"ErrorMessage": {}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"UnprocessedIdentifiers": {
|
|
78
|
+
"type": "list",
|
|
79
|
+
"member": {
|
|
80
|
+
"shape": "S3"
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
15
86
|
"DeleteRecord": {
|
|
16
87
|
"http": {
|
|
17
88
|
"method": "DELETE",
|
|
@@ -61,10 +132,9 @@
|
|
|
61
132
|
"locationName": "RecordIdentifierValueAsString"
|
|
62
133
|
},
|
|
63
134
|
"FeatureNames": {
|
|
135
|
+
"shape": "S7",
|
|
64
136
|
"location": "querystring",
|
|
65
|
-
"locationName": "FeatureName"
|
|
66
|
-
"type": "list",
|
|
67
|
-
"member": {}
|
|
137
|
+
"locationName": "FeatureName"
|
|
68
138
|
}
|
|
69
139
|
}
|
|
70
140
|
},
|
|
@@ -72,7 +142,7 @@
|
|
|
72
142
|
"type": "structure",
|
|
73
143
|
"members": {
|
|
74
144
|
"Record": {
|
|
75
|
-
"shape": "
|
|
145
|
+
"shape": "Sc"
|
|
76
146
|
}
|
|
77
147
|
}
|
|
78
148
|
}
|
|
@@ -94,14 +164,35 @@
|
|
|
94
164
|
"locationName": "FeatureGroupName"
|
|
95
165
|
},
|
|
96
166
|
"Record": {
|
|
97
|
-
"shape": "
|
|
167
|
+
"shape": "Sc"
|
|
98
168
|
}
|
|
99
169
|
}
|
|
100
170
|
}
|
|
101
171
|
}
|
|
102
172
|
},
|
|
103
173
|
"shapes": {
|
|
104
|
-
"
|
|
174
|
+
"S3": {
|
|
175
|
+
"type": "structure",
|
|
176
|
+
"required": [
|
|
177
|
+
"FeatureGroupName",
|
|
178
|
+
"RecordIdentifiersValueAsString"
|
|
179
|
+
],
|
|
180
|
+
"members": {
|
|
181
|
+
"FeatureGroupName": {},
|
|
182
|
+
"RecordIdentifiersValueAsString": {
|
|
183
|
+
"type": "list",
|
|
184
|
+
"member": {}
|
|
185
|
+
},
|
|
186
|
+
"FeatureNames": {
|
|
187
|
+
"shape": "S7"
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"S7": {
|
|
192
|
+
"type": "list",
|
|
193
|
+
"member": {}
|
|
194
|
+
},
|
|
195
|
+
"Sc": {
|
|
105
196
|
"type": "list",
|
|
106
197
|
"member": {
|
|
107
198
|
"type": "structure",
|
package/clients/appflow.d.ts
CHANGED
|
@@ -951,6 +951,9 @@ declare namespace Appflow {
|
|
|
951
951
|
* The properties required to query Amazon Connect Customer Profiles.
|
|
952
952
|
*/
|
|
953
953
|
CustomerProfiles?: CustomerProfilesDestinationProperties;
|
|
954
|
+
/**
|
|
955
|
+
* The properties required to query Zendesk.
|
|
956
|
+
*/
|
|
954
957
|
Zendesk?: ZendeskDestinationProperties;
|
|
955
958
|
}
|
|
956
959
|
export type DestinationField = string;
|
|
@@ -1396,7 +1399,7 @@ declare namespace Appflow {
|
|
|
1396
1399
|
export type Object = string;
|
|
1397
1400
|
export type ObjectTypeName = string;
|
|
1398
1401
|
export type Operator = "PROJECTION"|"LESS_THAN"|"GREATER_THAN"|"CONTAINS"|"BETWEEN"|"LESS_THAN_OR_EQUAL_TO"|"GREATER_THAN_OR_EQUAL_TO"|"EQUAL_TO"|"NOT_EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
|
|
1399
|
-
export type OperatorPropertiesKeys = "VALUE"|"VALUES"|"DATA_TYPE"|"UPPER_BOUND"|"LOWER_BOUND"|"SOURCE_DATA_TYPE"|"DESTINATION_DATA_TYPE"|"VALIDATION_ACTION"|"MASK_VALUE"|"MASK_LENGTH"|"TRUNCATE_LENGTH"|"MATH_OPERATION_FIELDS_ORDER"|"CONCAT_FORMAT"|"SUBFIELD_CATEGORY_MAP"|string;
|
|
1402
|
+
export type OperatorPropertiesKeys = "VALUE"|"VALUES"|"DATA_TYPE"|"UPPER_BOUND"|"LOWER_BOUND"|"SOURCE_DATA_TYPE"|"DESTINATION_DATA_TYPE"|"VALIDATION_ACTION"|"MASK_VALUE"|"MASK_LENGTH"|"TRUNCATE_LENGTH"|"MATH_OPERATION_FIELDS_ORDER"|"CONCAT_FORMAT"|"SUBFIELD_CATEGORY_MAP"|"EXCLUDE_SOURCE_FIELDS_LIST"|string;
|
|
1400
1403
|
export type Password = string;
|
|
1401
1404
|
export interface PrefixConfig {
|
|
1402
1405
|
/**
|
|
@@ -1917,7 +1920,7 @@ declare namespace Appflow {
|
|
|
1917
1920
|
taskProperties?: TaskPropertiesMap;
|
|
1918
1921
|
}
|
|
1919
1922
|
export type TaskPropertiesMap = {[key: string]: Property};
|
|
1920
|
-
export type TaskType = "Arithmetic"|"Filter"|"Map"|"Mask"|"Merge"|"Truncate"|"Validate"|string;
|
|
1923
|
+
export type TaskType = "Arithmetic"|"Filter"|"Map"|"Map_all"|"Mask"|"Merge"|"Truncate"|"Validate"|string;
|
|
1921
1924
|
export type Tasks = Task[];
|
|
1922
1925
|
export type Timezone = string;
|
|
1923
1926
|
export type TrendmicroConnectorOperator = "PROJECTION"|"EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
|
|
@@ -2097,6 +2100,9 @@ declare namespace Appflow {
|
|
|
2097
2100
|
instanceUrl: InstanceUrl;
|
|
2098
2101
|
}
|
|
2099
2102
|
export interface ZendeskDestinationProperties {
|
|
2103
|
+
/**
|
|
2104
|
+
* The object specified in the Zendesk flow destination.
|
|
2105
|
+
*/
|
|
2100
2106
|
object: Object;
|
|
2101
2107
|
idFieldNames?: IdFieldNameList;
|
|
2102
2108
|
errorHandlingConfig?: ErrorHandlingConfig;
|
package/clients/appmesh.d.ts
CHANGED
|
@@ -44,11 +44,11 @@ declare class AppMesh extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
createVirtualGateway(callback?: (err: AWSError, data: AppMesh.Types.CreateVirtualGatewayOutput) => void): Request<AppMesh.Types.CreateVirtualGatewayOutput, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Creates a virtual node within a service mesh. A virtual node acts as a logical pointer to a particular task group, such as an Amazon ECS service or a Kubernetes deployment. When you create a virtual node, you can specify the service discovery information for your task group, and whether the proxy running in a task group will communicate with other proxies using Transport Layer Security (TLS). You define a listener for any inbound traffic that your virtual node expects. Any virtual service that your virtual node expects to communicate to is specified as a backend. The response metadata for your new virtual node contains the arn that is associated with the virtual node. Set this value to the full ARN; for example, arn:aws:appmesh:us-west-2:123456789012:myMesh/default/virtualNode/myApp) as the APPMESH_RESOURCE_ARN environment variable for your task group's Envoy proxy container in your task definition or pod spec. This is then mapped to the node.id and node.cluster Envoy parameters. By default, App Mesh uses the name of the resource you specified in APPMESH_RESOURCE_ARN when Envoy is referring to itself in metrics and traces. You can override this behavior by setting the APPMESH_RESOURCE_CLUSTER environment variable with your own name.
|
|
47
|
+
* Creates a virtual node within a service mesh. A virtual node acts as a logical pointer to a particular task group, such as an Amazon ECS service or a Kubernetes deployment. When you create a virtual node, you can specify the service discovery information for your task group, and whether the proxy running in a task group will communicate with other proxies using Transport Layer Security (TLS). You define a listener for any inbound traffic that your virtual node expects. Any virtual service that your virtual node expects to communicate to is specified as a backend. The response metadata for your new virtual node contains the arn that is associated with the virtual node. Set this value to the full ARN; for example, arn:aws:appmesh:us-west-2:123456789012:myMesh/default/virtualNode/myApp) as the APPMESH_RESOURCE_ARN environment variable for your task group's Envoy proxy container in your task definition or pod spec. This is then mapped to the node.id and node.cluster Envoy parameters. By default, App Mesh uses the name of the resource you specified in APPMESH_RESOURCE_ARN when Envoy is referring to itself in metrics and traces. You can override this behavior by setting the APPMESH_RESOURCE_CLUSTER environment variable with your own name. For more information about virtual nodes, see Virtual nodes. You must be using 1.15.0 or later of the Envoy image when setting these variables. For more information aboutApp Mesh Envoy variables, see Envoy image in the AWS App Mesh User Guide.
|
|
48
48
|
*/
|
|
49
49
|
createVirtualNode(params: AppMesh.Types.CreateVirtualNodeInput, callback?: (err: AWSError, data: AppMesh.Types.CreateVirtualNodeOutput) => void): Request<AppMesh.Types.CreateVirtualNodeOutput, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Creates a virtual node within a service mesh. A virtual node acts as a logical pointer to a particular task group, such as an Amazon ECS service or a Kubernetes deployment. When you create a virtual node, you can specify the service discovery information for your task group, and whether the proxy running in a task group will communicate with other proxies using Transport Layer Security (TLS). You define a listener for any inbound traffic that your virtual node expects. Any virtual service that your virtual node expects to communicate to is specified as a backend. The response metadata for your new virtual node contains the arn that is associated with the virtual node. Set this value to the full ARN; for example, arn:aws:appmesh:us-west-2:123456789012:myMesh/default/virtualNode/myApp) as the APPMESH_RESOURCE_ARN environment variable for your task group's Envoy proxy container in your task definition or pod spec. This is then mapped to the node.id and node.cluster Envoy parameters. By default, App Mesh uses the name of the resource you specified in APPMESH_RESOURCE_ARN when Envoy is referring to itself in metrics and traces. You can override this behavior by setting the APPMESH_RESOURCE_CLUSTER environment variable with your own name.
|
|
51
|
+
* Creates a virtual node within a service mesh. A virtual node acts as a logical pointer to a particular task group, such as an Amazon ECS service or a Kubernetes deployment. When you create a virtual node, you can specify the service discovery information for your task group, and whether the proxy running in a task group will communicate with other proxies using Transport Layer Security (TLS). You define a listener for any inbound traffic that your virtual node expects. Any virtual service that your virtual node expects to communicate to is specified as a backend. The response metadata for your new virtual node contains the arn that is associated with the virtual node. Set this value to the full ARN; for example, arn:aws:appmesh:us-west-2:123456789012:myMesh/default/virtualNode/myApp) as the APPMESH_RESOURCE_ARN environment variable for your task group's Envoy proxy container in your task definition or pod spec. This is then mapped to the node.id and node.cluster Envoy parameters. By default, App Mesh uses the name of the resource you specified in APPMESH_RESOURCE_ARN when Envoy is referring to itself in metrics and traces. You can override this behavior by setting the APPMESH_RESOURCE_CLUSTER environment variable with your own name. For more information about virtual nodes, see Virtual nodes. You must be using 1.15.0 or later of the Envoy image when setting these variables. For more information aboutApp Mesh Envoy variables, see Envoy image in the AWS App Mesh User Guide.
|
|
52
52
|
*/
|
|
53
53
|
createVirtualNode(callback?: (err: AWSError, data: AppMesh.Types.CreateVirtualNodeOutput) => void): Request<AppMesh.Types.CreateVirtualNodeOutput, AWSError>;
|
|
54
54
|
/**
|
|
@@ -327,11 +327,11 @@ declare namespace AppMesh {
|
|
|
327
327
|
export type Arn = string;
|
|
328
328
|
export interface AwsCloudMapInstanceAttribute {
|
|
329
329
|
/**
|
|
330
|
-
* The name of an
|
|
330
|
+
* The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
|
|
331
331
|
*/
|
|
332
332
|
key: AwsCloudMapInstanceAttributeKey;
|
|
333
333
|
/**
|
|
334
|
-
* The value of an
|
|
334
|
+
* The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
|
|
335
335
|
*/
|
|
336
336
|
value: AwsCloudMapInstanceAttributeValue;
|
|
337
337
|
}
|
|
@@ -345,11 +345,11 @@ declare namespace AppMesh {
|
|
|
345
345
|
*/
|
|
346
346
|
attributes?: AwsCloudMapInstanceAttributes;
|
|
347
347
|
/**
|
|
348
|
-
* The name of the
|
|
348
|
+
* The name of the Cloud Map namespace to use.
|
|
349
349
|
*/
|
|
350
350
|
namespaceName: AwsCloudMapName;
|
|
351
351
|
/**
|
|
352
|
-
* The name of the
|
|
352
|
+
* The name of the Cloud Map service to use.
|
|
353
353
|
*/
|
|
354
354
|
serviceName: AwsCloudMapName;
|
|
355
355
|
}
|
|
@@ -393,6 +393,9 @@ declare namespace AppMesh {
|
|
|
393
393
|
validation: TlsValidationContext;
|
|
394
394
|
}
|
|
395
395
|
export interface ClientTlsCertificate {
|
|
396
|
+
/**
|
|
397
|
+
* An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
|
|
398
|
+
*/
|
|
396
399
|
file?: ListenerTlsFileCertificate;
|
|
397
400
|
/**
|
|
398
401
|
* A reference to an object that represents a client's TLS Secret Discovery Service certificate.
|
|
@@ -623,6 +626,7 @@ declare namespace AppMesh {
|
|
|
623
626
|
*/
|
|
624
627
|
virtualService: VirtualServiceData;
|
|
625
628
|
}
|
|
629
|
+
export type DefaultGatewayRouteRewrite = "ENABLED"|"DISABLED"|string;
|
|
626
630
|
export interface DeleteGatewayRouteInput {
|
|
627
631
|
/**
|
|
628
632
|
* The name of the gateway route to delete.
|
|
@@ -907,11 +911,16 @@ declare namespace AppMesh {
|
|
|
907
911
|
*/
|
|
908
912
|
virtualService: VirtualServiceData;
|
|
909
913
|
}
|
|
914
|
+
export type DnsResponseType = "LOADBALANCER"|"ENDPOINTS"|string;
|
|
910
915
|
export interface DnsServiceDiscovery {
|
|
911
916
|
/**
|
|
912
917
|
* Specifies the DNS service discovery hostname for the virtual node.
|
|
913
918
|
*/
|
|
914
919
|
hostname: Hostname;
|
|
920
|
+
/**
|
|
921
|
+
* Specifies the DNS response type for the virtual node.
|
|
922
|
+
*/
|
|
923
|
+
responseType?: DnsResponseType;
|
|
915
924
|
}
|
|
916
925
|
export interface Duration {
|
|
917
926
|
/**
|
|
@@ -927,11 +936,12 @@ declare namespace AppMesh {
|
|
|
927
936
|
export type DurationValue = number;
|
|
928
937
|
export interface EgressFilter {
|
|
929
938
|
/**
|
|
930
|
-
* The egress filter type. By default, the type is DROP_ALL, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to *.amazonaws.com for
|
|
939
|
+
* The egress filter type. By default, the type is DROP_ALL, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to *.amazonaws.com for Amazon Web Services API calls). You can set the egress filter type to ALLOW_ALL to allow egress to any endpoint inside or outside of the service mesh.
|
|
931
940
|
*/
|
|
932
941
|
type: EgressFilterType;
|
|
933
942
|
}
|
|
934
943
|
export type EgressFilterType = "ALLOW_ALL"|"DROP_ALL"|string;
|
|
944
|
+
export type ExactHostName = string;
|
|
935
945
|
export interface FileAccessLog {
|
|
936
946
|
/**
|
|
937
947
|
* The file path to write access logs to. You can use /dev/stdout to send access logs to standard out and configure your Envoy container to use a log driver, such as awslogs, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container's file system to write the files to disk. The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.
|
|
@@ -962,7 +972,24 @@ declare namespace AppMesh {
|
|
|
962
972
|
*/
|
|
963
973
|
virtualGatewayName: ResourceName;
|
|
964
974
|
}
|
|
975
|
+
export interface GatewayRouteHostnameMatch {
|
|
976
|
+
/**
|
|
977
|
+
* The exact host name to match on.
|
|
978
|
+
*/
|
|
979
|
+
exact?: ExactHostName;
|
|
980
|
+
/**
|
|
981
|
+
* The specified ending characters of the host name to match on.
|
|
982
|
+
*/
|
|
983
|
+
suffix?: SuffixHostname;
|
|
984
|
+
}
|
|
985
|
+
export interface GatewayRouteHostnameRewrite {
|
|
986
|
+
/**
|
|
987
|
+
* The default target host name to write to.
|
|
988
|
+
*/
|
|
989
|
+
defaultTargetHostname?: DefaultGatewayRouteRewrite;
|
|
990
|
+
}
|
|
965
991
|
export type GatewayRouteList = GatewayRouteRef[];
|
|
992
|
+
export type GatewayRoutePriority = number;
|
|
966
993
|
export interface GatewayRouteRef {
|
|
967
994
|
/**
|
|
968
995
|
* The full Amazon Resource Name (ARN) for the gateway route.
|
|
@@ -1014,6 +1041,10 @@ declare namespace AppMesh {
|
|
|
1014
1041
|
* An object that represents the specification of an HTTP gateway route.
|
|
1015
1042
|
*/
|
|
1016
1043
|
httpRoute?: HttpGatewayRoute;
|
|
1044
|
+
/**
|
|
1045
|
+
* The ordering of the gateway routes spec.
|
|
1046
|
+
*/
|
|
1047
|
+
priority?: GatewayRoutePriority;
|
|
1017
1048
|
}
|
|
1018
1049
|
export interface GatewayRouteStatus {
|
|
1019
1050
|
/**
|
|
@@ -1045,17 +1076,69 @@ declare namespace AppMesh {
|
|
|
1045
1076
|
match: GrpcGatewayRouteMatch;
|
|
1046
1077
|
}
|
|
1047
1078
|
export interface GrpcGatewayRouteAction {
|
|
1079
|
+
/**
|
|
1080
|
+
* The gateway route action to rewrite.
|
|
1081
|
+
*/
|
|
1082
|
+
rewrite?: GrpcGatewayRouteRewrite;
|
|
1048
1083
|
/**
|
|
1049
1084
|
* An object that represents the target that traffic is routed to when a request matches the gateway route.
|
|
1050
1085
|
*/
|
|
1051
1086
|
target: GatewayRouteTarget;
|
|
1052
1087
|
}
|
|
1053
1088
|
export interface GrpcGatewayRouteMatch {
|
|
1089
|
+
/**
|
|
1090
|
+
* The gateway route host name to be matched on.
|
|
1091
|
+
*/
|
|
1092
|
+
hostname?: GatewayRouteHostnameMatch;
|
|
1093
|
+
/**
|
|
1094
|
+
* The gateway route metadata to be matched on.
|
|
1095
|
+
*/
|
|
1096
|
+
metadata?: GrpcGatewayRouteMetadataList;
|
|
1054
1097
|
/**
|
|
1055
1098
|
* The fully qualified domain name for the service to match from the request.
|
|
1056
1099
|
*/
|
|
1057
1100
|
serviceName?: ServiceName;
|
|
1058
1101
|
}
|
|
1102
|
+
export interface GrpcGatewayRouteMetadata {
|
|
1103
|
+
/**
|
|
1104
|
+
* Specify True to match anything except the match criteria. The default value is False.
|
|
1105
|
+
*/
|
|
1106
|
+
invert?: Boolean;
|
|
1107
|
+
/**
|
|
1108
|
+
* The criteria for determining a metadata match.
|
|
1109
|
+
*/
|
|
1110
|
+
match?: GrpcMetadataMatchMethod;
|
|
1111
|
+
/**
|
|
1112
|
+
* A name for the gateway route metadata.
|
|
1113
|
+
*/
|
|
1114
|
+
name: HeaderName;
|
|
1115
|
+
}
|
|
1116
|
+
export type GrpcGatewayRouteMetadataList = GrpcGatewayRouteMetadata[];
|
|
1117
|
+
export interface GrpcGatewayRouteRewrite {
|
|
1118
|
+
/**
|
|
1119
|
+
* The host name of the gateway route to rewrite.
|
|
1120
|
+
*/
|
|
1121
|
+
hostname?: GatewayRouteHostnameRewrite;
|
|
1122
|
+
}
|
|
1123
|
+
export interface GrpcMetadataMatchMethod {
|
|
1124
|
+
/**
|
|
1125
|
+
* The exact method header to be matched on.
|
|
1126
|
+
*/
|
|
1127
|
+
exact?: HeaderMatch;
|
|
1128
|
+
/**
|
|
1129
|
+
* The specified beginning characters of the method header to be matched on.
|
|
1130
|
+
*/
|
|
1131
|
+
prefix?: HeaderMatch;
|
|
1132
|
+
range?: MatchRange;
|
|
1133
|
+
/**
|
|
1134
|
+
* The regex used to match the method header.
|
|
1135
|
+
*/
|
|
1136
|
+
regex?: HeaderMatch;
|
|
1137
|
+
/**
|
|
1138
|
+
* The specified ending characters of the method header to match on.
|
|
1139
|
+
*/
|
|
1140
|
+
suffix?: HeaderMatch;
|
|
1141
|
+
}
|
|
1059
1142
|
export interface GrpcRetryPolicy {
|
|
1060
1143
|
/**
|
|
1061
1144
|
* Specify at least one of the valid values.
|
|
@@ -1234,18 +1317,108 @@ declare namespace AppMesh {
|
|
|
1234
1317
|
match: HttpGatewayRouteMatch;
|
|
1235
1318
|
}
|
|
1236
1319
|
export interface HttpGatewayRouteAction {
|
|
1320
|
+
/**
|
|
1321
|
+
* The gateway route action to rewrite.
|
|
1322
|
+
*/
|
|
1323
|
+
rewrite?: HttpGatewayRouteRewrite;
|
|
1237
1324
|
/**
|
|
1238
1325
|
* An object that represents the target that traffic is routed to when a request matches the gateway route.
|
|
1239
1326
|
*/
|
|
1240
1327
|
target: GatewayRouteTarget;
|
|
1241
1328
|
}
|
|
1329
|
+
export interface HttpGatewayRouteHeader {
|
|
1330
|
+
/**
|
|
1331
|
+
* Specify True to match anything except the match criteria. The default value is False.
|
|
1332
|
+
*/
|
|
1333
|
+
invert?: Boolean;
|
|
1334
|
+
match?: HeaderMatchMethod;
|
|
1335
|
+
/**
|
|
1336
|
+
* A name for the HTTP header in the gateway route that will be matched on.
|
|
1337
|
+
*/
|
|
1338
|
+
name: HeaderName;
|
|
1339
|
+
}
|
|
1340
|
+
export type HttpGatewayRouteHeaders = HttpGatewayRouteHeader[];
|
|
1242
1341
|
export interface HttpGatewayRouteMatch {
|
|
1342
|
+
/**
|
|
1343
|
+
* The client request headers to match on.
|
|
1344
|
+
*/
|
|
1345
|
+
headers?: HttpGatewayRouteHeaders;
|
|
1346
|
+
/**
|
|
1347
|
+
* The host name to match on.
|
|
1348
|
+
*/
|
|
1349
|
+
hostname?: GatewayRouteHostnameMatch;
|
|
1350
|
+
/**
|
|
1351
|
+
* The method to match on.
|
|
1352
|
+
*/
|
|
1353
|
+
method?: HttpMethod;
|
|
1354
|
+
/**
|
|
1355
|
+
* The path to match on.
|
|
1356
|
+
*/
|
|
1357
|
+
path?: HttpPathMatch;
|
|
1243
1358
|
/**
|
|
1244
1359
|
* Specifies the path to match requests with. This parameter must always start with /, which by itself matches all requests to the virtual service name. You can also match for path-based routing of requests. For example, if your virtual service name is my-service.local and you want the route to match requests to my-service.local/metrics, your prefix should be /metrics.
|
|
1245
1360
|
*/
|
|
1246
|
-
prefix
|
|
1361
|
+
prefix?: String;
|
|
1362
|
+
/**
|
|
1363
|
+
* The query parameter to match on.
|
|
1364
|
+
*/
|
|
1365
|
+
queryParameters?: HttpQueryParameters;
|
|
1366
|
+
}
|
|
1367
|
+
export interface HttpGatewayRoutePathRewrite {
|
|
1368
|
+
/**
|
|
1369
|
+
* The exact path to rewrite.
|
|
1370
|
+
*/
|
|
1371
|
+
exact?: HttpPathExact;
|
|
1372
|
+
}
|
|
1373
|
+
export type HttpGatewayRoutePrefix = string;
|
|
1374
|
+
export interface HttpGatewayRoutePrefixRewrite {
|
|
1375
|
+
/**
|
|
1376
|
+
* The default prefix used to replace the incoming route prefix when rewritten.
|
|
1377
|
+
*/
|
|
1378
|
+
defaultPrefix?: DefaultGatewayRouteRewrite;
|
|
1379
|
+
/**
|
|
1380
|
+
* The value used to replace the incoming route prefix when rewritten.
|
|
1381
|
+
*/
|
|
1382
|
+
value?: HttpGatewayRoutePrefix;
|
|
1383
|
+
}
|
|
1384
|
+
export interface HttpGatewayRouteRewrite {
|
|
1385
|
+
/**
|
|
1386
|
+
* The host name to rewrite.
|
|
1387
|
+
*/
|
|
1388
|
+
hostname?: GatewayRouteHostnameRewrite;
|
|
1389
|
+
/**
|
|
1390
|
+
* The path to rewrite.
|
|
1391
|
+
*/
|
|
1392
|
+
path?: HttpGatewayRoutePathRewrite;
|
|
1393
|
+
/**
|
|
1394
|
+
* The specified beginning characters to rewrite.
|
|
1395
|
+
*/
|
|
1396
|
+
prefix?: HttpGatewayRoutePrefixRewrite;
|
|
1247
1397
|
}
|
|
1248
1398
|
export type HttpMethod = "GET"|"HEAD"|"POST"|"PUT"|"DELETE"|"CONNECT"|"OPTIONS"|"TRACE"|"PATCH"|string;
|
|
1399
|
+
export type HttpPathExact = string;
|
|
1400
|
+
export interface HttpPathMatch {
|
|
1401
|
+
/**
|
|
1402
|
+
* The exact path to match on.
|
|
1403
|
+
*/
|
|
1404
|
+
exact?: HttpPathExact;
|
|
1405
|
+
/**
|
|
1406
|
+
* The regex used to match the path.
|
|
1407
|
+
*/
|
|
1408
|
+
regex?: HttpPathRegex;
|
|
1409
|
+
}
|
|
1410
|
+
export type HttpPathRegex = string;
|
|
1411
|
+
export interface HttpQueryParameter {
|
|
1412
|
+
/**
|
|
1413
|
+
* The query parameter to match on.
|
|
1414
|
+
*/
|
|
1415
|
+
match?: QueryParameterMatch;
|
|
1416
|
+
/**
|
|
1417
|
+
* A name for the query parameter that will be matched on.
|
|
1418
|
+
*/
|
|
1419
|
+
name: QueryParameterName;
|
|
1420
|
+
}
|
|
1421
|
+
export type HttpQueryParameters = HttpQueryParameter[];
|
|
1249
1422
|
export interface HttpRetryPolicy {
|
|
1250
1423
|
/**
|
|
1251
1424
|
* Specify at least one of the following values. server-error – HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511 gateway-error – HTTP status codes 502, 503, and 504 client-error – HTTP status code 409 stream-error – Retry on refused stream
|
|
@@ -1307,19 +1480,27 @@ declare namespace AppMesh {
|
|
|
1307
1480
|
export type HttpRouteHeaders = HttpRouteHeader[];
|
|
1308
1481
|
export interface HttpRouteMatch {
|
|
1309
1482
|
/**
|
|
1310
|
-
*
|
|
1483
|
+
* The client request headers to match on.
|
|
1311
1484
|
*/
|
|
1312
1485
|
headers?: HttpRouteHeaders;
|
|
1313
1486
|
/**
|
|
1314
1487
|
* The client request method to match on. Specify only one.
|
|
1315
1488
|
*/
|
|
1316
1489
|
method?: HttpMethod;
|
|
1490
|
+
/**
|
|
1491
|
+
* The client request path to match on.
|
|
1492
|
+
*/
|
|
1493
|
+
path?: HttpPathMatch;
|
|
1317
1494
|
/**
|
|
1318
1495
|
* Specifies the path to match requests with. This parameter must always start with /, which by itself matches all requests to the virtual service name. You can also match for path-based routing of requests. For example, if your virtual service name is my-service.local and you want the route to match requests to my-service.local/metrics, your prefix should be /metrics.
|
|
1319
1496
|
*/
|
|
1320
|
-
prefix
|
|
1497
|
+
prefix?: String;
|
|
1321
1498
|
/**
|
|
1322
|
-
* The client request
|
|
1499
|
+
* The client request query parameters to match on.
|
|
1500
|
+
*/
|
|
1501
|
+
queryParameters?: HttpQueryParameters;
|
|
1502
|
+
/**
|
|
1503
|
+
* The client request scheme to match on. Specify only one. Applicable only for HTTP2 routes.
|
|
1323
1504
|
*/
|
|
1324
1505
|
scheme?: HttpScheme;
|
|
1325
1506
|
}
|
|
@@ -1588,6 +1769,9 @@ declare namespace AppMesh {
|
|
|
1588
1769
|
tls?: ListenerTls;
|
|
1589
1770
|
}
|
|
1590
1771
|
export interface ListenerTimeout {
|
|
1772
|
+
/**
|
|
1773
|
+
* An object that represents types of timeouts.
|
|
1774
|
+
*/
|
|
1591
1775
|
grpc?: GrpcTimeout;
|
|
1592
1776
|
/**
|
|
1593
1777
|
* An object that represents types of timeouts.
|
|
@@ -1664,6 +1848,9 @@ declare namespace AppMesh {
|
|
|
1664
1848
|
trust: ListenerTlsValidationContextTrust;
|
|
1665
1849
|
}
|
|
1666
1850
|
export interface ListenerTlsValidationContextTrust {
|
|
1851
|
+
/**
|
|
1852
|
+
* An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
|
1853
|
+
*/
|
|
1667
1854
|
file?: TlsValidationContextFileTrust;
|
|
1668
1855
|
/**
|
|
1669
1856
|
* A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
|
|
@@ -1789,6 +1976,13 @@ declare namespace AppMesh {
|
|
|
1789
1976
|
export type PortNumber = number;
|
|
1790
1977
|
export type PortProtocol = "http"|"tcp"|"http2"|"grpc"|string;
|
|
1791
1978
|
export type PortSet = PortNumber[];
|
|
1979
|
+
export interface QueryParameterMatch {
|
|
1980
|
+
/**
|
|
1981
|
+
* The exact query parameter to match on.
|
|
1982
|
+
*/
|
|
1983
|
+
exact?: String;
|
|
1984
|
+
}
|
|
1985
|
+
export type QueryParameterName = string;
|
|
1792
1986
|
export interface ResourceMetadata {
|
|
1793
1987
|
/**
|
|
1794
1988
|
* The full Amazon Resource Name (ARN) for the resource.
|
|
@@ -1918,7 +2112,7 @@ declare namespace AppMesh {
|
|
|
1918
2112
|
export type SdsSecretName = string;
|
|
1919
2113
|
export interface ServiceDiscovery {
|
|
1920
2114
|
/**
|
|
1921
|
-
* Specifies any
|
|
2115
|
+
* Specifies any Cloud Map information for the virtual node.
|
|
1922
2116
|
*/
|
|
1923
2117
|
awsCloudMap?: AwsCloudMapServiceDiscovery;
|
|
1924
2118
|
/**
|
|
@@ -1942,6 +2136,7 @@ declare namespace AppMesh {
|
|
|
1942
2136
|
*/
|
|
1943
2137
|
match: SubjectAlternativeNameMatchers;
|
|
1944
2138
|
}
|
|
2139
|
+
export type SuffixHostname = string;
|
|
1945
2140
|
export type TagKey = string;
|
|
1946
2141
|
export type TagKeyList = TagKey[];
|
|
1947
2142
|
export type TagList = TagRef[];
|
|
@@ -2024,7 +2219,7 @@ declare namespace AppMesh {
|
|
|
2024
2219
|
}
|
|
2025
2220
|
export interface TlsValidationContextTrust {
|
|
2026
2221
|
/**
|
|
2027
|
-
* A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an
|
|
2222
|
+
* A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
|
|
2028
2223
|
*/
|
|
2029
2224
|
acm?: TlsValidationContextAcmTrust;
|
|
2030
2225
|
/**
|
|
@@ -2279,6 +2474,9 @@ declare namespace AppMesh {
|
|
|
2279
2474
|
validation: VirtualGatewayTlsValidationContext;
|
|
2280
2475
|
}
|
|
2281
2476
|
export interface VirtualGatewayClientTlsCertificate {
|
|
2477
|
+
/**
|
|
2478
|
+
* An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
|
|
2479
|
+
*/
|
|
2282
2480
|
file?: VirtualGatewayListenerTlsFileCertificate;
|
|
2283
2481
|
/**
|
|
2284
2482
|
* A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.
|
|
@@ -2420,7 +2618,7 @@ declare namespace AppMesh {
|
|
|
2420
2618
|
}
|
|
2421
2619
|
export interface VirtualGatewayListenerTlsCertificate {
|
|
2422
2620
|
/**
|
|
2423
|
-
* A reference to an object that represents an
|
|
2621
|
+
* A reference to an object that represents an Certificate Manager certificate.
|
|
2424
2622
|
*/
|
|
2425
2623
|
acm?: VirtualGatewayListenerTlsAcmCertificate;
|
|
2426
2624
|
/**
|
|
@@ -2460,6 +2658,9 @@ declare namespace AppMesh {
|
|
|
2460
2658
|
trust: VirtualGatewayListenerTlsValidationContextTrust;
|
|
2461
2659
|
}
|
|
2462
2660
|
export interface VirtualGatewayListenerTlsValidationContextTrust {
|
|
2661
|
+
/**
|
|
2662
|
+
* An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
|
2663
|
+
*/
|
|
2463
2664
|
file?: VirtualGatewayTlsValidationContextFileTrust;
|
|
2464
2665
|
/**
|
|
2465
2666
|
* A reference to an object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
|
|
@@ -2567,7 +2768,7 @@ declare namespace AppMesh {
|
|
|
2567
2768
|
}
|
|
2568
2769
|
export interface VirtualGatewayTlsValidationContextTrust {
|
|
2569
2770
|
/**
|
|
2570
|
-
* A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an
|
|
2771
|
+
* A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
|
|
2571
2772
|
*/
|
|
2572
2773
|
acm?: VirtualGatewayTlsValidationContextAcmTrust;
|
|
2573
2774
|
/**
|