aws-sdk 2.1662.0 → 2.1664.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.
Files changed (42) hide show
  1. package/README.md +1 -1
  2. package/apis/application-signals-2024-04-15.min.json +15 -0
  3. package/apis/bedrock-runtime-2023-09-30.min.json +27 -5
  4. package/apis/cleanrooms-2022-02-17.min.json +444 -156
  5. package/apis/codecommit-2015-04-13.min.json +7 -1
  6. package/apis/datazone-2018-05-10.min.json +68 -32
  7. package/apis/ecr-2015-09-21.examples.json +186 -0
  8. package/apis/ecr-2015-09-21.min.json +177 -20
  9. package/apis/ecr-2015-09-21.paginators.json +9 -0
  10. package/apis/eks-2017-11-01.min.json +81 -63
  11. package/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
  12. package/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
  13. package/apis/iotsitewise-2019-12-02.min.json +113 -98
  14. package/apis/mediapackagev2-2022-12-25.min.json +0 -3
  15. package/apis/medical-imaging-2023-07-19.min.json +75 -35
  16. package/apis/network-firewall-2020-11-12.min.json +7 -1
  17. package/apis/outposts-2019-12-03.min.json +11 -2
  18. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
  19. package/apis/states-2016-11-23.min.json +163 -128
  20. package/clients/applicationautoscaling.d.ts +1 -1
  21. package/clients/applicationsignals.d.ts +29 -20
  22. package/clients/bedrockruntime.d.ts +11 -8
  23. package/clients/cleanrooms.d.ts +328 -63
  24. package/clients/datazone.d.ts +36 -0
  25. package/clients/dynamodb.d.ts +6 -6
  26. package/clients/ec2.d.ts +4 -4
  27. package/clients/ecr.d.ts +242 -8
  28. package/clients/eks.d.ts +27 -2
  29. package/clients/elbv2.d.ts +54 -8
  30. package/clients/iotsitewise.d.ts +37 -25
  31. package/clients/mediapackagev2.d.ts +1 -1
  32. package/clients/medicalimaging.d.ts +38 -0
  33. package/clients/networkfirewall.d.ts +7 -7
  34. package/clients/outposts.d.ts +5 -0
  35. package/clients/pinpointsmsvoicev2.d.ts +56 -56
  36. package/clients/stepfunctions.d.ts +67 -9
  37. package/dist/aws-sdk-core-react-native.js +1 -1
  38. package/dist/aws-sdk-react-native.js +17 -17
  39. package/dist/aws-sdk.js +309 -97
  40. package/dist/aws-sdk.min.js +80 -80
  41. package/lib/core.js +1 -1
  42. package/package.json +1 -1
@@ -5,12 +5,18 @@
5
5
  "endpointPrefix": "codecommit",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "CodeCommit",
9
12
  "serviceFullName": "AWS CodeCommit",
10
13
  "serviceId": "CodeCommit",
11
14
  "signatureVersion": "v4",
12
15
  "targetPrefix": "CodeCommit_20150413",
13
- "uid": "codecommit-2015-04-13"
16
+ "uid": "codecommit-2015-04-13",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
14
20
  },
15
21
  "operations": {
16
22
  "AssociateApprovalRuleTemplateWithRepository": {
@@ -2996,6 +2996,42 @@
2996
2996
  }
2997
2997
  }
2998
2998
  },
2999
+ "GetEnvironmentCredentials": {
3000
+ "http": {
3001
+ "method": "GET",
3002
+ "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/credentials",
3003
+ "responseCode": 200
3004
+ },
3005
+ "input": {
3006
+ "type": "structure",
3007
+ "required": [
3008
+ "domainIdentifier",
3009
+ "environmentIdentifier"
3010
+ ],
3011
+ "members": {
3012
+ "domainIdentifier": {
3013
+ "location": "uri",
3014
+ "locationName": "domainIdentifier"
3015
+ },
3016
+ "environmentIdentifier": {
3017
+ "location": "uri",
3018
+ "locationName": "environmentIdentifier"
3019
+ }
3020
+ }
3021
+ },
3022
+ "output": {
3023
+ "type": "structure",
3024
+ "members": {
3025
+ "accessKeyId": {},
3026
+ "expiration": {
3027
+ "shape": "S4v"
3028
+ },
3029
+ "secretAccessKey": {},
3030
+ "sessionToken": {}
3031
+ },
3032
+ "sensitive": true
3033
+ }
3034
+ },
2999
3035
  "GetEnvironmentProfile": {
3000
3036
  "http": {
3001
3037
  "method": "GET",
@@ -3099,7 +3135,7 @@
3099
3135
  },
3100
3136
  "domainId": {},
3101
3137
  "imports": {
3102
- "shape": "Sab"
3138
+ "shape": "Sad"
3103
3139
  },
3104
3140
  "model": {
3105
3141
  "shape": "S5t"
@@ -3335,7 +3371,7 @@
3335
3371
  "description": {},
3336
3372
  "domainId": {},
3337
3373
  "downstreamNodes": {
3338
- "shape": "Sao"
3374
+ "shape": "Saq"
3339
3375
  },
3340
3376
  "eventTimestamp": {
3341
3377
  "type": "timestamp"
@@ -3353,7 +3389,7 @@
3353
3389
  },
3354
3390
  "updatedBy": {},
3355
3391
  "upstreamNodes": {
3356
- "shape": "Sao"
3392
+ "shape": "Saq"
3357
3393
  }
3358
3394
  }
3359
3395
  }
@@ -3477,7 +3513,7 @@
3477
3513
  "owningProjectId": {},
3478
3514
  "status": {},
3479
3515
  "target": {
3480
- "shape": "Say"
3516
+ "shape": "Sb0"
3481
3517
  },
3482
3518
  "type": {}
3483
3519
  }
@@ -3849,7 +3885,7 @@
3849
3885
  "entityId": {},
3850
3886
  "entityType": {},
3851
3887
  "form": {
3852
- "shape": "Sbh"
3888
+ "shape": "Sbj"
3853
3889
  },
3854
3890
  "formName": {}
3855
3891
  }
@@ -4915,7 +4951,7 @@
4915
4951
  "owningProjectId": {},
4916
4952
  "status": {},
4917
4953
  "target": {
4918
- "shape": "Say"
4954
+ "shape": "Sb0"
4919
4955
  },
4920
4956
  "type": {}
4921
4957
  }
@@ -5816,7 +5852,7 @@
5816
5852
  "forms": {
5817
5853
  "type": "list",
5818
5854
  "member": {
5819
- "shape": "Sbh"
5855
+ "shape": "Sbj"
5820
5856
  }
5821
5857
  }
5822
5858
  }
@@ -6111,14 +6147,14 @@
6111
6147
  ],
6112
6148
  "members": {
6113
6149
  "additionalAttributes": {
6114
- "shape": "Sfd"
6150
+ "shape": "Sff"
6115
6151
  },
6116
6152
  "domainIdentifier": {
6117
6153
  "location": "uri",
6118
6154
  "locationName": "domainIdentifier"
6119
6155
  },
6120
6156
  "filters": {
6121
- "shape": "Sff"
6157
+ "shape": "Sfh"
6122
6158
  },
6123
6159
  "maxResults": {
6124
6160
  "type": "integer"
@@ -6126,12 +6162,12 @@
6126
6162
  "nextToken": {},
6127
6163
  "owningProjectIdentifier": {},
6128
6164
  "searchIn": {
6129
- "shape": "Sfk"
6165
+ "shape": "Sfm"
6130
6166
  },
6131
6167
  "searchScope": {},
6132
6168
  "searchText": {},
6133
6169
  "sort": {
6134
- "shape": "Sfo"
6170
+ "shape": "Sfq"
6135
6171
  }
6136
6172
  }
6137
6173
  },
@@ -6332,25 +6368,25 @@
6332
6368
  ],
6333
6369
  "members": {
6334
6370
  "additionalAttributes": {
6335
- "shape": "Sfd"
6371
+ "shape": "Sff"
6336
6372
  },
6337
6373
  "domainIdentifier": {
6338
6374
  "location": "uri",
6339
6375
  "locationName": "domainIdentifier"
6340
6376
  },
6341
6377
  "filters": {
6342
- "shape": "Sff"
6378
+ "shape": "Sfh"
6343
6379
  },
6344
6380
  "maxResults": {
6345
6381
  "type": "integer"
6346
6382
  },
6347
6383
  "nextToken": {},
6348
6384
  "searchIn": {
6349
- "shape": "Sfk"
6385
+ "shape": "Sfm"
6350
6386
  },
6351
6387
  "searchText": {},
6352
6388
  "sort": {
6353
- "shape": "Sfo"
6389
+ "shape": "Sfq"
6354
6390
  }
6355
6391
  }
6356
6392
  },
@@ -6425,7 +6461,7 @@
6425
6461
  "locationName": "domainIdentifier"
6426
6462
  },
6427
6463
  "filters": {
6428
- "shape": "Sff"
6464
+ "shape": "Sfh"
6429
6465
  },
6430
6466
  "managed": {
6431
6467
  "type": "boolean"
@@ -6435,12 +6471,12 @@
6435
6471
  },
6436
6472
  "nextToken": {},
6437
6473
  "searchIn": {
6438
- "shape": "Sfk"
6474
+ "shape": "Sfm"
6439
6475
  },
6440
6476
  "searchScope": {},
6441
6477
  "searchText": {},
6442
6478
  "sort": {
6443
- "shape": "Sfo"
6479
+ "shape": "Sfq"
6444
6480
  }
6445
6481
  }
6446
6482
  },
@@ -6501,7 +6537,7 @@
6501
6537
  },
6502
6538
  "domainId": {},
6503
6539
  "imports": {
6504
- "shape": "Sab"
6540
+ "shape": "Sad"
6505
6541
  },
6506
6542
  "model": {
6507
6543
  "shape": "S5t"
@@ -6691,7 +6727,7 @@
6691
6727
  },
6692
6728
  "owningProjectIdentifier": {},
6693
6729
  "target": {
6694
- "shape": "Say"
6730
+ "shape": "Sb0"
6695
6731
  },
6696
6732
  "type": {}
6697
6733
  }
@@ -8711,7 +8747,7 @@
8711
8747
  "value": {}
8712
8748
  }
8713
8749
  },
8714
- "Sab": {
8750
+ "Sad": {
8715
8751
  "type": "list",
8716
8752
  "member": {
8717
8753
  "type": "structure",
@@ -8727,7 +8763,7 @@
8727
8763
  }
8728
8764
  }
8729
8765
  },
8730
- "Sao": {
8766
+ "Saq": {
8731
8767
  "type": "list",
8732
8768
  "member": {
8733
8769
  "type": "structure",
@@ -8739,7 +8775,7 @@
8739
8775
  }
8740
8776
  }
8741
8777
  },
8742
- "Say": {
8778
+ "Sb0": {
8743
8779
  "type": "structure",
8744
8780
  "required": [
8745
8781
  "identifier",
@@ -8751,7 +8787,7 @@
8751
8787
  "type": {}
8752
8788
  }
8753
8789
  },
8754
- "Sbh": {
8790
+ "Sbj": {
8755
8791
  "type": "structure",
8756
8792
  "required": [
8757
8793
  "formName",
@@ -8769,15 +8805,15 @@
8769
8805
  "typeRevision": {}
8770
8806
  }
8771
8807
  },
8772
- "Sfd": {
8808
+ "Sff": {
8773
8809
  "type": "list",
8774
8810
  "member": {}
8775
8811
  },
8776
- "Sff": {
8812
+ "Sfh": {
8777
8813
  "type": "structure",
8778
8814
  "members": {
8779
8815
  "and": {
8780
- "shape": "Sfg"
8816
+ "shape": "Sfi"
8781
8817
  },
8782
8818
  "filter": {
8783
8819
  "type": "structure",
@@ -8791,18 +8827,18 @@
8791
8827
  }
8792
8828
  },
8793
8829
  "or": {
8794
- "shape": "Sfg"
8830
+ "shape": "Sfi"
8795
8831
  }
8796
8832
  },
8797
8833
  "union": true
8798
8834
  },
8799
- "Sfg": {
8835
+ "Sfi": {
8800
8836
  "type": "list",
8801
8837
  "member": {
8802
- "shape": "Sff"
8838
+ "shape": "Sfh"
8803
8839
  }
8804
8840
  },
8805
- "Sfk": {
8841
+ "Sfm": {
8806
8842
  "type": "list",
8807
8843
  "member": {
8808
8844
  "type": "structure",
@@ -8814,7 +8850,7 @@
8814
8850
  }
8815
8851
  }
8816
8852
  },
8817
- "Sfo": {
8853
+ "Sfq": {
8818
8854
  "type": "structure",
8819
8855
  "required": [
8820
8856
  "attribute"
@@ -87,6 +87,64 @@
87
87
  "title": "To create a new repository"
88
88
  }
89
89
  ],
90
+ "CreateRepositoryCreationTemplate": [
91
+ {
92
+ "input": {
93
+ "appliedFor": [
94
+ "REPLICATION",
95
+ "PULL_THROUGH_CACHE"
96
+ ],
97
+ "description": "Repos for testing images",
98
+ "encryptionConfiguration": {
99
+ "encryptionType": "AES256"
100
+ },
101
+ "imageTagMutability": "MUTABLE",
102
+ "lifecyclePolicy": "{\r\n \"rules\": [\r\n {\r\n \"rulePriority\": 1,\r\n \"description\": \"Expire images older than 14 days\",\r\n \"selection\": {\r\n \"tagStatus\": \"untagged\",\r\n \"countType\": \"sinceImagePushed\",\r\n \"countUnit\": \"days\",\r\n \"countNumber\": 14\r\n },\r\n \"action\": {\r\n \"type\": \"expire\"\r\n }\r\n }\r\n ]\r\n}",
103
+ "prefix": "eng/test",
104
+ "repositoryPolicy": "{\r\n \"Version\": \"2012-10-17\",\r\n \"Statement\": [\r\n {\r\n \"Sid\": \"LambdaECRPullPolicy\",\r\n \"Effect\": \"Allow\",\r\n \"Principal\": {\r\n \"Service\": \"lambda.amazonaws.com\"\r\n },\r\n \"Action\": \"ecr:BatchGetImage\"\r\n }\r\n ]\r\n}",
105
+ "resourceTags": [
106
+ {
107
+ "Key": "environment",
108
+ "Value": "test"
109
+ }
110
+ ]
111
+ },
112
+ "output": {
113
+ "registryId": "012345678901",
114
+ "repositoryCreationTemplate": {
115
+ "appliedFor": [
116
+ "REPLICATION",
117
+ "PULL_THROUGH_CACHE"
118
+ ],
119
+ "createdAt": "2023-12-16T17:29:02-07:00",
120
+ "description": "Repos for testing images",
121
+ "encryptionConfiguration": {
122
+ "encryptionType": "AES256"
123
+ },
124
+ "imageTagMutability": "MUTABLE",
125
+ "lifecyclePolicy": "{\r\n \"rules\": [\r\n {\r\n \"rulePriority\": 1,\r\n \"description\": \"Expire images older than 14 days\",\r\n \"selection\": {\r\n \"tagStatus\": \"untagged\",\r\n \"countType\": \"sinceImagePushed\",\r\n \"countUnit\": \"days\",\r\n \"countNumber\": 14\r\n },\r\n \"action\": {\r\n \"type\": \"expire\"\r\n }\r\n }\r\n ]\r\n}",
126
+ "prefix": "eng/test",
127
+ "repositoryPolicy": "{\n \"Version\" : \"2012-10-17\",\n \"Statement\" : [ {\n \"Sid\" : \"LambdaECRPullPolicy\",\n \"Effect\" : \"Allow\",\n \"Principal\" : {\n \"Service\" : \"lambda.amazonaws.com\"\n },\n \"Action\" : \"ecr:BatchGetImage\"\n } ]\n}",
128
+ "resourceTags": [
129
+ {
130
+ "Key": "environment",
131
+ "Value": "test"
132
+ }
133
+ ],
134
+ "updatedAt": "2023-12-16T17:29:02-07:00"
135
+ }
136
+ },
137
+ "comments": {
138
+ "input": {
139
+ },
140
+ "output": {
141
+ }
142
+ },
143
+ "description": "This example creates a repository creation template.",
144
+ "id": "create-a-new-repository-creation-template-1713296923053",
145
+ "title": "Create a new repository creation template"
146
+ }
147
+ ],
90
148
  "DeleteRepository": [
91
149
  {
92
150
  "input": {
@@ -110,6 +168,34 @@
110
168
  "title": "To force delete a repository"
111
169
  }
112
170
  ],
171
+ "DeleteRepositoryCreationTemplate": [
172
+ {
173
+ "input": {
174
+ "prefix": "eng"
175
+ },
176
+ "output": {
177
+ "registryId": "012345678901",
178
+ "repositoryCreationTemplate": {
179
+ "createdAt": "2023-12-03T16:27:57.933000-08:00",
180
+ "encryptionConfiguration": {
181
+ "encryptionType": "AES256"
182
+ },
183
+ "imageTagMutability": "MUTABLE",
184
+ "prefix": "eng",
185
+ "updatedAt": "2023-12-03T16:27:57.933000-08:00"
186
+ }
187
+ },
188
+ "comments": {
189
+ "input": {
190
+ },
191
+ "output": {
192
+ }
193
+ },
194
+ "description": "This example deletes a repository creation template.",
195
+ "id": "delete-a-repository-creation-template-1713298142230",
196
+ "title": "Delete a repository creation template"
197
+ }
198
+ ],
113
199
  "DeleteRepositoryPolicy": [
114
200
  {
115
201
  "input": {
@@ -154,6 +240,57 @@
154
240
  "title": "To describe all repositories in the current account"
155
241
  }
156
242
  ],
243
+ "DescribeRepositoryCreationTemplates": [
244
+ {
245
+ "input": {
246
+ "maxResults": 123,
247
+ "nextToken": "",
248
+ "prefixes": [
249
+ "eng"
250
+ ]
251
+ },
252
+ "output": {
253
+ "nextToken": "",
254
+ "registryId": "012345678901",
255
+ "repositoryCreationTemplates": [
256
+ {
257
+ "appliedFor": [
258
+ "PULL_THROUGH_CACHE",
259
+ "REPLICATION"
260
+ ],
261
+ "createdAt": "2023-12-16T17:29:02-07:00",
262
+ "encryptionConfiguration": {
263
+ "encryptionType": "AES256"
264
+ },
265
+ "imageTagMutability": "MUTABLE",
266
+ "prefix": "eng/test",
267
+ "updatedAt": "2023-12-16T19:55:02-07:00"
268
+ },
269
+ {
270
+ "appliedFor": [
271
+ "REPLICATION"
272
+ ],
273
+ "createdAt": "2023-12-14T17:29:02-07:00",
274
+ "encryptionConfiguration": {
275
+ "encryptionType": "AES256"
276
+ },
277
+ "imageTagMutability": "IMMUTABLE",
278
+ "prefix": "eng/replication-test",
279
+ "updatedAt": "2023-12-14T19:55:02-07:00"
280
+ }
281
+ ]
282
+ },
283
+ "comments": {
284
+ "input": {
285
+ },
286
+ "output": {
287
+ }
288
+ },
289
+ "description": "This example describes the contents of a repository creation template.",
290
+ "id": "describe-a-repository-creation-template-1713298784302",
291
+ "title": "Describe a repository creation template"
292
+ }
293
+ ],
157
294
  "GetAuthorizationToken": [
158
295
  {
159
296
  "input": {
@@ -210,6 +347,55 @@
210
347
  "id": "listimages-example-1470868161594",
211
348
  "title": "To list all images in a repository"
212
349
  }
350
+ ],
351
+ "UpdateRepositoryCreationTemplate": [
352
+ {
353
+ "input": {
354
+ "appliedFor": [
355
+ "REPLICATION"
356
+ ],
357
+ "prefix": "eng/test",
358
+ "resourceTags": [
359
+ {
360
+ "Key": "environment",
361
+ "Value": "test"
362
+ }
363
+ ]
364
+ },
365
+ "output": {
366
+ "registryId": "012345678901",
367
+ "repositoryCreationTemplate": {
368
+ "appliedFor": [
369
+ "REPLICATION"
370
+ ],
371
+ "createdAt": "2023-12-16T17:29:02-07:00",
372
+ "description": "Repos for testing images",
373
+ "encryptionConfiguration": {
374
+ "encryptionType": "AES256"
375
+ },
376
+ "imageTagMutability": "MUTABLE",
377
+ "lifecyclePolicy": "{\r\n \"rules\": [\r\n {\r\n \"rulePriority\": 1,\r\n \"description\": \"Expire images older than 14 days\",\r\n \"selection\": {\r\n \"tagStatus\": \"untagged\",\r\n \"countType\": \"sinceImagePushed\",\r\n \"countUnit\": \"days\",\r\n \"countNumber\": 14\r\n },\r\n \"action\": {\r\n \"type\": \"expire\"\r\n }\r\n }\r\n ]\r\n}",
378
+ "prefix": "eng/test",
379
+ "repositoryPolicy": "{\n \"Version\" : \"2012-10-17\",\n \"Statement\" : [ {\n \"Sid\" : \"LambdaECRPullPolicy\",\n \"Effect\" : \"Allow\",\n \"Principal\" : {\n \"Service\" : \"lambda.amazonaws.com\"\n },\n \"Action\" : \"ecr:BatchGetImage\"\n } ]\n}",
380
+ "resourceTags": [
381
+ {
382
+ "Key": "environment",
383
+ "Value": "test"
384
+ }
385
+ ],
386
+ "updatedAt": "2023-12-16T19:55:02-07:00"
387
+ }
388
+ },
389
+ "comments": {
390
+ "input": {
391
+ },
392
+ "output": {
393
+ }
394
+ },
395
+ "description": "This example updates a repository creation template.",
396
+ "id": "update-a-repository-creation-template-1713299261276",
397
+ "title": "Update a repository creation template"
398
+ }
213
399
  ]
214
400
  }
215
401
  }