summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMaksym Balatsko <maksym.balatsko-ext@arista.com>2023-10-03 04:15:48 -0700
committerMaksym Balatsko <maksym.balatsko-ext@arista.com>2023-10-03 05:37:19 -0700
commit978663597df96113e185eb189e461a291ba903e1 (patch)
tree229426278e0139f531888dc176408d9dfc09b4c1 /pkgs
parent2c33f4833b41b0165eef95bb4fc023dc931469e5 (diff)
downloadnixpkgs-978663597df96113e185eb189e461a291ba903e1.tar
nixpkgs-978663597df96113e185eb189e461a291ba903e1.tar.gz
nixpkgs-978663597df96113e185eb189e461a291ba903e1.tar.bz2
nixpkgs-978663597df96113e185eb189e461a291ba903e1.tar.lz
nixpkgs-978663597df96113e185eb189e461a291ba903e1.tar.xz
nixpkgs-978663597df96113e185eb189e461a291ba903e1.tar.zst
nixpkgs-978663597df96113e185eb189e461a291ba903e1.zip
python3Packages.types-aiobotocore-ssm-incidents: init at 2.6.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/types-aiobotocore-packages/default.nix2
-rw-r--r--pkgs/top-level/python-packages.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
index d34c74f68f4..af34dd2d08c 100644
--- a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
+++ b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
@@ -682,5 +682,7 @@ rec {
 
   types-aiobotocore-ssm-contacts = buildTypesAiobotocorePackage "ssm-contacts" "2.6.0" "sha256-fWnCKnG6ikXzDx40HFxlh9DyLVlX9pBB4CMcJxUt+Ps=";
 
+  types-aiobotocore-ssm-incidents = buildTypesAiobotocorePackage "ssm-incidents" "2.6.0" "sha256-6wkvuRGT91a0Ggxt13amMzjWd6Pj62w4nrvWQNQ0GxI=";
+
   types-aiobotocore-xray = buildTypesAiobotocorePackage "xray" "2.6.0" "sha256-DPirH1s636ZW6VKyD4wMiJEfM+u9NknH0ODLQagaLrs=";
 }
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index fff80bc18cf..4ef1e0dc9b6 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14783,6 +14783,8 @@ self: super: with self; {
 
     types-aiobotocore-ssm-contacts
 
+    types-aiobotocore-ssm-incidents
+
     types-aiobotocore-xray
 
   ;