aws-sdk 2.1688.0 → 2.1690.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/README.md +1 -1
- package/apis/application-signals-2024-04-15.min.json +144 -54
- package/apis/bedrock-agent-2023-06-05.min.json +28 -6
- package/apis/finspace-2021-03-12.min.json +7 -1
- package/apis/fis-2020-12-01.min.json +80 -0
- package/apis/logs-2014-03-28.min.json +191 -64
- package/apis/logs-2014-03-28.paginators.json +6 -0
- package/apis/s3control-2018-08-20.min.json +92 -4
- package/apis/s3control-2018-08-20.paginators.json +6 -0
- package/apis/sagemaker-2017-07-24.min.json +1016 -971
- package/clients/applicationsignals.d.ts +136 -22
- package/clients/appsync.d.ts +2 -2
- package/clients/bedrockagent.d.ts +19 -2
- package/clients/cloudwatchlogs.d.ts +184 -5
- package/clients/codepipeline.d.ts +8 -8
- package/clients/connect.d.ts +1 -1
- package/clients/finspace.d.ts +3 -3
- package/clients/fis.d.ts +83 -1
- package/clients/gamelift.d.ts +27 -27
- package/clients/kinesisanalyticsv2.d.ts +1 -1
- package/clients/s3control.d.ts +110 -31
- package/clients/sagemaker.d.ts +57 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +212 -67
- package/dist/aws-sdk.min.js +41 -41
- package/lib/core.js +1 -1
- package/lib/region_config_data.json +12 -0
- package/package.json +1 -1
@@ -4,11 +4,17 @@
|
|
4
4
|
"apiVersion": "2018-08-20",
|
5
5
|
"endpointPrefix": "s3-control",
|
6
6
|
"protocol": "rest-xml",
|
7
|
+
"protocols": [
|
8
|
+
"rest-xml"
|
9
|
+
],
|
7
10
|
"serviceFullName": "AWS S3 Control",
|
8
11
|
"serviceId": "S3 Control",
|
9
12
|
"signatureVersion": "s3v4",
|
10
13
|
"signingName": "s3",
|
11
|
-
"uid": "s3control-2018-08-20"
|
14
|
+
"uid": "s3control-2018-08-20",
|
15
|
+
"auth": [
|
16
|
+
"aws.auth#sigv4"
|
17
|
+
]
|
12
18
|
},
|
13
19
|
"operations": {
|
14
20
|
"AssociateAccessGrantsIdentityCenter": {
|
@@ -153,7 +159,12 @@
|
|
153
159
|
},
|
154
160
|
"AccessGrantsInstanceId": {},
|
155
161
|
"AccessGrantsInstanceArn": {},
|
156
|
-
"IdentityCenterArn": {
|
162
|
+
"IdentityCenterArn": {
|
163
|
+
"deprecated": true,
|
164
|
+
"deprecatedMessage": "IdentityCenterArn has been deprecated. Use IdentityCenterInstanceArn or IdentityCenterApplicationArn."
|
165
|
+
},
|
166
|
+
"IdentityCenterInstanceArn": {},
|
167
|
+
"IdentityCenterApplicationArn": {}
|
157
168
|
}
|
158
169
|
},
|
159
170
|
"endpoint": {
|
@@ -1576,7 +1587,12 @@
|
|
1576
1587
|
"members": {
|
1577
1588
|
"AccessGrantsInstanceArn": {},
|
1578
1589
|
"AccessGrantsInstanceId": {},
|
1579
|
-
"IdentityCenterArn": {
|
1590
|
+
"IdentityCenterArn": {
|
1591
|
+
"deprecated": true,
|
1592
|
+
"deprecatedMessage": "IdentityCenterArn has been deprecated. Use IdentityCenterInstanceArn or IdentityCenterApplicationArn."
|
1593
|
+
},
|
1594
|
+
"IdentityCenterInstanceArn": {},
|
1595
|
+
"IdentityCenterApplicationArn": {},
|
1580
1596
|
"CreatedAt": {
|
1581
1597
|
"type": "timestamp"
|
1582
1598
|
}
|
@@ -2956,7 +2972,12 @@
|
|
2956
2972
|
"CreatedAt": {
|
2957
2973
|
"type": "timestamp"
|
2958
2974
|
},
|
2959
|
-
"IdentityCenterArn": {
|
2975
|
+
"IdentityCenterArn": {
|
2976
|
+
"deprecated": true,
|
2977
|
+
"deprecatedMessage": "IdentityCenterArn has been deprecated. Use IdentityCenterInstanceArn or IdentityCenterApplicationArn."
|
2978
|
+
},
|
2979
|
+
"IdentityCenterInstanceArn": {},
|
2980
|
+
"IdentityCenterApplicationArn": {}
|
2960
2981
|
}
|
2961
2982
|
}
|
2962
2983
|
}
|
@@ -3175,6 +3196,73 @@
|
|
3175
3196
|
}
|
3176
3197
|
}
|
3177
3198
|
},
|
3199
|
+
"ListCallerAccessGrants": {
|
3200
|
+
"http": {
|
3201
|
+
"method": "GET",
|
3202
|
+
"requestUri": "/v20180820/accessgrantsinstance/caller/grants"
|
3203
|
+
},
|
3204
|
+
"input": {
|
3205
|
+
"type": "structure",
|
3206
|
+
"required": [
|
3207
|
+
"AccountId"
|
3208
|
+
],
|
3209
|
+
"members": {
|
3210
|
+
"AccountId": {
|
3211
|
+
"contextParam": {
|
3212
|
+
"name": "AccountId"
|
3213
|
+
},
|
3214
|
+
"hostLabel": true,
|
3215
|
+
"location": "header",
|
3216
|
+
"locationName": "x-amz-account-id"
|
3217
|
+
},
|
3218
|
+
"GrantScope": {
|
3219
|
+
"location": "querystring",
|
3220
|
+
"locationName": "grantscope"
|
3221
|
+
},
|
3222
|
+
"NextToken": {
|
3223
|
+
"location": "querystring",
|
3224
|
+
"locationName": "nextToken"
|
3225
|
+
},
|
3226
|
+
"MaxResults": {
|
3227
|
+
"location": "querystring",
|
3228
|
+
"locationName": "maxResults",
|
3229
|
+
"type": "integer"
|
3230
|
+
},
|
3231
|
+
"AllowedByApplication": {
|
3232
|
+
"location": "querystring",
|
3233
|
+
"locationName": "allowedByApplication",
|
3234
|
+
"type": "boolean"
|
3235
|
+
}
|
3236
|
+
}
|
3237
|
+
},
|
3238
|
+
"output": {
|
3239
|
+
"type": "structure",
|
3240
|
+
"members": {
|
3241
|
+
"NextToken": {},
|
3242
|
+
"CallerAccessGrantsList": {
|
3243
|
+
"type": "list",
|
3244
|
+
"member": {
|
3245
|
+
"locationName": "AccessGrant",
|
3246
|
+
"type": "structure",
|
3247
|
+
"members": {
|
3248
|
+
"Permission": {},
|
3249
|
+
"GrantScope": {},
|
3250
|
+
"ApplicationArn": {}
|
3251
|
+
}
|
3252
|
+
}
|
3253
|
+
}
|
3254
|
+
}
|
3255
|
+
},
|
3256
|
+
"endpoint": {
|
3257
|
+
"hostPrefix": "{AccountId}."
|
3258
|
+
},
|
3259
|
+
"httpChecksumRequired": true,
|
3260
|
+
"staticContextParams": {
|
3261
|
+
"RequiresAccountId": {
|
3262
|
+
"value": true
|
3263
|
+
}
|
3264
|
+
}
|
3265
|
+
},
|
3178
3266
|
"ListJobs": {
|
3179
3267
|
"http": {
|
3180
3268
|
"method": "GET",
|
@@ -26,6 +26,12 @@
|
|
26
26
|
"limit_key": "MaxResults",
|
27
27
|
"result_key": "ObjectLambdaAccessPointList"
|
28
28
|
},
|
29
|
+
"ListCallerAccessGrants": {
|
30
|
+
"input_token": "NextToken",
|
31
|
+
"output_token": "NextToken",
|
32
|
+
"limit_key": "MaxResults",
|
33
|
+
"result_key": "CallerAccessGrantsList"
|
34
|
+
},
|
29
35
|
"ListJobs": {
|
30
36
|
"input_token": "NextToken",
|
31
37
|
"output_token": "NextToken",
|