cdk-lambda-subminute 2.0.416 → 2.0.418
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codeconnections-2023-12-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/codeconnections-2023-12-01.min.json +923 -0
- package/node_modules/aws-sdk/apis/codeconnections-2023-12-01.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +40 -22
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +196 -51
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +15 -5
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1048 -1019
- 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/b2bi.d.ts +2 -2
- package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
- package/node_modules/aws-sdk/clients/codeconnections.d.ts +1200 -0
- package/node_modules/aws-sdk/clients/codeconnections.js +18 -0
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +22 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +191 -2
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +17 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +24 -0
- 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 +45 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +21 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
- 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 +2 -2
@@ -490,6 +490,15 @@
|
|
490
490
|
}
|
491
491
|
}
|
492
492
|
},
|
493
|
+
"ResaleAuthorizationId": {
|
494
|
+
"type": "structure",
|
495
|
+
"members": {
|
496
|
+
"ValueList": {
|
497
|
+
"type": "list",
|
498
|
+
"member": {}
|
499
|
+
}
|
500
|
+
}
|
501
|
+
},
|
493
502
|
"ReleaseDate": {
|
494
503
|
"type": "structure",
|
495
504
|
"members": {
|
@@ -843,6 +852,7 @@
|
|
843
852
|
"members": {
|
844
853
|
"Name": {},
|
845
854
|
"ProductId": {},
|
855
|
+
"ResaleAuthorizationId": {},
|
846
856
|
"ReleaseDate": {},
|
847
857
|
"AvailabilityEndDate": {},
|
848
858
|
"BuyerAccounts": {
|
@@ -897,7 +907,7 @@
|
|
897
907
|
"members": {
|
898
908
|
"ResourceArn": {},
|
899
909
|
"Tags": {
|
900
|
-
"shape": "
|
910
|
+
"shape": "S5y"
|
901
911
|
}
|
902
912
|
}
|
903
913
|
}
|
@@ -948,7 +958,7 @@
|
|
948
958
|
"shape": "Sy"
|
949
959
|
},
|
950
960
|
"EntityTags": {
|
951
|
-
"shape": "
|
961
|
+
"shape": "S5y"
|
952
962
|
},
|
953
963
|
"Details": {},
|
954
964
|
"DetailsDocument": {
|
@@ -963,7 +973,7 @@
|
|
963
973
|
"idempotencyToken": true
|
964
974
|
},
|
965
975
|
"ChangeSetTags": {
|
966
|
-
"shape": "
|
976
|
+
"shape": "S5y"
|
967
977
|
},
|
968
978
|
"Intent": {}
|
969
979
|
}
|
@@ -989,7 +999,7 @@
|
|
989
999
|
"members": {
|
990
1000
|
"ResourceArn": {},
|
991
1001
|
"Tags": {
|
992
|
-
"shape": "
|
1002
|
+
"shape": "S5y"
|
993
1003
|
}
|
994
1004
|
}
|
995
1005
|
},
|
@@ -1058,7 +1068,7 @@
|
|
1058
1068
|
"SortOrder": {}
|
1059
1069
|
}
|
1060
1070
|
},
|
1061
|
-
"
|
1071
|
+
"S5y": {
|
1062
1072
|
"type": "list",
|
1063
1073
|
"member": {
|
1064
1074
|
"type": "structure",
|