cdk-comprehend-s3olap 2.0.75 → 2.0.78
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +350 -82
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +107 -91
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +428 -13
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/forecastquery-2018-06-26.min.json +54 -21
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +44 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +64 -29
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +23 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +308 -162
- package/node_modules/aws-sdk/apis/support-app-2021-08-20.examples.json +5 -0
- package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +267 -0
- package/node_modules/aws-sdk/apis/support-app-2021-08-20.paginators.json +12 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +246 -4
- package/node_modules/aws-sdk/clients/configservice.d.ts +27 -7
- package/node_modules/aws-sdk/clients/docdb.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/forecastqueryservice.d.ts +35 -1
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +559 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +49 -1
- package/node_modules/aws-sdk/clients/quicksight.d.ts +38 -4
- package/node_modules/aws-sdk/clients/rds.d.ts +21 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +346 -70
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +6 -6
- package/node_modules/aws-sdk/clients/supportapp.d.ts +330 -0
- package/node_modules/aws-sdk/clients/supportapp.js +18 -0
- package/node_modules/aws-sdk/clients/transfer.d.ts +20 -20
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +989 -211
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -0,0 +1,267 @@
|
|
1
|
+
{
|
2
|
+
"version": "2.0",
|
3
|
+
"metadata": {
|
4
|
+
"apiVersion": "2021-08-20",
|
5
|
+
"endpointPrefix": "supportapp",
|
6
|
+
"jsonVersion": "1.1",
|
7
|
+
"protocol": "rest-json",
|
8
|
+
"serviceAbbreviation": "SupportApp",
|
9
|
+
"serviceFullName": "AWS Support App",
|
10
|
+
"serviceId": "Support App",
|
11
|
+
"signatureVersion": "v4",
|
12
|
+
"signingName": "supportapp",
|
13
|
+
"uid": "support-app-2021-08-20"
|
14
|
+
},
|
15
|
+
"operations": {
|
16
|
+
"CreateSlackChannelConfiguration": {
|
17
|
+
"http": {
|
18
|
+
"requestUri": "/control/create-slack-channel-configuration",
|
19
|
+
"responseCode": 200
|
20
|
+
},
|
21
|
+
"input": {
|
22
|
+
"type": "structure",
|
23
|
+
"required": [
|
24
|
+
"channelId",
|
25
|
+
"channelRoleArn",
|
26
|
+
"notifyOnCaseSeverity",
|
27
|
+
"teamId"
|
28
|
+
],
|
29
|
+
"members": {
|
30
|
+
"channelId": {},
|
31
|
+
"channelName": {},
|
32
|
+
"channelRoleArn": {},
|
33
|
+
"notifyOnAddCorrespondenceToCase": {
|
34
|
+
"type": "boolean"
|
35
|
+
},
|
36
|
+
"notifyOnCaseSeverity": {},
|
37
|
+
"notifyOnCreateOrReopenCase": {
|
38
|
+
"type": "boolean"
|
39
|
+
},
|
40
|
+
"notifyOnResolveCase": {
|
41
|
+
"type": "boolean"
|
42
|
+
},
|
43
|
+
"teamId": {}
|
44
|
+
}
|
45
|
+
},
|
46
|
+
"output": {
|
47
|
+
"type": "structure",
|
48
|
+
"members": {}
|
49
|
+
}
|
50
|
+
},
|
51
|
+
"DeleteAccountAlias": {
|
52
|
+
"http": {
|
53
|
+
"requestUri": "/control/delete-account-alias",
|
54
|
+
"responseCode": 200
|
55
|
+
},
|
56
|
+
"input": {
|
57
|
+
"type": "structure",
|
58
|
+
"members": {}
|
59
|
+
},
|
60
|
+
"output": {
|
61
|
+
"type": "structure",
|
62
|
+
"members": {}
|
63
|
+
}
|
64
|
+
},
|
65
|
+
"DeleteSlackChannelConfiguration": {
|
66
|
+
"http": {
|
67
|
+
"requestUri": "/control/delete-slack-channel-configuration",
|
68
|
+
"responseCode": 200
|
69
|
+
},
|
70
|
+
"input": {
|
71
|
+
"type": "structure",
|
72
|
+
"required": [
|
73
|
+
"channelId",
|
74
|
+
"teamId"
|
75
|
+
],
|
76
|
+
"members": {
|
77
|
+
"channelId": {},
|
78
|
+
"teamId": {}
|
79
|
+
}
|
80
|
+
},
|
81
|
+
"output": {
|
82
|
+
"type": "structure",
|
83
|
+
"members": {}
|
84
|
+
}
|
85
|
+
},
|
86
|
+
"DeleteSlackWorkspaceConfiguration": {
|
87
|
+
"http": {
|
88
|
+
"requestUri": "/control/delete-slack-workspace-configuration",
|
89
|
+
"responseCode": 200
|
90
|
+
},
|
91
|
+
"input": {
|
92
|
+
"type": "structure",
|
93
|
+
"required": [
|
94
|
+
"teamId"
|
95
|
+
],
|
96
|
+
"members": {
|
97
|
+
"teamId": {}
|
98
|
+
}
|
99
|
+
},
|
100
|
+
"output": {
|
101
|
+
"type": "structure",
|
102
|
+
"members": {}
|
103
|
+
}
|
104
|
+
},
|
105
|
+
"GetAccountAlias": {
|
106
|
+
"http": {
|
107
|
+
"requestUri": "/control/get-account-alias",
|
108
|
+
"responseCode": 200
|
109
|
+
},
|
110
|
+
"input": {
|
111
|
+
"type": "structure",
|
112
|
+
"members": {}
|
113
|
+
},
|
114
|
+
"output": {
|
115
|
+
"type": "structure",
|
116
|
+
"members": {
|
117
|
+
"accountAlias": {}
|
118
|
+
}
|
119
|
+
}
|
120
|
+
},
|
121
|
+
"ListSlackChannelConfigurations": {
|
122
|
+
"http": {
|
123
|
+
"requestUri": "/control/list-slack-channel-configurations",
|
124
|
+
"responseCode": 200
|
125
|
+
},
|
126
|
+
"input": {
|
127
|
+
"type": "structure",
|
128
|
+
"members": {
|
129
|
+
"nextToken": {}
|
130
|
+
}
|
131
|
+
},
|
132
|
+
"output": {
|
133
|
+
"type": "structure",
|
134
|
+
"required": [
|
135
|
+
"slackChannelConfigurations"
|
136
|
+
],
|
137
|
+
"members": {
|
138
|
+
"nextToken": {},
|
139
|
+
"slackChannelConfigurations": {
|
140
|
+
"type": "list",
|
141
|
+
"member": {
|
142
|
+
"type": "structure",
|
143
|
+
"required": [
|
144
|
+
"channelId",
|
145
|
+
"teamId"
|
146
|
+
],
|
147
|
+
"members": {
|
148
|
+
"channelId": {},
|
149
|
+
"channelName": {},
|
150
|
+
"channelRoleArn": {},
|
151
|
+
"notifyOnAddCorrespondenceToCase": {
|
152
|
+
"type": "boolean"
|
153
|
+
},
|
154
|
+
"notifyOnCaseSeverity": {},
|
155
|
+
"notifyOnCreateOrReopenCase": {
|
156
|
+
"type": "boolean"
|
157
|
+
},
|
158
|
+
"notifyOnResolveCase": {
|
159
|
+
"type": "boolean"
|
160
|
+
},
|
161
|
+
"teamId": {}
|
162
|
+
}
|
163
|
+
}
|
164
|
+
}
|
165
|
+
}
|
166
|
+
}
|
167
|
+
},
|
168
|
+
"ListSlackWorkspaceConfigurations": {
|
169
|
+
"http": {
|
170
|
+
"requestUri": "/control/list-slack-workspace-configurations",
|
171
|
+
"responseCode": 200
|
172
|
+
},
|
173
|
+
"input": {
|
174
|
+
"type": "structure",
|
175
|
+
"members": {
|
176
|
+
"nextToken": {}
|
177
|
+
}
|
178
|
+
},
|
179
|
+
"output": {
|
180
|
+
"type": "structure",
|
181
|
+
"members": {
|
182
|
+
"nextToken": {},
|
183
|
+
"slackWorkspaceConfigurations": {
|
184
|
+
"type": "list",
|
185
|
+
"member": {
|
186
|
+
"type": "structure",
|
187
|
+
"required": [
|
188
|
+
"teamId"
|
189
|
+
],
|
190
|
+
"members": {
|
191
|
+
"teamId": {}
|
192
|
+
}
|
193
|
+
}
|
194
|
+
}
|
195
|
+
}
|
196
|
+
}
|
197
|
+
},
|
198
|
+
"PutAccountAlias": {
|
199
|
+
"http": {
|
200
|
+
"requestUri": "/control/put-account-alias",
|
201
|
+
"responseCode": 200
|
202
|
+
},
|
203
|
+
"input": {
|
204
|
+
"type": "structure",
|
205
|
+
"required": [
|
206
|
+
"accountAlias"
|
207
|
+
],
|
208
|
+
"members": {
|
209
|
+
"accountAlias": {}
|
210
|
+
}
|
211
|
+
},
|
212
|
+
"output": {
|
213
|
+
"type": "structure",
|
214
|
+
"members": {}
|
215
|
+
}
|
216
|
+
},
|
217
|
+
"UpdateSlackChannelConfiguration": {
|
218
|
+
"http": {
|
219
|
+
"requestUri": "/control/update-slack-channel-configuration",
|
220
|
+
"responseCode": 200
|
221
|
+
},
|
222
|
+
"input": {
|
223
|
+
"type": "structure",
|
224
|
+
"required": [
|
225
|
+
"channelId",
|
226
|
+
"teamId"
|
227
|
+
],
|
228
|
+
"members": {
|
229
|
+
"channelId": {},
|
230
|
+
"channelName": {},
|
231
|
+
"channelRoleArn": {},
|
232
|
+
"notifyOnAddCorrespondenceToCase": {
|
233
|
+
"type": "boolean"
|
234
|
+
},
|
235
|
+
"notifyOnCaseSeverity": {},
|
236
|
+
"notifyOnCreateOrReopenCase": {
|
237
|
+
"type": "boolean"
|
238
|
+
},
|
239
|
+
"notifyOnResolveCase": {
|
240
|
+
"type": "boolean"
|
241
|
+
},
|
242
|
+
"teamId": {}
|
243
|
+
}
|
244
|
+
},
|
245
|
+
"output": {
|
246
|
+
"type": "structure",
|
247
|
+
"members": {
|
248
|
+
"channelId": {},
|
249
|
+
"channelName": {},
|
250
|
+
"channelRoleArn": {},
|
251
|
+
"notifyOnAddCorrespondenceToCase": {
|
252
|
+
"type": "boolean"
|
253
|
+
},
|
254
|
+
"notifyOnCaseSeverity": {},
|
255
|
+
"notifyOnCreateOrReopenCase": {
|
256
|
+
"type": "boolean"
|
257
|
+
},
|
258
|
+
"notifyOnResolveCase": {
|
259
|
+
"type": "boolean"
|
260
|
+
},
|
261
|
+
"teamId": {}
|
262
|
+
}
|
263
|
+
}
|
264
|
+
}
|
265
|
+
},
|
266
|
+
"shapes": {}
|
267
|
+
}
|
@@ -312,3 +312,4 @@ export import RolesAnywhere = require('./rolesanywhere');
|
|
312
312
|
export import LicenseManagerUserSubscriptions = require('./licensemanagerusersubscriptions');
|
313
313
|
export import BackupStorage = require('./backupstorage');
|
314
314
|
export import PrivateNetworks = require('./privatenetworks');
|
315
|
+
export import SupportApp = require('./supportapp');
|
@@ -313,5 +313,6 @@ module.exports = {
|
|
313
313
|
RolesAnywhere: require('./rolesanywhere'),
|
314
314
|
LicenseManagerUserSubscriptions: require('./licensemanagerusersubscriptions'),
|
315
315
|
BackupStorage: require('./backupstorage'),
|
316
|
-
PrivateNetworks: require('./privatenetworks')
|
316
|
+
PrivateNetworks: require('./privatenetworks'),
|
317
|
+
SupportApp: require('./supportapp')
|
317
318
|
};
|
@@ -101,6 +101,14 @@ declare class CloudFront extends CloudFrontCustomizations {
|
|
101
101
|
* Enables additional CloudWatch metrics for the specified CloudFront distribution. The additional metrics incur an additional cost. For more information, see Viewing additional CloudFront distribution metrics in the Amazon CloudFront Developer Guide.
|
102
102
|
*/
|
103
103
|
createMonitoringSubscription(callback?: (err: AWSError, data: CloudFront.Types.CreateMonitoringSubscriptionResult) => void): Request<CloudFront.Types.CreateMonitoringSubscriptionResult, AWSError>;
|
104
|
+
/**
|
105
|
+
* Creates a new origin access control in CloudFront. After you create an origin access control, you can add it to an origin in a CloudFront distribution so that CloudFront sends authenticated (signed) requests to the origin. For an Amazon S3 origin, this makes it possible to block public access to the Amazon S3 bucket so that viewers (users) can access the content in the bucket only through CloudFront. For more information about using a CloudFront origin access control, see Restricting access to an Amazon S3 origin in the Amazon CloudFront Developer Guide.
|
106
|
+
*/
|
107
|
+
createOriginAccessControl(params: CloudFront.Types.CreateOriginAccessControlRequest, callback?: (err: AWSError, data: CloudFront.Types.CreateOriginAccessControlResult) => void): Request<CloudFront.Types.CreateOriginAccessControlResult, AWSError>;
|
108
|
+
/**
|
109
|
+
* Creates a new origin access control in CloudFront. After you create an origin access control, you can add it to an origin in a CloudFront distribution so that CloudFront sends authenticated (signed) requests to the origin. For an Amazon S3 origin, this makes it possible to block public access to the Amazon S3 bucket so that viewers (users) can access the content in the bucket only through CloudFront. For more information about using a CloudFront origin access control, see Restricting access to an Amazon S3 origin in the Amazon CloudFront Developer Guide.
|
110
|
+
*/
|
111
|
+
createOriginAccessControl(callback?: (err: AWSError, data: CloudFront.Types.CreateOriginAccessControlResult) => void): Request<CloudFront.Types.CreateOriginAccessControlResult, AWSError>;
|
104
112
|
/**
|
105
113
|
* Creates an origin request policy. After you create an origin request policy, you can attach it to one or more cache behaviors. When it’s attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following: The request body and the URL path (without the domain name) from the viewer request. The headers that CloudFront automatically includes in every origin request, including Host, User-Agent, and X-Amz-Cf-Id. All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront. CloudFront sends a request when it can’t find a valid object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CachePolicy. For more information about origin request policies, see Controlling origin requests in the Amazon CloudFront Developer Guide.
|
106
114
|
*/
|
@@ -213,6 +221,14 @@ declare class CloudFront extends CloudFrontCustomizations {
|
|
213
221
|
* Disables additional CloudWatch metrics for the specified CloudFront distribution.
|
214
222
|
*/
|
215
223
|
deleteMonitoringSubscription(callback?: (err: AWSError, data: CloudFront.Types.DeleteMonitoringSubscriptionResult) => void): Request<CloudFront.Types.DeleteMonitoringSubscriptionResult, AWSError>;
|
224
|
+
/**
|
225
|
+
* Deletes a CloudFront origin access control. You cannot delete an origin access control if it's in use. First, update all distributions to remove the origin access control from all origins, then delete the origin access control.
|
226
|
+
*/
|
227
|
+
deleteOriginAccessControl(params: CloudFront.Types.DeleteOriginAccessControlRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
228
|
+
/**
|
229
|
+
* Deletes a CloudFront origin access control. You cannot delete an origin access control if it's in use. First, update all distributions to remove the origin access control from all origins, then delete the origin access control.
|
230
|
+
*/
|
231
|
+
deleteOriginAccessControl(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
216
232
|
/**
|
217
233
|
* Deletes an origin request policy. You cannot delete an origin request policy if it’s attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy. To delete an origin request policy, you must provide the policy’s identifier and version. To get the identifier, you can use ListOriginRequestPolicies or GetOriginRequestPolicy.
|
218
234
|
*/
|
@@ -381,6 +397,22 @@ declare class CloudFront extends CloudFrontCustomizations {
|
|
381
397
|
* Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.
|
382
398
|
*/
|
383
399
|
getMonitoringSubscription(callback?: (err: AWSError, data: CloudFront.Types.GetMonitoringSubscriptionResult) => void): Request<CloudFront.Types.GetMonitoringSubscriptionResult, AWSError>;
|
400
|
+
/**
|
401
|
+
* Gets a CloudFront origin access control.
|
402
|
+
*/
|
403
|
+
getOriginAccessControl(params: CloudFront.Types.GetOriginAccessControlRequest, callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlResult) => void): Request<CloudFront.Types.GetOriginAccessControlResult, AWSError>;
|
404
|
+
/**
|
405
|
+
* Gets a CloudFront origin access control.
|
406
|
+
*/
|
407
|
+
getOriginAccessControl(callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlResult) => void): Request<CloudFront.Types.GetOriginAccessControlResult, AWSError>;
|
408
|
+
/**
|
409
|
+
* Gets a CloudFront origin access control.
|
410
|
+
*/
|
411
|
+
getOriginAccessControlConfig(params: CloudFront.Types.GetOriginAccessControlConfigRequest, callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlConfigResult) => void): Request<CloudFront.Types.GetOriginAccessControlConfigResult, AWSError>;
|
412
|
+
/**
|
413
|
+
* Gets a CloudFront origin access control.
|
414
|
+
*/
|
415
|
+
getOriginAccessControlConfig(callback?: (err: AWSError, data: CloudFront.Types.GetOriginAccessControlConfigResult) => void): Request<CloudFront.Types.GetOriginAccessControlConfigResult, AWSError>;
|
384
416
|
/**
|
385
417
|
* Gets an origin request policy, including the following metadata: The policy’s identifier. The date and time when the policy was last modified. To get an origin request policy, you must provide the policy’s identifier. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions or GetDistribution. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies.
|
386
418
|
*/
|
@@ -573,6 +605,14 @@ declare class CloudFront extends CloudFrontCustomizations {
|
|
573
605
|
* Gets a list of key groups. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.
|
574
606
|
*/
|
575
607
|
listKeyGroups(callback?: (err: AWSError, data: CloudFront.Types.ListKeyGroupsResult) => void): Request<CloudFront.Types.ListKeyGroupsResult, AWSError>;
|
608
|
+
/**
|
609
|
+
* Gets the list of CloudFront origin access controls in this Amazon Web Services account. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send another request that specifies the NextMarker value from the current response as the Marker value in the next request.
|
610
|
+
*/
|
611
|
+
listOriginAccessControls(params: CloudFront.Types.ListOriginAccessControlsRequest, callback?: (err: AWSError, data: CloudFront.Types.ListOriginAccessControlsResult) => void): Request<CloudFront.Types.ListOriginAccessControlsResult, AWSError>;
|
612
|
+
/**
|
613
|
+
* Gets the list of CloudFront origin access controls in this Amazon Web Services account. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send another request that specifies the NextMarker value from the current response as the Marker value in the next request.
|
614
|
+
*/
|
615
|
+
listOriginAccessControls(callback?: (err: AWSError, data: CloudFront.Types.ListOriginAccessControlsResult) => void): Request<CloudFront.Types.ListOriginAccessControlsResult, AWSError>;
|
576
616
|
/**
|
577
617
|
* Gets a list of origin request policies. You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.
|
578
618
|
*/
|
@@ -709,6 +749,14 @@ declare class CloudFront extends CloudFrontCustomizations {
|
|
709
749
|
* Updates a key group. When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group: Get the current key group with GetKeyGroup or GetKeyGroupConfig. Locally modify the fields in the key group that you want to update. For example, add or remove public key IDs. Call UpdateKeyGroup with the entire key group object, including the fields that you modified and those that you didn’t.
|
710
750
|
*/
|
711
751
|
updateKeyGroup(callback?: (err: AWSError, data: CloudFront.Types.UpdateKeyGroupResult) => void): Request<CloudFront.Types.UpdateKeyGroupResult, AWSError>;
|
752
|
+
/**
|
753
|
+
* Updates a CloudFront origin access control.
|
754
|
+
*/
|
755
|
+
updateOriginAccessControl(params: CloudFront.Types.UpdateOriginAccessControlRequest, callback?: (err: AWSError, data: CloudFront.Types.UpdateOriginAccessControlResult) => void): Request<CloudFront.Types.UpdateOriginAccessControlResult, AWSError>;
|
756
|
+
/**
|
757
|
+
* Updates a CloudFront origin access control.
|
758
|
+
*/
|
759
|
+
updateOriginAccessControl(callback?: (err: AWSError, data: CloudFront.Types.UpdateOriginAccessControlResult) => void): Request<CloudFront.Types.UpdateOriginAccessControlResult, AWSError>;
|
712
760
|
/**
|
713
761
|
* Updates an origin request policy configuration. When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration: Use GetOriginRequestPolicyConfig to get the current configuration. Locally modify the fields in the origin request policy configuration that you want to update. Call UpdateOriginRequestPolicy by providing the entire origin request policy configuration, including the fields that you modified and those that you didn’t.
|
714
762
|
*/
|
@@ -1407,6 +1455,26 @@ declare namespace CloudFront {
|
|
1407
1455
|
*/
|
1408
1456
|
MonitoringSubscription?: MonitoringSubscription;
|
1409
1457
|
}
|
1458
|
+
export interface CreateOriginAccessControlRequest {
|
1459
|
+
/**
|
1460
|
+
* Contains the origin access control.
|
1461
|
+
*/
|
1462
|
+
OriginAccessControlConfig: OriginAccessControlConfig;
|
1463
|
+
}
|
1464
|
+
export interface CreateOriginAccessControlResult {
|
1465
|
+
/**
|
1466
|
+
* Contains an origin access control.
|
1467
|
+
*/
|
1468
|
+
OriginAccessControl?: OriginAccessControl;
|
1469
|
+
/**
|
1470
|
+
* The URL of the origin access control.
|
1471
|
+
*/
|
1472
|
+
Location?: string;
|
1473
|
+
/**
|
1474
|
+
* The version identifier for the current version of the origin access control.
|
1475
|
+
*/
|
1476
|
+
ETag?: string;
|
1477
|
+
}
|
1410
1478
|
export interface CreateOriginRequestPolicyRequest {
|
1411
1479
|
/**
|
1412
1480
|
* An origin request policy configuration.
|
@@ -1745,6 +1813,16 @@ declare namespace CloudFront {
|
|
1745
1813
|
}
|
1746
1814
|
export interface DeleteMonitoringSubscriptionResult {
|
1747
1815
|
}
|
1816
|
+
export interface DeleteOriginAccessControlRequest {
|
1817
|
+
/**
|
1818
|
+
* The unique identifier of the origin access control that you are deleting.
|
1819
|
+
*/
|
1820
|
+
Id: string;
|
1821
|
+
/**
|
1822
|
+
* The current version (ETag value) of the origin access control that you are deleting.
|
1823
|
+
*/
|
1824
|
+
IfMatch?: string;
|
1825
|
+
}
|
1748
1826
|
export interface DeleteOriginRequestPolicyRequest {
|
1749
1827
|
/**
|
1750
1828
|
* The unique identifier for the origin request policy that you are deleting. To get the identifier, you can use ListOriginRequestPolicies.
|
@@ -2640,6 +2718,38 @@ declare namespace CloudFront {
|
|
2640
2718
|
*/
|
2641
2719
|
MonitoringSubscription?: MonitoringSubscription;
|
2642
2720
|
}
|
2721
|
+
export interface GetOriginAccessControlConfigRequest {
|
2722
|
+
/**
|
2723
|
+
* The unique identifier of the origin access control.
|
2724
|
+
*/
|
2725
|
+
Id: string;
|
2726
|
+
}
|
2727
|
+
export interface GetOriginAccessControlConfigResult {
|
2728
|
+
/**
|
2729
|
+
* Contains an origin access control.
|
2730
|
+
*/
|
2731
|
+
OriginAccessControlConfig?: OriginAccessControlConfig;
|
2732
|
+
/**
|
2733
|
+
* The version identifier for the current version of the origin access control.
|
2734
|
+
*/
|
2735
|
+
ETag?: string;
|
2736
|
+
}
|
2737
|
+
export interface GetOriginAccessControlRequest {
|
2738
|
+
/**
|
2739
|
+
* The unique identifier of the origin access control.
|
2740
|
+
*/
|
2741
|
+
Id: string;
|
2742
|
+
}
|
2743
|
+
export interface GetOriginAccessControlResult {
|
2744
|
+
/**
|
2745
|
+
* Contains an origin access control.
|
2746
|
+
*/
|
2747
|
+
OriginAccessControl?: OriginAccessControl;
|
2748
|
+
/**
|
2749
|
+
* The version identifier for the current version of the origin access control.
|
2750
|
+
*/
|
2751
|
+
ETag?: string;
|
2752
|
+
}
|
2643
2753
|
export interface GetOriginRequestPolicyConfigRequest {
|
2644
2754
|
/**
|
2645
2755
|
* The unique identifier for the origin request policy. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions or GetDistribution. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies.
|
@@ -3254,6 +3364,22 @@ declare namespace CloudFront {
|
|
3254
3364
|
*/
|
3255
3365
|
KeyGroupList?: KeyGroupList;
|
3256
3366
|
}
|
3367
|
+
export interface ListOriginAccessControlsRequest {
|
3368
|
+
/**
|
3369
|
+
* Use this field when paginating results to indicate where to begin in your list of origin access controls. The response includes the items in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.
|
3370
|
+
*/
|
3371
|
+
Marker?: string;
|
3372
|
+
/**
|
3373
|
+
* The maximum number of origin access controls that you want in the response.
|
3374
|
+
*/
|
3375
|
+
MaxItems?: string;
|
3376
|
+
}
|
3377
|
+
export interface ListOriginAccessControlsResult {
|
3378
|
+
/**
|
3379
|
+
* A list of origin access controls.
|
3380
|
+
*/
|
3381
|
+
OriginAccessControlList?: OriginAccessControlList;
|
3382
|
+
}
|
3257
3383
|
export interface ListOriginRequestPoliciesRequest {
|
3258
3384
|
/**
|
3259
3385
|
* A filter to return only the specified kinds of origin request policies. Valid values are: managed – Returns only the managed policies created by Amazon Web Services. custom – Returns only the custom policies created in your Amazon Web Services account.
|
@@ -3419,7 +3545,99 @@ declare namespace CloudFront {
|
|
3419
3545
|
* CloudFront Origin Shield. Using Origin Shield can help reduce the load on your origin. For more information, see Using Origin Shield in the Amazon CloudFront Developer Guide.
|
3420
3546
|
*/
|
3421
3547
|
OriginShield?: OriginShield;
|
3548
|
+
/**
|
3549
|
+
* The unique identifier of an origin access control for this origin. For more information, see Restricting access to an Amazon S3 origin in the Amazon CloudFront Developer Guide.
|
3550
|
+
*/
|
3551
|
+
OriginAccessControlId?: string;
|
3422
3552
|
}
|
3553
|
+
export interface OriginAccessControl {
|
3554
|
+
/**
|
3555
|
+
* The unique identifier of the origin access control.
|
3556
|
+
*/
|
3557
|
+
Id: string;
|
3558
|
+
/**
|
3559
|
+
* The origin access control.
|
3560
|
+
*/
|
3561
|
+
OriginAccessControlConfig?: OriginAccessControlConfig;
|
3562
|
+
}
|
3563
|
+
export interface OriginAccessControlConfig {
|
3564
|
+
/**
|
3565
|
+
* A name to identify the origin access control.
|
3566
|
+
*/
|
3567
|
+
Name: string;
|
3568
|
+
/**
|
3569
|
+
* A description of the origin access control.
|
3570
|
+
*/
|
3571
|
+
Description: string;
|
3572
|
+
/**
|
3573
|
+
* The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests. The only valid value is sigv4.
|
3574
|
+
*/
|
3575
|
+
SigningProtocol: OriginAccessControlSigningProtocols;
|
3576
|
+
/**
|
3577
|
+
* Specifies which requests CloudFront signs (adds authentication information to). Specify always for the most common use case. For more information, see origin access control advanced settings in the Amazon CloudFront Developer Guide. This field can have one of the following values: always – CloudFront signs all origin requests, overwriting the Authorization header from the viewer request if one exists. never – CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control. no-override – If the viewer request doesn't contain the Authorization header, then CloudFront signs the origin request. If the viewer request contains the Authorization header, then CloudFront doesn't sign the origin request and instead passes along the Authorization header from the viewer request. WARNING: To pass along the Authorization header from the viewer request, you must add the Authorization header to an origin request policy for all cache behaviors that use origins associated with this origin access control.
|
3578
|
+
*/
|
3579
|
+
SigningBehavior: OriginAccessControlSigningBehaviors;
|
3580
|
+
/**
|
3581
|
+
* The type of origin that this origin access control is for. The only valid value is s3.
|
3582
|
+
*/
|
3583
|
+
OriginAccessControlOriginType: OriginAccessControlOriginTypes;
|
3584
|
+
}
|
3585
|
+
export interface OriginAccessControlList {
|
3586
|
+
/**
|
3587
|
+
* The value of the Marker field that was provided in the request.
|
3588
|
+
*/
|
3589
|
+
Marker: string;
|
3590
|
+
/**
|
3591
|
+
* If there are more items in the list than are in this response, this element is present. It contains the value to use in the Marker field of another request to continue listing origin access controls.
|
3592
|
+
*/
|
3593
|
+
NextMarker?: string;
|
3594
|
+
/**
|
3595
|
+
* The maximum number of origin access controls requested.
|
3596
|
+
*/
|
3597
|
+
MaxItems: integer;
|
3598
|
+
/**
|
3599
|
+
* If there are more items in the list than are in this response, this value is true.
|
3600
|
+
*/
|
3601
|
+
IsTruncated: boolean;
|
3602
|
+
/**
|
3603
|
+
* The number of origin access controls returned in the response.
|
3604
|
+
*/
|
3605
|
+
Quantity: integer;
|
3606
|
+
/**
|
3607
|
+
* Contains the origin access controls in the list.
|
3608
|
+
*/
|
3609
|
+
Items?: OriginAccessControlSummaryList;
|
3610
|
+
}
|
3611
|
+
export type OriginAccessControlOriginTypes = "s3"|string;
|
3612
|
+
export type OriginAccessControlSigningBehaviors = "never"|"always"|"no-override"|string;
|
3613
|
+
export type OriginAccessControlSigningProtocols = "sigv4"|string;
|
3614
|
+
export interface OriginAccessControlSummary {
|
3615
|
+
/**
|
3616
|
+
* The unique identifier of the origin access control.
|
3617
|
+
*/
|
3618
|
+
Id: string;
|
3619
|
+
/**
|
3620
|
+
* A description of the origin access control.
|
3621
|
+
*/
|
3622
|
+
Description: string;
|
3623
|
+
/**
|
3624
|
+
* A unique name that identifies the origin access control.
|
3625
|
+
*/
|
3626
|
+
Name: string;
|
3627
|
+
/**
|
3628
|
+
* The signing protocol of the origin access control. The signing protocol determines how CloudFront signs (authenticates) requests. The only valid value is sigv4.
|
3629
|
+
*/
|
3630
|
+
SigningProtocol: OriginAccessControlSigningProtocols;
|
3631
|
+
/**
|
3632
|
+
* A value that specifies which requests CloudFront signs (adds authentication information to). This field can have one of the following values: never – CloudFront doesn't sign any origin requests. always – CloudFront signs all origin requests, overwriting the Authorization header from the viewer request if necessary. no-override – If the viewer request doesn't contain the Authorization header, CloudFront signs the origin request. If the viewer request contains the Authorization header, CloudFront doesn't sign the origin request, but instead passes along the Authorization header that it received in the viewer request.
|
3633
|
+
*/
|
3634
|
+
SigningBehavior: OriginAccessControlSigningBehaviors;
|
3635
|
+
/**
|
3636
|
+
* The type of origin that this origin access control is for. The only valid value is s3.
|
3637
|
+
*/
|
3638
|
+
OriginAccessControlOriginType: OriginAccessControlOriginTypes;
|
3639
|
+
}
|
3640
|
+
export type OriginAccessControlSummaryList = OriginAccessControlSummary[];
|
3423
3641
|
export interface OriginCustomHeader {
|
3424
3642
|
/**
|
3425
3643
|
* The name of a header that you want CloudFront to send to your origin. For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.
|
@@ -3908,14 +4126,14 @@ declare namespace CloudFront {
|
|
3908
4126
|
* A configuration for a set of security-related HTTP response headers.
|
3909
4127
|
*/
|
3910
4128
|
SecurityHeadersConfig?: ResponseHeadersPolicySecurityHeadersConfig;
|
3911
|
-
/**
|
3912
|
-
* A configuration for a set of custom HTTP response headers.
|
3913
|
-
*/
|
3914
|
-
CustomHeadersConfig?: ResponseHeadersPolicyCustomHeadersConfig;
|
3915
4129
|
/**
|
3916
4130
|
* A configuration for enabling the Server-Timing header in HTTP responses sent from CloudFront.
|
3917
4131
|
*/
|
3918
4132
|
ServerTimingHeadersConfig?: ResponseHeadersPolicyServerTimingHeadersConfig;
|
4133
|
+
/**
|
4134
|
+
* A configuration for a set of custom HTTP response headers.
|
4135
|
+
*/
|
4136
|
+
CustomHeadersConfig?: ResponseHeadersPolicyCustomHeadersConfig;
|
3919
4137
|
}
|
3920
4138
|
export interface ResponseHeadersPolicyContentSecurityPolicy {
|
3921
4139
|
/**
|
@@ -4612,6 +4830,30 @@ declare namespace CloudFront {
|
|
4612
4830
|
*/
|
4613
4831
|
ETag?: string;
|
4614
4832
|
}
|
4833
|
+
export interface UpdateOriginAccessControlRequest {
|
4834
|
+
/**
|
4835
|
+
* An origin access control.
|
4836
|
+
*/
|
4837
|
+
OriginAccessControlConfig: OriginAccessControlConfig;
|
4838
|
+
/**
|
4839
|
+
* The unique identifier of the origin access control that you are updating.
|
4840
|
+
*/
|
4841
|
+
Id: string;
|
4842
|
+
/**
|
4843
|
+
* The current version (ETag value) of the origin access control that you are updating.
|
4844
|
+
*/
|
4845
|
+
IfMatch?: string;
|
4846
|
+
}
|
4847
|
+
export interface UpdateOriginAccessControlResult {
|
4848
|
+
/**
|
4849
|
+
* The origin access control after it has been updated.
|
4850
|
+
*/
|
4851
|
+
OriginAccessControl?: OriginAccessControl;
|
4852
|
+
/**
|
4853
|
+
* The new version of the origin access control after it has been updated.
|
4854
|
+
*/
|
4855
|
+
ETag?: string;
|
4856
|
+
}
|
4615
4857
|
export interface UpdateOriginRequestPolicyRequest {
|
4616
4858
|
/**
|
4617
4859
|
* An origin request policy configuration.
|