Skip to content

Commit

Permalink
Merge pull request #1186 from udondan/iam-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan authored Mar 5, 2025
2 parents 1a3cda0 + fd429d7 commit 90e3d5d
Show file tree
Hide file tree
Showing 15 changed files with 876 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG/v0.679.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**New services:**

- iotmanagedintegrations

**New actions:**

- ecr:GetImageCopyStatus
- storagegateway:EvictFilesFailingUpload
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<!-- stats -->
Support for:

- 417 Services
- 18310 Actions
- 1966 Resource Types
- 418 Services
- 18369 Actions
- 1970 Resource Types
- 1923 Condition keys
<!-- /stats -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.678.0
0.679.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Daniel Schroeder'

# The full version, including alpha/beta/rc tags
release = '0.678.0'
release = '0.679.0'

# -- General configuration ---------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ AWS IAM policy statement generator with fluent interface.
Support for:

- 417 Services
- 18310 Actions
- 1966 Resource Types
- 418 Services
- 18369 Actions
- 1970 Resource Types
- 1923 Condition keys

..
Expand Down
1 change: 1 addition & 0 deletions lib/generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ export { Iotfleetwise } from './policy-statements/iotfleetwise';
export { Greengrass } from './policy-statements/iotgreengrass';
export { GreengrassV2 } from './policy-statements/iotgreengrassv2';
export { Iotjobsdata } from './policy-statements/iotjobsdataplane';
export { Iotmanagedintegrations } from './policy-statements/iotmanagedintegrationsfeatureofiotdevicemanagement';
export { Iotsitewise } from './policy-statements/iotsitewise';
export { Iottwinmaker } from './policy-statements/iottwinmaker';
export { Iotwireless } from './policy-statements/iotwireless';
Expand Down
12 changes: 12 additions & 0 deletions lib/generated/policy-statements/elasticcontainerregistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,17 @@ export class Ecr extends PolicyStatement {
return this.to('GetDownloadUrlForLayer');
}

/**
* Grants permission to retrieve the status about an image copy
*
* Access Level: Read
*
* https://docs.aws.amazon.com/AmazonECR/latest/userguide/pull-through-cache.html
*/
public toGetImageCopyStatus() {
return this.to('GetImageCopyStatus');
}

/**
* Grants permission to retrieve the specified lifecycle policy
*
Expand Down Expand Up @@ -636,6 +647,7 @@ export class Ecr extends PolicyStatement {
'GetAccountSetting',
'GetAuthorizationToken',
'GetDownloadUrlForLayer',
'GetImageCopyStatus',
'GetLifecyclePolicy',
'GetLifecyclePolicyPreview',
'GetRegistryPolicy',
Expand Down
Loading

0 comments on commit 90e3d5d

Please sign in to comment.