aws-ssmincidents-replicationset/src/main/java/software/amazon/ssmincidents/replicationset/CreateHandler.java [48:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      AmazonWebServicesClientProxy proxy,
      ProxyClient<SsmIncidentsClient> proxyClient,
      String clientToken
  ) {
    return progress -> {
      // if it already has been called, it's a no-op
      if (progress.getCallbackContext().mainAPICalled()) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-ssmincidents-replicationset/src/main/java/software/amazon/ssmincidents/replicationset/UpdateHandler.java [51:56]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      AmazonWebServicesClientProxy proxy,
      ProxyClient<SsmIncidentsClient> proxyClient,
      String clientToken
  ) {
    return progress -> {
      if (progress.getCallbackContext().mainAPICalled()) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



